diff --git a/MyQrCode.xcodeproj/project.pbxproj b/MyQrCode.xcodeproj/project.pbxproj
index fb2bcea..ae375f4 100644
--- a/MyQrCode.xcodeproj/project.pbxproj
+++ b/MyQrCode.xcodeproj/project.pbxproj
@@ -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 = "";
diff --git a/MyQrCode/Info.plist b/MyQrCode/Info.plist
index eb7ca6a..7fc7685 100644
--- a/MyQrCode/Info.plist
+++ b/MyQrCode/Info.plist
@@ -29,10 +29,10 @@
FacebookAppID
2183345158821655
- FacebookClientToken
- edb0aea9c3cb29f03b23b9e7f07aaed8
FacebookAutoLogAppEventsEnabled
+ FacebookClientToken
+ edb0aea9c3cb29f03b23b9e7f07aaed8
FacebookDisplayName
MyQrCode
NSAppTransportSecurity
@@ -40,9 +40,9 @@
NSAllowsArbitraryLoads
+ Uses Non-Exempt Encryption
+
NSCalendarsWriteOnlyAccessUsageDescription
$(PRODUCT_NAME) needs write-only access to calendar to add events
- NSFileProviderDomainUsageDescription
- $(PRODUCT_NAME) needs access to file provider domain to manage QR code files and images