mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-25 00:28:20 -05:00
21 lines
505 B
Text
21 lines
505 B
Text
<?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>PreferenceSpecifiers</key>
|
|
<array>
|
|
<dict>
|
|
<key>DefaultValue</key>
|
|
<false/>
|
|
<key>Key</key>
|
|
<string>debugstate</string>
|
|
<key>Title</key>
|
|
<string>Debug</string>
|
|
<key>Type</key>
|
|
<string>PSToggleSwitchSpecifier</string>
|
|
</dict>
|
|
</array>
|
|
<key>StringsTable</key>
|
|
<string>Debug</string>
|
|
</dict>
|
|
</plist>
|