marcosgriselli / EasyTransitions

A simple way to create custom interactive UIViewController transitions
MIT License
1.68k stars 91 forks source link

Shared missing schemes #18

Closed aducret closed 6 years ago

aducret commented 6 years ago

This PR fixs Carthage compatibility.

The main schemes were unshared, so if you run carthage update you will get:

*** Fetching EasyTransitions
*** Checking out EasyTransitions at "447e5cc966e380e19d857dfb0e4fc17ecf46437a"
*** xcodebuild output can be found in /var/folders/58/czr5byt934jfyzrng7lhwhj80000gn/T/carthage-xcodebuild.j0EB6F.log
*** Skipped building EasyTransitions due to the error:
Dependency "EasyTransitions" has no shared framework schemes

cartfile:

github "marcosgriselli/EasyTransitions" "master"

before PR:

screen shot 2018-06-28 at 16 20 32

after PR:

screen shot 2018-06-28 at 16 20 13

Let me know if I should shared another scheme or change something on the schemes configuration.

Hope this PR helps! 😁