From 2c9de1b07ec9f5efe541ff2293a6c5f1e2328919 Mon Sep 17 00:00:00 2001 From: Nan Date: Mon, 21 Sep 2026 11:37:50 -0700 Subject: [PATCH] chore: [SDK-5280] align the example build doc with the iOS 15.1 minimum The podspec already declares iOS 15.1, so the wrapper needs no code change for the native SDK iOS 15 minimum. The example build guide still told readers to create the notification service extension at 13.0, below the demo project it describes. --- examples/build-ios.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/build-ios.md b/examples/build-ios.md index d96029b7..f662a8d8 100644 --- a/examples/build-ios.md +++ b/examples/build-ios.md @@ -274,7 +274,7 @@ The `project.pbxproj` needs native target entries for both extensions. These are - `PRODUCT_BUNDLE_IDENTIFIER = com.onesignal.example.NSE` (must be prefixed with the parent app bundle ID) - `CODE_SIGN_ENTITLEMENTS = OneSignalNotificationServiceExtension/OneSignalNotificationServiceExtension.entitlements` - `INFOPLIST_FILE = OneSignalNotificationServiceExtension/Info.plist` -- `SKIP_INSTALL = YES`, `SWIFT_VERSION = 5.0`, `IPHONEOS_DEPLOYMENT_TARGET = 13.0` +- `SKIP_INSTALL = YES`, `SWIFT_VERSION = 5.0`, `IPHONEOS_DEPLOYMENT_TARGET = 15.1` **OneSignalWidgetExtension target** (`com.apple.product-type.app-extension`):