tidev / node-ios-device

Queries connected iOS devices and installs apps
Other
122 stars 37 forks source link

build: build arm64 alongside x86_64 #73

Closed ewanharris closed 3 years ago

ewanharris commented 3 years ago

This adds building arm64 variants to the existing x86_64 variants. I think this is all that's required as there doesn't seem to be any knowledge of architecture in the scripts so far.

I do have a small suspicion that this might fail to build on either older Xcode version or possibly even older mac versions (i.e. older than Big Sur), but I don't have anything older to test unfortunately

sgtcoolguy commented 3 years ago

Do we need to tie this to newer Xcode's on Jenkins? I suspect we need Xcode 11/12 to be able to build for arm64?

sgtcoolguy commented 3 years ago

Looks like we need Big Sur, which is not publicly available on Github Actions yet (see https://github.com/actions/virtual-environments/issues/2486) - and we have no nodes internally with it!