summaryrefslogtreecommitdiff
path: root/ofxHelios/example/bin/example.app/Contents/Info.plist
diff options
context:
space:
mode:
authorTim Redfern <tim@getdrop.com>2018-01-28 22:20:49 +0000
committerTim Redfern <tim@getdrop.com>2018-01-28 22:20:49 +0000
commit64c89ab53447a004002ec0b0db94fd0a1e632cf6 (patch)
tree65ce3b4802bbb0656cc1a8c843c81d7a3fcda8c9 /ofxHelios/example/bin/example.app/Contents/Info.plist
parent404746784ce6ef2b87c396a12451947fee28b244 (diff)
POC driver
Diffstat (limited to 'ofxHelios/example/bin/example.app/Contents/Info.plist')
-rw-r--r--ofxHelios/example/bin/example.app/Contents/Info.plist24
1 files changed, 24 insertions, 0 deletions
diff --git a/ofxHelios/example/bin/example.app/Contents/Info.plist b/ofxHelios/example/bin/example.app/Contents/Info.plist
new file mode 100644
index 0000000..35b0d93
--- /dev/null
+++ b/ofxHelios/example/bin/example.app/Contents/Info.plist
@@ -0,0 +1,24 @@
+<?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>CFBundleGetInfoString</key>
+ <string>example.app</string>
+ <key>CFBundleExecutable</key>
+ <string>example</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.your-company-name.www</string>
+ <key>CFBundleName</key>
+ <string>example</string>
+ <key>CFBundleShortVersionString</key>
+ <string>0.01</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>IFMajorVersion</key>
+ <integer>0</integer>
+ <key>IFMinorVersion</key>
+ <integer>1</integer>
+</dict>
+</plist>