Nav apraksta

Info.plist 2.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>CFBundleDevelopmentRegion</key>
  6. <string>$(DEVELOPMENT_LANGUAGE)</string>
  7. <key>CFBundleExecutable</key>
  8. <string>$(EXECUTABLE_NAME)</string>
  9. <key>CFBundleIdentifier</key>
  10. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  11. <key>CFBundleInfoDictionaryVersion</key>
  12. <string>6.0</string>
  13. <key>CFBundleName</key>
  14. <string>$(PRODUCT_NAME)</string>
  15. <key>CFBundlePackageType</key>
  16. <string>APPL</string>
  17. <key>CFBundleShortVersionString</key>
  18. <string>1.0</string>
  19. <key>CFBundleVersion</key>
  20. <string>3</string>
  21. <key>LSRequiresIPhoneOS</key>
  22. <true/>
  23. <key>NSAppTransportSecurity</key>
  24. <dict>
  25. <key>NSAllowsArbitraryLoads</key>
  26. <true/>
  27. </dict>
  28. <key>NSCameraUsageDescription</key>
  29. <string>The camera will not be used in this application.</string>
  30. <key>NSHealthShareUsageDescription</key>
  31. <string>This application will not share any health data.</string>
  32. <key>NSHealthUpdateUsageDescription</key>
  33. <string>This application will not use any health data.</string>
  34. <key>NSLocationAlwaysUsageDescription</key>
  35. <string>This application will not use any location functionality.</string>
  36. <key>NSLocationWhenInUseUsageDescription</key>
  37. <string>This application will not use any location functionality.</string>
  38. <key>NSMicrophoneUsageDescription</key>
  39. <string>The microphone will not be used in this application.</string>
  40. <key>NSMotionUsageDescription</key>
  41. <string>The motion sensor will not be used in this application.</string>
  42. <key>NSSpeechRecognitionUsageDescription</key>
  43. <string>The speech recognition function will not be used in this application.</string>
  44. <key>UIBackgroundModes</key>
  45. <array/>
  46. <key>UILaunchStoryboardName</key>
  47. <string>LaunchScreen</string>
  48. <key>UIMainStoryboardFile</key>
  49. <string>Main</string>
  50. <key>UIRequiredDeviceCapabilities</key>
  51. <array>
  52. <string>armv7</string>
  53. </array>
  54. <key>UISupportedInterfaceOrientations</key>
  55. <array>
  56. <string>UIInterfaceOrientationPortrait</string>
  57. <string>UIInterfaceOrientationLandscapeLeft</string>
  58. <string>UIInterfaceOrientationLandscapeRight</string>
  59. </array>
  60. <key>NSFaceIDUsageDescription</key>
  61. <string>This app was designed to use Touch ID and may not fully support Face ID</string>
  62. <key>UISupportedInterfaceOrientations~ipad</key>
  63. <array>
  64. <string>UIInterfaceOrientationPortrait</string>
  65. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  66. <string>UIInterfaceOrientationLandscapeLeft</string>
  67. <string>UIInterfaceOrientationLandscapeRight</string>
  68. </array>
  69. </dict>
  70. </plist>