Created
January 6, 2011 23:20
-
-
Save caius/768829 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>Logging</key> | |
<array> | |
<dict> | |
<key>title</key> | |
<string>Log outgoing and incoming XML data</string> | |
<key>key</key> | |
<string>FRDebugLogServerXML</string> | |
<key>defaultValue</key> | |
<false/> | |
</dict> | |
<dict> | |
<key>title</key> | |
<string>Download Progress</string> | |
<key>key</key> | |
<string>FRDebugLogDownloadProgress</string> | |
<key>defaultValue</key> | |
<false/> | |
</dict> | |
<dict> | |
<key>title</key> | |
<string>Install Progress</string> | |
<key>key</key> | |
<string>FRDebugLogInstallProgress</string> | |
<key>defaultValue</key> | |
<false/> | |
</dict> | |
</array> | |
<key>User Interface</key> | |
<array> | |
<dict> | |
<key>key</key> | |
<string>FRDebugAddShadow</string> | |
<key>title</key> | |
<string>Add shadow in the webview</string> | |
<key>defaultValue</key> | |
<false/> | |
</dict> | |
<dict> | |
<key>title</key> | |
<string>Use full width webview</string> | |
<key>key</key> | |
<string>FRDebugUseFullWidthWebview</string> | |
<key>defaultValue</key> | |
<true/> | |
</dict> | |
<dict> | |
<key>key</key> | |
<string>FRDebugShowInstallProgress</string> | |
<key>title</key> | |
<string>Show install progress in Dock</string> | |
<key>defaultValue</key> | |
<string>App no launch</string> | |
<key>choices</key> | |
<array> | |
<string>Firenze</string> | |
<string>App</string> | |
<string>App no launch</string> | |
<string>Applications stack</string> | |
</array> | |
</dict> | |
<dict> | |
<key>key</key> | |
<string>FRAnimationDuration</string> | |
<key>title</key> | |
<string>Flying icon animation duration (in seconds)</string> | |
<key>defaultValue</key> | |
<string>1.5</string> | |
</dict> | |
</array> | |
<key>Feature</key> | |
<array> | |
<dict> | |
<key>title</key> | |
<string>Enable Purchase Check</string> | |
<key>key</key> | |
<string>FRDebugEnablePurchaseCheck</string> | |
<key>defaultValue</key> | |
<true/> | |
</dict> | |
<dict> | |
<key>title</key> | |
<string>Application & Distribution signed by</string> | |
<key>key</key> | |
<string>FRDebugEnableCodeSigningCheck</string> | |
<key>defaultValue</key> | |
<string>None</string> | |
<key>choices</key> | |
<array> | |
<string>None</string> | |
<string>Signed</string> | |
<string>Signed by Apple</string> | |
</array> | |
</dict> | |
<dict> | |
<key>title</key> | |
<string>AppleID Authentication</string> | |
<key>key</key> | |
<string>FRDebugAppleIDAuthenticationServer</string> | |
<key>defaultValue</key> | |
<string>iTunes</string> | |
<key>choices</key> | |
<array> | |
<string>iTunes</string> | |
<string>MacBuddy</string> | |
</array> | |
</dict> | |
<dict> | |
<key>title</key> | |
<string>Server</string> | |
<key>key</key> | |
<string>FRDebugServer</string> | |
<key>defaultValue</key> | |
<string>porco</string> | |
<key>choices</key> | |
<array> | |
<string>porco</string> | |
<string>localhost</string> | |
<string>custom</string> | |
</array> | |
<key>representedObjects</key> | |
<dict> | |
<key>porco</key> | |
<dict> | |
<key>FRDebugFakeServerLocation</key> | |
<string>http://porco.apple.com/cgi-bin/Firenze/</string> | |
<key>FRDebugContentServerLocation</key> | |
<string>http://porco.apple.com/</string> | |
<key>FRDebugServerEditable</key> | |
<false/> | |
</dict> | |
<key>localhost</key> | |
<dict> | |
<key>FRDebugFakeServerLocation</key> | |
<string>http://localhost/cgi-bin/</string> | |
<key>FRDebugContentServerLocation</key> | |
<string>http://localhost/Firenze/</string> | |
<key>FRDebugServerEditable</key> | |
<false/> | |
</dict> | |
<key>custom</key> | |
<dict> | |
<key>FRDebugFakeServerLocation</key> | |
<string>http://</string> | |
<key>FRDebugContentServerLocation</key> | |
<string>http://</string> | |
<key>FRDebugServerEditable</key> | |
<true/> | |
</dict> | |
</dict> | |
</dict> | |
<dict> | |
<key>title</key> | |
<string> Fake Server Location</string> | |
<key>key</key> | |
<string>FRDebugFakeServerLocation</string> | |
<key>defaultValue</key> | |
<string>http://porco.apple.com/cgi-bin/Firenze/</string> | |
<key>editableKey</key> | |
<string>FRDebugServerEditable</string> | |
</dict> | |
<dict> | |
<key>title</key> | |
<string> Content Server Location</string> | |
<key>key</key> | |
<string>FRDebugContentServerLocation</string> | |
<key>defaultValue</key> | |
<string>http://porco.apple.com/</string> | |
<key>editableKey</key> | |
<string>FRDebugServerEditable</string> | |
</dict> | |
</array> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment