Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rishabh Gupta
purr-data
Commits
5fd7e5a1
Commit
5fd7e5a1
authored
Mar 16, 2017
by
Jonathan Wilkes
Browse files
fix
#284
: display version of purr data in Purr Data -> About Purr Data
parent
9f7fec5d
Changes
2
Hide whitespace changes
Inline
Side-by-side
packages/darwin_app/Info.plist.in
View file @
5fd7e5a1
...
...
@@ -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>
...
...
packages/darwin_app/Makefile
View file @
5fd7e5a1
...
...
@@ -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/
$(
CFBUNDLE
VERSION
_DATE
)
/'
>
\
sed
's/CFBUNDLESHORTVERSIONSTRING/
$(PD_
L2ORK
_VERSION)
/'
|
\
sed
's/CFBUNDLEVERSION/
$(
PD_BUILD_
VERSION)
/'
>
\
Info.plist
spotlight_importer_install
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment