Info.plist 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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> NSAppClipRequestEphemeralUserNotification </key>
  6. <true/>
  7. <key>CFBundleDevelopmentRegion</key>
  8. <string>$(DEVELOPMENT_LANGUAGE)</string>
  9. <key>CFBundleDisplayName</key>
  10. <string>AdvancedSample</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>CFBundleVersion</key>
  24. <string>1</string>
  25. <key>LSRequiresIPhoneOS</key>
  26. <true/>
  27. <key>NSAppClip</key>
  28. <dict>
  29. <key>NSAppClipRequestEphemeralUserNotification</key>
  30. <false/>
  31. <key>NSAppClipRequestLocationConfirmation</key>
  32. <false/>
  33. </dict>
  34. <key>UIApplicationSceneManifest</key>
  35. <dict>
  36. <key>UIApplicationSupportsMultipleScenes</key>
  37. <false/>
  38. <key>UISceneConfigurations</key>
  39. <dict>
  40. <key>UIWindowSceneSessionRoleApplication</key>
  41. <array>
  42. <dict>
  43. <key>UISceneConfigurationName</key>
  44. <string>Default Configuration</string>
  45. <key>UISceneDelegateClassName</key>
  46. <string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
  47. </dict>
  48. </array>
  49. </dict>
  50. </dict>
  51. <key>UIApplicationSupportsIndirectInputEvents</key>
  52. <true/>
  53. <key>UILaunchStoryboardName</key>
  54. <string>LaunchScreen</string>
  55. <key>UIRequiredDeviceCapabilities</key>
  56. <array>
  57. <string>armv7</string>
  58. </array>
  59. <key>UISupportedInterfaceOrientations</key>
  60. <array>
  61. <string>UIInterfaceOrientationPortrait</string>
  62. <string>UIInterfaceOrientationLandscapeLeft</string>
  63. <string>UIInterfaceOrientationLandscapeRight</string>
  64. </array>
  65. <key>UISupportedInterfaceOrientations~ipad</key>
  66. <array>
  67. <string>UIInterfaceOrientationPortrait</string>
  68. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  69. <string>UIInterfaceOrientationLandscapeLeft</string>
  70. <string>UIInterfaceOrientationLandscapeRight</string>
  71. </array>
  72. </dict>
  73. </plist>