Skip to content

Commit

Permalink
feat: expo 50 upgrade (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-aman authored Feb 21, 2024
1 parent 5b767bc commit cea103b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ios/withNotificationsXcodeProject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ const addRichPushXcodeProj = async (
const buildSettingsObj = configurations[key].buildSettings;
buildSettingsObj.DEVELOPMENT_TEAM = appleTeamId;
buildSettingsObj.IPHONEOS_DEPLOYMENT_TARGET =
iosDeploymentTarget || '13.0';
iosDeploymentTarget || '13.4';
buildSettingsObj.TARGETED_DEVICE_FAMILY = TARGETED_DEVICE_FAMILY;
buildSettingsObj.CODE_SIGN_STYLE = 'Automatic';
buildSettingsObj.SWIFT_VERSION = 4.2;
Expand Down

0 comments on commit cea103b

Please sign in to comment.