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.
- Host: GitHub
- URL: https://github.com/opencombine/combine-interfaces
- Owner: OpenCombine
- Created: 2020-10-01T10:14:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-20T03:40:14.000Z (over 2 years ago)
- Last Synced: 2025-05-05T22:40:37.368Z (about 1 year ago)
- Language: Swift
- Size: 305 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```