Info.plist 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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>en</string>
  7. <key>CFBundleDisplayName</key>
  8. <string>fast16cc</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>APPL</string>
  19. <key>CFBundleShortVersionString</key>
  20. <string>1.0.2</string>
  21. <key>CFBundleSignature</key>
  22. <string>????</string>
  23. <key>CFBundleURLTypes</key>
  24. <array>
  25. <dict>
  26. <key>CFBundleTypeRole</key>
  27. <string>Editor</string>
  28. <key>CFBundleURLSchemes</key>
  29. <array>
  30. <string>prefs</string>
  31. </array>
  32. </dict>
  33. </array>
  34. <key>CFBundleVersion</key>
  35. <string>127</string>
  36. <key>ITSAppUsesNonExemptEncryption</key>
  37. <false/>
  38. <key>LSApplicationCategoryType</key>
  39. <string>public.app-category.healthcare-fitness</string>
  40. <key>LSRequiresIPhoneOS</key>
  41. <true/>
  42. <key>NSAppTransportSecurity</key>
  43. <dict>
  44. <key>NSExceptionDomains</key>
  45. <dict>
  46. <key>localhost</key>
  47. <dict>
  48. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  49. <true/>
  50. </dict>
  51. </dict>
  52. </dict>
  53. <key>NSCameraUsageDescription</key>
  54. <string>Your camera is used to take photos of your food.</string>
  55. <key>NSContactsUsageDescription</key>
  56. <string>Allow $(PRODUCT_NAME) to access your contacts</string>
  57. <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
  58. <string>Your location info is used to calculate your local sunrise and sunset times.</string>
  59. <key>NSLocationAlwaysUsageDescription</key>
  60. <string>Your location info is used to calculate your local sunrise and sunset times.</string>
  61. <key>NSLocationWhenInUseUsageDescription</key>
  62. <string>Your location info is used to calculate your local sunrise and sunset times.</string>
  63. <key>NSMicrophoneUsageDescription</key>
  64. <string>Allow $(PRODUCT_NAME) to access your microphone</string>
  65. <key>NSMotionUsageDescription</key>
  66. <string>Allow $(PRODUCT_NAME) to access your device's accelerometer</string>
  67. <key>NSPhotoLibraryAddUsageDescription</key>
  68. <string>So you can add or update your profile picture, which helps you stand out on the upcoming Community Leaderboard.</string>
  69. <key>NSPhotoLibraryUsageDescription</key>
  70. <string>So you can add or update your profile picture, which helps you stand out on the upcoming Community Leaderboard.</string>
  71. <key>NSUserNotificationsUsageDescription</key>
  72. <string>You'll get reminders at your scheduled times.</string>
  73. <key>UILaunchStoryboardName</key>
  74. <string>LaunchScreen</string>
  75. <key>UIRequiredDeviceCapabilities</key>
  76. <array>
  77. <string>armv7</string>
  78. </array>
  79. <key>UISupportedInterfaceOrientations</key>
  80. <array>
  81. <string>UIInterfaceOrientationPortrait</string>
  82. </array>
  83. <key>UISupportedInterfaceOrientations~ipad</key>
  84. <array>
  85. <string>UIInterfaceOrientationLandscapeLeft</string>
  86. <string>UIInterfaceOrientationLandscapeRight</string>
  87. <string>UIInterfaceOrientationPortrait</string>
  88. </array>
  89. <key>UIUserInterfaceStyle</key>
  90. <string>Light</string>
  91. <key>UIViewControllerBasedStatusBarAppearance</key>
  92. <false/>
  93. </dict>
  94. </plist>