An open API service indexing awesome lists of open source software.

https://github.com/opencombine/combine-interfaces

Generated interfaces for Combine. Useful for tracking changes between Xcode versions.
https://github.com/opencombine/combine-interfaces

Last synced: about 1 year ago
JSON representation

Generated interfaces for Combine. Useful for tracking changes between Xcode versions.

Awesome Lists containing this project

README

          

# combine-interfaces

Generated interfaces for Combine. Useful for tracking changes between Xcode
versions.

### `combine-generated-interface.swift`

This file contains the generated interface and documentation.
You can get this interface by ⌃⌘-clicking on `Combine` in the `import Combine`
statement in any Swift file opened in an Xcode project.

### `combine.swiftinterface`

This file contains the generated interface without documentaion, but with bodies
of `@inlinable` functions.
This file is usually located in the following path:

```
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
```