Skip to content

Instantly share code, notes, and snippets.

@jontelang
Created July 8, 2014 11:24
Show Gist options
  • Save jontelang/4113ac83929f46376dd4 to your computer and use it in GitHub Desktop.
Save jontelang/4113ac83929f46376dd4 to your computer and use it in GitHub Desktop.
ad
<?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>CFBundleDevelopmentRegion</key> <string>English</string>
<key>CFBundleIdentifier</key> <string>com.jontelang.instatoggles-template</string>
<key>CFBundleInfoDictionaryVersion</key> <string>6.0</string>
<key>CFBundlePackageType</key> <string>BNDL</string>
<key>CFBundleShortVersionString</key> <string>1.0.0</string>
<key>CFBundleSignature</key> <string>????</string>
<key>CFBundleVersion</key> <string>1.0</string>
<key>DTPlatformName</key> <string>iphoneos</string>
<key>MinimumOSVersion</key> <string>2.0</string>
<key>width</key> <integer>30</integer>
<key>height</key> <integer>30</integer>
<key>layers</key> <array>
<dict>
<key>type</key> <string>glyph</string>
<key>size</key> <integer>30</integer>
<key>color</key> <string>#FFFFFF</string>
</dict>
</array>
<key>layers-disabled</key> <array>
<dict>
<key>type</key> <string>glyph</string>
<key>size</key> <integer>30</integer>
<key>color</key> <string>#FF0000</string>
</dict>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment