diff options
| author | mick <mickgrierson@gmail.com> | 2015-02-09 10:40:24 +0000 |
|---|---|---|
| committer | mick <mickgrierson@gmail.com> | 2015-02-09 10:40:24 +0000 |
| commit | 0ef3c3238f39e944fa999768942c99a96b70b860 (patch) | |
| tree | 73c9896f8c4c5f24282c55b50d263c7ecbfdf253 /ofxMaxim/ofxMaximExample_0.8.4_OSX/openFrameworks-Info.plist | |
| parent | 818e004b46ec4b6b8d4f80eff32e3562c252bd89 (diff) | |
added new example for of 0.8.4
Diffstat (limited to 'ofxMaxim/ofxMaximExample_0.8.4_OSX/openFrameworks-Info.plist')
| -rw-r--r-- | ofxMaxim/ofxMaximExample_0.8.4_OSX/openFrameworks-Info.plist | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ofxMaxim/ofxMaximExample_0.8.4_OSX/openFrameworks-Info.plist b/ofxMaxim/ofxMaximExample_0.8.4_OSX/openFrameworks-Info.plist new file mode 100644 index 0000000..8d64d2b --- /dev/null +++ b/ofxMaxim/ofxMaximExample_0.8.4_OSX/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>CFBundleIdentifier</key> + <string>cc.openFrameworks.ofapp</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> + <key>CFBundleIconFile</key> + <string>${ICON}</string> +</dict> +</plist> |
