Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d06b7e3

Browse files
committed
Updating Counting sort tests project to support Swift 5
1 parent bf3f3d5 commit d06b7e3

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

‎Counting Sort/Tests/Tests.xcodeproj/project.pbxproj‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
developmentRegion = English;
9898
hasScannedForEncodings = 0;
9999
knownRegions = (
100+
English,
100101
en,
101102
Base,
102103
);
@@ -226,7 +227,7 @@
226227
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
227228
PRODUCT_BUNDLE_IDENTIFIER = swift.algorithm.club.Tests;
228229
PRODUCT_NAME = "$(TARGET_NAME)";
229-
SWIFT_VERSION = 3.0;
230+
SWIFT_VERSION = 5.0;
230231
};
231232
name = Debug;
232233
};
@@ -238,7 +239,7 @@
238239
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
239240
PRODUCT_BUNDLE_IDENTIFIER = swift.algorithm.club.Tests;
240241
PRODUCT_NAME = "$(TARGET_NAME)";
241-
SWIFT_VERSION = 3.0;
242+
SWIFT_VERSION = 5.0;
242243
};
243244
name = Release;
244245
};
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /