Add base file for generation Info.plist file for iOS project

This commit is contained in:
M 2022-01-11 18:58:04 +02:00
parent bef8db1e49
commit 104f04b7be
2 changed files with 1 additions and 0 deletions

View file

@ -10,6 +10,7 @@ if [ -z "$APP_IOS_TYPE" ]; then
fi
cd ../.. # go to root
cp -rf ./ios/Runner/InfoBase.plist ./ios/Runner/Info.plist
/usr/libexec/PlistBuddy -c "Set :CFBundleDisplayName ${APP_IOS_NAME}" ./ios/Runner/Info.plist
/usr/libexec/PlistBuddy -c "Set :CFBundleIdentifier ${APP_IOS_BUNDLE_ID}" ./ios/Runner/Info.plist
/usr/libexec/PlistBuddy -c "Set :CFBundleShortVersionString ${APP_IOS_VERSION}" ./ios/Runner/Info.plist