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

FIX #15 #16

Closed
wants to merge 1 commit into from
Closed

FIX #15 #16

wants to merge 1 commit into from

Conversation

baquiax
Copy link

@baquiax baquiax commented Jun 6, 2016

Possible solution for #15

Possible solution for mrackwitz#15
@@ -269,7 +277,7 @@ extension NSProcessInfo {
extension UIDevice {
/// The current version of the operating system.
public func systemVersion() -> Version? {
return Version(self.systemVersion())
return Version(self.systemVersion()!) //Is it recursive?
Copy link
Owner

Choose a reason for hiding this comment

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

No, it shouldn't be. UIDevice defines a property systemVersion. I think this needs to be updated so it uses the String property instead.

@mrackwitz
Copy link
Owner

Done by 6275635.

@mrackwitz mrackwitz closed this Jul 9, 2016
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