Skip to content

Commit

Permalink
Updates configuration for Xcode 8.2 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed Jan 20, 2017
1 parent a56235c commit 74f6b77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Artsy.xcodeproj/project.pbxproj
Expand Up @@ -5873,7 +5873,7 @@
SPRINGBOARD_DISPLAY_NAME = "Δrtsy";
SWIFT_OBJC_BRIDGING_HEADER = "Artsy/Resources/Artsy-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0.1;
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = "1,2";
WARNING_CFLAGS = "-Wobjc-missing-super-calls";
WRAPPER_EXTENSION = app;
Expand Down Expand Up @@ -5950,7 +5950,7 @@
SDKROOT = iphoneos;
SPRINGBOARD_DISPLAY_NAME = Artsy;
SWIFT_OBJC_BRIDGING_HEADER = "Artsy/Resources/Artsy-Bridging-Header.h";
SWIFT_VERSION = 3.0.1;
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = "1,2";
WARNING_CFLAGS = "-Wobjc-missing-super-calls";
WRAPPER_EXTENSION = app;
Expand Down Expand Up @@ -6068,7 +6068,7 @@
SDKROOT = iphoneos;
SPRINGBOARD_DISPLAY_NAME = Artsy;
SWIFT_OBJC_BRIDGING_HEADER = "Artsy/Resources/Artsy-Bridging-Header.h";
SWIFT_VERSION = 3.0.1;
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = "1,2";
WARNING_CFLAGS = "-Wobjc-missing-super-calls";
WRAPPER_EXTENSION = app;
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
@@ -1,6 +1,6 @@
machine:
xcode:
version: "8.1"
version: "8.2"
environment:
# Public - Yay
UPLOAD_IOS_SNAPSHOT_BUCKET_NAME: eigen-ci
Expand Down

0 comments on commit 74f6b77

Please sign in to comment.