Skip to content

Commit 5c1e758

Browse files
committed
chore(ios): lower deployment target to iOS 11.0
1 parent d33190e commit 5c1e758

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

com.onesignal.unity.ios/Editor/BuildPostProcessor.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,9 @@ private void AddNotificationServiceExtension()
221221

222222
ExtensionAddSourceFiles(extensionGuid);
223223

224-
// Makes it so that the extension target is Universal (not just iPhone) and has an iOS 10 deployment target
224+
// Makes it so that the extension target is Universal (not just iPhone)
225225
_project.SetBuildProperty(extensionGuid, "TARGETED_DEVICE_FAMILY", "1,2");
226-
_project.SetBuildProperty(extensionGuid, "IPHONEOS_DEPLOYMENT_TARGET", "13.0");
226+
_project.SetBuildProperty(extensionGuid, "IPHONEOS_DEPLOYMENT_TARGET", "11.0");
227227
_project.SetBuildProperty(extensionGuid, "SWIFT_VERSION", "5.0");
228228
_project.SetBuildProperty(
229229
extensionGuid,

0 commit comments

Comments
 (0)