Info.plist 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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>CADisableMinimumFrameDuration</key>
  6. <false />
  7. <key>CADisableMinimumFrameDurationOnPhone</key>
  8. <false />
  9. <key>CFBundleAllowMixedLocalizations</key>
  10. <true />
  11. <key>CFBundleDevelopmentRegion</key>
  12. <string>en</string>
  13. <key>CFBundleDisplayName</key>
  14. <string>MRSpace</string>
  15. <key>CFBundleExecutable</key>
  16. <string>${EXECUTABLE_NAME}</string>
  17. <key>CFBundleIdentifier</key>
  18. <string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
  19. <key>CFBundleInfoDictionaryVersion</key>
  20. <string>6.0</string>
  21. <key>CFBundleName</key>
  22. <string>${PRODUCT_NAME}</string>
  23. <key>CFBundlePackageType</key>
  24. <string>APPL</string>
  25. <key>CFBundleShortVersionString</key>
  26. <string>1.0</string>
  27. <key>CFBundleVersion</key>
  28. <string>0</string>
  29. <key>LSRequiresIPhoneOS</key>
  30. <true />
  31. <key>NSCameraUsageDescription</key>
  32. <string>Use camera for vconf</string>
  33. <key>NSMicrophoneUsageDescription</key>
  34. <string>Use microphone for vconf</string>
  35. <key>UILaunchStoryboardName</key>
  36. <string>LaunchScreen-iPhone</string>
  37. <key>UILaunchStoryboardName~iphone</key>
  38. <string>LaunchScreen-iPhone</string>
  39. <key>UILaunchStoryboardName~ipod</key>
  40. <string>LaunchScreen-iPhone</string>
  41. <key>UIPrerenderedIcon</key>
  42. <false />
  43. <key>UIRequiredDeviceCapabilities</key>
  44. <array>
  45. <string>arm64</string>
  46. <string>metal</string>
  47. </array>
  48. <key>UIRequiresFullScreen</key>
  49. <false />
  50. <key>UIRequiresPersistentWiFi</key>
  51. <false />
  52. <key>UIStatusBarHidden</key>
  53. <true />
  54. <key>UIStatusBarStyle</key>
  55. <string>UIStatusBarStyleDefault</string>
  56. <key>UIViewControllerBasedStatusBarAppearance</key>
  57. <true />
  58. <key>Unity_LoadingActivityIndicatorStyle</key>
  59. <integer>-1</integer>
  60. <key>UIApplicationSceneManifest</key>
  61. <dict>
  62. <key>UIApplicationSupportsMultipleScenes</key>
  63. <true />
  64. <key>UIApplicationPreferredDefaultSceneSessionRole</key>
  65. <string>CPSceneSessionRoleImmersiveSpaceApplication</string>
  66. </dict>
  67. <key>NSHandsTrackingUsageDescription</key>
  68. <string>Hands Tracking</string>
  69. <key>NSWorldSensingUsageDescription</key>
  70. <string>World Sensing</string>
  71. </dict>
  72. </plist>