Skip to content

Commit e7b6647

Browse files
committed
fix: remove hardcoded development team ID for contributor builds
1 parent 1b2d43a commit e7b6647

1 file changed

Lines changed: 6 additions & 31 deletions

File tree

TablePro.xcodeproj/project.pbxproj

Lines changed: 6 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
5ACE00012F4F000000000006 /* CodeEditTextView in Frameworks */ = {isa = PBXBuildFile; productRef = 5ACE00012F4F000000000007 /* CodeEditTextView */; };
3636
5ACE00012F4F00000000000A /* Sparkle in Frameworks */ = {isa = PBXBuildFile; productRef = 5ACE00012F4F000000000009 /* Sparkle */; };
3737
5ACE00012F4F00000000000D /* MarkdownUI in Frameworks */ = {isa = PBXBuildFile; productRef = 5ACE00012F4F00000000000C /* MarkdownUI */; };
38-
3938
5AEA8B422F6808CA0040461A /* EtcdStatementGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AEA8B402F6808CA0040461A /* EtcdStatementGenerator.swift */; };
4039
5AEA8B432F6808CA0040461A /* EtcdPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AEA8B3D2F6808CA0040461A /* EtcdPlugin.swift */; };
4140
5AEA8B442F6808CA0040461A /* EtcdCommandParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AEA8B3B2F6808CA0040461A /* EtcdCommandParser.swift */; };
@@ -117,27 +116,13 @@
117116
remoteGlobalIDString = 5A86C000000000000;
118117
remoteInfo = SQLExport;
119118
};
120-
5AEA8B312F6808270040461A /* PBXContainerItemProxy */ = {
121-
isa = PBXContainerItemProxy;
122-
containerPortal = 5A1091BF2EF17EDC0055EA7C /* Project object */;
123-
proxyType = 1;
124-
remoteGlobalIDString = 5AEA8B292F6808270040461A;
125-
remoteInfo = EtcdDriverPlugin;
126-
};
127119
5ABCC5AB2F43856700EAF3FC /* PBXContainerItemProxy */ = {
128120
isa = PBXContainerItemProxy;
129121
containerPortal = 5A1091BF2EF17EDC0055EA7C /* Project object */;
130122
proxyType = 1;
131123
remoteGlobalIDString = 5A1091C62EF17EDC0055EA7C;
132124
remoteInfo = TablePro;
133125
};
134-
5AEA8B312F6808270040461A /* PBXContainerItemProxy */ = {
135-
isa = PBXContainerItemProxy;
136-
containerPortal = 5A1091BF2EF17EDC0055EA7C /* Project object */;
137-
proxyType = 1;
138-
remoteGlobalIDString = 5AEA8B292F6808270040461A;
139-
remoteInfo = EtcdDriverPlugin;
140-
};
141126
/* End PBXContainerItemProxy section */
142127

143128
/* Begin PBXCopyFilesBuildPhase section */
@@ -1627,21 +1612,11 @@
16271612
target = 5A86C000000000000 /* SQLExport */;
16281613
targetProxy = 5A86C000B00000000 /* PBXContainerItemProxy */;
16291614
};
1630-
5AEA8B322F6808270040461A /* PBXTargetDependency */ = {
1631-
isa = PBXTargetDependency;
1632-
target = 5AEA8B292F6808270040461A /* EtcdDriverPlugin */;
1633-
targetProxy = 5AEA8B312F6808270040461A /* PBXContainerItemProxy */;
1634-
};
16351615
5ABCC5AC2F43856700EAF3FC /* PBXTargetDependency */ = {
16361616
isa = PBXTargetDependency;
16371617
target = 5A1091C62EF17EDC0055EA7C /* TablePro */;
16381618
targetProxy = 5ABCC5AB2F43856700EAF3FC /* PBXContainerItemProxy */;
16391619
};
1640-
5AEA8B322F6808270040461A /* PBXTargetDependency */ = {
1641-
isa = PBXTargetDependency;
1642-
target = 5AEA8B292F6808270040461A /* EtcdDriverPlugin */;
1643-
targetProxy = 5AEA8B312F6808270040461A /* PBXContainerItemProxy */;
1644-
};
16451620
/* End PBXTargetDependency section */
16461621

16471622
/* Begin XCBuildConfiguration section */
@@ -1683,7 +1658,7 @@
16831658
COPY_PHASE_STRIP = NO;
16841659
DEAD_CODE_STRIPPING = YES;
16851660
DEBUG_INFORMATION_FORMAT = dwarf;
1686-
DEVELOPMENT_TEAM = D7HJ5TFYCU;
1661+
DEVELOPMENT_TEAM = "";
16871662
ENABLE_STRICT_OBJC_MSGSEND = YES;
16881663
ENABLE_TESTABILITY = YES;
16891664
ENABLE_USER_SCRIPT_SANDBOXING = YES;
@@ -1749,7 +1724,7 @@
17491724
COPY_PHASE_STRIP = NO;
17501725
DEAD_CODE_STRIPPING = YES;
17511726
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1752-
DEVELOPMENT_TEAM = D7HJ5TFYCU;
1727+
DEVELOPMENT_TEAM = "";
17531728
ENABLE_NS_ASSERTIONS = NO;
17541729
ENABLE_STRICT_OBJC_MSGSEND = YES;
17551730
ENABLE_USER_SCRIPT_SANDBOXING = YES;
@@ -1783,7 +1758,7 @@
17831758
CODE_SIGN_STYLE = Automatic;
17841759
CURRENT_PROJECT_VERSION = 35;
17851760
DEAD_CODE_STRIPPING = YES;
1786-
DEVELOPMENT_TEAM = D7HJ5TFYCU;
1761+
DEVELOPMENT_TEAM = "";
17871762
ENABLE_APP_SANDBOX = NO;
17881763
ENABLE_HARDENED_RUNTIME = YES;
17891764
ENABLE_PREVIEWS = YES;
@@ -1856,7 +1831,7 @@
18561831
CURRENT_PROJECT_VERSION = 35;
18571832
DEAD_CODE_STRIPPING = YES;
18581833
DEPLOYMENT_POSTPROCESSING = YES;
1859-
DEVELOPMENT_TEAM = D7HJ5TFYCU;
1834+
DEVELOPMENT_TEAM = "";
18601835
ENABLE_APP_SANDBOX = NO;
18611836
ENABLE_HARDENED_RUNTIME = YES;
18621837
ENABLE_PREVIEWS = YES;
@@ -2916,7 +2891,7 @@
29162891
CODE_SIGN_STYLE = Automatic;
29172892
COMBINE_HIDPI_IMAGES = YES;
29182893
CURRENT_PROJECT_VERSION = 1;
2919-
DEVELOPMENT_TEAM = D7HJ5TFYCU;
2894+
DEVELOPMENT_TEAM = "";
29202895
GENERATE_INFOPLIST_FILE = YES;
29212896
INFOPLIST_FILE = Plugins/EtcdDriverPlugin/Info.plist;
29222897
INFOPLIST_KEY_NSHumanReadableCopyright = "";
@@ -2941,7 +2916,7 @@
29412916
CODE_SIGN_STYLE = Automatic;
29422917
COMBINE_HIDPI_IMAGES = YES;
29432918
CURRENT_PROJECT_VERSION = 1;
2944-
DEVELOPMENT_TEAM = D7HJ5TFYCU;
2919+
DEVELOPMENT_TEAM = "";
29452920
GENERATE_INFOPLIST_FILE = YES;
29462921
INFOPLIST_FILE = Plugins/EtcdDriverPlugin/Info.plist;
29472922
INFOPLIST_KEY_NSHumanReadableCopyright = "";

0 commit comments

Comments
 (0)