Skip to content

Commit

Permalink
Merge pull request #151 from apisit/master
Browse files Browse the repository at this point in the history
changed setting to use Swift 4.2
  • Loading branch information
philackm committed Oct 5, 2018
2 parents c404433 + 39dfcd2 commit aa0948b
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -389,7 +389,7 @@
PRODUCT_BUNDLE_IDENTIFIER = SGV.ScrollableGraphView;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
};
name = Debug;
};
Expand All @@ -407,7 +407,7 @@
PRODUCT_BUNDLE_IDENTIFIER = SGV.ScrollableGraphView;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
};
name = Release;
};
Expand Down

0 comments on commit aa0948b

Please sign in to comment.