summaryrefslogtreecommitdiff
path: root/imgtest/openFrameworks-Info.plist
diff options
context:
space:
mode:
authorTim Redfern <tim@getdrop.com>2017-08-27 13:19:47 +0100
committerTim Redfern <tim@getdrop.com>2017-08-27 13:19:47 +0100
commitd8a46a6409286b3834bc609e4f34a09d48a8ae58 (patch)
treeba808c1648c908c5363b762541557ea649b12f27 /imgtest/openFrameworks-Info.plist
initial commit
Diffstat (limited to 'imgtest/openFrameworks-Info.plist')
-rw-r--r--imgtest/openFrameworks-Info.plist22
1 files changed, 22 insertions, 0 deletions
diff --git a/imgtest/openFrameworks-Info.plist b/imgtest/openFrameworks-Info.plist
new file mode 100644
index 0000000..757f735
--- /dev/null
+++ b/imgtest/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>