Add base file for generation Info.plist file for iOS project
M committed
Jan 11, 2022 at 18:58 UTC
104f04b7bed03697e49e163770c048914fda342a
2 files changed
+1
ios/Runner/InfoBase.plist
renamed
scripts/ios/app_config.sh
+1
@@ -10,6 +10,7 @@ if [ -z "$APP_IOS_TYPE" ]; then
10
fi
11
12
cd ../.. # go to root
13
+cp -rf ./ios/Runner/InfoBase.plist ./ios/Runner/Info.plist
14
/usr/libexec/PlistBuddy -c "Set :CFBundleDisplayName ${APP_IOS_NAME}" ./ios/Runner/Info.plist
15
/usr/libexec/PlistBuddy -c "Set :CFBundleIdentifier ${APP_IOS_BUNDLE_ID}" ./ios/Runner/Info.plist
16
/usr/libexec/PlistBuddy -c "Set :CFBundleShortVersionString ${APP_IOS_VERSION}" ./ios/Runner/Info.plist