Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Commit

Permalink
Bump version to 0.5.0, update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDesiatov committed Jul 12, 2019
1 parent 8013a03 commit e0de493
Show file tree
Hide file tree
Showing 17 changed files with 638 additions and 548 deletions.
2 changes: 1 addition & 1 deletion ApolloAlamofire.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'ApolloAlamofire'
s.version = '0.4.0'
s.version = '0.5.0'
s.summary = 'Alamofire transport for Apollo iOS GraphQL library'

# This description is used to generate tags and improve search results.
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log

## [0.4.0](https://github.com/graphql-community/ApolloAlamofire/tree/0.3.0) (2019-04-07)
## [0.5.0](https://github.com/graphql-community/ApolloAlamofire/tree/0.5.0) (2019-07-12)

This release adds support for Carthage package manager.

**Merged pull requests:**

- Add Carthage support [\#5](https://github.com/graphql-community/ApolloAlamofire/pull/5) ([ciminuv](https://github.com/ciminuv))

## [0.4.0](https://github.com/graphql-community/ApolloAlamofire/tree/0.4.0) (2019-04-07)

This update fixes compatibility with Xcode 10.2 and Swift 5.0. This release
also supports Swift 4.2 and Xcode 10.0 and 10.1, but unfortunately maintaining
Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "apollostack/apollo-ios" ~> 0.10.1
github "apollographql/apollo-ios" ~> 0.10.1
github "Alamofire/Alamofire" ~> 4.8.2
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github "Alamofire/Alamofire" "4.8.2"
github "apollostack/apollo-ios" "0.10.1"
github "apollographql/apollo-ios" "0.10.1"
github "daltoniam/Starscream" "3.1.0"
github "stephencelis/SQLite.swift" "0.11.5"
4 changes: 0 additions & 4 deletions Example/ApolloAlamofire.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -269,17 +269,13 @@
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-ExampleTests/Pods-ExampleTests-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework",
"${BUILT_PRODUCTS_DIR}/Apollo/Apollo.framework",
"${BUILT_PRODUCTS_DIR}/ApolloAlamofire/ApolloAlamofire.framework",
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
);
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Apollo.framework",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D1B1658B22576F69007C3A96"
BlueprintIdentifier = "D1CB59852257749900A9CD7A"
BuildableName = "Example.app"
BlueprintName = "Example"
ReferencedContainer = "container:ApolloAlamofire.xcodeproj">
Expand All @@ -32,7 +32,7 @@
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D1B1659E22576F69007C3A96"
BlueprintIdentifier = "D1CB59982257749A00A9CD7A"
BuildableName = "ExampleTests.xctest"
BlueprintName = "ExampleTests"
ReferencedContainer = "container:ApolloAlamofire.xcodeproj">
Expand All @@ -42,7 +42,7 @@
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D1B1658B22576F69007C3A96"
BlueprintIdentifier = "D1CB59852257749900A9CD7A"
BuildableName = "Example.app"
BlueprintName = "Example"
ReferencedContainer = "container:ApolloAlamofire.xcodeproj">
Expand All @@ -65,7 +65,7 @@
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D1B1658B22576F69007C3A96"
BlueprintIdentifier = "D1CB59852257749900A9CD7A"
BuildableName = "Example.app"
BlueprintName = "Example"
ReferencedContainer = "container:ApolloAlamofire.xcodeproj">
Expand All @@ -84,7 +84,7 @@
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D1B1658B22576F69007C3A96"
BlueprintIdentifier = "D1CB59852257749900A9CD7A"
BuildableName = "Example.app"
BlueprintName = "Example"
ReferencedContainer = "container:ApolloAlamofire.xcodeproj">
Expand Down
18 changes: 9 additions & 9 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PODS:
- Alamofire (4.8.2)
- Apollo (0.10.0):
- Apollo/Core (= 0.10.0)
- Apollo/Core (0.10.0)
- ApolloAlamofire (0.3.0):
- Alamofire (~> 4)
- Apollo (~> 0.10)
- Apollo (0.10.1):
- Apollo/Core (= 0.10.1)
- Apollo/Core (0.10.1)
- ApolloAlamofire (0.5.0):
- Alamofire (~> 4.8.2)
- Apollo (~> 0.10.1)

DEPENDENCIES:
- ApolloAlamofire (from `../`)
Expand All @@ -21,9 +21,9 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Alamofire: ae5c501addb7afdbb13687d7f2f722c78734c2d3
Apollo: aa9b870203900b9526332ea3d12c37b4dc6ce1b9
ApolloAlamofire: 12d44c6426aeb3b6dbfdba2d9c26cb4bab9ebddd
Apollo: 4d690a9b2e48e8820182df4b988d7a253e1ee589
ApolloAlamofire: cb21686240a36b3500f3dbd318c88cfd14d15d77

PODFILE CHECKSUM: 3d8d02ef1af8e9f3ad5f5d2ba9652a1dafc83875

COCOAPODS: 1.6.0
COCOAPODS: 1.7.3
19 changes: 10 additions & 9 deletions Example/Pods/Local Podspecs/ApolloAlamofire.podspec.json

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

18 changes: 9 additions & 9 deletions Example/Pods/Manifest.lock

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

Loading

0 comments on commit e0de493

Please sign in to comment.