ios
ios copied to clipboard
Explicit specification of the preprocessor macro of SWIFT_PACKAGE
https://github.com/cryptomator/ios/blob/c45aa1dd0472621e6dc1e3aa1a697b4ce089993f/Cryptomator.xcodeproj/project.pbxproj#L1375
Due to a bug in Xcode that causes the SWIFT_PACKAGE flag to be set and not set at the same time, some Swift Packages (including GTMAppAuth and GoogleAPIClientForREST) cannot be used correctly without this preprocessor macro being set manually.