johnxnguyen / Down

Blazing fast Markdown / CommonMark rendering in Swift, built upon cmark.
Other
2.24k stars 319 forks source link

Carthage Support for Apple Silicon arm64 Simulators #264

Closed erikkerber closed 3 years ago

erikkerber commented 3 years ago

Please help prevent duplicate requests before submitting a new one:

Feature Request

Add arm64 to the supported architectures from the Xcode used by Carthage.

Is your feature request related to a problem? Please describe.

Only i386 and x86_64 architectures are currently declared as supported for the iphonesimuator.

Apple Silicon processors use an arm64 architecture. Without arm64 declared, Carthage will not include an arm64 slice in when generating XCFrameworks.

Describe the solution you'd like

Add arm64 to supported iphonesimulator arch

Describe alternatives you've considered

N/A