Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ concurrency:
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
schedule:
- cron: "32 13 * * 0"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ And via many additional platforms. [Check them all out](https://documentation.on
- iOS Builds: CocoaPods 1.11.3 or newer
- In order to test push notifications you will need
- An Android 7 or newer device or emulator with "Google Play Store (Services)" installed
- An iOS 11 or newer device (iPhone, iPad, or iPod Touch)
- An iOS 12 or newer device (iPhone, iPad, or iPod Touch)

### Push Notification Credentials
You must generate the appropriate credentials for the platform(s) you are releasing on:
Expand Down
2 changes: 1 addition & 1 deletion com.onesignal.unity.ios/Editor/BuildPostProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ private void AddNotificationServiceExtension()

// Makes it so that the extension target is Universal (not just iPhone)
_project.SetBuildProperty(extensionGuid, "TARGETED_DEVICE_FAMILY", "1,2");
_project.SetBuildProperty(extensionGuid, "IPHONEOS_DEPLOYMENT_TARGET", "11.0");
_project.SetBuildProperty(extensionGuid, "IPHONEOS_DEPLOYMENT_TARGET", "12.0");
_project.SetBuildProperty(extensionGuid, "SWIFT_VERSION", "5.0");
_project.SetBuildProperty(
extensionGuid,
Expand Down
2 changes: 1 addition & 1 deletion examples/demo/Assets/OneSignal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ And via many additional platforms. [Check them all out](https://documentation.on
- iOS Builds: CocoaPods 1.11.3 or newer
- In order to test push notifications you will need
- An Android 7 or newer device or emulator with "Google Play Store (Services)" installed
- An iOS 11 or newer device (iPhone, iPad, or iPod Touch)
- An iOS 12 or newer device (iPhone, iPad, or iPod Touch)

### Push Notification Credentials
You must generate the appropriate credentials for the platform(s) you are releasing on:
Expand Down