File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11language : objective-c
2- osx_image : xcode8
2+ osx_image : xcode8.3
33xcode_project : PinLayout.xcodeproj
44xcode_scheme : PinLayout
55xcode_sdk : iphonesimulator9.3
Original file line number Diff line number Diff line change 1- github "Quick/Nimble" "v6.1.0 "
1+ github "Quick/Nimble" "v7.0.1 "
22github "Quick/Quick" "v1.1.0"
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ extension PinLayoutImpl {
4646 internal func warnConflict( _ context: Context , _ properties: [ String : CGFloat ] ) {
4747 guard PinLayoutLogConflicts else { return }
4848 var warning = " \n 👉 PinLayout Conflict: \( context ( ) ) won't be applied since it conflicts with the following already set properties: \n "
49- properties. forEach { ( key , value ) in
50- warning += " \( key) : \( value) \n "
49+ properties. forEach { ( property ) in
50+ warning += " \( property . key) : \( property . value) \n "
5151 }
5252
5353 displayWarning ( warning)
You can’t perform that action at this time.
0 commit comments