mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
10 lines
335 B
Bash
Executable file
10 lines
335 B
Bash
Executable file
cd BuildTools
|
|
|
|
SDKROOT=macosx
|
|
|
|
swift run swift-graphql \
|
|
http://localhost:4000/api/graphql \
|
|
--config "$SRCROOT/../swiftgraphql.yml" \
|
|
--output "$SRCROOT/../OmnivoreKit/Sources/Services/DataService/GQLSchema.swift"
|
|
|
|
sed -i '' '1s/^/\/\/ swiftlint:disable all\n/' './../OmnivoreKit/Sources/Services/DataService/GQLSchema.swift'
|