Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
Introducing openssl-xcframeworks
Browse files Browse the repository at this point in the history
- Build Mac Catalyst targets
- Create XCFrameworks in addition to per platform frameworks.
- Package everything into something that Carthage can manage.
- Scripts can now target user-specified build directories (anticipating future Cocoapods support)
  • Loading branch information
balthisar committed Dec 2, 2019
1 parent 9d17aa1 commit 1b89d84
Show file tree
Hide file tree
Showing 23 changed files with 1,150 additions and 394 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
bin
src
lib
frameworks
include/openssl
*.gz
*.framework
Carthage
3 changes: 0 additions & 3 deletions Gemfile

This file was deleted.

83 changes: 0 additions & 83 deletions Gemfile.lock

This file was deleted.

125 changes: 0 additions & 125 deletions OPENSSL-LICENSE

This file was deleted.

28 changes: 0 additions & 28 deletions OpenSSL-Apple.podspec.template

This file was deleted.

3 changes: 3 additions & 0 deletions OpenSSL-ContainerFramework.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"1.1.14": "https://github.com/balthisar/openssl-xcframeworks/releases/download/1.1.1d/OpenSSL-ContainerFramework.framework.zip"
}
Loading

0 comments on commit 1b89d84

Please sign in to comment.