Skip to content

Commit b9a716b

Browse files
committed
Examples: Changed MIDIKit dependency to be local for MIDIKitTestHarness
1 parent fe80136 commit b9a716b

File tree

1 file changed

+10
-17
lines changed

1 file changed

+10
-17
lines changed

Examples/MIDIKitTestHarness/MIDIKitTestHarness.xcodeproj/project.pbxproj

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
E230C4AD25AE7B33005DCB55 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E230C4AB25AE7B33005DCB55 /* Main.storyboard */; };
1414
E24D200525BE75A90095BDE5 /* OTCore in Frameworks */ = {isa = PBXBuildFile; productRef = E24D200425BE75A90095BDE5 /* OTCore */; };
1515
E24D200B25BE75D90095BDE5 /* MIDIKit in Frameworks */ = {isa = PBXBuildFile; productRef = E24D200A25BE75D90095BDE5 /* MIDIKit */; };
16-
E25685F925F1AC6E0095A47F /* MIDIKit in Frameworks */ = {isa = PBXBuildFile; productRef = E25685F825F1AC6E0095A47F /* MIDIKit */; };
1716
E26B849C25EDA4F400080052 /* DetailsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E26B849B25EDA4F400080052 /* DetailsView.swift */; };
1817
E26B84A425EDA8D500080052 /* Example Managed Objects.swift in Sources */ = {isa = PBXBuildFile; fileRef = E26B84A325EDA8D500080052 /* Example Managed Objects.swift */; };
1918
E293070425E90D750011904C /* HostingWindowKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = E293070325E90D750011904C /* HostingWindowKey.swift */; };
@@ -33,6 +32,7 @@
3332
E26B84A325EDA8D500080052 /* Example Managed Objects.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Example Managed Objects.swift"; sourceTree = "<group>"; };
3433
E293070325E90D750011904C /* HostingWindowKey.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HostingWindowKey.swift; sourceTree = "<group>"; };
3534
E2AC6C7A25EDF96C008A4558 /* ContentViewManual.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ContentViewManual.swift; sourceTree = "<group>"; };
35+
E2BE8483268BCA570034F62C /* MIDIKit */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "MIDIKit"; path = ../..; sourceTree = "<group>"; };
3636
E2FFD48225EDAF8700396632 /* ContentViewBigSur.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentViewBigSur.swift; sourceTree = "<group>"; };
3737
/* End PBXFileReference section */
3838

@@ -41,7 +41,6 @@
4141
isa = PBXFrameworksBuildPhase;
4242
buildActionMask = 2147483647;
4343
files = (
44-
E25685F925F1AC6E0095A47F /* MIDIKit in Frameworks */,
4544
E24D200B25BE75D90095BDE5 /* MIDIKit in Frameworks */,
4645
E24D200525BE75A90095BDE5 /* OTCore in Frameworks */,
4746
);
@@ -53,8 +52,10 @@
5352
E230C49625AE7B31005DCB55 = {
5453
isa = PBXGroup;
5554
children = (
55+
E2BE8483268BCA570034F62C /* MIDIKit */,
5656
E230C4A125AE7B31005DCB55 /* MIDIKitTestHarness */,
5757
E230C4A025AE7B31005DCB55 /* Products */,
58+
E2BE8485268BCAAB0034F62C /* Frameworks */,
5859
);
5960
sourceTree = "<group>";
6061
};
@@ -92,6 +93,13 @@
9293
path = ContentView;
9394
sourceTree = "<group>";
9495
};
96+
E2BE8485268BCAAB0034F62C /* Frameworks */ = {
97+
isa = PBXGroup;
98+
children = (
99+
);
100+
name = Frameworks;
101+
sourceTree = "<group>";
102+
};
95103
/* End PBXGroup section */
96104

97105
/* Begin PBXNativeTarget section */
@@ -111,7 +119,6 @@
111119
packageProductDependencies = (
112120
E24D200425BE75A90095BDE5 /* OTCore */,
113121
E24D200A25BE75D90095BDE5 /* MIDIKit */,
114-
E25685F825F1AC6E0095A47F /* MIDIKit */,
115122
);
116123
productName = MIDIKitTestHarness;
117124
productReference = E230C49F25AE7B31005DCB55 /* MIDIKitTestHarness.app */;
@@ -142,7 +149,6 @@
142149
mainGroup = E230C49625AE7B31005DCB55;
143150
packageReferences = (
144151
E24D200325BE75A90095BDE5 /* XCRemoteSwiftPackageReference "OTCore" */,
145-
E25685F725F1AC6E0095A47F /* XCRemoteSwiftPackageReference "MIDIKit" */,
146152
);
147153
productRefGroup = E230C4A025AE7B31005DCB55 /* Products */;
148154
projectDirPath = "";
@@ -385,14 +391,6 @@
385391
minimumVersion = 1.1.6;
386392
};
387393
};
388-
E25685F725F1AC6E0095A47F /* XCRemoteSwiftPackageReference "MIDIKit" */ = {
389-
isa = XCRemoteSwiftPackageReference;
390-
repositoryURL = "https://github.com/orchetect/MIDIKit.git";
391-
requirement = {
392-
kind = upToNextMajorVersion;
393-
minimumVersion = 0.1.0;
394-
};
395-
};
396394
/* End XCRemoteSwiftPackageReference section */
397395

398396
/* Begin XCSwiftPackageProductDependency section */
@@ -405,11 +403,6 @@
405403
isa = XCSwiftPackageProductDependency;
406404
productName = MIDIKit;
407405
};
408-
E25685F825F1AC6E0095A47F /* MIDIKit */ = {
409-
isa = XCSwiftPackageProductDependency;
410-
package = E25685F725F1AC6E0095A47F /* XCRemoteSwiftPackageReference "MIDIKit" */;
411-
productName = MIDIKit;
412-
};
413406
/* End XCSwiftPackageProductDependency section */
414407
};
415408
rootObject = E230C49725AE7B31005DCB55 /* Project object */;

0 commit comments

Comments
 (0)