Skip to content

Commit 49c4a39

Browse files
committed
Bump build number to "41" with xct
1 parent 6f1e2d2 commit 49c4a39

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 var version = "40" /* Do not remove this token, it is used by a script: __VERSION_LINE_TOKEN__ */
19+
static var version = "41" /* 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
@@ -1165,7 +1165,7 @@
11651165
isa = XCBuildConfiguration;
11661166
buildSettings = {
11671167
COMBINE_HIDPI_IMAGES = YES;
1168-
CURRENT_PROJECT_VERSION = 40;
1168+
CURRENT_PROJECT_VERSION = 41;
11691169
INFOPLIST_FILE = Tests/LocMapperTests/Info.plist;
11701170
LD_RUNPATH_SEARCH_PATHS = (
11711171
"$(inherited)",
@@ -1186,7 +1186,7 @@
11861186
isa = XCBuildConfiguration;
11871187
buildSettings = {
11881188
COMBINE_HIDPI_IMAGES = YES;
1189-
CURRENT_PROJECT_VERSION = 40;
1189+
CURRENT_PROJECT_VERSION = 41;
11901190
INFOPLIST_FILE = Tests/LocMapperTests/Info.plist;
11911191
LD_RUNPATH_SEARCH_PATHS = (
11921192
"$(inherited)",
@@ -1205,7 +1205,7 @@
12051205
7B4CC6D32025BCEF0055CB74 /* Debug */ = {
12061206
isa = XCBuildConfiguration;
12071207
buildSettings = {
1208-
CURRENT_PROJECT_VERSION = 40;
1208+
CURRENT_PROJECT_VERSION = 41;
12091209
EXECUTABLE_PREFIX = lib;
12101210
MARKETING_VERSION = 1.3.9;
12111211
MTL_ENABLE_DEBUG_INFO = YES;
@@ -1219,7 +1219,7 @@
12191219
7B4CC6D42025BCEF0055CB74 /* Release */ = {
12201220
isa = XCBuildConfiguration;
12211221
buildSettings = {
1222-
CURRENT_PROJECT_VERSION = 40;
1222+
CURRENT_PROJECT_VERSION = 41;
12231223
EXECUTABLE_PREFIX = lib;
12241224
MARKETING_VERSION = 1.3.9;
12251225
MTL_ENABLE_DEBUG_INFO = NO;
@@ -1347,7 +1347,7 @@
13471347
isa = XCBuildConfiguration;
13481348
buildSettings = {
13491349
CODE_SIGN_ENTITLEMENTS = "LocMapper CLI/locmapper.entitlements";
1350-
CURRENT_PROJECT_VERSION = 40;
1350+
CURRENT_PROJECT_VERSION = 41;
13511351
ENABLE_HARDENED_RUNTIME = YES;
13521352
MACOSX_DEPLOYMENT_TARGET = 11.0;
13531353
MARKETING_VERSION = 1.3.9;
@@ -1363,7 +1363,7 @@
13631363
isa = XCBuildConfiguration;
13641364
buildSettings = {
13651365
CODE_SIGN_ENTITLEMENTS = "LocMapper CLI/locmapper.entitlements";
1366-
CURRENT_PROJECT_VERSION = 40;
1366+
CURRENT_PROJECT_VERSION = 41;
13671367
ENABLE_HARDENED_RUNTIME = YES;
13681368
MACOSX_DEPLOYMENT_TARGET = 11.0;
13691369
MARKETING_VERSION = 1.3.9;
@@ -1381,7 +1381,7 @@
13811381
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
13821382
CODE_SIGN_ENTITLEMENTS = "LocMapper App/LocMapper App.entitlements";
13831383
COMBINE_HIDPI_IMAGES = YES;
1384-
CURRENT_PROJECT_VERSION = 40;
1384+
CURRENT_PROJECT_VERSION = 41;
13851385
ENABLE_HARDENED_RUNTIME = YES;
13861386
INFOPLIST_FILE = "LocMapper App/LocMapperApp-Info.plist";
13871387
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
@@ -1404,7 +1404,7 @@
14041404
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
14051405
CODE_SIGN_ENTITLEMENTS = "LocMapper App/LocMapper App.entitlements";
14061406
COMBINE_HIDPI_IMAGES = YES;
1407-
CURRENT_PROJECT_VERSION = 40;
1407+
CURRENT_PROJECT_VERSION = 41;
14081408
ENABLE_HARDENED_RUNTIME = YES;
14091409
INFOPLIST_FILE = "LocMapper App/LocMapperApp-Info.plist";
14101410
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";

0 commit comments

Comments
 (0)