Created
April 2, 2014 07:46
-
-
Save nicnocquee/9929652 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>PayloadContent</key> | |
<array> | |
<dict> | |
<key>Font</key> | |
<data> | |
Base 64 String | |
</data> | |
<key>PayloadIdentifier</key> | |
<string>font identifider</string> | |
<key>PayloadType</key> | |
<string>com.apple.font</string> | |
<key>PayloadUUID</key> | |
<string>B0DF5525-7120-406F-AC71-5A5BA59ECD82</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
</dict> | |
</array> | |
<key>PayloadDisplayName</key> | |
<string>Payload display name</string> | |
<key>PayloadIdentifier</key> | |
<string>Pay load Identifier</string> | |
<key>PayloadOrganization</key> | |
<string>Font Profile</string> | |
<key>PayloadType</key> | |
<string>Configuration</string> | |
<key>PayloadUUID</key> | |
<string>0A35FE6A-C980-442B-9BD3-F44C67CA0D19</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