Skip to content

Commit

Permalink
Bump version to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
clyang committed Nov 15, 2020
1 parent 72157d8 commit 9ce144f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.1.1.1</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>abgK</string>
<key>CFBundleURLTypes</key>
Expand All @@ -49,7 +49,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>923</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSMinimumSystemVersion</key>
<string>10.7.0</string>
<key>LSMinimumSystemVersionByArchitecture</key>
Expand Down
4 changes: 4 additions & 0 deletions src/Welly.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1213,6 +1213,7 @@
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 924;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEPLOYMENT_LOCATION = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -1234,6 +1235,7 @@
INSTALL_PATH = /Applications;
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.9;
MARKETING_VERSION = 3.1.2;
OTHER_CFLAGS = "-D__DUMPPACKET__";
OTHER_CODE_SIGN_FLAGS = "--deep";
OTHER_LDFLAGS = "";
Expand All @@ -1249,6 +1251,7 @@
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 924;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEPLOYMENT_LOCATION = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -1270,6 +1273,7 @@
INSTALL_PATH = /Applications;
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.9;
MARKETING_VERSION = 3.1.2;
OTHER_CODE_SIGN_FLAGS = "--deep";
OTHER_LDFLAGS = "";
PRODUCT_NAME = Welly;
Expand Down

0 comments on commit 9ce144f

Please sign in to comment.