playbook-ui / playbook-ios

📘A library for isolated developing UI components and automatically taking snapshots of them.
https://playbook-ui.github.io/playbook-ios/documentation/playbooksnapshot/
Apache License 2.0
1.18k stars 55 forks source link

Remove VALID_ARCHS #43

Closed taoshotaro closed 3 years ago

taoshotaro commented 3 years ago

Checklist

Description

Remove VALID_ARCHS since it's not used in Xcode 12 by default. This will support Apple Silicon builds.

taoshotaro commented 3 years ago

I have fixed it to add arm64.



FYI: As you can see in the Xcode 12 release note, VALID_ARCHS Is not recommended, so it might be better to fix it to use EXCLUDED_ARCHS someday.