Skip to content

Commit aa574cc

Browse files
committed
build: extract etcd plugin from app bundle for registry distribution
1 parent ad5799d commit aa574cc

File tree

1 file changed

+13
-16
lines changed

1 file changed

+13
-16
lines changed

TablePro.xcodeproj/project.pbxproj

Lines changed: 13 additions & 16 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-
5AEA8B302F6808270040461A /* EtcdDriverPlugin.tableplugin in Copy Plug-Ins */ = {isa = PBXBuildFile; fileRef = 5AEA8B2A2F6808270040461A /* EtcdDriverPlugin.tableplugin */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
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,19 +116,19 @@
117116
remoteGlobalIDString = 5A86C000000000000;
118117
remoteInfo = SQLExport;
119118
};
120-
5AEA8B312F6808270040461A /* PBXContainerItemProxy */ = {
119+
5ABCC5AB2F43856700EAF3FC /* PBXContainerItemProxy */ = {
121120
isa = PBXContainerItemProxy;
122121
containerPortal = 5A1091BF2EF17EDC0055EA7C /* Project object */;
123122
proxyType = 1;
124-
remoteGlobalIDString = 5AEA8B292F6808270040461A;
125-
remoteInfo = EtcdDriverPlugin;
123+
remoteGlobalIDString = 5A1091C62EF17EDC0055EA7C;
124+
remoteInfo = TablePro;
126125
};
127-
5ABCC5AB2F43856700EAF3FC /* PBXContainerItemProxy */ = {
126+
5AEA8B312F6808270040461A /* PBXContainerItemProxy */ = {
128127
isa = PBXContainerItemProxy;
129128
containerPortal = 5A1091BF2EF17EDC0055EA7C /* Project object */;
130129
proxyType = 1;
131-
remoteGlobalIDString = 5A1091C62EF17EDC0055EA7C;
132-
remoteInfo = TablePro;
130+
remoteGlobalIDString = 5AEA8B292F6808270040461A;
131+
remoteInfo = EtcdDriverPlugin;
133132
};
134133
/* End PBXContainerItemProxy section */
135134

@@ -146,7 +145,6 @@
146145
5A86A000D00000000 /* CSVExport.tableplugin in Copy Plug-Ins */,
147146
5A86B000D00000000 /* JSONExport.tableplugin in Copy Plug-Ins */,
148147
5A86C000D00000000 /* SQLExport.tableplugin in Copy Plug-Ins */,
149-
5AEA8B302F6808270040461A /* EtcdDriverPlugin.tableplugin in Copy Plug-Ins */,
150148
);
151149
name = "Copy Plug-Ins";
152150
runOnlyForDeploymentPostprocessing = 0;
@@ -653,7 +651,7 @@
653651
5A1091BE2EF17EDC0055EA7C = {
654652
isa = PBXGroup;
655653
children = (
656-
5AEA8B412F6808CA0040461A /* EtcdDriverPlugin */,
654+
5AEA8B412F6808CA0040461A /* Plugins/EtcdDriverPlugin */,
657655
5A1091C92EF17EDC0055EA7C /* TablePro */,
658656
5A860000500000000 /* Plugins/TableProPluginKit */,
659657
5A861000500000000 /* Plugins/OracleDriverPlugin */,
@@ -706,7 +704,7 @@
706704
name = Products;
707705
sourceTree = "<group>";
708706
};
709-
5AEA8B412F6808CA0040461A /* EtcdDriverPlugin */ = {
707+
5AEA8B412F6808CA0040461A /* Plugins/EtcdDriverPlugin */ = {
710708
isa = PBXGroup;
711709
children = (
712710
5AEA8B3B2F6808CA0040461A /* EtcdCommandParser.swift */,
@@ -762,7 +760,6 @@
762760
5A86A000C00000000 /* PBXTargetDependency */,
763761
5A86B000C00000000 /* PBXTargetDependency */,
764762
5A86C000C00000000 /* PBXTargetDependency */,
765-
5AEA8B322F6808270040461A /* PBXTargetDependency */,
766763
);
767764
fileSystemSynchronizedGroups = (
768765
5A1091C92EF17EDC0055EA7C /* TablePro */,
@@ -1621,16 +1618,16 @@
16211618
target = 5A86C000000000000 /* SQLExport */;
16221619
targetProxy = 5A86C000B00000000 /* PBXContainerItemProxy */;
16231620
};
1624-
5AEA8B322F6808270040461A /* PBXTargetDependency */ = {
1625-
isa = PBXTargetDependency;
1626-
target = 5AEA8B292F6808270040461A /* EtcdDriverPlugin */;
1627-
targetProxy = 5AEA8B312F6808270040461A /* PBXContainerItemProxy */;
1628-
};
16291621
5ABCC5AC2F43856700EAF3FC /* PBXTargetDependency */ = {
16301622
isa = PBXTargetDependency;
16311623
target = 5A1091C62EF17EDC0055EA7C /* TablePro */;
16321624
targetProxy = 5ABCC5AB2F43856700EAF3FC /* PBXContainerItemProxy */;
16331625
};
1626+
5AEA8B322F6808270040461A /* PBXTargetDependency */ = {
1627+
isa = PBXTargetDependency;
1628+
target = 5AEA8B292F6808270040461A /* EtcdDriverPlugin */;
1629+
targetProxy = 5AEA8B312F6808270040461A /* PBXContainerItemProxy */;
1630+
};
16341631
/* End PBXTargetDependency section */
16351632

16361633
/* Begin XCBuildConfiguration section */

0 commit comments

Comments
 (0)