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/Contents/Info.plist | |
| parent | 512d5703e4e1affc1dc5dcd9f2892ac5944c666f (diff) | |
much progress
Diffstat (limited to 'ofxHelios/example-squares/bin/example-squares.app/Contents/Info.plist')
| -rw-r--r-- | ofxHelios/example-squares/bin/example-squares.app/Contents/Info.plist | 24 |
1 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> |
