|
@@ -380,6 +380,7 @@
|
|
|
INFOPLIST_FILE = "Annotation-Ctrl-Demo/Info.plist";
|
|
|
INFOPLIST_KEY_NSCameraUsageDescription = "Enable camera access so that you can create scans with your camera.";
|
|
|
INFOPLIST_KEY_NSMicrophoneUsageDescription = "Your consent is required before you could access the function.";
|
|
|
+ INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "Enable camera access so that you can create scans with your camera.";
|
|
|
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "Enable photo access so that you can create scans with your photos.";
|
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
|
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
|
|
@@ -414,6 +415,7 @@
|
|
|
INFOPLIST_FILE = "Annotation-Ctrl-Demo/Info.plist";
|
|
|
INFOPLIST_KEY_NSCameraUsageDescription = "Enable camera access so that you can create scans with your camera.";
|
|
|
INFOPLIST_KEY_NSMicrophoneUsageDescription = "Your consent is required before you could access the function.";
|
|
|
+ INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "Enable camera access so that you can create scans with your camera.";
|
|
|
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "Enable photo access so that you can create scans with your photos.";
|
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
|
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
|