Skip to content

Commit af3cf21

Browse files
committed
switched to Swift 5 by default
1 parent b2e204f commit af3cf21

File tree

2 files changed

+12
-15
lines changed

2 files changed

+12
-15
lines changed

HyperLabel.xcodeproj/project.pbxproj

+3-2
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@
176176
};
177177
268F29A12260E83A004E97D6 = {
178178
CreatedOnToolsVersion = 10.1;
179+
LastSwiftMigration = 1120;
179180
};
180181
};
181182
};
@@ -392,7 +393,7 @@
392393
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
393394
SKIP_INSTALL = YES;
394395
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
395-
SWIFT_VERSION = 4.2;
396+
SWIFT_VERSION = 5.0;
396397
TARGETED_DEVICE_FAMILY = "1,2";
397398
};
398399
name = Debug;
@@ -418,7 +419,7 @@
418419
PRODUCT_BUNDLE_IDENTIFIER = com.badoo.HyperLabel;
419420
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
420421
SKIP_INSTALL = YES;
421-
SWIFT_VERSION = 4.2;
422+
SWIFT_VERSION = 5.0;
422423
TARGETED_DEVICE_FAMILY = "1,2";
423424
};
424425
name = Release;

HyperLabel.xcodeproj/xcshareddata/xcschemes/HyperLabel.xcscheme

+9-13
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<MacroExpansion>
31+
<BuildableReference
32+
BuildableIdentifier = "primary"
33+
BlueprintIdentifier = "268F29982260E83A004E97D6"
34+
BuildableName = "HyperLabel.framework"
35+
BlueprintName = "HyperLabel"
36+
ReferencedContainer = "container:HyperLabel.xcodeproj">
37+
</BuildableReference>
38+
</MacroExpansion>
3039
<Testables>
3140
<TestableReference
3241
skipped = "NO">
@@ -39,17 +48,6 @@
3948
</BuildableReference>
4049
</TestableReference>
4150
</Testables>
42-
<MacroExpansion>
43-
<BuildableReference
44-
BuildableIdentifier = "primary"
45-
BlueprintIdentifier = "268F29982260E83A004E97D6"
46-
BuildableName = "HyperLabel.framework"
47-
BlueprintName = "HyperLabel"
48-
ReferencedContainer = "container:HyperLabel.xcodeproj">
49-
</BuildableReference>
50-
</MacroExpansion>
51-
<AdditionalOptions>
52-
</AdditionalOptions>
5351
</TestAction>
5452
<LaunchAction
5553
buildConfiguration = "Debug"
@@ -70,8 +68,6 @@
7068
ReferencedContainer = "container:HyperLabel.xcodeproj">
7169
</BuildableReference>
7270
</MacroExpansion>
73-
<AdditionalOptions>
74-
</AdditionalOptions>
7571
</LaunchAction>
7672
<ProfileAction
7773
buildConfiguration = "Release"

0 commit comments

Comments
 (0)