Skip to content

Commit

Permalink
Update generated files for AnimalKingdomAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
calvincestari committed Feb 7, 2022
1 parent deff870 commit 6c64556
Show file tree
Hide file tree
Showing 23 changed files with 78 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 43 additions & 0 deletions Sources/AnimalKingdomAPI/Generated/Package.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"object": {
"pins": [
{
"package": "Apollo",
"repositoryURL": "https://github.com/apollographql/apollo-ios.git",
"state": {
"branch": "release/1.0-alpha-incubating",
"revision": "1c9cc6b28e15a09b35c12d36adebdc0c141ab716",
"version": null
}
},
{
"package": "InflectorKit",
"repositoryURL": "https://github.com/mattt/InflectorKit",
"state": {
"branch": null,
"revision": "d8cbcc04972690aaa5fc760a2b9ddb3e9f0decd7",
"version": "1.0.0"
}
},
{
"package": "SQLite.swift",
"repositoryURL": "https://github.com/stephencelis/SQLite.swift.git",
"state": {
"branch": null,
"revision": "5f5ad81ac0d0a0f3e56e39e646e8423c617df523",
"version": "0.13.2"
}
},
{
"package": "swift-collections",
"repositoryURL": "https://github.com/apple/swift-collections",
"state": {
"branch": null,
"revision": "48254824bb4248676bf7ce56014ff57b142b77eb",
"version": "1.0.2"
}
}
]
},
"version": 1
}
28 changes: 28 additions & 0 deletions Sources/AnimalKingdomAPI/Generated/Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
// swift-tools-version:5.3

import PackageDescription

let package = Package(
name: "AnimalKingdomAPI",
platforms: [
.iOS(.v12),
.macOS(.v10_14),
.tvOS(.v12),
.watchOS(.v5),
],
products: [
.library(name: "AnimalKingdomAPI", targets: ["AnimalKingdomAPI"]),
],
dependencies: [
.package(url: "https://github.com/apollographql/apollo-ios.git", .branch("release/1.0-alpha-incubating")),
],
targets: [
.target(
name: "AnimalKingdomAPI",
dependencies: [
.product(name: "ApolloAPI", package: "apollo-ios"),
],
path: "."
),
]
)

0 comments on commit 6c64556

Please sign in to comment.