Skip to content

Commit d0cdc6b

Browse files
committed
add v0.1.0-2023.03.11-04.32.21
1 parent 52d315f commit d0cdc6b

File tree

10 files changed

+4
-2886
lines changed

10 files changed

+4
-2886
lines changed

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ let package = Package(
1515
]),
1616
],
1717
targets: [
18-
.binaryTarget(name: "libpython3", url: "https://github.com/kewlbear/Python-iOS/releases/download/0.0.20211030092316/libpython3.xcframework.zip", checksum: "b82ae4e1bf02c0cc14d0f7205f44df973167698bfcceba1ac34fbefb0f042e70"),
19-
.binaryTarget(name: "libssl", url: "https://github.com/kewlbear/Python-iOS/releases/download/0.0.20211030092316/libssl.xcframework.zip", checksum: "2243a27e333c927c2cfdc903af8fbe029cd28e20e3bb38efdf12c6c0585ad63e"),
20-
.binaryTarget(name: "libcrypto", url: "https://github.com/kewlbear/Python-iOS/releases/download/0.0.20211030092316/libcrypto.xcframework.zip", checksum: "b307061416a1ec903115d84ffe195e7fbd76ca76d7aa0be24eabf2dcfc284fcc"),
21-
.binaryTarget(name: "libffi", url: "https://github.com/kewlbear/Python-iOS/releases/download/0.0.20211030092316/libffi.xcframework.zip", checksum: "1f1d02c758af22f7f92505358f915b8dcfdbd2f15a44b6f345b4fd1bdd4cef9c"),
18+
.binaryTarget(name: "libpython3", url: "https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-04.32.21/libpython3.xcframework.zip", checksum: "libpython3.xcframework_CHECKSUM"),
19+
.binaryTarget(name: "libssl", url: "https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-04.32.21/libssl.xcframework.zip", checksum: "libssl.xcframework_CHECKSUM"),
20+
.binaryTarget(name: "libcrypto", url: "https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-04.32.21/libcrypto.xcframework.zip", checksum: "libcrypto.xcframework_CHECKSUM"),
21+
.binaryTarget(name: "libffi", url: "https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-04.32.21/libffi.xcframework.zip", checksum: "libffi.xcframework_CHECKSUM"),
2222
.target(name: "LinkPython",
2323
dependencies: [
2424
"libpython3",

Sources/PythonSupport/lib/python3.9/config-3.9-darwin/Makefile

Lines changed: 0 additions & 2128 deletions
This file was deleted.

Sources/PythonSupport/lib/python3.9/config-3.9-darwin/Setup

Lines changed: 0 additions & 372 deletions
This file was deleted.

0 commit comments

Comments
 (0)