Skip to content

Commit

Permalink
Bump build number to "39" with xct
Browse files Browse the repository at this point in the history
  • Loading branch information
juliensechaud committed Nov 30, 2023
1 parent 6b1435c commit 225668c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LocMapper CLI/main.swift
Expand Up @@ -16,7 +16,7 @@ import LocMapper

struct LocMapperCLI : ParsableCommand {

static var version = "38" /* Do not remove this token, it is used by a script: __VERSION_LINE_TOKEN__ */
static var version = "39" /* Do not remove this token, it is used by a script: __VERSION_LINE_TOKEN__ */

/**
This _only_ works in a debug build on macOS. */
Expand Down
16 changes: 8 additions & 8 deletions LocMapper.xcodeproj/project.pbxproj
Expand Up @@ -1177,7 +1177,7 @@
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 38;
CURRENT_PROJECT_VERSION = 39;
INFOPLIST_FILE = Tests/LocMapperTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -1201,7 +1201,7 @@
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 38;
CURRENT_PROJECT_VERSION = 39;
INFOPLIST_FILE = Tests/LocMapperTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -1223,7 +1223,7 @@
buildSettings = {
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 38;
CURRENT_PROJECT_VERSION = 39;
EXECUTABLE_PREFIX = lib;
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 1.3.6;
Expand All @@ -1240,7 +1240,7 @@
buildSettings = {
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 38;
CURRENT_PROJECT_VERSION = 39;
EXECUTABLE_PREFIX = lib;
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 1.3.6;
Expand Down Expand Up @@ -1365,7 +1365,7 @@
CODE_SIGN_ENTITLEMENTS = "LocMapper CLI/locmapper.entitlements";
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 38;
CURRENT_PROJECT_VERSION = 39;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
MACOSX_DEPLOYMENT_TARGET = 11.0;
Expand All @@ -1385,7 +1385,7 @@
CODE_SIGN_ENTITLEMENTS = "LocMapper CLI/locmapper.entitlements";
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 38;
CURRENT_PROJECT_VERSION = 39;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
MACOSX_DEPLOYMENT_TARGET = 11.0;
Expand All @@ -1407,7 +1407,7 @@
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 38;
CURRENT_PROJECT_VERSION = 39;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "LocMapper App/LocMapperApp-Info.plist";
Expand Down Expand Up @@ -1435,7 +1435,7 @@
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 38;
CURRENT_PROJECT_VERSION = 39;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "LocMapper App/LocMapperApp-Info.plist";
Expand Down

0 comments on commit 225668c

Please sign in to comment.