Skip to content

Commit 656606a

Browse files
committed
Bump build number to "42" with xct
1 parent 50512c6 commit 656606a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

LocMapper CLI/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import LocMapper
1616

1717
struct LocMapperCLI : ParsableCommand {
1818

19-
static let version = "41" /* Do not remove this token, it is used by a script: __VERSION_LINE_TOKEN__ */
19+
static let version = "42" /* Do not remove this token, it is used by a script: __VERSION_LINE_TOKEN__ */
2020

2121
/**
2222
This _only_ works in a debug build on macOS. */

LocMapper.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,7 @@
11751175
isa = XCBuildConfiguration;
11761176
buildSettings = {
11771177
COMBINE_HIDPI_IMAGES = YES;
1178-
CURRENT_PROJECT_VERSION = 41;
1178+
CURRENT_PROJECT_VERSION = 42;
11791179
INFOPLIST_FILE = Tests/LocMapperTests/Info.plist;
11801180
LD_RUNPATH_SEARCH_PATHS = (
11811181
"$(inherited)",
@@ -1196,7 +1196,7 @@
11961196
isa = XCBuildConfiguration;
11971197
buildSettings = {
11981198
COMBINE_HIDPI_IMAGES = YES;
1199-
CURRENT_PROJECT_VERSION = 41;
1199+
CURRENT_PROJECT_VERSION = 42;
12001200
INFOPLIST_FILE = Tests/LocMapperTests/Info.plist;
12011201
LD_RUNPATH_SEARCH_PATHS = (
12021202
"$(inherited)",
@@ -1215,7 +1215,7 @@
12151215
7B4CC6D32025BCEF0055CB74 /* Debug */ = {
12161216
isa = XCBuildConfiguration;
12171217
buildSettings = {
1218-
CURRENT_PROJECT_VERSION = 41;
1218+
CURRENT_PROJECT_VERSION = 42;
12191219
EXECUTABLE_PREFIX = lib;
12201220
MARKETING_VERSION = 1.5;
12211221
MTL_ENABLE_DEBUG_INFO = YES;
@@ -1229,7 +1229,7 @@
12291229
7B4CC6D42025BCEF0055CB74 /* Release */ = {
12301230
isa = XCBuildConfiguration;
12311231
buildSettings = {
1232-
CURRENT_PROJECT_VERSION = 41;
1232+
CURRENT_PROJECT_VERSION = 42;
12331233
EXECUTABLE_PREFIX = lib;
12341234
MARKETING_VERSION = 1.5;
12351235
MTL_ENABLE_DEBUG_INFO = NO;
@@ -1360,7 +1360,7 @@
13601360
isa = XCBuildConfiguration;
13611361
buildSettings = {
13621362
CODE_SIGN_ENTITLEMENTS = "LocMapper CLI/locmapper.entitlements";
1363-
CURRENT_PROJECT_VERSION = 41;
1363+
CURRENT_PROJECT_VERSION = 42;
13641364
ENABLE_HARDENED_RUNTIME = YES;
13651365
MACOSX_DEPLOYMENT_TARGET = 11.0;
13661366
MARKETING_VERSION = 1.5;
@@ -1376,7 +1376,7 @@
13761376
isa = XCBuildConfiguration;
13771377
buildSettings = {
13781378
CODE_SIGN_ENTITLEMENTS = "LocMapper CLI/locmapper.entitlements";
1379-
CURRENT_PROJECT_VERSION = 41;
1379+
CURRENT_PROJECT_VERSION = 42;
13801380
ENABLE_HARDENED_RUNTIME = YES;
13811381
MACOSX_DEPLOYMENT_TARGET = 11.0;
13821382
MARKETING_VERSION = 1.5;
@@ -1394,7 +1394,7 @@
13941394
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
13951395
CODE_SIGN_ENTITLEMENTS = "LocMapper App/LocMapper App.entitlements";
13961396
COMBINE_HIDPI_IMAGES = YES;
1397-
CURRENT_PROJECT_VERSION = 41;
1397+
CURRENT_PROJECT_VERSION = 42;
13981398
ENABLE_APP_SANDBOX = YES;
13991399
ENABLE_HARDENED_RUNTIME = YES;
14001400
ENABLE_USER_SELECTED_FILES = readwrite;
@@ -1419,7 +1419,7 @@
14191419
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
14201420
CODE_SIGN_ENTITLEMENTS = "LocMapper App/LocMapper App.entitlements";
14211421
COMBINE_HIDPI_IMAGES = YES;
1422-
CURRENT_PROJECT_VERSION = 41;
1422+
CURRENT_PROJECT_VERSION = 42;
14231423
ENABLE_APP_SANDBOX = YES;
14241424
ENABLE_HARDENED_RUNTIME = YES;
14251425
ENABLE_USER_SELECTED_FILES = readwrite;

0 commit comments

Comments
 (0)