Skip to content

Commit 28ccdfc

Browse files
committed
Updated thanks and credits
1 parent a9c0f2c commit 28ccdfc

File tree

2 files changed

+52
-9
lines changed

2 files changed

+52
-9
lines changed

README.md

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

340344
The 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

THANKS

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,31 @@ Author: Jason Cox, @jasonacox, https://github.com/jasonacox/Build-OpenSSL-cURL
66
If your name is not listed and you have contributed, please edit and
77
submit a pull request.
88

9-
* Daniel Stenberg, @bagder, author and maintainer of cURL and libcurl
9+
## Library Authors
10+
11+
* Daniel Stenberg, @bagder, author and maintainer of cURL and libcurl
1012
https://daniel.haxx.se/
1113
* OpenSSL Software Foundation, maintainer of OpenSSL
1214
https://www.openssl.org/
1315
* Tatsuhiro Tsujikawa, @tatsuhiro_t, author and maintainer of nghttp2 library and tools
14-
https://github.com/nghttp2/nghttp2
16+
https://github.com/nghttp2/nghttp2
17+
18+
## Maintainer
19+
20+
* Jason Cox, @jasonacox
21+
https://github.com/jasonacox/Build-OpenSSL-cURL
22+
23+
## Contributors
24+
25+
* Preston Jennings, @prestonj, Fixed Mac target build (was building for iOS not OSX) #2
26+
* TosSense, @tossense, Fixed typo and add a header example of curlbuild.h #13
27+
* Jbfitb, @jbfitb, Added armv7s to lipo for libcrypto and libssl #25
28+
* Sammy Lan, @SammyLan, Added support for -b(disablebitcode) option #37
29+
* Tom Peeters, @Tommy2d, Mac Catalyst build support and separated binaries for simulators #42 #45
30+
* Foster Brereton, @fosterbrereton, Increased compilation speed using all cores #48
31+
* Mo Farajmandi, @mofarajmandi, Added support for XCFramework and Apple Silicon tvOS Simulator #51
32+
33+
## Reference Projects
1534

1635
* Felix Schwarz, IOSPIRIT GmbH, @@felix_schwarz.
1736
https://gist.github.com/c61c0f7d9ab60f53ebb0.git
@@ -25,5 +44,7 @@ submit a pull request.
2544
https://gist.github.com/foozmeat/5154962
2645
* Peter Steinberger, PSPDFKit GmbH, @steipete.
2746
https://gist.github.com/felix-schwarz/c61c0f7d9ab60f53ebb0
28-
* Tom Peeters, Tommy2d, Brightfish
29-
https://github.com/tommy2d
47+
48+
## Issues and Feedback
49+
50+
* Thanks to all of you who submit feedback and create issue tickets to help us improve the build script!

0 commit comments

Comments
 (0)