Info.plist 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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>CFBundleDisplayName</key>
  8. <string>cnp-mobile</string>
  9. <key>CFBundleExecutable</key>
  10. <string>$(EXECUTABLE_NAME)</string>
  11. <key>CFBundleIdentifier</key>
  12. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  13. <key>CFBundleInfoDictionaryVersion</key>
  14. <string>6.0</string>
  15. <key>CFBundleName</key>
  16. <string>$(PRODUCT_NAME)</string>
  17. <key>CFBundlePackageType</key>
  18. <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
  19. <key>CFBundleShortVersionString</key>
  20. <string>$(MARKETING_VERSION)</string>
  21. <key>CFBundleSignature</key>
  22. <string>????</string>
  23. <key>CFBundleURLTypes</key>
  24. <array>
  25. <dict>
  26. <key>CFBundleURLSchemes</key>
  27. <array>
  28. <string>cnp.mobile</string>
  29. <string>com.clicknpush.mobile</string>
  30. </array>
  31. </dict>
  32. </array>
  33. <key>CFBundleVersion</key>
  34. <string>$(CURRENT_PROJECT_VERSION)</string>
  35. <key>LSRequiresIPhoneOS</key>
  36. <true/>
  37. <key>NSAppTransportSecurity</key>
  38. <dict>
  39. <key>NSAllowsArbitraryLoads</key>
  40. <true/>
  41. <key>NSExceptionDomains</key>
  42. <dict>
  43. <key>localhost</key>
  44. <dict>
  45. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  46. <true/>
  47. </dict>
  48. </dict>
  49. </dict>
  50. <key>NSCameraUsageDescription</key>
  51. <string>Allow $(PRODUCT_NAME) to access your camera. This allows you to add a profile picture and add photos to landmarks that you upload.</string>
  52. <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
  53. <string>Allow $(PRODUCT_NAME) to access your location. This allows you to be notified of nearby landmarks and makes it easy to add landmarks at your location.</string>
  54. <key>NSLocationAlwaysUsageDescription</key>
  55. <string>Allow $(PRODUCT_NAME) to access your location when in use. This allows you to be notified of nearby landmarks and makes it easy to add landmarks at your location.</string>
  56. <key>NSLocationWhenInUseUsageDescription</key>
  57. <string>Allow $(PRODUCT_NAME) to access your location when in the background. This allows you to add a profile picture and add photos to landmarks that you upload.</string>
  58. <key>NSMicrophoneUsageDescription</key>
  59. <string>Allow $(PRODUCT_NAME) to access your microphone. This enabled voice activated features in the app, such as adding a landmark through voice commands.</string>
  60. <key>NSPhotoLibraryUsageDescription</key>
  61. <string>Allow $(PRODUCT_NAME) to access your photos. This allows you to add a profile picture and add photos to landmarks that you upload.</string>
  62. <key>NSSpeechRecognitionUsageDescription</key>
  63. <string>Allow $(PRODUCT_NAME) to recieve voice commands. This enabled voice activated features in the app, such as adding a landmark through voice commands.</string>
  64. <key>UILaunchStoryboardName</key>
  65. <string>SplashScreen</string>
  66. <key>UIMainStoryboardFile</key>
  67. <string>SplashScreen</string>
  68. <key>UIRequiredDeviceCapabilities</key>
  69. <array>
  70. <string>armv7</string>
  71. </array>
  72. <key>UIRequiresFullScreen</key>
  73. <false/>
  74. <key>UIStatusBarStyle</key>
  75. <string>UIStatusBarStyleDefault</string>
  76. <key>UISupportedInterfaceOrientations</key>
  77. <array>
  78. <string>UIInterfaceOrientationPortrait</string>
  79. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  80. </array>
  81. <key>UISupportedInterfaceOrientations~ipad</key>
  82. <array>
  83. <string>UIInterfaceOrientationPortrait</string>
  84. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  85. <string>UIInterfaceOrientationLandscapeLeft</string>
  86. <string>UIInterfaceOrientationLandscapeRight</string>
  87. </array>
  88. <key>UIUserInterfaceStyle</key>
  89. <string>Light</string>
  90. <key>UIViewControllerBasedStatusBarAppearance</key>
  91. <false/>
  92. </dict>
  93. </plist>