Fixes incorrectly sorted Info.plist keys
This commit is contained in:
parent
5f2de79221
commit
9dd4d01b66
@ -197,6 +197,22 @@
|
|||||||
<string>Delta uses your microphone to emulate the Nintendo DS microphone.</string>
|
<string>Delta uses your microphone to emulate the Nintendo DS microphone.</string>
|
||||||
<key>NSPhotoLibraryUsageDescription</key>
|
<key>NSPhotoLibraryUsageDescription</key>
|
||||||
<string>Press "OK" to allow Delta to use images from your Photo Library as game artwork.</string>
|
<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>
|
<key>UIApplicationSceneManifest</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>UIApplicationSupportsMultipleScenes</key>
|
<key>UIApplicationSupportsMultipleScenes</key>
|
||||||
@ -435,21 +451,5 @@
|
|||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</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>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user