123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <?xml version="1.0" encoding="utf-8"?>
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
- <plist version="1.0">
- <dict>
- <key>CADisableMinimumFrameDuration</key>
- <false />
- <key>CADisableMinimumFrameDurationOnPhone</key>
- <false />
- <key>CFBundleAllowMixedLocalizations</key>
- <true />
- <key>CFBundleDevelopmentRegion</key>
- <string>en</string>
- <key>CFBundleDisplayName</key>
- <string>MRSpace</string>
- <key>CFBundleExecutable</key>
- <string>${EXECUTABLE_NAME}</string>
- <key>CFBundleIdentifier</key>
- <string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>${PRODUCT_NAME}</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleShortVersionString</key>
- <string>1.0</string>
- <key>CFBundleVersion</key>
- <string>0</string>
- <key>LSRequiresIPhoneOS</key>
- <true />
- <key>NSCameraUsageDescription</key>
- <string>Use camera for vconf</string>
- <key>NSMicrophoneUsageDescription</key>
- <string>Use microphone for vconf</string>
- <key>UILaunchStoryboardName</key>
- <string>LaunchScreen-iPhone</string>
- <key>UILaunchStoryboardName~iphone</key>
- <string>LaunchScreen-iPhone</string>
- <key>UILaunchStoryboardName~ipod</key>
- <string>LaunchScreen-iPhone</string>
- <key>UIPrerenderedIcon</key>
- <false />
- <key>UIRequiredDeviceCapabilities</key>
- <array>
- <string>arm64</string>
- <string>metal</string>
- </array>
- <key>UIRequiresFullScreen</key>
- <false />
- <key>UIRequiresPersistentWiFi</key>
- <false />
- <key>UIStatusBarHidden</key>
- <true />
- <key>UIStatusBarStyle</key>
- <string>UIStatusBarStyleDefault</string>
- <key>UIViewControllerBasedStatusBarAppearance</key>
- <true />
- <key>Unity_LoadingActivityIndicatorStyle</key>
- <integer>-1</integer>
- <key>UIApplicationSceneManifest</key>
- <dict>
- <key>UIApplicationSupportsMultipleScenes</key>
- <true />
- <key>UIApplicationPreferredDefaultSceneSessionRole</key>
- <string>CPSceneSessionRoleImmersiveSpaceApplication</string>
- </dict>
- <key>NSHandsTrackingUsageDescription</key>
- <string>Hands Tracking</string>
- <key>NSWorldSensingUsageDescription</key>
- <string>World Sensing</string>
- </dict>
- </plist>
|