Skip to content

Commit

Permalink
Move the LogParser library and example app into a Library directory
Browse files Browse the repository at this point in the history
I intend to add other things at the top level of the Tools directory
(like tools that actually make use of the LogParser library).
  • Loading branch information
lawrence-forooghian committed Dec 15, 2022
1 parent 46ed976 commit d53216a
Show file tree
Hide file tree
Showing 15 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:

- name: Run LogParser tests
run: swift test
working-directory: Tools/LogParser
working-directory: Tools/Library/LogParser

- name: Build LogParserExample app
run: swift build
working-directory: Tools/LogParserExample
working-directory: Tools/Library/LogParserExample
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions Tools/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Developer tools for the Ably Asset Tracking Swift SDKs

This directory contains tooling intended to be used by developers working on the Ably Asset Tracking Swift SDKs.

It currently just contains the [`Library`](Library) directory, which contains the [`LogParser` library](Library/LogParser) for parsing logs emitted by these SDKs, as well as [an example app for the `LogParser` library](Library/LogParserExample).

0 comments on commit d53216a

Please sign in to comment.