File tree 2 files changed +2
-7
lines changed
2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1
- // last checked with Xcode 9.0b4
2
- #if swift(>=4.0)
3
- print ( " Hello, Swift 4! " )
4
- #endif
5
-
6
1
/*
7
2
Two-dimensional array with a fixed number of rows and columns.
8
3
This is mostly handy for games that are played on a grid, such as chess.
Original file line number Diff line number Diff line change 226
226
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
227
227
PRODUCT_BUNDLE_IDENTIFIER = swift.algorithm.club.Tests;
228
228
PRODUCT_NAME = "$(TARGET_NAME)";
229
- SWIFT_VERSION = 3.0 ;
229
+ SWIFT_VERSION = 4.2 ;
230
230
};
231
231
name = Debug;
232
232
};
238
238
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
239
239
PRODUCT_BUNDLE_IDENTIFIER = swift.algorithm.club.Tests;
240
240
PRODUCT_NAME = "$(TARGET_NAME)";
241
- SWIFT_VERSION = 3.0 ;
241
+ SWIFT_VERSION = 4.2 ;
242
242
};
243
243
name = Release;
244
244
};
You can’t perform that action at this time.
0 commit comments