File tree Expand file tree Collapse file tree 5 files changed +24
-5
lines changed
LayoutFrameworkBenchmark.xcodeproj/xcshareddata/xcschemes
LayoutFrameworkBenchmark.xcworkspace Expand file tree Collapse file tree 5 files changed +24
-5
lines changed Original file line number Diff line number Diff line change 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"
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"
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -17,3 +17,14 @@ target 'LayoutFrameworkBenchmark' do
1717
1818 pod 'Reveal-SDK'
1919end
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
Original file line number Diff line number Diff 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
3636COCOAPODS: 1.5.3
You can’t perform that action at this time.
0 commit comments