Mercurial > hg > screen-ui
annotate MelodyTriangle.plist @ 17:21eb7b7a5dc0
Actually reduced buffer zone this time!
author | samer |
---|---|
date | Tue, 31 Jan 2012 12:52:42 +0000 |
parents | d879a30556f8 |
children |
rev | line source |
---|---|
hekeus@6 | 1 <?xml version="1.0" encoding="UTF-8"?> |
hekeus@6 | 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
hekeus@6 | 3 <plist version="1.0"> |
hekeus@6 | 4 <dict> |
hekeus@6 | 5 <key>CFBundleDevelopmentRegion</key> |
hekeus@6 | 6 <string>English</string> |
hekeus@6 | 7 <key>CFBundleExecutable</key> |
hekeus@6 | 8 <string>${EXECUTABLE_NAME}</string> |
hekeus@6 | 9 <key>CFBundleIdentifier</key> |
hekeus@6 | 10 <string>com.yourcompany.openFrameworks</string> |
hekeus@6 | 11 <key>CFBundleInfoDictionaryVersion</key> |
hekeus@6 | 12 <string>6.0</string> |
hekeus@6 | 13 <key>CFBundlePackageType</key> |
hekeus@6 | 14 <string>APPL</string> |
hekeus@6 | 15 <key>CFBundleSignature</key> |
hekeus@6 | 16 <string>????</string> |
hekeus@6 | 17 <key>CFBundleVersion</key> |
hekeus@6 | 18 <string>1.0</string> |
hekeus@6 | 19 </dict> |
hekeus@6 | 20 </plist> |