Skip to content

Commit a3b33b6

Browse files
committed
Revise signing settings
1 parent b48a9a3 commit a3b33b6

File tree

1 file changed

+2
-32
lines changed

1 file changed

+2
-32
lines changed

LocMapper.xcodeproj/project.pbxproj

Lines changed: 2 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,11 +1126,8 @@
11261126
buildSettings = {
11271127
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
11281128
CODE_SIGN_ENTITLEMENTS = "LocMapper Linter/LocMapper Linter.entitlements";
1129-
CODE_SIGN_IDENTITY = "-";
1130-
CODE_SIGN_STYLE = Automatic;
11311129
COMBINE_HIDPI_IMAGES = YES;
11321130
CURRENT_PROJECT_VERSION = 9;
1133-
DEVELOPMENT_TEAM = "";
11341131
ENABLE_HARDENED_RUNTIME = YES;
11351132
INFOPLIST_FILE = "LocMapper Linter/LocMapperLinter-Info.plist";
11361133
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
@@ -1141,7 +1138,6 @@
11411138
MARKETING_VERSION = 1.2.3;
11421139
PRODUCT_BUNDLE_IDENTIFIER = "com.xcode-actions.LocMapper-Linter";
11431140
PRODUCT_NAME = "$(TARGET_NAME)";
1144-
PROVISIONING_PROFILE_SPECIFIER = "";
11451141
SDKROOT = macosx;
11461142
VERSIONING_SYSTEM = "apple-generic";
11471143
};
@@ -1152,11 +1148,8 @@
11521148
buildSettings = {
11531149
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
11541150
CODE_SIGN_ENTITLEMENTS = "LocMapper Linter/LocMapper Linter.entitlements";
1155-
CODE_SIGN_IDENTITY = "-";
1156-
CODE_SIGN_STYLE = Automatic;
11571151
COMBINE_HIDPI_IMAGES = YES;
11581152
CURRENT_PROJECT_VERSION = 9;
1159-
DEVELOPMENT_TEAM = "";
11601153
ENABLE_HARDENED_RUNTIME = YES;
11611154
INFOPLIST_FILE = "LocMapper Linter/LocMapperLinter-Info.plist";
11621155
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
@@ -1167,7 +1160,6 @@
11671160
MARKETING_VERSION = 1.2.3;
11681161
PRODUCT_BUNDLE_IDENTIFIER = "com.xcode-actions.LocMapper-Linter";
11691162
PRODUCT_NAME = "$(TARGET_NAME)";
1170-
PROVISIONING_PROFILE_SPECIFIER = "";
11711163
SDKROOT = macosx;
11721164
VERSIONING_SYSTEM = "apple-generic";
11731165
};
@@ -1176,8 +1168,6 @@
11761168
7B4CC6C42025BB390055CB74 /* Debug */ = {
11771169
isa = XCBuildConfiguration;
11781170
buildSettings = {
1179-
CODE_SIGN_IDENTITY = "";
1180-
CODE_SIGN_STYLE = Automatic;
11811171
COMBINE_HIDPI_IMAGES = YES;
11821172
CURRENT_PROJECT_VERSION = 40;
11831173
INFOPLIST_FILE = Tests/LocMapperTests/Info.plist;
@@ -1199,8 +1189,6 @@
11991189
7B4CC6C52025BB390055CB74 /* Release */ = {
12001190
isa = XCBuildConfiguration;
12011191
buildSettings = {
1202-
CODE_SIGN_IDENTITY = "";
1203-
CODE_SIGN_STYLE = Automatic;
12041192
COMBINE_HIDPI_IMAGES = YES;
12051193
CURRENT_PROJECT_VERSION = 40;
12061194
INFOPLIST_FILE = Tests/LocMapperTests/Info.plist;
@@ -1221,8 +1209,6 @@
12211209
7B4CC6D32025BCEF0055CB74 /* Debug */ = {
12221210
isa = XCBuildConfiguration;
12231211
buildSettings = {
1224-
CODE_SIGN_IDENTITY = "";
1225-
CODE_SIGN_STYLE = Automatic;
12261212
CURRENT_PROJECT_VERSION = 40;
12271213
EXECUTABLE_PREFIX = lib;
12281214
MARKETING_VERSION = 1.3.9;
@@ -1237,8 +1223,6 @@
12371223
7B4CC6D42025BCEF0055CB74 /* Release */ = {
12381224
isa = XCBuildConfiguration;
12391225
buildSettings = {
1240-
CODE_SIGN_IDENTITY = "";
1241-
CODE_SIGN_STYLE = Automatic;
12421226
CURRENT_PROJECT_VERSION = 40;
12431227
EXECUTABLE_PREFIX = lib;
12441228
MARKETING_VERSION = 1.3.9;
@@ -1283,6 +1267,7 @@
12831267
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
12841268
COPY_PHASE_STRIP = NO;
12851269
DEAD_CODE_STRIPPING = YES;
1270+
DEVELOPMENT_TEAM = DVL8GW97S8;
12861271
ENABLE_STRICT_OBJC_MSGSEND = YES;
12871272
ENABLE_TESTABILITY = YES;
12881273
ENABLE_USER_SCRIPT_SANDBOXING = YES;
@@ -1343,6 +1328,7 @@
13431328
COPY_PHASE_STRIP = YES;
13441329
DEAD_CODE_STRIPPING = YES;
13451330
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1331+
DEVELOPMENT_TEAM = DVL8GW97S8;
13461332
ENABLE_NS_ASSERTIONS = NO;
13471333
ENABLE_STRICT_OBJC_MSGSEND = YES;
13481334
ENABLE_USER_SCRIPT_SANDBOXING = YES;
@@ -1365,17 +1351,13 @@
13651351
isa = XCBuildConfiguration;
13661352
buildSettings = {
13671353
CODE_SIGN_ENTITLEMENTS = "LocMapper CLI/locmapper.entitlements";
1368-
CODE_SIGN_IDENTITY = "-";
1369-
CODE_SIGN_STYLE = Automatic;
13701354
CURRENT_PROJECT_VERSION = 40;
1371-
DEVELOPMENT_TEAM = "";
13721355
ENABLE_HARDENED_RUNTIME = YES;
13731356
MACOSX_DEPLOYMENT_TARGET = 11.0;
13741357
MARKETING_VERSION = 1.3.9;
13751358
PRODUCT_BUNDLE_IDENTIFIER = "com.xcode-actions.LocMapperCLI";
13761359
PRODUCT_MODULE_NAME = LocMapperCLI;
13771360
PRODUCT_NAME = locmapper;
1378-
PROVISIONING_PROFILE_SPECIFIER = "";
13791361
SDKROOT = macosx;
13801362
VERSIONING_SYSTEM = "apple-generic";
13811363
};
@@ -1385,17 +1367,13 @@
13851367
isa = XCBuildConfiguration;
13861368
buildSettings = {
13871369
CODE_SIGN_ENTITLEMENTS = "LocMapper CLI/locmapper.entitlements";
1388-
CODE_SIGN_IDENTITY = "-";
1389-
CODE_SIGN_STYLE = Automatic;
13901370
CURRENT_PROJECT_VERSION = 40;
1391-
DEVELOPMENT_TEAM = "";
13921371
ENABLE_HARDENED_RUNTIME = YES;
13931372
MACOSX_DEPLOYMENT_TARGET = 11.0;
13941373
MARKETING_VERSION = 1.3.9;
13951374
PRODUCT_BUNDLE_IDENTIFIER = "com.xcode-actions.LocMapperCLI";
13961375
PRODUCT_MODULE_NAME = LocMapperCLI;
13971376
PRODUCT_NAME = locmapper;
1398-
PROVISIONING_PROFILE_SPECIFIER = "";
13991377
SDKROOT = macosx;
14001378
VERSIONING_SYSTEM = "apple-generic";
14011379
};
@@ -1406,11 +1384,8 @@
14061384
buildSettings = {
14071385
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
14081386
CODE_SIGN_ENTITLEMENTS = "LocMapper App/LocMapper App.entitlements";
1409-
CODE_SIGN_IDENTITY = "-";
1410-
CODE_SIGN_STYLE = Automatic;
14111387
COMBINE_HIDPI_IMAGES = YES;
14121388
CURRENT_PROJECT_VERSION = 40;
1413-
DEVELOPMENT_TEAM = "";
14141389
ENABLE_HARDENED_RUNTIME = YES;
14151390
INFOPLIST_FILE = "LocMapper App/LocMapperApp-Info.plist";
14161391
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
@@ -1422,7 +1397,6 @@
14221397
PRODUCT_BUNDLE_IDENTIFIER = "com.xcode-actions.LocMapperApp";
14231398
PRODUCT_MODULE_NAME = LocMapperApp;
14241399
PRODUCT_NAME = LocMapper;
1425-
PROVISIONING_PROFILE_SPECIFIER = "";
14261400
SDKROOT = macosx;
14271401
VERSIONING_SYSTEM = "apple-generic";
14281402
};
@@ -1433,11 +1407,8 @@
14331407
buildSettings = {
14341408
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
14351409
CODE_SIGN_ENTITLEMENTS = "LocMapper App/LocMapper App.entitlements";
1436-
CODE_SIGN_IDENTITY = "-";
1437-
CODE_SIGN_STYLE = Automatic;
14381410
COMBINE_HIDPI_IMAGES = YES;
14391411
CURRENT_PROJECT_VERSION = 40;
1440-
DEVELOPMENT_TEAM = "";
14411412
ENABLE_HARDENED_RUNTIME = YES;
14421413
INFOPLIST_FILE = "LocMapper App/LocMapperApp-Info.plist";
14431414
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
@@ -1449,7 +1420,6 @@
14491420
PRODUCT_BUNDLE_IDENTIFIER = "com.xcode-actions.LocMapperApp";
14501421
PRODUCT_MODULE_NAME = LocMapperApp;
14511422
PRODUCT_NAME = LocMapper;
1452-
PROVISIONING_PROFILE_SPECIFIER = "";
14531423
SDKROOT = macosx;
14541424
VERSIONING_SYSTEM = "apple-generic";
14551425
};

0 commit comments

Comments
 (0)