Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
* switch to plain text in LICENSE

* move run-tests script to scripts

* remove unnecessary example files

* stop tracking Podfile.lock changes

* stop tracking Pods directory content changes

* remove old comment about travis CI, it is no longer used
  • Loading branch information
andrewjl-mux committed Sep 30, 2024
1 parent d48a50e commit 5d744c1
Show file tree
Hide file tree
Showing 854 changed files with 205 additions and 69,710 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Run tests
run: "./run-tests.sh"
run: "./scripts/run-tests.sh"

11 changes: 2 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,5 @@ DerivedData
# Carthage/Checkouts

Carthage/Build

# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
#
# Note: if you ignore the Pods directory, make sure to uncomment
# `pod install` in .travis.yml
#
# Pods/
**/Pods
**/Podfile.lock
181 changes: 0 additions & 181 deletions Example/MUXSDKImaListener.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

43 changes: 0 additions & 43 deletions Example/Podfile.lock

This file was deleted.

25 changes: 0 additions & 25 deletions Example/Pods/Expecta/Expecta/EXPBlockDefinedMatcher.h

This file was deleted.

60 changes: 0 additions & 60 deletions Example/Pods/Expecta/Expecta/EXPBlockDefinedMatcher.m

This file was deleted.

17 changes: 0 additions & 17 deletions Example/Pods/Expecta/Expecta/EXPDefines.h

This file was deleted.

13 changes: 0 additions & 13 deletions Example/Pods/Expecta/Expecta/EXPDoubleTuple.h

This file was deleted.

45 changes: 0 additions & 45 deletions Example/Pods/Expecta/Expecta/EXPDoubleTuple.m

This file was deleted.

45 changes: 0 additions & 45 deletions Example/Pods/Expecta/Expecta/EXPExpect.h

This file was deleted.

Loading

0 comments on commit 5d744c1

Please sign in to comment.