Skip to content

Commit 7621488

Browse files
authored
Repo restructure (#203)
* Created Example folder for both Objective-C and Swift demo projects. * Example projects now use Cocoapods instead of direct local imports. - This shows a better example of how it will be used with a real project. * Created a OneSignalDevApp as a test project for SDK development - Includes a workspace with this new project along with the SDK. - Ensure your testing with the latest SDK code changes. - Makes setting breakpoints easier. * Moved all SDK source files into a Source folder with a single level depth. - Files were inconsistently in nested folders. - Keep files at single level in this folder, use Xcode to create nesting.
1 parent 147e9e8 commit 7621488

File tree

116 files changed

+2017
-1202
lines changed

Some content is hidden

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

116 files changed

+2017
-1202
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ build/
99
*.perspectivev3
1010
!default.perspectivev3
1111
*.xcworkspace
12+
!OneSignalSDK.xcworkspace
1213
!default.xcworkspace
1314
xcuserdata
1415
profile

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: objective-c
22
osx_image: xcode8.1
33
before_install:
4-
- cd iOS_SDK
4+
- cd iOS_SDK/OneSignalSDK
55
script:
66
- xcodebuild -list
77
- xcodebuild build -scheme OneSignal-Dynamic

Examples/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Pods
2+
Podfile.lock

0 commit comments

Comments
 (0)