Info.plist 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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>BGTaskSchedulerPermittedIdentifiers</key>
  6. <array>
  7. <string>com.kh.CockFight</string>
  8. </array>
  9. <key>CFBundleDevelopmentRegion</key>
  10. <string>$(DEVELOPMENT_LANGUAGE)</string>
  11. <key>CFBundleExecutable</key>
  12. <string>$(EXECUTABLE_NAME)</string>
  13. <key>CFBundleIdentifier</key>
  14. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  15. <key>CFBundleInfoDictionaryVersion</key>
  16. <string>6.0</string>
  17. <key>CFBundleName</key>
  18. <string>$(PRODUCT_NAME)</string>
  19. <key>CFBundlePackageType</key>
  20. <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
  21. <key>CFBundleShortVersionString</key>
  22. <string>1.0</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>com.googleusercontent.apps.934778941592-4eako25e535p0tfeega66fj15n93v4e8</string>
  31. </array>
  32. </dict>
  33. </array>
  34. <key>CFBundleVersion</key>
  35. <string>$(CURRENT_PROJECT_VERSION)</string>
  36. <key>LSRequiresIPhoneOS</key>
  37. <true/>
  38. <key>NSAppTransportSecurity</key>
  39. <dict>
  40. <key>NSAllowsArbitraryLoads</key>
  41. <true/>
  42. </dict>
  43. <key>UIAppFonts</key>
  44. <array>
  45. <string>KhmerOS.ttf</string>
  46. </array>
  47. <key>UIApplicationSceneManifest</key>
  48. <dict>
  49. <key>UIApplicationSupportsMultipleScenes</key>
  50. <false/>
  51. <key>UISceneConfigurations</key>
  52. <dict>
  53. <key>UIWindowSceneSessionRoleApplication</key>
  54. <array>
  55. <dict>
  56. <key>UISceneConfigurationName</key>
  57. <string>Default Configuration</string>
  58. <key>UISceneDelegateClassName</key>
  59. <string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
  60. <key>UISceneStoryboardFile</key>
  61. <string>Main</string>
  62. </dict>
  63. </array>
  64. </dict>
  65. </dict>
  66. <key>UIApplicationSupportsIndirectInputEvents</key>
  67. <true/>
  68. <key>UIBackgroundModes</key>
  69. <array>
  70. <string>fetch</string>
  71. <string>processing</string>
  72. <string>remote-notification</string>
  73. </array>
  74. <key>UILaunchStoryboardName</key>
  75. <string>LaunchScreen</string>
  76. <key>UIMainStoryboardFile</key>
  77. <string>Main</string>
  78. <key>UIRequiredDeviceCapabilities</key>
  79. <array>
  80. <string>armv7</string>
  81. </array>
  82. <key>UISupportedInterfaceOrientations</key>
  83. <array>
  84. <string>UIInterfaceOrientationPortrait</string>
  85. </array>
  86. <key>UISupportedInterfaceOrientations~ipad</key>
  87. <array>
  88. <string>UIInterfaceOrientationPortrait</string>
  89. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  90. <string>UIInterfaceOrientationLandscapeLeft</string>
  91. <string>UIInterfaceOrientationLandscapeRight</string>
  92. </array>
  93. <key>UIUserInterfaceStyle</key>
  94. <string>Light</string>
  95. </dict>
  96. </plist>