Info.plist 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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>奈油</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>1.0</string>
  21. <key>CFBundleVersion</key>
  22. <string>$(CURRENT_PROJECT_VERSION)</string>
  23. <key>LSRequiresIPhoneOS</key>
  24. <true/>
  25. <key>NSAppTransportSecurity</key>
  26. <dict>
  27. <key>NSAllowsArbitraryLoads</key>
  28. <true/>
  29. </dict>
  30. <key>UIApplicationSceneManifest</key>
  31. <dict>
  32. <key>UIApplicationSupportsMultipleScenes</key>
  33. <false/>
  34. <key>UISceneConfigurations</key>
  35. <dict>
  36. <key>UIWindowSceneSessionRoleApplication</key>
  37. <array>
  38. <dict>
  39. <key>UISceneConfigurationName</key>
  40. <string>Default Configuration</string>
  41. <key>UISceneDelegateClassName</key>
  42. <string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
  43. </dict>
  44. </array>
  45. </dict>
  46. </dict>
  47. <key>UIApplicationSupportsIndirectInputEvents</key>
  48. <true/>
  49. <key>UILaunchStoryboardName</key>
  50. <string>LaunchScreen_on</string>
  51. <key>UIRequiredDeviceCapabilities</key>
  52. <array>
  53. <string>armv7</string>
  54. </array>
  55. <key>UISupportedInterfaceOrientations</key>
  56. <array>
  57. <string>UIInterfaceOrientationPortrait</string>
  58. </array>
  59. <key>UISupportedInterfaceOrientations~ipad</key>
  60. <array>
  61. <string>UIInterfaceOrientationPortrait</string>
  62. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  63. <string>UIInterfaceOrientationLandscapeLeft</string>
  64. <string>UIInterfaceOrientationLandscapeRight</string>
  65. </array>
  66. <key>UTExportedTypeDeclarations</key>
  67. <array>
  68. <dict>
  69. <key>UTTypeIconFiles</key>
  70. <array/>
  71. <key>UTTypeTagSpecification</key>
  72. <dict/>
  73. </dict>
  74. </array>
  75. <key>appGroup</key>
  76. <string>group.com.nai.naiyoup.neiyoujsql</string>
  77. </dict>
  78. </plist>