diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-01-30 00:35:30 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-01-30 00:35:30 +0000 |
| commit | d60cc2aa2994f9e63d9570bea4fac8b8a9949b43 (patch) | |
| tree | bc333e74981e1a4bdae2bdc5faf31655033f653f /ofxHelios/example-squares/bin/example-squares.app | |
| parent | 512d5703e4e1affc1dc5dcd9f2892ac5944c666f (diff) | |
much progress
Diffstat (limited to 'ofxHelios/example-squares/bin/example-squares.app')
| -rw-r--r-- | ofxHelios/example-squares/bin/example-squares.app/Contents/Info.plist | 24 | ||||
| -rwxr-xr-x | ofxHelios/example-squares/bin/example-squares.app/Contents/MacOS/example-squares | bin | 0 -> 11732100 bytes | |||
| -rwxr-xr-x | ofxHelios/example-squares/bin/example-squares.app/Contents/MacOS/libHeliosDacAPI.dylib | bin | 0 -> 24208 bytes | |||
| -rw-r--r-- | ofxHelios/example-squares/bin/example-squares.app/Contents/MacOS/libfmodex.dylib | bin | 0 -> 2294756 bytes |
4 files changed, 24 insertions, 0 deletions
diff --git a/ofxHelios/example-squares/bin/example-squares.app/Contents/Info.plist b/ofxHelios/example-squares/bin/example-squares.app/Contents/Info.plist new file mode 100644 index 0000000..261a891 --- /dev/null +++ b/ofxHelios/example-squares/bin/example-squares.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-squares.app</string> + <key>CFBundleExecutable</key> + <string>example-squares</string> + <key>CFBundleIdentifier</key> + <string>com.your-company-name.www</string> + <key>CFBundleName</key> + <string>example-squares</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-squares/bin/example-squares.app/Contents/MacOS/example-squares b/ofxHelios/example-squares/bin/example-squares.app/Contents/MacOS/example-squares Binary files differnew file mode 100755 index 0000000..9f2d93a --- /dev/null +++ b/ofxHelios/example-squares/bin/example-squares.app/Contents/MacOS/example-squares diff --git a/ofxHelios/example-squares/bin/example-squares.app/Contents/MacOS/libHeliosDacAPI.dylib b/ofxHelios/example-squares/bin/example-squares.app/Contents/MacOS/libHeliosDacAPI.dylib Binary files differnew file mode 100755 index 0000000..2544dff --- /dev/null +++ b/ofxHelios/example-squares/bin/example-squares.app/Contents/MacOS/libHeliosDacAPI.dylib diff --git a/ofxHelios/example-squares/bin/example-squares.app/Contents/MacOS/libfmodex.dylib b/ofxHelios/example-squares/bin/example-squares.app/Contents/MacOS/libfmodex.dylib Binary files differnew file mode 100644 index 0000000..4ae02bc --- /dev/null +++ b/ofxHelios/example-squares/bin/example-squares.app/Contents/MacOS/libfmodex.dylib |
