Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix dependency for parallel builds.
  • Loading branch information
stuconnolly committed Oct 12, 2018
1 parent 326ff87 commit 0e6d004
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions sequel-pro.xcodeproj/project.pbxproj
Expand Up @@ -517,6 +517,13 @@
remoteGlobalIDString = 58B9096011C3A42B000826E5;
remoteInfo = xibLocalizationPostprocessor;
};
17D41AB12171157B00B1888D /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 584D876015140D3500F24774 /* SPMySQLFramework.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = 8DC2EF4F0486A6940098B216;
remoteInfo = SPMySQL.framework;
};
17E5955214F304000054EE08 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 17E5954E14F304000054EE08 /* QueryKit.xcodeproj */;
Expand Down Expand Up @@ -2720,6 +2727,7 @@
buildRules = (
);
dependencies = (
17D41AB22171157B00B1888D /* PBXTargetDependency */,
);
name = SequelProTunnelAssistant;
productName = TunnelPassphraseRequester;
Expand Down Expand Up @@ -3347,6 +3355,11 @@
target = 58B9096011C3A42B000826E5 /* xibLocalizationPostprocessor */;
targetProxy = 1798AB401267731F000D946A /* PBXContainerItemProxy */;
};
17D41AB22171157B00B1888D /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = SPMySQL.framework;
targetProxy = 17D41AB12171157B00B1888D /* PBXContainerItemProxy */;
};
5847571E120A1C6D0057631F /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 584754C1120A04560057631F /* Sequel Pro QLGenerator */;
Expand Down

0 comments on commit 0e6d004

Please sign in to comment.