Netease-Music-Demo by sss
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Info.plist 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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>CFBundleExecutable</key>
  8. <string>$(EXECUTABLE_NAME)</string>
  9. <key>CFBundleIdentifier</key>
  10. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  11. <key>CFBundleInfoDictionaryVersion</key>
  12. <string>6.0</string>
  13. <key>CFBundleName</key>
  14. <string>$(PRODUCT_NAME)</string>
  15. <key>CFBundlePackageType</key>
  16. <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
  17. <key>CFBundleShortVersionString</key>
  18. <string>1.0</string>
  19. <key>CFBundleVersion</key>
  20. <string>1</string>
  21. <key>LSRequiresIPhoneOS</key>
  22. <true/>
  23. <key>UIApplicationSceneManifest</key>
  24. <dict>
  25. <key>UIApplicationSupportsMultipleScenes</key>
  26. <false/>
  27. <key>UISceneConfigurations</key>
  28. <dict>
  29. <key>UIWindowSceneSessionRoleApplication</key>
  30. <array>
  31. <dict>
  32. <key>UISceneConfigurationName</key>
  33. <string>Default Configuration</string>
  34. <key>UISceneDelegateClassName</key>
  35. <string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
  36. </dict>
  37. </array>
  38. </dict>
  39. </dict>
  40. <key>UIApplicationSupportsIndirectInputEvents</key>
  41. <true/>
  42. <key>UILaunchStoryboardName</key>
  43. <string>LaunchScreen</string>
  44. <key>UIRequiredDeviceCapabilities</key>
  45. <array>
  46. <string>armv7</string>
  47. </array>
  48. <key>UISupportedInterfaceOrientations</key>
  49. <array>
  50. <string>UIInterfaceOrientationPortrait</string>
  51. <string>UIInterfaceOrientationLandscapeLeft</string>
  52. <string>UIInterfaceOrientationLandscapeRight</string>
  53. </array>
  54. <key>UISupportedInterfaceOrientations~ipad</key>
  55. <array>
  56. <string>UIInterfaceOrientationPortrait</string>
  57. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  58. <string>UIInterfaceOrientationLandscapeLeft</string>
  59. <string>UIInterfaceOrientationLandscapeRight</string>
  60. </array>
  61. </dict>
  62. </plist>