SFFocusViewLayout icon indicating copy to clipboard operation
SFFocusViewLayout copied to clipboard

Specify Swift version without patch (fix #16)

Open Jeehut opened this issue 8 years ago • 2 comments

This fixes #16. Basically it is a workaround for a weird Xcode 8.2 behavior which might not get fixed but instead defined as the new expected behavior, so we should update the framework.

Jeehut avatar Dec 19 '16 23:12 Jeehut

Current coverage is 96.92% (diff: 100%)

Merging #17 into master will not change coverage

@@             master        #17   diff @@
==========================================
  Files             4          4          
  Lines           130        130          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            126        126          
  Misses            4          4          
  Partials          0          0          

Powered by Codecov. Last update 9404f30...0890794

codecov-io avatar Dec 19 '16 23:12 codecov-io

Note that in Xcode 8.2.1 this PR became obsolete as the weird behavior was fixed. You might still want to merge this though to cover Xcode 8.2.0.

Jeehut avatar Dec 25 '16 14:12 Jeehut