Commit 7621488
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- Examples
- ObjectiveCExample
- AppIcon.xcassets/AppIcon.appiconset
- NotificationServiceExtension
- OneSignalDemo.xcodeproj
- OneSignalDemo
- en.lproj
- SwiftExample
- OneSignalDemo.xcodeproj
- OneSignalDemo
- Assets.xcassets/AppIcon.appiconset
- Base.lproj
- OneSignalNotificationServiceExtension
- OneSignalExample/OneSignalExample.xcodeproj/project.xcworkspace
- OneSignalSwiftExample
- OSContentExtension
- Base.lproj
- OneSignalSwiftExample.xcodeproj
- project.xcworkspace
- iOS_SDK
- OneSignal.xcodeproj/project.xcworkspace
- OneSignalDevApp
- OneSignalDevApp.xcodeproj
- OneSignalDevApp
- Assets.xcassets/AppIcon.appiconset
- Base.lproj
- OneSignalSDK.xcworkspace
- OneSignalSDK
- Framework/OneSignal.framework
- Versions
- A
- Headers
- Modules
- OneSignal-Dynamic
- OneSignal.xcodeproj
- Source
- UnitTests
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| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments