forked from learnapollo/pokedex-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated Apollo dependency to 0.4.2 in exercise-01-solution
- Loading branch information
1 parent
d07a1a0
commit c531dc3
Showing
20 changed files
with
636 additions
and
461 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
PODS: | ||
- Alamofire (4.0.1) | ||
- Apollo (0.3.1) | ||
- Apollo (0.4.2) | ||
|
||
DEPENDENCIES: | ||
- Alamofire | ||
- Apollo | ||
- Apollo (~> 0.4.2) | ||
|
||
SPEC CHECKSUMS: | ||
Alamofire: 7682d43245de14874acd142ec137b144aa1dd335 | ||
Apollo: 2dff8e1becb82566bb2d370f81a9e211a5e7b89a | ||
Apollo: 0d47a856b21404eb63bddb6446b05416b4b6bb16 | ||
|
||
PODFILE CHECKSUM: 1c9156351895765a91504f7ffbe9667739d3a2b5 | ||
PODFILE CHECKSUM: c7fe6b4e9c4fe029afa2db80444a61b5987fbd2d | ||
|
||
COCOAPODS: 1.1.1 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
38 changes: 28 additions & 10 deletions
38
exercise-01-solution/pokedex-apollo/Pods/Apollo/Sources/ApolloClient.swift
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
64 changes: 49 additions & 15 deletions
64
exercise-01-solution/pokedex-apollo/Pods/Apollo/Sources/GraphQL.swift
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
148 changes: 0 additions & 148 deletions
148
exercise-01-solution/pokedex-apollo/Pods/Apollo/Sources/GraphQLMap.swift
This file was deleted.
Oops, something went wrong.
20 changes: 20 additions & 0 deletions
20
exercise-01-solution/pokedex-apollo/Pods/Apollo/Sources/GraphQLResponse.swift
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.