@@ -284,21 +284,25 @@ The Example app project builds an iOS, iOS Simulator and Mac Catalyst target.
284284* openssl/openssl-ios-x86_64-maccatalyst.a is architecture: x86_64
285285
286286* XCFrameworks
287+
287288 |__ libcrypto.xcframework
288289 │ |__ ios-arm64_arm64e_armv7_armv7s
289290 │ |__ ios-arm64_i386_x86_64-simulator
290291 │ |__ tvos-arm64
291292 │ |__ tvos-arm64_x86_64-simulator
293+ |
292294 |__ libcurl.xcframework
293295 │ |__ ios-arm64_arm64e_armv7_armv7s
294296 │ |__ ios-arm64_i386_x86_64-simulator
295297 │ |__ tvos-arm64
296298 │ |__ tvos-arm64_x86_64-simulator
299+ |
297300 |__ libnghttp2.xcframework
298301 │ |__ ios-arm64_arm64e_armv7_armv7s
299302 │ |__ ios-arm64_i386_x86_64-simulator
300303 │ |__ tvos-arm64
301304 │ |__ tvos-arm64_x86_64-simulator
305+ |
302306 |__ libssl.xcframework
303307 |__ ios-arm64_arm64e_armv7_armv7s
304308 |__ ios-arm64_i386_x86_64-simulator
@@ -339,7 +343,9 @@ Previous builds can be downloaded form the Github releases for this project: htt
339343
340344The MIT License is used for this project. See LICENSE file.
341345
342- ## Credits & Thanks
346+ ## Credit and Thanks
347+
348+ ### Library Authors
343349
344350* Daniel Stenberg, @bagder , author and maintainer of cURL and libcurl
345351 https://daniel.haxx.se/
@@ -348,6 +354,23 @@ The MIT License is used for this project. See LICENSE file.
348354* Tatsuhiro Tsujikawa, @tatsuhiro_t, author and maintainer of nghttp2 library and tools
349355 https://github.com/nghttp2/nghttp2
350356
357+ ### Maintainer
358+
359+ * Jason Cox, @jasonacox
360+ https://github.com/jasonacox/Build-OpenSSL-cURL
361+
362+ ### Contributors
363+
364+ * Preston Jennings, @prestonj , Fixed Mac target build (was building for iOS not OSX) #2
365+ * TosSense, @tossense , Fixed typo and add a header example of curlbuild.h #13
366+ * Jbfitb, @jbfitb , Added armv7s to lipo for libcrypto and libssl #25
367+ * Sammy Lan, @SammyLan , Added support for -b(disablebitcode) option #37
368+ * Tom Peeters, @Tommy2d , Mac Catalyst build support and separated binaries for simulators #42 #45
369+ * Foster Brereton, @fosterbrereton , Increased compilation speed using all cores #48
370+ * Mo Farajmandi, @mofarajmandi , Added support for XCFramework and Apple Silicon tvOS Simulator #51
371+
372+ ### Reference Projects
373+
351374* Felix Schwarz, IOSPIRIT GmbH, @@felix_schwarz.
352375 https://gist.github.com/c61c0f7d9ab60f53ebb0.git
353376* Bochun Bai
@@ -360,11 +383,10 @@ The MIT License is used for this project. See LICENSE file.
360383 https://gist.github.com/foozmeat/5154962
361384* Peter Steinberger, PSPDFKit GmbH, @steipete .
362385 https://gist.github.com/felix-schwarz/c61c0f7d9ab60f53ebb0
363- * Tom Peeters, Tommy2d, Brightfish, Mac Catalyst build support
364- https://github.com/tommy2d
365386
366- * Jason Cox, @jasonacox
367- https://github.com/jasonacox/Build-OpenSSL-cURL
387+ ### Issues and Feedback
388+
389+ * Thanks to all of you who submit feedback and create issue tickets to help us improve the build scripts!
368390
369391## Build Troubleshooting Tips
370392
0 commit comments