chore: bump version to 1.1 and update project configuration

main
v504 1 month ago
parent 0dabcda84d
commit 837c4734f5

@ -454,7 +454,7 @@
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CODE_SIGN_ENTITLEMENTS = MyQrCode/MyQrCode.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 3;
CURRENT_PROJECT_VERSION = 5;
DEVELOPMENT_TEAM = CJ94BMBWCW;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
@ -464,7 +464,7 @@
INFOPLIST_KEY_NSCalendarsUsageDescription = "MyQrCode needs access to calendar to add events";
INFOPLIST_KEY_NSCameraUsageDescription = "Need to access the camera to scan QR codes and barcodes.";
INFOPLIST_KEY_NSContactsUsageDescription = "MyQrCode needs access to contacts to add contact information";
INFOPLIST_KEY_NSFileProviderDomainUsageDescription = "MyQrCode needs access to file provider domain to manage QR code files and images";
INFOPLIST_KEY_NSFileProviderDomainUsageDescription = "$(PRODUCT_NAME) needs access to file provider domain to manage QR code files and images";
INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "Need to access the photo gallery to select a custom logo image.";
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "Need to access the photo gallery to select a custom logo image.";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
@ -477,7 +477,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.my.qrcode.scanner.app;
PRODUCT_NAME = "$(TARGET_NAME)";
STRING_CATALOG_GENERATE_SYMBOLS = NO;
@ -500,7 +500,7 @@
CODE_SIGN_ENTITLEMENTS = MyQrCode/MyQrCode.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 3;
CURRENT_PROJECT_VERSION = 5;
DEVELOPMENT_TEAM = CJ94BMBWCW;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
@ -510,7 +510,7 @@
INFOPLIST_KEY_NSCalendarsUsageDescription = "MyQrCode needs access to calendar to add events";
INFOPLIST_KEY_NSCameraUsageDescription = "Need to access the camera to scan QR codes and barcodes.";
INFOPLIST_KEY_NSContactsUsageDescription = "MyQrCode needs access to contacts to add contact information";
INFOPLIST_KEY_NSFileProviderDomainUsageDescription = "MyQrCode needs access to file provider domain to manage QR code files and images";
INFOPLIST_KEY_NSFileProviderDomainUsageDescription = "$(PRODUCT_NAME) needs access to file provider domain to manage QR code files and images";
INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "Need to access the photo gallery to select a custom logo image.";
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "Need to access the photo gallery to select a custom logo image.";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
@ -523,7 +523,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.my.qrcode.scanner.app;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";

@ -29,10 +29,10 @@
<true/>
<key>FacebookAppID</key>
<string>2183345158821655</string>
<key>FacebookClientToken</key>
<string>edb0aea9c3cb29f03b23b9e7f07aaed8</string>
<key>FacebookAutoLogAppEventsEnabled</key>
<true/>
<key>FacebookClientToken</key>
<string>edb0aea9c3cb29f03b23b9e7f07aaed8</string>
<key>FacebookDisplayName</key>
<string>MyQrCode</string>
<key>NSAppTransportSecurity</key>
@ -40,9 +40,9 @@
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>Uses Non-Exempt Encryption</key>
<false/>
<key>NSCalendarsWriteOnlyAccessUsageDescription</key>
<string>$(PRODUCT_NAME) needs write-only access to calendar to add events</string>
<key>NSFileProviderDomainUsageDescription</key>
<string>$(PRODUCT_NAME) needs access to file provider domain to manage QR code files and images</string>
</dict>
</plist>

Loading…
Cancel
Save