ollieatkinson / Guise

A tool to generate the Swift public interface for Frameworks and Libraries
MIT License
53 stars 5 forks source link

Update APIGenerator to read `ARCHS` instead of `CURRENT_ARCH` #27

Closed ollieatkinson closed 5 years ago

ollieatkinson commented 5 years ago

Why: Xcode 10 dropped support for CURRENT_ARCH. See: https://github.com/ollieatkinson/Guise/issues/26

This change addresses the need by: Change CURRENT_ARCH to ARCHS

Fix https://github.com/ollieatkinson/Guise/issues/26