diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-01-28 22:20:49 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-01-28 22:20:49 +0000 |
| commit | 64c89ab53447a004002ec0b0db94fd0a1e632cf6 (patch) | |
| tree | 65ce3b4802bbb0656cc1a8c843c81d7a3fcda8c9 /ofxHelios/example/bin/example.app/Contents | |
| parent | 404746784ce6ef2b87c396a12451947fee28b244 (diff) | |
POC driver
Diffstat (limited to 'ofxHelios/example/bin/example.app/Contents')
| -rw-r--r-- | ofxHelios/example/bin/example.app/Contents/Info.plist | 24 | ||||
| -rwxr-xr-x | ofxHelios/example/bin/example.app/Contents/MacOS/example | bin | 0 -> 11690516 bytes | |||
| -rwxr-xr-x | ofxHelios/example/bin/example.app/Contents/MacOS/libHeliosDacAPI.dylib | bin | 0 -> 24208 bytes | |||
| -rw-r--r-- | ofxHelios/example/bin/example.app/Contents/MacOS/libfmodex.dylib | bin | 0 -> 2294756 bytes |
4 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> diff --git a/ofxHelios/example/bin/example.app/Contents/MacOS/example b/ofxHelios/example/bin/example.app/Contents/MacOS/example Binary files differnew file mode 100755 index 0000000..a4f6d56 --- /dev/null +++ b/ofxHelios/example/bin/example.app/Contents/MacOS/example diff --git a/ofxHelios/example/bin/example.app/Contents/MacOS/libHeliosDacAPI.dylib b/ofxHelios/example/bin/example.app/Contents/MacOS/libHeliosDacAPI.dylib Binary files differnew file mode 100755 index 0000000..2544dff --- /dev/null +++ b/ofxHelios/example/bin/example.app/Contents/MacOS/libHeliosDacAPI.dylib diff --git a/ofxHelios/example/bin/example.app/Contents/MacOS/libfmodex.dylib b/ofxHelios/example/bin/example.app/Contents/MacOS/libfmodex.dylib Binary files differnew file mode 100644 index 0000000..4ae02bc --- /dev/null +++ b/ofxHelios/example/bin/example.app/Contents/MacOS/libfmodex.dylib |
