Skip to content

Instantly share code, notes, and snippets.

@lexuanquynh
Created June 19, 2025 09:32
Show Gist options
  • Save lexuanquynh/ea4c92dd1710a96745218ad3ecf76ed9 to your computer and use it in GitHub Desktop.
Save lexuanquynh/ea4c92dd1710a96745218ad3ecf76ed9 to your computer and use it in GitHub Desktop.
...
# The service framework containing implementations
ISSSpacesuitService:
type: framework
platform: iOS
sources: SpacesuitService
dependencies:
# Linking and implements the `ISSSpacesuitServiceCore` protocols
- framework: ISSSpacesuitServiceCore.framework
implicit: true
...
# Core Framework for ISSSpacesuitServiceCore
# defines interfaces and plain public types
ISSSpacesuitServiceCore:
type: framework
platform: iOS
sources: SpacesuitServiceCore
dependencies:
# Linking and uses only interfaces from the NetworkCore
- framework: ISSNetworkCore.framework
implicit: true
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment