Skip to content

Commit cdf3fe6

Browse files
feat: set development team to none
1 parent 5b21e3d commit cdf3fe6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

OptableSDK.xcodeproj/project.pbxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@
402402
CODE_SIGN_IDENTITY = "";
403403
CODE_SIGN_STYLE = Automatic;
404404
DEFINES_MODULE = YES;
405+
DEVELOPMENT_TEAM = "";
405406
DYLIB_COMPATIBILITY_VERSION = 1;
406407
DYLIB_CURRENT_VERSION = 1;
407408
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -433,6 +434,7 @@
433434
CODE_SIGN_IDENTITY = "";
434435
CODE_SIGN_STYLE = Automatic;
435436
DEFINES_MODULE = YES;
437+
DEVELOPMENT_TEAM = "";
436438
DYLIB_COMPATIBILITY_VERSION = 1;
437439
DYLIB_CURRENT_VERSION = 1;
438440
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -477,6 +479,7 @@
477479
isa = XCBuildConfiguration;
478480
buildSettings = {
479481
CODE_SIGN_STYLE = Automatic;
482+
DEVELOPMENT_TEAM = "";
480483
INFOPLIST_FILE = Tests/Info.plist;
481484
LD_RUNPATH_SEARCH_PATHS = (
482485
"$(inherited)",

0 commit comments

Comments
 (0)