diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-19 11:11:13 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-19 11:12:04 +0200 |
commit | 84044ec3f6fe9ea90f3601b880d96be989fb7d79 (patch) | |
tree | 7b5b53cc0ace4b701a8f7a37289f7d8827e3d81f /macosx/opentrack.app | |
parent | 64a6892e8713c69e1f5ade929ec8035146de3f56 (diff) |
fix osx, app bundle now builds
Diffstat (limited to 'macosx/opentrack.app')
-rw-r--r-- | macosx/opentrack.app/Contents/Info.plist | 20 | ||||
-rw-r--r-- | macosx/opentrack.app/Contents/PkgInfo | 1 |
2 files changed, 11 insertions, 10 deletions
diff --git a/macosx/opentrack.app/Contents/Info.plist b/macosx/opentrack.app/Contents/Info.plist index 60791ba9..ed4b0b05 100644 --- a/macosx/opentrack.app/Contents/Info.plist +++ b/macosx/opentrack.app/Contents/Info.plist @@ -1,9 +1,9 @@ <?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"> +<!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>@OPENTRACK-VERSION@</string> + <key>CFBundleDevelopmentRegion</key> + <string>en</string> <key>CFBundleExecutable</key> <string>opentrack.bin</string> <key>CFBundleIdentifier</key> @@ -12,15 +12,15 @@ <string>opentrack</string> <key>CFBundleIconFile</key> <string>opentrack.icns</string> - <key>CFBundleShortVersionString</key> - <string>0.01</string> + <key>CFBundleVersion</key> + <string>@OPENTRACK-VERSION@</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> + <key>CFBundleDisplayName</key> + <string>opentrack</string> + <key>CFBundleSignature</key> + <string>????</string> </dict> -</plist>
\ No newline at end of file +</plist> diff --git a/macosx/opentrack.app/Contents/PkgInfo b/macosx/opentrack.app/Contents/PkgInfo new file mode 100644 index 00000000..b18f8c6c --- /dev/null +++ b/macosx/opentrack.app/Contents/PkgInfo @@ -0,0 +1 @@ +APPLopentrack |