diff options
| author | mick grierson <mickgrierson@gmail.com> | 2015-06-16 21:26:53 +0200 |
|---|---|---|
| committer | mick grierson <mickgrierson@gmail.com> | 2015-06-16 21:26:53 +0200 |
| commit | 55f5cf4a57d526a20cf84a17e0340583eee3e7f2 (patch) | |
| tree | 04bbce08e359c31651d38e107bbf6f5193405c6c /ofxMaxim/HACKDAY/OF0.8.4MaximExtractorExample/openFrameworks-Info.plist | |
| parent | 0ef3c3238f39e944fa999768942c99a96b70b860 (diff) | |
Added stuff for music hackney
Diffstat (limited to 'ofxMaxim/HACKDAY/OF0.8.4MaximExtractorExample/openFrameworks-Info.plist')
| -rw-r--r-- | ofxMaxim/HACKDAY/OF0.8.4MaximExtractorExample/openFrameworks-Info.plist | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ofxMaxim/HACKDAY/OF0.8.4MaximExtractorExample/openFrameworks-Info.plist b/ofxMaxim/HACKDAY/OF0.8.4MaximExtractorExample/openFrameworks-Info.plist new file mode 100644 index 0000000..8d64d2b --- /dev/null +++ b/ofxMaxim/HACKDAY/OF0.8.4MaximExtractorExample/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> |
