Set project version to 2 (but already some commits ago last week)
This commit is contained in:
parent
f46e10e747
commit
883a64ce91
|
@ -1194,6 +1194,7 @@
|
|||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 2;
|
||||
DEVELOPMENT_ASSET_PATHS = "\"BankingiOSApp/Preview Content\"";
|
||||
DEVELOPMENT_TEAM = 7WVYN7QA7Z;
|
||||
ENABLE_PREVIEWS = YES;
|
||||
|
@ -1231,6 +1232,7 @@
|
|||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 2;
|
||||
DEVELOPMENT_ASSET_PATHS = "\"BankingiOSApp/Preview Content\"";
|
||||
DEVELOPMENT_TEAM = 7WVYN7QA7Z;
|
||||
ENABLE_PREVIEWS = YES;
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>NSCameraUsageDescription</key>
|
||||
<string>Used to scan QR codes to initiate money transfer</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
|
@ -19,9 +17,11 @@
|
|||
<key>CFBundleShortVersionString</key>
|
||||
<string>$(MARKETING_VERSION)</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>NSCameraUsageDescription</key>
|
||||
<string>Used to scan QR codes to initiate money transfer</string>
|
||||
<key>NSFaceIDUsageDescription</key>
|
||||
<string>On user demand we use FaceID to unlock the app</string>
|
||||
<key>UIApplicationSceneManifest</key>
|
||||
|
|
Loading…
Reference in New Issue