summaryrefslogtreecommitdiff
path: root/openFrameworks-Info.plist
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-05-18 13:23:38 +0100
committerTim Redfern <tim@eclectronics.org>2012-05-18 13:23:38 +0100
commit6a9948c0b2c1420aca5d68bb9bbcab19c5e6c5e1 (patch)
treed703cdf572034dd5d0b64bbd0027c3e68b0ee90f /openFrameworks-Info.plist
parent8b59180d73b5678e5f2274b98e3440d01917caa1 (diff)
osx version upside down
Diffstat (limited to 'openFrameworks-Info.plist')
-rw-r--r--openFrameworks-Info.plist20
1 files changed, 20 insertions, 0 deletions
diff --git a/openFrameworks-Info.plist b/openFrameworks-Info.plist
new file mode 100644
index 0000000..e5db555
--- /dev/null
+++ b/openFrameworks-Info.plist
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//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>CFBundleExecutable</key>
+ <string>${EXECUTABLE_NAME}</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.yourcompany.openFrameworks</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>1.0</string>
+</dict>
+</plist>