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

Xcode 10 and iOS issues fixed here. #41

Closed
wants to merge 3 commits into from

Conversation

southfox
Copy link

Fix issue #39 and #40

  • Type 'UIWindow.Level' (aka 'CGFloat') has no member 'alert'
  • 'didEnterBackgroundNotification' has been renamed to 'NSNotification.Name.UIApplicationDidEnterBackground'
  • 'willEnterForegroundNotification' has been renamed to 'NSNotification.Name.UIApplicationWillEnterForeground'
  • Removing Info.plist from the GradientCircularProgress framework to fix the multiple Info.plist in projects.

- Type 'UIWindow.Level' (aka 'CGFloat') has no member 'alert'
-  'didEnterBackgroundNotification' has been renamed to 'NSNotification.Name.UIApplicationDidEnterBackground'
- 'willEnterForegroundNotification' has been renamed to 'NSNotification.Name.UIApplicationWillEnterForeground'
- Removing Info.plist from the GradientCircularProgress framework to fix the multiple Info.plist in projects.
Copy link

@flashapplications flashapplications left a comment

Choose a reason for hiding this comment

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

looks fine

Copy link
Owner

@keygx keygx left a comment

Choose a reason for hiding this comment

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

Thanks for the PR.

However, I can not merge this PR.
Deleting Info.plist makes it impossible to build a project.

@southfox
Copy link
Author

You are right about that @keygx, I've updated the PR, and also notice that you are supporting 4.2, and some code could be managed with #if swift(>=4.2) in order to differentiate between swift versions.

@southfox southfox closed this Oct 9, 2019
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

3 participants