Enables persisting .info level OSLogs

This commit is contained in:
Riley Testut
2023-12-08 18:23:58 -06:00
committed by Magesh K
parent 2ebd234ec8
commit 55aa893b21

View File

@@ -120,6 +120,42 @@
<string>RefreshAllIntent</string> <string>RefreshAllIntent</string>
<string>ViewAppIntent</string> <string>ViewAppIntent</string>
</array> </array>
<key>OSLogPreferences</key>
<dict>
<key>com.rileytestut.AltStore</key>
<dict>
<key>AltJIT</key>
<dict>
<key>Level</key>
<dict>
<key>Enable</key>
<string>Info</string>
<key>Persist</key>
<string>Info</string>
</dict>
</dict>
<key>Main</key>
<dict>
<key>Level</key>
<dict>
<key>Enable</key>
<string>Info</string>
<key>Persist</key>
<string>Info</string>
</dict>
</dict>
<key>Sideload</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>