Skip to content

Commit

Permalink
Detox now requires Xcode 10 to compile
Browse files Browse the repository at this point in the history
Bump Swift language version to 4.2.
#1229
  • Loading branch information
LeoNatan committed Mar 26, 2019
1 parent 2d1475f commit d69327e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions detox/ios/Detox.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
);
mainGroup = 3947678D1DBF985400D72256;
Expand Down Expand Up @@ -909,7 +910,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
SWIFT_VERSION = 4.2;
};
name = Debug;
};
Expand Down Expand Up @@ -939,7 +940,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.wix.Detox;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 3.0;
SWIFT_VERSION = 4.2;
};
name = Release;
};
Expand Down

0 comments on commit d69327e

Please sign in to comment.