@@ -284,21 +284,25 @@ The Example app project builds an iOS, iOS Simulator and Mac Catalyst target.
284
284
* openssl/openssl-ios-x86_64-maccatalyst.a is architecture: x86_64
285
285
286
286
* XCFrameworks
287
+
287
288
|__ libcrypto.xcframework
288
289
│ |__ ios-arm64_arm64e_armv7_armv7s
289
290
│ |__ ios-arm64_i386_x86_64-simulator
290
291
│ |__ tvos-arm64
291
292
│ |__ tvos-arm64_x86_64-simulator
293
+ |
292
294
|__ libcurl.xcframework
293
295
│ |__ ios-arm64_arm64e_armv7_armv7s
294
296
│ |__ ios-arm64_i386_x86_64-simulator
295
297
│ |__ tvos-arm64
296
298
│ |__ tvos-arm64_x86_64-simulator
299
+ |
297
300
|__ libnghttp2.xcframework
298
301
│ |__ ios-arm64_arm64e_armv7_armv7s
299
302
│ |__ ios-arm64_i386_x86_64-simulator
300
303
│ |__ tvos-arm64
301
304
│ |__ tvos-arm64_x86_64-simulator
305
+ |
302
306
|__ libssl.xcframework
303
307
|__ ios-arm64_arm64e_armv7_armv7s
304
308
|__ ios-arm64_i386_x86_64-simulator
@@ -339,7 +343,9 @@ Previous builds can be downloaded form the Github releases for this project: htt
339
343
340
344
The MIT License is used for this project. See LICENSE file.
341
345
342
- ## Credits & Thanks
346
+ ## Credit and Thanks
347
+
348
+ ### Library Authors
343
349
344
350
* Daniel Stenberg, @bagder , author and maintainer of cURL and libcurl
345
351
https://daniel.haxx.se/
@@ -348,6 +354,23 @@ The MIT License is used for this project. See LICENSE file.
348
354
* Tatsuhiro Tsujikawa, @tatsuhiro_t, author and maintainer of nghttp2 library and tools
349
355
https://github.com/nghttp2/nghttp2
350
356
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
+
351
374
* Felix Schwarz, IOSPIRIT GmbH, @@felix_schwarz.
352
375
https://gist.github.com/c61c0f7d9ab60f53ebb0.git
353
376
* Bochun Bai
@@ -360,11 +383,10 @@ The MIT License is used for this project. See LICENSE file.
360
383
https://gist.github.com/foozmeat/5154962
361
384
* Peter Steinberger, PSPDFKit GmbH, @steipete .
362
385
https://gist.github.com/felix-schwarz/c61c0f7d9ab60f53ebb0
363
- * Tom Peeters, Tommy2d, Brightfish, Mac Catalyst build support
364
- https://github.com/tommy2d
365
386
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!
368
390
369
391
## Build Troubleshooting Tips
370
392
0 commit comments