Skip to content

Commit

Permalink
update the info.plist.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy840119 committed Dec 19, 2022
1 parent 34b74d4 commit e646b43
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions osu.Framework.Microphone.Tests.iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleIdentifier</key>
<string>ppy.osu-Framework-Microphone-Tests-iOS</string>
<key>CFBundleName</key>
<string>osu.Framework.Tests.iOS</string>
<string>ppy.osu-Framework-Microphone-Tests-iOS</string>
<key>CFBundleIdentifier</key>
<string>sh.ppy.osu-framework-visual-tests</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>MinimumOSVersion</key>
<string>11.0</string>
<string>13.4</string>
<key>NSMicrophoneUsageDescription</key>
<string>Ask for microphone permission</string>
<key>UIApplicationSupportsIndirectInputEvents</key>
Expand All @@ -29,10 +29,6 @@
<array>
<string>armv7</string>
</array>
<key>UIRequiresFullScreen</key>
<true/>
<key>UIStatusBarHidden</key>
<true/>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
Expand All @@ -42,5 +38,13 @@
</array>
<key>XSAppIconAssets</key>
<string>Assets.xcassets/AppIcon.appiconset</string>
<key>UIStatusBarHidden</key>
<true/>
<key>UIRequiresFullScreen</key>
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
</dict>
</plist>

0 comments on commit e646b43

Please sign in to comment.