Skip to content

Commit

Permalink
Merge pull request #31162 from frenzibyte/ios-osu-is-not-document-app
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy authored Dec 19, 2024
2 parents d542382 + 75d694d commit 239dc7d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions osu.iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>NSCameraUsageDescription</key>
<string>We don't really use the camera.</string>
<string>We don't use the camera.</string>
<key>NSMicrophoneUsageDescription</key>
<string>We don't really use the microphone.</string>
<string>We don't use the microphone.</string>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>We don't use Bluetooth.</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationLandscapeRight</string>
Expand Down Expand Up @@ -153,5 +155,7 @@
</array>
<key>LSApplicationCategoryType</key>
<string>public.app-category.music-games</string>
<key>LSSupportsOpeningDocumentsInPlace</key>
<false/>
</dict>
</plist>

0 comments on commit 239dc7d

Please sign in to comment.