No Description

Info.plist 2.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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>CFBundleURLTypes</key>
  20. <array>
  21. <dict>
  22. <key>CFBundleTypeRole</key>
  23. <string>Editor</string>
  24. <key>CFBundleURLName</key>
  25. <string>MARLEApp.EncuestaMarle-h</string>
  26. <key>CFBundleURLSchemes</key>
  27. <array>
  28. <string>tania</string>
  29. </array>
  30. </dict>
  31. </array>
  32. <key>CFBundleVersion</key>
  33. <string>3</string>
  34. <key>LSRequiresIPhoneOS</key>
  35. <true/>
  36. <key>NSAppTransportSecurity</key>
  37. <dict>
  38. <key>NSAllowsArbitraryLoads</key>
  39. <true/>
  40. </dict>
  41. <key>NSCameraUsageDescription</key>
  42. <string>The camera will not be used in this application.</string>
  43. <key>NSFaceIDUsageDescription</key>
  44. <string>This app was designed to use Touch ID and may not fully support Face ID</string>
  45. <key>NSHealthShareUsageDescription</key>
  46. <string>This application will not share any health data.</string>
  47. <key>NSHealthUpdateUsageDescription</key>
  48. <string>This application will not use any health data.</string>
  49. <key>NSLocationAlwaysUsageDescription</key>
  50. <string>This application will not use any location functionality.</string>
  51. <key>NSLocationWhenInUseUsageDescription</key>
  52. <string>This application will not use any location functionality.</string>
  53. <key>NSMicrophoneUsageDescription</key>
  54. <string>The microphone will not be used in this application.</string>
  55. <key>NSMotionUsageDescription</key>
  56. <string>The motion sensor will not be used in this application.</string>
  57. <key>NSSpeechRecognitionUsageDescription</key>
  58. <string>The speech recognition function will not be used in this application.</string>
  59. <key>UIBackgroundModes</key>
  60. <array/>
  61. <key>UILaunchStoryboardName</key>
  62. <string>LaunchScreen</string>
  63. <key>UIMainStoryboardFile</key>
  64. <string>Main</string>
  65. <key>UIRequiredDeviceCapabilities</key>
  66. <array>
  67. <string>armv7</string>
  68. </array>
  69. <key>UISupportedInterfaceOrientations</key>
  70. <array>
  71. <string>UIInterfaceOrientationPortrait</string>
  72. <string>UIInterfaceOrientationLandscapeLeft</string>
  73. <string>UIInterfaceOrientationLandscapeRight</string>
  74. </array>
  75. <key>UISupportedInterfaceOrientations~ipad</key>
  76. <array>
  77. <string>UIInterfaceOrientationPortrait</string>
  78. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  79. <string>UIInterfaceOrientationLandscapeLeft</string>
  80. <string>UIInterfaceOrientationLandscapeRight</string>
  81. </array>
  82. </dict>
  83. </plist>