summaryrefslogtreecommitdiff
path: root/openFrameworks-Info.plist
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-12-26 23:56:20 +0000
committerTim Redfern <tim@eclectronics.org>2012-12-26 23:56:20 +0000
commite4c9063867fe86dff4a89289332cef1a41410df8 (patch)
tree82b9c6599a49717c95afe75214ee75c0c232814b /openFrameworks-Info.plist
parenta706381940821d7299e0d1eba7ab087a93e75d13 (diff)
OSX project
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>