mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 19:49:22 +00:00
Add base file for generation Info.plist file for iOS project
This commit is contained in:
parent
bef8db1e49
commit
104f04b7be
2 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue