mirror of
https://github.com/blacktop/ipsw.git
synced 2026-06-07 12:27:36 +00:00
18 lines
487 B
Plaintext
18 lines
487 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>Enable-Logging</key>
|
|
<true/>
|
|
<key>Enable-Private-Data</key>
|
|
<true/>
|
|
<key>Level</key>
|
|
<dict>
|
|
<key>Enable</key>
|
|
<string>debug</string>
|
|
<key>Persist</key>
|
|
<string>info</string>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|