Skip to content

Commit

Permalink
v4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewn committed May 3, 2021
1 parent 750c8f7 commit 65fd1dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions BrewServicesMenubar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = BrewServicesMenubar/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MARKETING_VERSION = 4.0;
PRODUCT_BUNDLE_IDENTIFIER = andrewnicolaou.BrewServicesMenubar;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -274,6 +275,7 @@
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = BrewServicesMenubar/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MARKETING_VERSION = 4.0;
PRODUCT_BUNDLE_IDENTIFIER = andrewnicolaou.BrewServicesMenubar;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down
4 changes: 2 additions & 2 deletions BrewServicesMenubar/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand All @@ -27,7 +27,7 @@
<key>LSUIElement</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2016 andrewnicolaou. All rights reserved.</string>
<string>Copyright © 2016 - 2021 Andrew Nicolaou. All rights reserved.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 65fd1dd

Please sign in to comment.