Skip to content

Commit 71d8a43

Browse files
committed
Update Target to Swift 3.0
1 parent e79f2fa commit 71d8a43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Single-Source Shortest Paths (Weighted)/SSSP.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@
334334
ONLY_ACTIVE_ARCH = YES;
335335
SDKROOT = macosx;
336336
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
337+
SWIFT_VERSION = 3.0;
337338
VERSIONING_SYSTEM = "apple-generic";
338339
VERSION_INFO_PREFIX = "";
339340
};
@@ -377,6 +378,7 @@
377378
MTL_ENABLE_DEBUG_INFO = NO;
378379
SDKROOT = macosx;
379380
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
381+
SWIFT_VERSION = 3.0;
380382
VERSIONING_SYSTEM = "apple-generic";
381383
VERSION_INFO_PREFIX = "";
382384
};

0 commit comments

Comments
 (0)