Skip to content

Commit 9a6dbed

Browse files
authored
Package rework (#6)
* Removed the iOS Example app and all dependencies on Devices by rebuilding the XCode project as a Package * Added Unit Tests to make up for the lack of example application!
1 parent 01f5ec8 commit 9a6dbed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1797
-3260
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Mac OS X
22
.DS_Store
33

4-
# Xcode
5-
64
## Build generated
75
build/
86
DerivedData
97

8+
## Tools
9+
Tools/
10+
1011
## Various settings
1112
*.pbxuser
1213
!default.pbxuser

Example/iOSExample/AppDelegate.swift

Lines changed: 0 additions & 23 deletions
This file was deleted.

Example/iOSExample/AppSession.swift

Lines changed: 0 additions & 103 deletions
This file was deleted.

Example/iOSExample/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 0 additions & 98 deletions
This file was deleted.

Example/iOSExample/Assets.xcassets/Contents.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

Example/iOSExample/Base.lproj/LaunchScreen.storyboard

Lines changed: 0 additions & 25 deletions
This file was deleted.

Example/iOSExample/Base.lproj/Main.storyboard

Lines changed: 0 additions & 44 deletions
This file was deleted.

Example/iOSExample/ExampleClass.swift

Lines changed: 0 additions & 17 deletions
This file was deleted.

Example/iOSExample/Info.plist

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)