Open source omnivore

This commit is contained in:
Jackson Harper
2022-02-11 09:24:33 -08:00
parent b5a6008f76
commit 84f32935f5
1485 changed files with 188409 additions and 0 deletions

10
apple/scripts/graphql_gen.sh Executable file
View File

@ -0,0 +1,10 @@
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'