CleanroomLogger icon indicating copy to clipboard operation
CleanroomLogger copied to clipboard

Update config VALID_ARCHS for 64-bit Watch

Open lasvegasgamer opened this issue 6 years ago • 1 comments

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_ARCHs 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.

lasvegasgamer avatar Oct 11 '18 11:10 lasvegasgamer

@EdSancha could you merge this? This change is now necessary for anyone who wants to use Cleanroomlogger in a WatchOS extension.

igorkulman avatar Nov 26 '19 09:11 igorkulman