Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 72 additions & 0 deletions Apollo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

/* Begin PBXBuildFile section */
54DDB0921EA045870009DD99 /* InMemoryNormalizedCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54DDB0911EA045870009DD99 /* InMemoryNormalizedCache.swift */; };
726DC334204DB1370087DEC0 /* SplitNetworkTransport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 726DC332204DB1370087DEC0 /* SplitNetworkTransport.swift */; };
726DC335204DB1370087DEC0 /* WebSocketTransport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 726DC333204DB1370087DEC0 /* WebSocketTransport.swift */; };
726DC3BD204DF8E30087DEC0 /* Starscream.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 726DC3BC204DF8E30087DEC0 /* Starscream.framework */; };
9F0CA4451EE7F9E90032DD39 /* ApolloTestSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9F8A95781EC0FC1200304A2D /* ApolloTestSupport.framework */; };
9F0CA4461EE7F9E90032DD39 /* ApolloTestSupport.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 9F8A95781EC0FC1200304A2D /* ApolloTestSupport.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
9F10A51E1EC1BA0F0045E62B /* MockNetworkTransport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F10A51D1EC1BA0F0045E62B /* MockNetworkTransport.swift */; };
Expand Down Expand Up @@ -96,6 +99,20 @@
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
726DC3B8204DF8B50087DEC0 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 726DC3B3204DF8B50087DEC0 /* Starscream.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 33CCF0921F5DDC030099B092;
remoteInfo = Starscream;
};
726DC3BA204DF8B50087DEC0 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 726DC3B3204DF8B50087DEC0 /* Starscream.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 335FA2021F5DF71D00F6D2EC;
remoteInfo = "Starscream Tests";
};
9F0CA4471EE7F9E90032DD39 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 9FC7503B1D2A532C00458D91 /* Project object */;
Expand Down Expand Up @@ -228,6 +245,10 @@

/* Begin PBXFileReference section */
54DDB0911EA045870009DD99 /* InMemoryNormalizedCache.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InMemoryNormalizedCache.swift; sourceTree = "<group>"; };
726DC332204DB1370087DEC0 /* SplitNetworkTransport.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SplitNetworkTransport.swift; sourceTree = "<group>"; };
726DC333204DB1370087DEC0 /* WebSocketTransport.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WebSocketTransport.swift; sourceTree = "<group>"; };
726DC3B3204DF8B50087DEC0 /* Starscream.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Starscream.xcodeproj; path = Carthage/Checkouts/Starscream/Starscream.xcodeproj; sourceTree = "<group>"; };
726DC3BC204DF8E30087DEC0 /* Starscream.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Starscream.framework; path = Carthage/Build/iOS/Starscream.framework; sourceTree = "<group>"; };
9F10A51D1EC1BA0F0045E62B /* MockNetworkTransport.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MockNetworkTransport.swift; sourceTree = "<group>"; };
9F19D8431EED568200C57247 /* ResultOrPromise.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ResultOrPromise.swift; sourceTree = "<group>"; };
9F19D8451EED8D3B00C57247 /* ResultOrPromiseTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ResultOrPromiseTests.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -373,6 +394,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
726DC3BD204DF8E30087DEC0 /* Starscream.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -407,6 +429,15 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
726DC3B4204DF8B50087DEC0 /* Products */ = {
isa = PBXGroup;
children = (
726DC3B9204DF8B50087DEC0 /* Starscream.framework */,
726DC3BB204DF8B50087DEC0 /* Starscream Tests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
9F27D4601D40363A00715680 /* Execution */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -472,6 +503,8 @@
9FB9D1531EC102CB0086EEB5 /* Frameworks */ = {
isa = PBXGroup;
children = (
726DC3BC204DF8E30087DEC0 /* Starscream.framework */,
726DC3B3204DF8B50087DEC0 /* Starscream.xcodeproj */,
9FB9D1541EC102CB0086EEB5 /* XCTest.framework */,
);
name = Frameworks;
Expand Down Expand Up @@ -577,6 +610,8 @@
9FC9A9CE1E2FD0CC0023C4D5 /* Network */ = {
isa = PBXGroup;
children = (
726DC332204DB1370087DEC0 /* SplitNetworkTransport.swift */,
726DC333204DB1370087DEC0 /* WebSocketTransport.swift */,
9F69FFA81D42855900E000B1 /* NetworkTransport.swift */,
9F4DAF2D1E48B84B00EBFF0B /* HTTPNetworkTransport.swift */,
9FF90A5B1DDDEB100034C3B6 /* GraphQLResponse.swift */,
Expand Down Expand Up @@ -922,6 +957,12 @@
mainGroup = 9FC7503A1D2A532C00458D91;
productRefGroup = 9FC750451D2A532C00458D91 /* Products */;
projectDirPath = "";
projectReferences = (
{
ProductGroup = 726DC3B4204DF8B50087DEC0 /* Products */;
ProjectRef = 726DC3B3204DF8B50087DEC0 /* Starscream.xcodeproj */;
},
);
projectRoot = "";
targets = (
9FC750431D2A532C00458D91 /* Apollo */,
Expand All @@ -936,6 +977,23 @@
};
/* End PBXProject section */

/* Begin PBXReferenceProxy section */
726DC3B9204DF8B50087DEC0 /* Starscream.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = Starscream.framework;
remoteRef = 726DC3B8204DF8B50087DEC0 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
726DC3BB204DF8B50087DEC0 /* Starscream Tests.xctest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
path = "Starscream Tests.xctest";
remoteRef = 726DC3BA204DF8B50087DEC0 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */

/* Begin PBXResourcesBuildPhase section */
9F8A95761EC0FC1200304A2D /* Resources */ = {
isa = PBXResourcesBuildPhase;
Expand Down Expand Up @@ -1077,6 +1135,8 @@
buildActionMask = 2147483647;
files = (
9FF33D811E48B98200F608A4 /* HTTPNetworkTransport.swift in Sources */,
726DC334204DB1370087DEC0 /* SplitNetworkTransport.swift in Sources */,
726DC335204DB1370087DEC0 /* WebSocketTransport.swift in Sources */,
9FCE2CEE1E6BE2D900E34457 /* NormalizedCache.swift in Sources */,
9FADC84A1E6B0B2300C677E6 /* Locking.swift in Sources */,
9F295E381E277B2A00A24949 /* GraphQLResultNormalizer.swift in Sources */,
Expand Down Expand Up @@ -1573,6 +1633,10 @@
APPLICATION_EXTENSION_API_ONLY = YES;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/iOS",
);
INFOPLIST_FILE = Sources/Apollo/Info.plist;
PRODUCT_BUNDLE_IDENTIFIER = com.apollographql.Apollo;
PRODUCT_NAME = Apollo;
Expand All @@ -1587,6 +1651,10 @@
APPLICATION_EXTENSION_API_ONLY = YES;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/iOS",
);
INFOPLIST_FILE = Sources/Apollo/Info.plist;
PRODUCT_BUNDLE_IDENTIFIER = com.apollographql.Apollo;
PRODUCT_NAME = Apollo;
Expand Down Expand Up @@ -1733,6 +1801,10 @@
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
ENABLE_TESTABILITY = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/iOS",
);
INFOPLIST_FILE = Sources/Apollo/Info.plist;
PRODUCT_BUNDLE_IDENTIFIER = com.apollographql.Apollo;
PRODUCT_NAME = Apollo;
Expand Down
1 change: 1 addition & 0 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
github "stephencelis/SQLite.swift" ~> 0.11.4
github "daltoniam/Starscream" >= 3.0.2
3 changes: 3 additions & 0 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
github "daltoniam/Starscream" "3.0.4"
github "daltoniam/common-crypto-spm" "1.1.0"
github "daltoniam/zlib-spm" "1.1.0"
github "stephencelis/SQLite.swift" "0.11.4"
27 changes: 27 additions & 0 deletions Carthage/Checkouts/Starscream/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control?
#
# Pods/

# Xcode
.DS_Store
build
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
profile
*.moved-aside
DerivedData
.idea/
*.hmap
*.xccheckout
*.xcodeproj/*.xcworkspace
1 change: 1 addition & 0 deletions Carthage/Checkouts/Starscream/.swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4.0
197 changes: 197 additions & 0 deletions Carthage/Checkouts/Starscream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,197 @@
# Change Log
All notable changes to this project will be documented in this file.
`Starscream` adheres to [Semantic Versioning](http://semver.org/).

#### [3.0.4](https://github.com/daltoniam/Starscream/tree/3.0.4)

Improved error handling. Timeout fix. Small assorted fixes.

Pull Requests:
[#452](https://github.com/daltoniam/Starscream/pull/452)
[#448](https://github.com/daltoniam/Starscream/pull/448)
[#444](https://github.com/daltoniam/Starscream/pull/444)
[#443](https://github.com/daltoniam/Starscream/pull/443)

Issues:
[#415](https://github.com/daltoniam/Starscream/issues/415)
[#422](https://github.com/daltoniam/Starscream/issues/422)
[#429](https://github.com/daltoniam/Starscream/issues/429)
[#433](https://github.com/daltoniam/Starscream/issues/433)
[#439](https://github.com/daltoniam/Starscream/issues/439)

#### [3.0.3](https://github.com/daltoniam/Starscream/tree/3.0.3)

Assorted fixes.

Pull Requests:
[#438](https://github.com/daltoniam/Starscream/pull/438)
[#423](https://github.com/daltoniam/Starscream/pull/423)
[#420](https://github.com/daltoniam/Starscream/pull/420)
[#418](https://github.com/daltoniam/Starscream/pull/418)
[#410](https://github.com/daltoniam/Starscream/pull/410)
[#405](https://github.com/daltoniam/Starscream/pull/405)
[#404](https://github.com/daltoniam/Starscream/pull/404)
[#400](https://github.com/daltoniam/Starscream/pull/400)

Issues:
[#435](https://github.com/daltoniam/Starscream/issues/435)
[#431](https://github.com/daltoniam/Starscream/issues/431)
[#426](https://github.com/daltoniam/Starscream/issues/426)
[#409](https://github.com/daltoniam/Starscream/issues/409)
[#408](https://github.com/daltoniam/Starscream/issues/408)
[#401](https://github.com/daltoniam/Starscream/issues/401)
[#399](https://github.com/daltoniam/Starscream/issues/399)
[#378](https://github.com/daltoniam/Starscream/issues/378)

#### [3.0.2](https://github.com/daltoniam/Starscream/tree/3.0.2)

Small fixes for 3.0.1.

[#394](https://github.com/daltoniam/Starscream/issues/394)
[#392](https://github.com/daltoniam/Starscream/issues/392)
[#391](https://github.com/daltoniam/Starscream/issues/391)

#### [3.0.1](https://github.com/daltoniam/Starscream/tree/3.0.1)

Small fixes for 3.0.0.

[#389](https://github.com/daltoniam/Starscream/issues/389)
[#354](https://github.com/daltoniam/Starscream/issues/354)
[#386](https://github.com/daltoniam/Starscream/pull/386)
[#388](https://github.com/daltoniam/Starscream/pull/388)
[#390](https://github.com/daltoniam/Starscream/pull/390)

#### [3.0.0](https://github.com/daltoniam/Starscream/tree/3.0.0)

Major refactor and Swift 4 support. Additions include:

- Watchos support.
- Linux support.
- New Stream class to allow custom socket implementations if desired.
- Protocol added for mocking (dependency injection).
- Single framework (no more platform suffixes! e.g. StarscreamOSX, StarscreamTVOS, etc).

[#384](https://github.com/daltoniam/Starscream/issues/384)
[#377](https://github.com/daltoniam/Starscream/pull/377)
[#374](https://github.com/daltoniam/Starscream/issues/374)
[#346](https://github.com/daltoniam/Starscream/issues/346)
[#335](https://github.com/daltoniam/Starscream/issues/335)
[#311](https://github.com/daltoniam/Starscream/pull/311)
[#269](https://github.com/daltoniam/Starscream/issues/269)

#### [2.1.1](https://github.com/daltoniam/Starscream/tree/2.1.1)

Fixes race condition. Updated to avoid SPM dependencies.

[#370](https://github.com/daltoniam/Starscream/issues/370)
[#367](https://github.com/daltoniam/Starscream/issues/367)
[#364](https://github.com/daltoniam/Starscream/pull/364)
[#357](https://github.com/daltoniam/Starscream/pull/357)
[#355](https://github.com/daltoniam/Starscream/pull/355)

#### [2.1.0](https://github.com/daltoniam/Starscream/tree/2.1.0)

Adds WebSocket compression. Also adds advance WebSocket delegate for extra control. Bug Fixes.

[#349](https://github.com/daltoniam/Starscream/pull/349)
[#344](https://github.com/daltoniam/Starscream/pull/344)
[#339](https://github.com/daltoniam/Starscream/pull/339)
[#337](https://github.com/daltoniam/Starscream/pull/337)
[#334](https://github.com/daltoniam/Starscream/issues/334)
[#333](https://github.com/daltoniam/Starscream/pull/333)
[#319](https://github.com/daltoniam/Starscream/issues/319)
[#309](https://github.com/daltoniam/Starscream/issues/309)
[#329](https://github.com/daltoniam/Starscream/issues/329)

#### [2.0.4](https://github.com/daltoniam/Starscream/tree/2.0.4)

SSL Pinning fix by Giuliano Galea as reported by Lukas Futera of [Centralway](https://www.centralway.com/de/).
Warning fixes for Swift 3.1

#### [2.0.3](https://github.com/daltoniam/Starscream/tree/2.0.3)

[#302](https://github.com/daltoniam/Starscream/issues/302)
[#301](https://github.com/daltoniam/Starscream/issues/301)
[#300](https://github.com/daltoniam/Starscream/issues/300)
[#296](https://github.com/daltoniam/Starscream/issues/296)
[#294](https://github.com/daltoniam/Starscream/issues/294)
[#292](https://github.com/daltoniam/Starscream/issues/292)
[#289](https://github.com/daltoniam/Starscream/issues/289)
[#288](https://github.com/daltoniam/Starscream/issues/288)

#### [2.0.2](https://github.com/daltoniam/Starscream/tree/2.0.2)

Fix for the Swift Package Manager.

Fixed:
[#277](https://github.com/daltoniam/Starscream/issues/277)

#### [2.0.1](https://github.com/daltoniam/Starscream/tree/2.0.1)

Bug fixes.

Fixed:
[#261](https://github.com/daltoniam/Starscream/issues/261)
[#276](https://github.com/daltoniam/Starscream/issues/276)
[#267](https://github.com/daltoniam/Starscream/issues/267)
[#266](https://github.com/daltoniam/Starscream/issues/266)
[#259](https://github.com/daltoniam/Starscream/issues/259)

#### [2.0.0](https://github.com/daltoniam/Starscream/tree/2.0.0)

Added Swift 3 support.

Fixed:
[#229](https://github.com/daltoniam/Starscream/issues/229)
[#232](https://github.com/daltoniam/Starscream/issues/232)

#### [1.1.4](https://github.com/daltoniam/Starscream/tree/1.1.4)

Swift 2.3 support.

#### [1.1.3](https://github.com/daltoniam/Starscream/tree/1.1.3)

Changed:
[#170](https://github.com/daltoniam/Starscream/issues/170)
[#171](https://github.com/daltoniam/Starscream/issues/171)
[#174](https://github.com/daltoniam/Starscream/issues/174)
[#177](https://github.com/daltoniam/Starscream/issues/177)
[#178](https://github.com/daltoniam/Starscream/issues/178)

#### [1.1.2](https://github.com/daltoniam/Starscream/tree/1.1.2)

Fixed:
[#158](https://github.com/daltoniam/Starscream/issues/158)
[#161](https://github.com/daltoniam/Starscream/issues/161)
[#164](https://github.com/daltoniam/Starscream/issues/164)

#### [1.1.1](https://github.com/daltoniam/Starscream/tree/1.1.1)

Fixed:
[#157](https://github.com/daltoniam/Starscream/issues/157)

#### [1.1.0](https://github.com/daltoniam/Starscream/tree/1.1.0)

Changed:
Moved over to Runloop/default GCD queues to shared queue.

Fixed:
[#153](https://github.com/daltoniam/Starscream/issues/153)
[#151](https://github.com/daltoniam/Starscream/issues/151)
[#150](https://github.com/daltoniam/Starscream/issues/150)
[#149](https://github.com/daltoniam/Starscream/issues/149)
[#147](https://github.com/daltoniam/Starscream/issues/147)
[#139](https://github.com/daltoniam/Starscream/issues/139)
[#77](https://github.com/daltoniam/Starscream/issues/77)

#### [1.0.2](https://github.com/daltoniam/Starscream/tree/1.0.2)

Added TVOS support.

#### [1.0.1](https://github.com/daltoniam/Starscream/tree/1.0.1)

Fixes for #121, #123

#### [1.0.0](https://github.com/daltoniam/Starscream/tree/1.0.0)

first release of Swift 2 support.
Loading