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

Update for Swift 4.2 support #418

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

Conversation

Nomad00
Copy link

@Nomad00 Nomad00 commented Jan 14, 2019

  • Remove unneeded entry of Info.plist from the Copy Bundle Resources build phase.
  • Apply Xcode suggested project settings updates.
  • Convert SlideMenuControllerSwift scheme to Swift 4.2.
  • Convert SlideMenuControllerSwift-iOS scheme to Swift 4.2.
  • Update podspec to increase version number to 4.2.0.
  • Add swift_version to podspec (4.2).
  • Update CHANGELOG.md to indicate Swift 4.2 change.

Closes #399, #398, #383 & #378

- Remove unneeded entry of `Info.plist` from the `Copy Bundle Resources` build phase.
- Apply Xcode suggested project settings updates.
- Convert `SlideMenuControllerSwift` scheme to Swift 4.2.
- Convert `SlideMenuControllerSwift-iOS` scheme to Swift 4.2.
- Update `podspec` to increase version number to `4.2.0`.
- Add `swift_version` to `podspec` (`4.2`).
- Update `CHANGELOG.md` to indicate Swift 4.2 change.
@AndyDunn
Copy link

Are these changes still pending merging to the master branch?

@juanm4
Copy link

juanm4 commented Feb 13, 2019

Hi, how can I add this commit to mi podfile? I'm trying with this:

pod 'SlideMenuControllerSwift', :git => 'https://github.com/dekatotoro/SlideMenuControllerSwift.git', :commit => 'ae0d5588a99bc92e16a92d5dd594bad89963c363'

but this doesn't work, the result with pod update is:

fatal: reference is not a tree: ae0d5588a99bc92e16a92d5dd594bad89963c363

Thanks in advance.

@Nomad00
Copy link
Author

Nomad00 commented Feb 13, 2019

👋 @juanm4, Until this is merged in, you would need to refer to my fork.
For example, I have:
pod 'SlideMenuControllerSwift', :git => 'https://github.com/Nomad00/SlideMenuControllerSwift.git', :branch => 'swift4.2'
in my podfile.

@Suresh-Alangat
Copy link

Shows the following warning

'fabs' is deprecated: renamed to 'abs'

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.

Swift 4.2 and Xcode 10
5 participants