2
0

iOS.plist 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <plist version="1.0">
  2. <dict>
  3. <key>CFBundleDisplayName</key>
  4. <string>Esenthel</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. <string>[email protected]</string>
  16. </array>
  17. <key>CFBundleIdentifier</key>
  18. <string>com.esenthel.editor</string>
  19. <key>CFBundleInfoDictionaryVersion</key>
  20. <string>6.0</string>
  21. <key>CFBundlePackageType</key>
  22. <string>APPL</string>
  23. <key>CFBundleSignature</key>
  24. <string>????</string>
  25. <key>CFBundleVersion</key>
  26. <string>58</string>
  27. <key>CFBundleShortVersionString</key>
  28. <string>58</string>
  29. <key>LSRequiresIPhoneOS</key>
  30. <true/>
  31. <key>NSMainNibFile</key>
  32. <string>iOS</string>
  33. <key>UILaunchStoryboardName</key>
  34. <string>iOS</string>
  35. <key>UIStatusBarHidden</key>
  36. <true/>
  37. <key>UIRequiresFullScreen</key>
  38. <true/>
  39. <key>UISupportedInterfaceOrientations</key>
  40. <array>
  41. <string>UIInterfaceOrientationPortrait</string>
  42. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  43. <string>UIInterfaceOrientationLandscapeRight</string>
  44. <string>UIInterfaceOrientationLandscapeLeft</string>
  45. </array>
  46. <key>UIViewControllerBasedStatusBarAppearance</key>
  47. <false/>
  48. <key>NSAppTransportSecurity</key>
  49. <dict>
  50. <key>NSAllowsArbitraryLoads</key>
  51. <true/>
  52. </dict>
  53. <key>NSLocationAlwaysUsageDescription</key>
  54. <string></string>
  55. <key>NSLocationWhenInUseUsageDescription</key>
  56. <string></string>
  57. <key>FacebookAppID</key>
  58. <string>0</string>
  59. <key>FacebookDisplayName</key>
  60. <string>Esenthel</string>
  61. <key>ChartboostAppID</key>
  62. <string></string>
  63. <key>ChartboostAppSignature</key>
  64. <string></string>
  65. <key>CFBundleURLTypes</key>
  66. <array>
  67. <dict>
  68. <key>CFBundleURLSchemes</key>
  69. <array>
  70. <string>fb0</string>
  71. </array>
  72. </dict>
  73. </array>
  74. </dict>
  75. </plist>