Change Swift version to 3.2

This commit is contained in:
Yasuhiro Hatta 2017-09-23 18:21:18 +09:00
parent f1aa9b4016
commit 6cf6ab0ae9
1 changed files with 2 additions and 2 deletions

View File

@ -924,7 +924,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "net.yaslab.CSVTests-macOS";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 3.0;
};
name = Debug;
};
@ -940,7 +940,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 3.0;
};
name = Release;
};