1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
- <plist version="1.0">
- <dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>$(DEVELOPMENT_LANGUAGE)</string>
- <key>CFBundleExecutable</key>
- <string>$(EXECUTABLE_NAME)</string>
- <key>CFBundleIdentifier</key>
- <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>$(PRODUCT_NAME)</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleShortVersionString</key>
- <string>1.0</string>
- <key>CFBundleURLTypes</key>
- <array>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleURLName</key>
- <string>MARLEApp.EncuestaMarle-h</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>tania</string>
- </array>
- </dict>
- </array>
- <key>CFBundleVersion</key>
- <string>3</string>
- <key>LSRequiresIPhoneOS</key>
- <true/>
- <key>NSAppTransportSecurity</key>
- <dict>
- <key>NSAllowsArbitraryLoads</key>
- <true/>
- </dict>
- <key>NSCameraUsageDescription</key>
- <string>The camera will not be used in this application.</string>
- <key>NSFaceIDUsageDescription</key>
- <string>This app was designed to use Touch ID and may not fully support Face ID</string>
- <key>NSHealthShareUsageDescription</key>
- <string>This application will not share any health data.</string>
- <key>NSHealthUpdateUsageDescription</key>
- <string>This application will not use any health data.</string>
- <key>NSLocationAlwaysUsageDescription</key>
- <string>This application will not use any location functionality.</string>
- <key>NSLocationWhenInUseUsageDescription</key>
- <string>This application will not use any location functionality.</string>
- <key>NSMicrophoneUsageDescription</key>
- <string>The microphone will not be used in this application.</string>
- <key>NSMotionUsageDescription</key>
- <string>The motion sensor will not be used in this application.</string>
- <key>NSSpeechRecognitionUsageDescription</key>
- <string>The speech recognition function will not be used in this application.</string>
- <key>UIBackgroundModes</key>
- <array/>
- <key>UILaunchStoryboardName</key>
- <string>LaunchScreen</string>
- <key>UIMainStoryboardFile</key>
- <string>Main</string>
- <key>UIRequiredDeviceCapabilities</key>
- <array>
- <string>armv7</string>
- </array>
- <key>UISupportedInterfaceOrientations</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- <string>UIInterfaceOrientationLandscapeRight</string>
- </array>
- <key>UISupportedInterfaceOrientations~ipad</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- <string>UIInterfaceOrientationPortraitUpsideDown</string>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- <string>UIInterfaceOrientationLandscapeRight</string>
- </array>
- </dict>
- </plist>
|