CleanroomLogger
CleanroomLogger copied to clipboard
Update config VALID_ARCHS for 64-bit Watch
Cupertino has introduced a 64-bit S4 chip in the Apple Watch Series 4. Therefore, frameworks must be build targeting a new arm64_32
ARCH
.
Since CleanroomLogger enumerates VALID_ARCH
s in the project .xcconfig
, this will need to be updated when a new processor architecture is introduced in a shipping product, as has happened recently. This PR updates the config accordingly.
@EdSancha could you merge this? This change is now necessary for anyone who wants to use Cleanroomlogger in a WatchOS extension.