summaryrefslogtreecommitdiff
path: root/gui/openFrameworks-Info.plist
diff options
context:
space:
mode:
authorTim Redfern <tim@getdrop.com>2017-08-28 23:22:30 +0100
committerTim Redfern <tim@getdrop.com>2017-08-28 23:22:30 +0100
commit50d670c523ef4ee563ba961bd479b432516cefaf (patch)
treeed6d9ea45f84f2ad62b25dee7ad564d1c1a174b0 /gui/openFrameworks-Info.plist
parentd8a46a6409286b3834bc609e4f34a09d48a8ae58 (diff)
initial chainimageset
Diffstat (limited to 'gui/openFrameworks-Info.plist')
-rw-r--r--gui/openFrameworks-Info.plist22
1 files changed, 22 insertions, 0 deletions
diff --git a/gui/openFrameworks-Info.plist b/gui/openFrameworks-Info.plist
new file mode 100644
index 0000000..757f735
--- /dev/null
+++ b/gui/openFrameworks-Info.plist
@@ -0,0 +1,22 @@
+<?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>CFBundleExecutable</key>
+ <string>${EXECUTABLE_NAME}</string>
+ <key>CFBundleIconFile</key>
+ <string>${ICON}</string>
+ <key>CFBundleIdentifier</key>
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</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>