Skip to content

Commit

Permalink
minor changes for bigSur
Browse files Browse the repository at this point in the history
  • Loading branch information
vjeantet committed Dec 26, 2020
1 parent 616423b commit 41766f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ DerivedData
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
#
#Pods/
.DS_Store
4 changes: 2 additions & 2 deletions alerter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
GCC_PREFIX_HEADER = alerter/Prefix.pch;
INFOPLIST_FILE = "$(SRCROOT)/alerter/Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 1.1.0;
MARKETING_VERSION = 1.2.0;
OTHER_CODE_SIGN_FLAGS = "-i fr.vjeantet.${PRODUCT_NAME:rfc1034identifier}";
OTHER_LDFLAGS = (
"-sectcreate",
Expand All @@ -265,7 +265,7 @@
GCC_PREFIX_HEADER = alerter/Prefix.pch;
INFOPLIST_FILE = "$(SRCROOT)/alerter/Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 1.1.0;
MARKETING_VERSION = 1.2.0;
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>1.1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 41766f8

Please sign in to comment.