Info.plist 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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.app</string>
  30. </array>
  31. </dict>
  32. <dict>
  33. <key>CFBundleURLSchemes</key>
  34. <array>
  35. <string>com.googleusercontent.apps.1089770545298-jvtb828iob1782oeo2d9c3p49r1n4sj8</string>
  36. </array>
  37. </dict>
  38. </array>
  39. <key>CFBundleVersion</key>
  40. <string>$(CURRENT_PROJECT_VERSION)</string>
  41. <key>LSRequiresIPhoneOS</key>
  42. <true/>
  43. <key>NSAppTransportSecurity</key>
  44. <dict>
  45. <key>NSAllowsArbitraryLoads</key>
  46. <true/>
  47. <key>NSExceptionDomains</key>
  48. <dict>
  49. <key>localhost</key>
  50. <dict>
  51. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  52. <true/>
  53. </dict>
  54. </dict>
  55. </dict>
  56. <key>NSCameraUsageDescription</key>
  57. <string>Allow $(PRODUCT_NAME) to access your camera</string>
  58. <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
  59. <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>
  60. <key>NSLocationAlwaysUsageDescription</key>
  61. <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>
  62. <key>NSLocationWhenInUseUsageDescription</key>
  63. <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>
  64. <key>NSMicrophoneUsageDescription</key>
  65. <string>Allow $(PRODUCT_NAME) to access your microphone</string>
  66. <key>NSPhotoLibraryUsageDescription</key>
  67. <string>Allow $(PRODUCT_NAME) to access your photos</string>
  68. <key>NSSpeechRecognitionUsageDescription</key>
  69. <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>
  70. <key>UILaunchStoryboardName</key>
  71. <string>SplashScreen</string>
  72. <key>UIMainStoryboardFile</key>
  73. <string>SplashScreen</string>
  74. <key>UIRequiredDeviceCapabilities</key>
  75. <array>
  76. <string>armv7</string>
  77. </array>
  78. <key>UIRequiresFullScreen</key>
  79. <false/>
  80. <key>UIStatusBarStyle</key>
  81. <string>UIStatusBarStyleDefault</string>
  82. <key>UISupportedInterfaceOrientations</key>
  83. <array>
  84. <string>UIInterfaceOrientationPortrait</string>
  85. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  86. </array>
  87. <key>UISupportedInterfaceOrientations~ipad</key>
  88. <array>
  89. <string>UIInterfaceOrientationPortrait</string>
  90. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  91. <string>UIInterfaceOrientationLandscapeLeft</string>
  92. <string>UIInterfaceOrientationLandscapeRight</string>
  93. </array>
  94. <key>UIUserInterfaceStyle</key>
  95. <string>Light</string>
  96. <key>UIViewControllerBasedStatusBarAppearance</key>
  97. <false/>
  98. </dict>
  99. </plist>