|
|
|
@ -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 = "";
|
|
|
|
|