Skip to content

Commit abe508d

Browse files
author
Luc Dion
committed
Upgrade to Swift 4.2
1 parent 7cf6bd5 commit abe508d

File tree

5 files changed

+24
-5
lines changed

5 files changed

+24
-5
lines changed

LayoutFrameworkBenchmark.xcodeproj/xcshareddata/xcschemes/LayoutFrameworkBenchmark.xcscheme

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0940"
3+
LastUpgradeVersion = "1010"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -42,9 +42,9 @@
4242
</AdditionalOptions>
4343
</TestAction>
4444
<LaunchAction
45-
buildConfiguration = "Debug"
46-
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
47-
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
45+
buildConfiguration = "Release"
46+
selectedDebuggerIdentifier = ""
47+
selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
4848
launchStyle = "0"
4949
useCustomWorkingDirectory = "NO"
5050
ignoresPersistentStateOnLaunch = "NO"

LayoutFrameworkBenchmark.xcworkspace/contents.xcworkspacedata

100755100644
File mode 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>

Podfile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,14 @@ target 'LayoutFrameworkBenchmark' do
1717

1818
pod 'Reveal-SDK'
1919
end
20+
21+
22+
post_install do |installer|
23+
installer.pods_project.targets.each do |target|
24+
if ['LayoutKit'].include? target.name
25+
target.build_configurations.each do |config|
26+
config.build_settings['SWIFT_VERSION'] = '4.1'
27+
end
28+
end
29+
end
30+
end

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ SPEC CHECKSUMS:
3131
PinLayout: fe2a2432d6982588e208572005c941aeeae417ab
3232
Reveal-SDK: 9f0d2c6c12eb7507921e5454ac165b7aa21140a4
3333

34-
PODFILE CHECKSUM: 7f58ddd1b9687b031aeb33d986faeaf19ed0e225
34+
PODFILE CHECKSUM: 3e63d42365b39b217c5809f0c7ebad9865d228e2
3535

3636
COCOAPODS: 1.5.3

0 commit comments

Comments
 (0)