diff --git a/Example/CardScan.xcodeproj/project.pbxproj b/Example/CardScan.xcodeproj/project.pbxproj index e49a919e..b78280f9 100644 --- a/Example/CardScan.xcodeproj/project.pbxproj +++ b/Example/CardScan.xcodeproj/project.pbxproj @@ -184,6 +184,7 @@ developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( + English, en, Base, ); diff --git a/Example/CardScan/Info.plist b/Example/CardScan/Info.plist index e2b44b0a..bb640897 100644 --- a/Example/CardScan/Info.plist +++ b/Example/CardScan/Info.plist @@ -4,6 +4,8 @@ CFBundleDevelopmentRegion en + CFBundleDisplayName + MyApp CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier @@ -37,7 +39,7 @@ LSRequiresIPhoneOS NSCameraUsageDescription - To scan credit cards + We need access to your camera to scan your card UILaunchStoryboardName LaunchScreen UIMainStoryboardFile diff --git a/Info.plist.camera.png b/Info.plist.camera.png index 096136d6..573e3f05 100644 Binary files a/Info.plist.camera.png and b/Info.plist.camera.png differ diff --git a/camera_prompt.png b/camera_prompt.png index ee18df52..0d7119d3 100644 Binary files a/camera_prompt.png and b/camera_prompt.png differ