Skip to content

Commit

Permalink
string value
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrico972 committed Nov 25, 2024
1 parent fd007ab commit 1135465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/src/withAirshipIOS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ const withExtensionTargetInXcodeProject: ConfigPlugin<AirshipIOSPluginProps> = (
&& configurations[key].buildSettings.PRODUCT_NAME == `"${NOTIFICATION_SERVICE_EXTENSION_TARGET_NAME}"`
) {
const buildSettingsObj = configurations[key].buildSettings;
buildSettingsObj.IPHONEOS_DEPLOYMENT_TARGET = 14.0;
buildSettingsObj.SWIFT_VERSION = 5.0;
buildSettingsObj.IPHONEOS_DEPLOYMENT_TARGET = "14.0";
buildSettingsObj.SWIFT_VERSION = "5.0";
}
}

Expand Down

0 comments on commit 1135465

Please sign in to comment.