Skip to content

Commit 65fd1dd

Browse files
committed
v4.0
1 parent 750c8f7 commit 65fd1dd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

BrewServicesMenubar.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@
260260
COMBINE_HIDPI_IMAGES = YES;
261261
INFOPLIST_FILE = BrewServicesMenubar/Info.plist;
262262
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
263+
MARKETING_VERSION = 4.0;
263264
PRODUCT_BUNDLE_IDENTIFIER = andrewnicolaou.BrewServicesMenubar;
264265
PRODUCT_NAME = "$(TARGET_NAME)";
265266
SWIFT_VERSION = 5.0;
@@ -274,6 +275,7 @@
274275
COMBINE_HIDPI_IMAGES = YES;
275276
INFOPLIST_FILE = BrewServicesMenubar/Info.plist;
276277
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
278+
MARKETING_VERSION = 4.0;
277279
PRODUCT_BUNDLE_IDENTIFIER = andrewnicolaou.BrewServicesMenubar;
278280
PRODUCT_NAME = "$(TARGET_NAME)";
279281
SWIFT_VERSION = 5.0;

BrewServicesMenubar/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>3.0</string>
20+
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
@@ -27,7 +27,7 @@
2727
<key>LSUIElement</key>
2828
<true/>
2929
<key>NSHumanReadableCopyright</key>
30-
<string>Copyright © 2016 andrewnicolaou. All rights reserved.</string>
30+
<string>Copyright © 2016 - 2021 Andrew Nicolaou. All rights reserved.</string>
3131
<key>NSMainNibFile</key>
3232
<string>MainMenu</string>
3333
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)