Skip to content

Commit cb91abd

Browse files
authored
Merge pull request #3 from shingt/swift-4-and-apollo-0-8-0
Swift 4 / Apollo 0.8.0 / GitHub GraphQL API v4
2 parents de8b995 + a14ae28 commit cb91abd

File tree

7 files changed

+27856
-11614
lines changed

7 files changed

+27856
-11614
lines changed

Cartfile.resolved

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
github "apollostack/apollo-ios" "0.4.2"
1+
github "apollostack/apollo-ios" "0.8.0"
2+
github "stephencelis/SQLite.swift" "0.11.4"

GitHub-GraphQL-API-Example-iOS.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@
263263
SDKROOT = iphoneos;
264264
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
265265
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
266+
SWIFT_VERSION = 4.0;
266267
TARGETED_DEVICE_FAMILY = "1,2";
267268
};
268269
name = Debug;
@@ -305,6 +306,7 @@
305306
MTL_ENABLE_DEBUG_INFO = NO;
306307
SDKROOT = iphoneos;
307308
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
309+
SWIFT_VERSION = 4.0;
308310
TARGETED_DEVICE_FAMILY = "1,2";
309311
VALIDATE_PRODUCT = YES;
310312
};

0 commit comments

Comments
 (0)