Mercurial > hg > grouptrack
annotate openFrameworks-Info.plist @ 16:79de93763a94 tip
Removed termapp, which now has it's own project (mtri-termtrack)
author | samer |
---|---|
date | Mon, 27 Feb 2012 20:38:12 +0000 |
parents | 2aa8ba4db20e |
children |
rev | line source |
---|---|
samer@0 | 1 <?xml version="1.0" encoding="UTF-8"?> |
samer@0 | 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
samer@0 | 3 <plist version="1.0"> |
samer@0 | 4 <dict> |
samer@0 | 5 <key>CFBundleDevelopmentRegion</key> |
samer@0 | 6 <string>English</string> |
samer@0 | 7 <key>CFBundleExecutable</key> |
samer@0 | 8 <string>${EXECUTABLE_NAME}</string> |
samer@0 | 9 <key>CFBundleIdentifier</key> |
samer@0 | 10 <string>ac.qmul.idyomTracker</string> |
samer@0 | 11 <key>CFBundleInfoDictionaryVersion</key> |
samer@0 | 12 <string>6.0</string> |
samer@0 | 13 <key>CFBundlePackageType</key> |
samer@0 | 14 <string>APPL</string> |
samer@0 | 15 <key>CFBundleSignature</key> |
samer@0 | 16 <string>????</string> |
samer@0 | 17 <key>CFBundleVersion</key> |
samer@0 | 18 <string>1.0</string> |
samer@0 | 19 </dict> |
samer@0 | 20 </plist> |