Skip to content
Snippets Groups Projects
Commit 5fd7e5a1 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

fix #284: display version of purr data in Purr Data -> About Purr Data

parent 9f7fec5d
No related branches found
No related tags found
No related merge requests found
......@@ -40,9 +40,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>54.0.2840.71</string>
<string>CFBUNDLESHORTVERSIONSTRING</string>
<key>CFBundleVersion</key>
<string>2840.71</string>
<string>CFBUNDLEVERSION</string>
<key>LSFileQuarantineEnabled</key>
<true/>
<key>LSHasLocalizedDisplayName</key>
......
......@@ -130,8 +130,8 @@ Info.plist: Info.plist.in
cat Info.plist.in | \
sed 's/PD_APP_NAME/$(PD_APP_NAME)/' | \
sed 's/PD_SHORT_NAME/$(PD_SHORT_NAME)/' | \
sed 's/CFBUNDLESHORTVERSIONSTRING/$(PD_MAJOR_VERSION).$(PD_MINOR_VERSION).$(PD_BUGFIX_VERSION)/' | \
sed 's/CFBUNDLEVERSION/$(CFBUNDLEVERSION_DATE)/' > \
sed 's/CFBUNDLESHORTVERSIONSTRING/$(PD_L2ORK_VERSION)/' | \
sed 's/CFBUNDLEVERSION/$(PD_BUILD_VERSION)/' > \
Info.plist
spotlight_importer_install:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment