Skip to content

Commit c2d0169

Browse files
committed
Swift 4.2 [Array2D]
1 parent 4d50254 commit c2d0169

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

Array2D/Array2D.playground/Contents.swift

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
// last checked with Xcode 9.0b4
2-
#if swift(>=4.0)
3-
print("Hello, Swift 4!")
4-
#endif
5-
61
/*
72
Two-dimensional array with a fixed number of rows and columns.
83
This is mostly handy for games that are played on a grid, such as chess.

Array2D/Tests/Tests.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
227227
PRODUCT_BUNDLE_IDENTIFIER = swift.algorithm.club.Tests;
228228
PRODUCT_NAME = "$(TARGET_NAME)";
229-
SWIFT_VERSION = 3.0;
229+
SWIFT_VERSION = 4.2;
230230
};
231231
name = Debug;
232232
};
@@ -238,7 +238,7 @@
238238
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
239239
PRODUCT_BUNDLE_IDENTIFIER = swift.algorithm.club.Tests;
240240
PRODUCT_NAME = "$(TARGET_NAME)";
241-
SWIFT_VERSION = 3.0;
241+
SWIFT_VERSION = 4.2;
242242
};
243243
name = Release;
244244
};

0 commit comments

Comments
 (0)