Skip to content

Instantly share code, notes, and snippets.

@FromAtom
Created September 29, 2025 15:39
Show Gist options
  • Save FromAtom/d2f0357f6b9c890053e3c8132991ebef to your computer and use it in GitHub Desktop.
Save FromAtom/d2f0357f6b9c890053e3c8132991ebef to your computer and use it in GitHub Desktop.
let package = Package(
name: "SamplePackage",
platforms: [.iOS(.v17)],
products: [
.library(
name: "iOS",
targets: ["iOS"]
),
],
dependencies: ExternalPackage.allCases.map { $0.dependency },
targets: Targets.allCases.map { $0.target }
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment