Skip to content

Commit 1edae9f

Browse files
feat: set dev team to none
1 parent c706cf6 commit 1edae9f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

OptableSDK.xcodeproj/project.pbxproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,9 @@
461461
6352AB1324EAD403002E66EB /* Debug */ = {
462462
isa = XCBuildConfiguration;
463463
buildSettings = {
464+
CODE_SIGN_IDENTITY = "Apple Development";
464465
CODE_SIGN_STYLE = Automatic;
466+
DEVELOPMENT_TEAM = "";
465467
INFOPLIST_FILE = Tests/Info.plist;
466468
LD_RUNPATH_SEARCH_PATHS = (
467469
"$(inherited)",
@@ -470,6 +472,7 @@
470472
);
471473
PRODUCT_BUNDLE_IDENTIFIER = co.optable.OptableSDKTests;
472474
PRODUCT_NAME = "$(TARGET_NAME)";
475+
PROVISIONING_PROFILE_SPECIFIER = "";
473476
SWIFT_VERSION = 5.0;
474477
TARGETED_DEVICE_FAMILY = "1,2";
475478
};
@@ -478,6 +481,7 @@
478481
6352AB1424EAD403002E66EB /* Release */ = {
479482
isa = XCBuildConfiguration;
480483
buildSettings = {
484+
CODE_SIGN_IDENTITY = "Apple Development";
481485
CODE_SIGN_STYLE = Automatic;
482486
DEVELOPMENT_TEAM = "";
483487
INFOPLIST_FILE = Tests/Info.plist;
@@ -488,6 +492,7 @@
488492
);
489493
PRODUCT_BUNDLE_IDENTIFIER = co.optable.OptableSDKTests;
490494
PRODUCT_NAME = "$(TARGET_NAME)";
495+
PROVISIONING_PROFILE_SPECIFIER = "";
491496
SWIFT_VERSION = 5.0;
492497
TARGETED_DEVICE_FAMILY = "1,2";
493498
};

0 commit comments

Comments
 (0)