spotify / XCRemoteCache

Other
825 stars 50 forks source link

Add SPI files: private.swiftinterface and abi.json #175

Closed polac24 closed 1 year ago

polac24 commented 1 year ago

Captures optional .private.swiftinterface and .abi.json that are generated for Swift's evolution mode with Xcode 14 by default. This 2 files are optional (just like .swiftinterface) and for non-evolution builds does not exist in the generated module.

Fixes #173