summaryrefslogtreecommitdiff
path: root/ofxHelios/example-squares/bin/example.app/Contents/Info.plist
diff options
context:
space:
mode:
Diffstat (limited to 'ofxHelios/example-squares/bin/example.app/Contents/Info.plist')
-rw-r--r--ofxHelios/example-squares/bin/example.app/Contents/Info.plist24
1 files changed, 24 insertions, 0 deletions
diff --git a/ofxHelios/example-squares/bin/example.app/Contents/Info.plist b/ofxHelios/example-squares/bin/example.app/Contents/Info.plist
new file mode 100644
index 0000000..35b0d93
--- /dev/null
+++ b/ofxHelios/example-squares/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>