Skip to content

Commit

Permalink
display the correct version number
Browse files Browse the repository at this point in the history
  • Loading branch information
vjeantet committed Mar 21, 2023
1 parent 624fc62 commit 0a654d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions alerter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
GCC_PREFIX_HEADER = alerter/Prefix.pch;
INFOPLIST_FILE = "$(SRCROOT)/alerter/Info.plist";
MACOSX_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 1.0.0;
MARKETING_VERSION = 1.0.1;
OTHER_CODE_SIGN_FLAGS = "-i fr.vjeantet.${PRODUCT_NAME:rfc1034identifier}";
OTHER_LDFLAGS = (
"-sectcreate",
Expand All @@ -271,7 +271,7 @@
GCC_PREFIX_HEADER = alerter/Prefix.pch;
INFOPLIST_FILE = "$(SRCROOT)/alerter/Info.plist";
MACOSX_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 1.0.0;
MARKETING_VERSION = 1.0.1;
OTHER_CODE_SIGN_FLAGS = "-i fr.vjeantet.${PRODUCT_NAME:rfc1034identifier}";
OTHER_LDFLAGS = (
"-sectcreate",
Expand Down
2 changes: 1 addition & 1 deletion alerter/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<string>1.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 0a654d1

Please sign in to comment.