Skip to content
This repository was archived by the owner on Nov 29, 2018. It is now read-only.

Commit 247ef60

Browse files
committed
Updated the Unit Tests target to Xcode 4
1 parent 3ecde95 commit 247ef60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RuntimeKit.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284
PRODUCT_BUNDLE_IDENTIFIER = me.kollmer.RuntimeKitTests;
285285
PRODUCT_NAME = "$(TARGET_NAME)";
286286
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
287-
SWIFT_VERSION = 3.0;
287+
SWIFT_VERSION = 4.0;
288288
};
289289
name = Debug;
290290
};
@@ -298,7 +298,7 @@
298298
PRODUCT_BUNDLE_IDENTIFIER = me.kollmer.RuntimeKitTests;
299299
PRODUCT_NAME = "$(TARGET_NAME)";
300300
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
301-
SWIFT_VERSION = 3.0;
301+
SWIFT_VERSION = 4.0;
302302
};
303303
name = Release;
304304
};

0 commit comments

Comments
 (0)