Fixes incorrectly sorted Info.plist keys

This commit is contained in:
Riley Testut 2023-12-01 14:01:41 -06:00
parent 5f2de79221
commit 9dd4d01b66

View File

@ -197,6 +197,22 @@
<string>Delta uses your microphone to emulate the Nintendo DS microphone.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Press "OK" to allow Delta to use images from your Photo Library as game artwork.</string>
<key>OSLogPreferences</key>
<dict>
<key>com.rileytestut.Harmony</key>
<dict>
<key>Sync</key>
<dict>
<key>Level</key>
<dict>
<key>Enable</key>
<string>Info</string>
<key>Persist</key>
<string>Info</string>
</dict>
</dict>
</dict>
</dict>
<key>UIApplicationSceneManifest</key>
<dict>
<key>UIApplicationSupportsMultipleScenes</key>
@ -435,21 +451,5 @@
</dict>
</dict>
</array>
<key>OSLogPreferences</key>
<dict>
<key>com.rileytestut.Harmony</key>
<dict>
<key>Sync</key>
<dict>
<key>Level</key>
<dict>
<key>Enable</key>
<string>Info</string>
<key>Persist</key>
<string>Info</string>
</dict>
</dict>
</dict>
</dict>
</dict>
</plist>