Skip to content

Commit bc32f8f

Browse files
committed
Fix travis build, update README
1 parent 8c6c7a1 commit bc32f8f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If you have problems building for arm64 please uninstall MacPorts (see [#28](htt
3737
* <http://www.x2on.de/2010/07/13/tutorial-iphone-app-with-compiled-openssl-1-0-0a-library/>
3838

3939
## Changelog
40-
* 2022-07-20: OpenSSL 1.1.1q, Fix Travix Build, Xcode 13,4, iOS 15 Support, Add support for Simulator and Catalyst on M1 (arm64), and Apple Watch
40+
* 2022-07-20: OpenSSL 1.1.1q, Fix Travix Build, Xcode 13,4, iOS 15 Support, Add support for Simulator and Catalyst on M1 (arm64), and Apple Watch, Support for XCFramework
4141
* 2019-11-27: OpenSSL 1.1.1d, Add Support for arm64e
4242
* 2019-11-27: Add support for MacCatalyst, Xcode 11.2.1 (iOS 12.0 - 13.2), Migrate to Swift 5, Remove OpenSSL 1.0.2 support
4343
* 2017-05-25: OpenSSL 1.0.2l, 1.1.0f

travis-build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ echo "SCRIPT Started jobs, waiting for jobs to finish"
1919
wait ${PID_TARGETS}
2020

2121
xcrun -sdk iphoneos lipo -info ./lib/*.a | log_output "TARGETS "
22-
./create-openssl-framework.sh | log_output "TARGETS "
23-
xcrun -sdk iphoneos lipo -info openssl.framework/openssl | log_output "TARGETS "
22+
./create-xcframework.sh | log_output "TARGETS "
23+
xcrun -sdk iphoneos lipo -info OpenSSL.xcframework/*/*.a | log_output "TARGETS "
2424

0 commit comments

Comments
 (0)