2018-12-29 18:47:35 +10:30
|
|
|
<?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>CFBundleName</key>
|
|
|
|
<string>osu.Game.Tests.iOS</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
<string>ppy.osu-Game-Tests-iOS</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
|
|
|
<string>1.0</string>
|
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
<string>1.0</string>
|
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
|
<true/>
|
|
|
|
<key>MinimumOSVersion</key>
|
2022-12-12 01:25:56 +03:00
|
|
|
<string>13.4</string>
|
2018-12-29 18:47:35 +10:30
|
|
|
<key>UIDeviceFamily</key>
|
|
|
|
<array>
|
|
|
|
<integer>1</integer>
|
|
|
|
<integer>2</integer>
|
|
|
|
</array>
|
|
|
|
<key>UIRequiredDeviceCapabilities</key>
|
|
|
|
<array>
|
|
|
|
<string>armv7</string>
|
|
|
|
</array>
|
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
2022-02-02 21:25:50 +03:00
|
|
|
<array>
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
2022-02-02 22:17:23 +03:00
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
2022-02-02 21:25:50 +03:00
|
|
|
</array>
|
|
|
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
2018-12-29 18:47:35 +10:30
|
|
|
<array>
|
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
2022-02-02 22:17:23 +03:00
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
2018-12-29 18:47:35 +10:30
|
|
|
</array>
|
|
|
|
<key>XSAppIconAssets</key>
|
|
|
|
<string>Assets.xcassets/AppIcon.appiconset</string>
|
2022-05-14 22:07:42 +03:00
|
|
|
<key>UIApplicationSupportsIndirectInputEvents</key>
|
|
|
|
<true/>
|
2021-12-08 04:43:01 +03:00
|
|
|
<key>CADisableMinimumFrameDurationOnPhone</key>
|
|
|
|
<true/>
|
2018-12-29 18:47:35 +10:30
|
|
|
</dict>
|
|
|
|
</plist>
|