TransitionKit icon indicating copy to clipboard operation
TransitionKit copied to clipboard

Add Carthage support

Open weissazool opened this issue 10 years ago • 4 comments

  • Added dynamic framework targets for OS X and iOS
  • Shared and added schemes to repository

Resolves #36

weissazool avatar Feb 10 '16 07:02 weissazool

CI failed since it could not install cocoapods. (Which this PR should not affect.)

weissazool avatar Feb 18 '16 02:02 weissazool

We don't need a TransitionKit-OSX.h and TransitionKit-iOS.h. This can be streamlined a bit

blakewatters avatar Feb 18 '16 05:02 blakewatters

I agree that it would be preferable to just use the original TransitionKit.h. I wasn't able to find a setting to specify an umbrella or master header that is not identical to the name of the target yet, but I'll give it another shot.

weissazool avatar Feb 18 '16 05:02 weissazool

@blakewatters Removed extraneous umbrella headers and streamlined info.plist files.

CI failing because of Ruby version issues, but I am successfully using this branch in my projects.

weissazool avatar Mar 04 '16 12:03 weissazool