Skip to content

Commit 9b73e42

Browse files
authored
Remove build warnings (#1)
* See if I can make separate frameworks * Add back all the platforms * Experiment with removing pcre * Try moving openssl to its own xcframework * Merge libssl libraries * try setting deployment target * Set the flag correctly for libssl? * lets try just one xcframework and set of headers * remove extra file * Update README.md
1 parent d80745d commit 9b73e42

430 files changed

Lines changed: 65 additions & 132215 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.DS_Store

6 KB
Binary file not shown.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
install
1+
install*
22
dependencies
33
.swiftpm

Clibgit2.xcframework.zip

-11.9 MB
Binary file not shown.

Clibgit2.xcframework/Info.plist

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<key>HeadersPath</key>
99
<string>Headers</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64-maccatalyst</string>
11+
<string>ios-arm64</string>
1212
<key>LibraryPath</key>
1313
<string>libgit2.a</string>
1414
<key>SupportedArchitectures</key>
@@ -17,14 +17,12 @@
1717
</array>
1818
<key>SupportedPlatform</key>
1919
<string>ios</string>
20-
<key>SupportedPlatformVariant</key>
21-
<string>maccatalyst</string>
2220
</dict>
2321
<dict>
2422
<key>HeadersPath</key>
2523
<string>Headers</string>
2624
<key>LibraryIdentifier</key>
27-
<string>ios-arm64</string>
25+
<string>ios-arm64-simulator</string>
2826
<key>LibraryPath</key>
2927
<string>libgit2.a</string>
3028
<key>SupportedArchitectures</key>
@@ -33,12 +31,14 @@
3331
</array>
3432
<key>SupportedPlatform</key>
3533
<string>ios</string>
34+
<key>SupportedPlatformVariant</key>
35+
<string>simulator</string>
3636
</dict>
3737
<dict>
3838
<key>HeadersPath</key>
3939
<string>Headers</string>
4040
<key>LibraryIdentifier</key>
41-
<string>ios-arm64-simulator</string>
41+
<string>ios-arm64-maccatalyst</string>
4242
<key>LibraryPath</key>
4343
<string>libgit2.a</string>
4444
<key>SupportedArchitectures</key>
@@ -48,7 +48,7 @@
4848
<key>SupportedPlatform</key>
4949
<string>ios</string>
5050
<key>SupportedPlatformVariant</key>
51-
<string>simulator</string>
51+
<string>maccatalyst</string>
5252
</dict>
5353
</array>
5454
<key>CFBundlePackageType</key>

0 commit comments

Comments
 (0)