-
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.
Merge pull request #1 from simplito/chore/update-readme
CHORE: updated the Readme
- Loading branch information
Showing
1 changed file
with
13 additions
and
1 deletion.
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,2 +1,14 @@ | ||
# PrivMX-Endpoint-XCFrameworks | ||
XCFrameworks containing build PrivMX Endpoint library and it's dependencies | ||
This repository vends XCFrameworks used by [PrivMX Endpoint Swift](https://github.com/simplito/privmx-endpoint-swift). | ||
|
||
These are: | ||
- [PrivMX Endpoint](https://github.com/simplito/privmx-endpoint), which is under [PrivMX Free License](https://github.com/simplito/privmx-endpoint/LICENSE.md) | ||
- [pson-cpp](https://github.com/simplito/pson-cpp), which is under [PrivMX Free License](https://github.com/simplito/pson-cpp/LICENSE.md) | ||
- [POCO](https://github.com/pocoproject/poco), which is under [Boost Software License](https://github.com/pocoproject/poco/blob/main/LICENSE) | ||
- [OpenSSL](https://github.com/openssl/openssl), which is under [Apache License](https://github.com/openssl/openssl/blob/master/LICENSE.txt) | ||
- [GMP](https://gmplib.org), which is under [GNU Lesser General Public License](https://www.gnu.org/licenses/lgpl-3.0.html) | ||
|
||
Each XCFramework has static libraries built for | ||
- iOS (ARM) | ||
- iOS simulator (ARM) | ||
- macOS (ARM and x86_64) |