Created
November 22, 2012 07:08
-
-
Save pudquick/4129775 to your computer and use it in GitHub Desktop.
mobile
This file contains hidden or 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
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>PayloadContent</key> | |
<array> | |
<dict> | |
<key>FullScreen</key> | |
<true/> | |
<key>IsRemovable</key> | |
<true/> | |
<key>Label</key> | |
<string>StringOne</string> | |
<key>PayloadDescription</key> | |
<string>Configures Web Clip</string> | |
<key>PayloadDisplayName</key> | |
<string>Web Clip (StringTwo)</string> | |
<key>PayloadIdentifier</key> | |
<string>com.exaltedtech.profile.</string> | |
<key>PayloadOrganization</key> | |
<string>StringThree</string> | |
<key>PayloadType</key> | |
<string>com.apple.webClip.managed</string> | |
<key>PayloadUUID</key> | |
<string>BAD08AAF-3FED-4BA7-A809-5983C9A2978E</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
<key>Precomposed</key> | |
<true/> | |
<key>URL</key> | |
<string>pythonista://Clock?action=run</string> | |
</dict> | |
</array> | |
<key>PayloadDescription</key> | |
<string>StringFour</string> | |
<key>PayloadDisplayName</key> | |
<string>StringFive</string> | |
<key>PayloadIdentifier</key> | |
<string>com.exaltedtech.profile</string> | |
<key>PayloadOrganization</key> | |
<string>StringSix</string> | |
<key>PayloadRemovalDisallowed</key> | |
<false/> | |
<key>PayloadType</key> | |
<string>Configuration</string> | |
<key>PayloadUUID</key> | |
<string>F38CC7D0-034F-4FA9-B8A5-EFB0D397E584</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment