Skip to content

Commit ae0725e

Browse files
committed
Update XCFrameworks [automated]
1 parent e39fb82 commit ae0725e

22 files changed

Lines changed: 45 additions & 39 deletions

File tree

swift-libgit2-base/Package.swift

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,42 +12,48 @@ import PackageDescription
1212

1313

1414

15-
/// The `swift-libgit2-base` library isn't exposed, since it doesn't do anything.
16-
/// This package only provides access to `Clibgit2`.
1715
let package = Package(
1816
name: "swift-libgit2-base",
1917
platforms:
2018
[
2119
.iOS(.v15),
22-
.macOS(.v11)
20+
.macOS(.v13)
2321
],
2422
products:
2523
[
2624
.library(
27-
name: "Clibgit2",
28-
targets: ["Clibgit2"]
25+
name: "CLibgit2",
26+
targets: ["CLibgit2"]
2927
)
3028
],
3129
targets:
3230
[
33-
/// C API module.
3431
.target(
35-
name: "Clibgit2",
36-
dependencies: ["libgit2", "libssh2", "libssl", "libcrypto"]),
32+
name: "CLibgit2",
33+
dependencies:
34+
[
35+
"libgit2",
36+
"libssh2",
37+
"libssl",
38+
"libcrypto"
39+
]
40+
),
3741

38-
/// Binary frameworks.
3942
.binaryTarget(
4043
name: "libgit2",
4144
path: "lib/libgit2.zip"
4245
),
46+
4347
.binaryTarget(
4448
name: "libssh2",
4549
path: "lib/libssh2.zip"
4650
),
51+
4752
.binaryTarget(
4853
name: "libssl",
4954
path: "lib/libssl.zip"
5055
),
56+
5157
.binaryTarget(
5258
name: "libcrypto",
5359
path: "lib/libcrypto.zip"

swift-libgit2-base/Sources/Clibgit2/include/module.modulemap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
module Clibgit2
1+
module CLibgit2
22
{
33
// `git2.h` includes all the necessary headers, excluding the deprecated
4-
// ones. Using an `umbrella header` would cause a warning about Clibgit2
4+
// ones. Using an `umbrella header` would cause a warning about CLibgit2
55
// missing the deprecated `git2/credential_helpers.h` header.
66
header "git2.h"
77

8-
// Using an `umbrella header` would cause a warning about Clibgit2 missing
8+
// Using an `umbrella header` would cause a warning about CLibgit2 missing
99
// the deprecated `git2/sys/cred.h` header.
1010
header "git2/sys/alloc.h"
1111
header "git2/sys/commit.h"
-257 KB
Binary file not shown.

swift-libgit2-base/lib/libcrypto/libcrypto.xcframework/Info.plist

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<key>BinaryPath</key>
99
<string>libcrypto.a</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64_x86_64-simulator</string>
11+
<string>macos-arm64_x86_64</string>
1212
<key>LibraryPath</key>
1313
<string>libcrypto.a</string>
1414
<key>SupportedArchitectures</key>
@@ -17,15 +17,13 @@
1717
<string>x86_64</string>
1818
</array>
1919
<key>SupportedPlatform</key>
20-
<string>ios</string>
21-
<key>SupportedPlatformVariant</key>
22-
<string>simulator</string>
20+
<string>macos</string>
2321
</dict>
2422
<dict>
2523
<key>BinaryPath</key>
2624
<string>libcrypto.a</string>
2725
<key>LibraryIdentifier</key>
28-
<string>macos-arm64_x86_64</string>
26+
<string>ios-arm64_x86_64-simulator</string>
2927
<key>LibraryPath</key>
3028
<string>libcrypto.a</string>
3129
<key>SupportedArchitectures</key>
@@ -34,7 +32,9 @@
3432
<string>x86_64</string>
3533
</array>
3634
<key>SupportedPlatform</key>
37-
<string>macos</string>
35+
<string>ios</string>
36+
<key>SupportedPlatformVariant</key>
37+
<string>simulator</string>
3838
</dict>
3939
<dict>
4040
<key>BinaryPath</key>
Binary file not shown.
Binary file not shown.
Binary file not shown.

swift-libgit2-base/lib/libgit2.zip

-282 KB
Binary file not shown.

swift-libgit2-base/lib/libgit2/libgit2.xcframework/Info.plist

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,42 +10,40 @@
1010
<key>HeadersPath</key>
1111
<string>Headers</string>
1212
<key>LibraryIdentifier</key>
13-
<string>ios-arm64</string>
13+
<string>macos-arm64_x86_64</string>
1414
<key>LibraryPath</key>
1515
<string>libgit2.a</string>
1616
<key>SupportedArchitectures</key>
1717
<array>
1818
<string>arm64</string>
19+
<string>x86_64</string>
1920
</array>
2021
<key>SupportedPlatform</key>
21-
<string>ios</string>
22+
<string>macos</string>
2223
</dict>
2324
<dict>
2425
<key>BinaryPath</key>
2526
<string>libgit2.a</string>
2627
<key>HeadersPath</key>
2728
<string>Headers</string>
2829
<key>LibraryIdentifier</key>
29-
<string>ios-arm64_x86_64-simulator</string>
30+
<string>ios-arm64</string>
3031
<key>LibraryPath</key>
3132
<string>libgit2.a</string>
3233
<key>SupportedArchitectures</key>
3334
<array>
3435
<string>arm64</string>
35-
<string>x86_64</string>
3636
</array>
3737
<key>SupportedPlatform</key>
3838
<string>ios</string>
39-
<key>SupportedPlatformVariant</key>
40-
<string>simulator</string>
4139
</dict>
4240
<dict>
4341
<key>BinaryPath</key>
4442
<string>libgit2.a</string>
4543
<key>HeadersPath</key>
4644
<string>Headers</string>
4745
<key>LibraryIdentifier</key>
48-
<string>macos-arm64_x86_64</string>
46+
<string>ios-arm64_x86_64-simulator</string>
4947
<key>LibraryPath</key>
5048
<string>libgit2.a</string>
5149
<key>SupportedArchitectures</key>
@@ -54,7 +52,9 @@
5452
<string>x86_64</string>
5553
</array>
5654
<key>SupportedPlatform</key>
57-
<string>macos</string>
55+
<string>ios</string>
56+
<key>SupportedPlatformVariant</key>
57+
<string>simulator</string>
5858
</dict>
5959
</array>
6060
<key>CFBundlePackageType</key>
Binary file not shown.

0 commit comments

Comments
 (0)