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

making MotionKit.swift work for swift 2 beta - ios9/watchos2 #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

GlenDC
Copy link

@GlenDC GlenDC commented Jul 20, 2015

making MotionKit.swift work for swift 2 beta - ios9/watchos2
Issue resolved: fix #9

@MHaroonBaig
Copy link
Owner

Thanks. I'll merge it once I test it.

@prashnts
Copy link

prashnts commented Oct 1, 2015

Probably a good time to merge, now?

@@ -60,20 +60,24 @@ class MotionKit {
if manager.accelerometerAvailable {
manager.accelerometerUpdateInterval = interval
manager.startAccelerometerUpdatesToQueue(NSOperationQueue()) {
(data: CMAccelerometerData!, error: NSError!) in
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change really works.. errors went on on newer swift version 2

@kswain1
Copy link

kswain1 commented May 19, 2016

Please push these merges to the head branch as soon as possible! Added all of them to my project and it builds 👍

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.

Don't work in Xcode 7
4 participants