iOS.plist 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <plist version="1.0">
  2. <dict>
  3. <key>CFBundleDisplayName</key>
  4. <string>Application</string>
  5. <key>CFBundleDevelopmentRegion</key>
  6. <string>English</string>
  7. <key>CFBundleExecutable</key>
  8. <string>${EXECUTABLE_NAME}</string>
  9. <key>CFBundleIconFiles</key>
  10. <array>
  11. <string>Icon-76.png</string>
  12. <string>[email protected]</string>
  13. <string>[email protected]</string>
  14. <string>[email protected]</string>
  15. </array>
  16. <key>CFBundleIdentifier</key>
  17. <string>com.esenthel.test</string>
  18. <key>CFBundleInfoDictionaryVersion</key>
  19. <string>6.0</string>
  20. <key>CFBundlePackageType</key>
  21. <string>APPL</string>
  22. <key>CFBundleSignature</key>
  23. <string>????</string>
  24. <key>CFBundleVersion</key>
  25. <string>1</string>
  26. <key>CFBundleShortVersionString</key>
  27. <string>1</string>
  28. <key>LSRequiresIPhoneOS</key>
  29. <true/>
  30. <key>NSMainNibFile</key>
  31. <string>iOS</string>
  32. <key>UILaunchStoryboardName</key>
  33. <string>iOS</string>
  34. <key>UIStatusBarHidden</key>
  35. <true/>
  36. <key>UIRequiresFullScreen</key>
  37. <true/>
  38. <key>UISupportedInterfaceOrientations</key>
  39. <array>
  40. <string>UIInterfaceOrientationPortrait</string>
  41. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  42. <string>UIInterfaceOrientationLandscapeLeft</string>
  43. <string>UIInterfaceOrientationLandscapeRight</string>
  44. </array>
  45. <key>UIViewControllerBasedStatusBarAppearance</key>
  46. <false/>
  47. <key>NSAppTransportSecurity</key>
  48. <dict>
  49. <key>NSAllowsArbitraryLoads</key>
  50. <true/>
  51. </dict>
  52. <key>NSLocationAlwaysUsageDescription</key>
  53. <string></string>
  54. <key>NSLocationWhenInUseUsageDescription</key>
  55. <string></string>
  56. <key>FacebookAppID</key>
  57. <string>0</string>
  58. <key>FacebookDisplayName</key>
  59. <string>Esenthel</string>
  60. <key>ChartboostAppID</key>
  61. <string></string>
  62. <key>ChartboostAppSignature</key>
  63. <string></string>
  64. <key>CFBundleURLTypes</key>
  65. <array>
  66. <dict>
  67. <key>CFBundleURLSchemes</key>
  68. <array>
  69. <string>fb0</string>
  70. </array>
  71. </dict>
  72. </array>
  73. </dict>
  74. </plist>