Skip to content

Commit e5ce0c7

Browse files
authored
Merge pull request kodecocodes#358 from vincentngo/swift3
Update Target to Swift 3.0
2 parents e79f2fa + 71d8a43 commit e5ce0c7

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)