Skip to content

Commit

Permalink
Fix CookbookCommon compilation by itself
Browse files Browse the repository at this point in the history
Moves package dependencies into CookbookCommon/Package.swift

Co-Authored-By: Aurelius Prochazka <[email protected]>
  • Loading branch information
wtholliday and aure committed Feb 25, 2024
1 parent 02752c2 commit 4d50f01
Show file tree
Hide file tree
Showing 3 changed files with 155 additions and 200 deletions.
124 changes: 2 additions & 122 deletions Cookbook/Cookbook.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@
29FC959927CC154B006D8CDF /* CookbookApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29FC959827CC154B006D8CDF /* CookbookApp.swift */; };
31BA90FC29C371AB00FCD505 /* audio3D.scnassets in Resources */ = {isa = PBXBuildFile; fileRef = 31BA90FB29C371AB00FCD505 /* audio3D.scnassets */; };
5A0C234827D7CA4E003E281C /* Sounds in Resources */ = {isa = PBXBuildFile; fileRef = 5A0C234727D7CA4E003E281C /* Sounds */; };
5A7F40432B21F314000A28F9 /* Flow in Frameworks */ = {isa = PBXBuildFile; productRef = 5A7F40422B21F314000A28F9 /* Flow */; };
5A7F40462B21FD06000A28F9 /* Waveform in Frameworks */ = {isa = PBXBuildFile; productRef = 5A7F40452B21FD06000A28F9 /* Waveform */; };
5A7F40492B21FE34000A28F9 /* PianoRoll in Frameworks */ = {isa = PBXBuildFile; productRef = 5A7F40482B21FE34000A28F9 /* PianoRoll */; };
5A7F404C2B220667000A28F9 /* STKAudioKit in Frameworks */ = {isa = PBXBuildFile; productRef = 5A7F404B2B220667000A28F9 /* STKAudioKit */; };
5A7F40572B22774A000A28F9 /* MIDIKit in Frameworks */ = {isa = PBXBuildFile; productRef = 5A7F40562B22774A000A28F9 /* MIDIKit */; };
5ABF005C2B696BF2004D318B /* Keyboard in Frameworks */ = {isa = PBXBuildFile; productRef = 5ABF005B2B696BF2004D318B /* Keyboard */; };
5ABF005F2B696C30004D318B /* Controls in Frameworks */ = {isa = PBXBuildFile; productRef = 5ABF005E2B696C30004D318B /* Controls */; };
C446DE542528D8E700138D0A /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C446DE522528D8E700138D0A /* LaunchScreen.storyboard */; };
/* End PBXBuildFile section */

Expand All @@ -43,13 +36,6 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
5A7F40572B22774A000A28F9 /* MIDIKit in Frameworks */,
5A7F404C2B220667000A28F9 /* STKAudioKit in Frameworks */,
5A7F40432B21F314000A28F9 /* Flow in Frameworks */,
5A7F40492B21FE34000A28F9 /* PianoRoll in Frameworks */,
5ABF005F2B696C30004D318B /* Controls in Frameworks */,
5A7F40462B21FD06000A28F9 /* Waveform in Frameworks */,
5ABF005C2B696BF2004D318B /* Keyboard in Frameworks */,
29215CE827CC30CF005B706C /* CookbookCommon in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -135,13 +121,6 @@
name = Cookbook;
packageProductDependencies = (
29215CE727CC30CF005B706C /* CookbookCommon */,
5A7F40422B21F314000A28F9 /* Flow */,
5A7F40452B21FD06000A28F9 /* Waveform */,
5A7F40482B21FE34000A28F9 /* PianoRoll */,
5A7F404B2B220667000A28F9 /* STKAudioKit */,
5A7F40562B22774A000A28F9 /* MIDIKit */,
5ABF005B2B696BF2004D318B /* Keyboard */,
5ABF005E2B696C30004D318B /* Controls */,
);
productName = Cookbook;
productReference = C446DE442528D8E600138D0A /* Cookbook.app */;
Expand Down Expand Up @@ -171,13 +150,6 @@
);
mainGroup = C446DE3B2528D8E600138D0A;
packageReferences = (
5A7F40412B21F314000A28F9 /* XCRemoteSwiftPackageReference "Flow" */,
5A7F40442B21FD06000A28F9 /* XCRemoteSwiftPackageReference "Waveform" */,
5A7F40472B21FE34000A28F9 /* XCRemoteSwiftPackageReference "PianoRoll" */,
5A7F404A2B220667000A28F9 /* XCRemoteSwiftPackageReference "STKAudioKit" */,
5A7F40552B22774A000A28F9 /* XCRemoteSwiftPackageReference "MIDIKit" */,
5ABF005A2B696BF2004D318B /* XCRemoteSwiftPackageReference "Keyboard" */,
5ABF005D2B696C30004D318B /* XCRemoteSwiftPackageReference "Controls" */,
);
productRefGroup = C446DE452528D8E600138D0A /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -361,6 +333,7 @@
SAMPLE_CODE_DISAMBIGUATOR = "${DEVELOPMENT_TEAM}";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator";
SUPPORTS_MACCATALYST = YES;
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2,7";
};
Expand All @@ -386,6 +359,7 @@
SAMPLE_CODE_DISAMBIGUATOR = "${DEVELOPMENT_TEAM}";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator";
SUPPORTS_MACCATALYST = YES;
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2,7";
};
Expand Down Expand Up @@ -414,105 +388,11 @@
};
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
5A7F40412B21F314000A28F9 /* XCRemoteSwiftPackageReference "Flow" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/AudioKit/Flow";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.0.3;
};
};
5A7F40442B21FD06000A28F9 /* XCRemoteSwiftPackageReference "Waveform" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/AudioKit/Waveform";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.0.2;
};
};
5A7F40472B21FE34000A28F9 /* XCRemoteSwiftPackageReference "PianoRoll" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/AudioKit/PianoRoll";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.0.7;
};
};
5A7F404A2B220667000A28F9 /* XCRemoteSwiftPackageReference "STKAudioKit" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/AudioKit/STKAudioKit";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 5.5.4;
};
};
5A7F40552B22774A000A28F9 /* XCRemoteSwiftPackageReference "MIDIKit" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/orchetect/MIDIKit";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.9.4;
};
};
5ABF005A2B696BF2004D318B /* XCRemoteSwiftPackageReference "Keyboard" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/AudioKit/Keyboard";
requirement = {
kind = exactVersion;
version = 1.3.6;
};
};
5ABF005D2B696C30004D318B /* XCRemoteSwiftPackageReference "Controls" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/AudioKit/Controls";
requirement = {
kind = exactVersion;
version = 1.1.2;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
29215CE727CC30CF005B706C /* CookbookCommon */ = {
isa = XCSwiftPackageProductDependency;
productName = CookbookCommon;
};
5A7F40422B21F314000A28F9 /* Flow */ = {
isa = XCSwiftPackageProductDependency;
package = 5A7F40412B21F314000A28F9 /* XCRemoteSwiftPackageReference "Flow" */;
productName = Flow;
};
5A7F40452B21FD06000A28F9 /* Waveform */ = {
isa = XCSwiftPackageProductDependency;
package = 5A7F40442B21FD06000A28F9 /* XCRemoteSwiftPackageReference "Waveform" */;
productName = Waveform;
};
5A7F40482B21FE34000A28F9 /* PianoRoll */ = {
isa = XCSwiftPackageProductDependency;
package = 5A7F40472B21FE34000A28F9 /* XCRemoteSwiftPackageReference "PianoRoll" */;
productName = PianoRoll;
};
5A7F404B2B220667000A28F9 /* STKAudioKit */ = {
isa = XCSwiftPackageProductDependency;
package = 5A7F404A2B220667000A28F9 /* XCRemoteSwiftPackageReference "STKAudioKit" */;
productName = STKAudioKit;
};
5A7F40562B22774A000A28F9 /* MIDIKit */ = {
isa = XCSwiftPackageProductDependency;
package = 5A7F40552B22774A000A28F9 /* XCRemoteSwiftPackageReference "MIDIKit" */;
productName = MIDIKit;
};
5ABF005B2B696BF2004D318B /* Keyboard */ = {
isa = XCSwiftPackageProductDependency;
package = 5ABF005A2B696BF2004D318B /* XCRemoteSwiftPackageReference "Keyboard" */;
productName = Keyboard;
};
5ABF005E2B696C30004D318B /* Controls */ = {
isa = XCSwiftPackageProductDependency;
package = 5ABF005D2B696C30004D318B /* XCRemoteSwiftPackageReference "Controls" */;
productName = Controls;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = C446DE3C2528D8E600138D0A /* Project object */;
Expand Down
Loading

0 comments on commit 4d50f01

Please sign in to comment.