Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/swift2.0 - Added WatchOS 2 support in Cocoapods Spec File #70

Closed

Conversation

mwermuth
Copy link

In order to use RxSwift also on WatchOS 2 we need to declare the support in the Spec File like so:

  if s.respond_to?(:watchos)
    s.watchos.deployment_target = '2.0'
  end

@mwermuth mwermuth changed the title Added WatchOS 2 support in Cocoapods Spec File Feature/swift2.0 - Added WatchOS 2 support in Cocoapods Spec File Jul 27, 2015
@mwermuth
Copy link
Author

Sorry I did notice, that we also need to change code in RxCocoa. Because there are availability checks for iOS and OSX but not for watchOS. I will try to work on that this week.

@kzaher
Copy link
Member

kzaher commented Jul 27, 2015

Oh, ok, let me know when you think it's ready for review.

@kzaher kzaher mentioned this pull request Aug 5, 2015
17 tasks
@kzaher kzaher force-pushed the feature/swift2.0 branch 2 times, most recently from e5475db to 8957cab Compare August 6, 2015 00:38
@kzaher
Copy link
Member

kzaher commented Aug 20, 2015

Hi, I'm going to close this for now, because target branch is stale, we are commit all improvements to rxswit-2.0 branch.

@kzaher kzaher closed this Aug 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants