Showing
1 changed file
with
4 additions
and
4 deletions
| @@ -2,8 +2,6 @@ | @@ -2,8 +2,6 @@ | ||
| 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
| 3 | <plist version="1.0"> | 3 | <plist version="1.0"> |
| 4 | <dict> | 4 | <dict> |
| 5 | - <key>CADisableMinimumFrameDurationOnPhone</key> | ||
| 6 | - <true/> | ||
| 7 | <key>CFBundleDevelopmentRegion</key> | 5 | <key>CFBundleDevelopmentRegion</key> |
| 8 | <string>$(DEVELOPMENT_LANGUAGE)</string> | 6 | <string>$(DEVELOPMENT_LANGUAGE)</string> |
| 9 | <key>CFBundleDisplayName</key> | 7 | <key>CFBundleDisplayName</key> |
| @@ -30,8 +28,6 @@ | @@ -30,8 +28,6 @@ | ||
| 30 | <string>This app needs camera access to scan QR codes</string> | 28 | <string>This app needs camera access to scan QR codes</string> |
| 31 | <key>NSPhotoLibraryUsageDescription</key> | 29 | <key>NSPhotoLibraryUsageDescription</key> |
| 32 | <string>This app needs photos access to get QR code from photo library</string> | 30 | <string>This app needs photos access to get QR code from photo library</string> |
| 33 | - <key>UIApplicationSupportsIndirectInputEvents</key> | ||
| 34 | - <true/> | ||
| 35 | <key>UILaunchStoryboardName</key> | 31 | <key>UILaunchStoryboardName</key> |
| 36 | <string>LaunchScreen</string> | 32 | <string>LaunchScreen</string> |
| 37 | <key>UIMainStoryboardFile</key> | 33 | <key>UIMainStoryboardFile</key> |
| @@ -51,5 +47,9 @@ | @@ -51,5 +47,9 @@ | ||
| 51 | </array> | 47 | </array> |
| 52 | <key>UIViewControllerBasedStatusBarAppearance</key> | 48 | <key>UIViewControllerBasedStatusBarAppearance</key> |
| 53 | <false/> | 49 | <false/> |
| 50 | + <key>CADisableMinimumFrameDurationOnPhone</key> | ||
| 51 | + <true/> | ||
| 52 | + <key>UIApplicationSupportsIndirectInputEvents</key> | ||
| 53 | + <true/> | ||
| 54 | </dict> | 54 | </dict> |
| 55 | </plist> | 55 | </plist> |
-
Please register or login to post a comment