-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
MSCO Build Service
committed
Dec 3, 2024
1 parent
c8b42d6
commit 8386d8b
Showing
1 changed file
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
// swift-tools-version:5.5 | ||
// swift-tools-version:5.9 | ||
// The swift-tools-version declares the minimum version of Swift required to build this package. | ||
import PackageDescription | ||
|
||
let package = Package( | ||
name: "MSCO", | ||
platforms: [ | ||
.iOS(.v15) | ||
.iOS(.v15) | ||
], | ||
products: [ | ||
.library( | ||
name: "MSCO", | ||
targets: ["MSCO"] | ||
), | ||
.library( | ||
name: "MSCO", | ||
targets: ["MSCO"] | ||
), | ||
], | ||
dependencies: [], | ||
dependencies: [ ], | ||
targets: [ | ||
.binaryTarget( | ||
name: "MSCO", | ||
url: "https://github.com/rewe-digital-incubator/MSCO-SP/releases/download/v0.11.1/MSCO.xcframework.zip", | ||
checksum: "1cf97fbc117242642b7d9c072c4db742d1bf72c7a2de4469959c04a63e335521" | ||
) | ||
.binaryTarget( | ||
name: "MSCO", | ||
url: "https://github.com/rewe-digital-incubator/MSCO-SP/releases/download/v0.12.0/MSCO.xcframework.zip", | ||
checksum: "a47ea9b76715ed915d05da62d4f8d65b656bc8825c294d024f5ed6b05d3fbe27" | ||
) | ||
] | ||
) | ||
) |