comparison package-files/osx/Info.plist @ 42:4076f1bbf21d

Got ant winapp working!
author davidb
date Sat, 02 May 2020 10:38:33 -0700
parents 89d7f4d91f67
children
comparison
equal deleted inserted replaced
41:4903ac32a287 42:4076f1bbf21d
22 <key>CFBundleShortVersionString</key> 22 <key>CFBundleShortVersionString</key>
23 <string>@app.version@</string> 23 <string>@app.version@</string>
24 <key>CFBundleVersion</key> 24 <key>CFBundleVersion</key>
25 <string>@app.version@</string> 25 <string>@app.version@</string>
26 <key>NSHumanReadableCopyright</key> 26 <key>NSHumanReadableCopyright</key>
27 <string>Copyright © 2020, David Barts</string> 27 <string>@app.copyright@</string>
28 <!-- most package builders throw the following in --> 28 <!-- most package builders throw the following in -->
29 <key>CFBundleAllowMixedLocalizations</key> 29 <key>CFBundleAllowMixedLocalizations</key>
30 <string>false</string> 30 <string>false</string>
31 <key>LSApplicationCategoryType</key> 31 <key>LSApplicationCategoryType</key>
32 <string>public.app-category.photography</string> 32 <string>public.app-category.photography</string>