Created
September 29, 2025 15:39
-
-
Save FromAtom/d2f0357f6b9c890053e3c8132991ebef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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