barbasevich
Results
2
comments of
barbasevich
The problem lays in `SWIFT_INCLUDE_PATHS = "${SRCROOT}/Zip/minizip/**"`. It's not a reliable way to depend on `${SRCROOT}` as the binary could be built on a different machine or sources could be...
@hiltonc, it could be done by specifying `type` argument: ``` - path: SafariExtension/Resources/_locales type: folder - path: SafariExtension/Resources/images type: folder ``` or ``` - path: SafariExtension/Resources/_locales buildPhase: resources type: file...