-
Notifications
You must be signed in to change notification settings - Fork 1
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
Support swift 5 #16
Support swift 5 #16
Conversation
@etoledom not sure about to change version to 0.4.1 🤔. Let me know |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As mentioned in the pod spec lint
error:
Please remove the
.swift-version
file which is now deprecated and only use theswift_versions
attribute within your podspec.
Sounds better approach to just remove this file.
Could you please update with this change?
Thank you! 🙏
I like that idea! We can do this as a hot-fix. Let's do it :) |
@@ -0,0 +1,8 @@ | |||
<?xml version="1.0" encoding="UTF-8"?> | |||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@etoledom I am using xcode 11.3 (11C29).
Not sure why these get generate now (https://stackoverflow.com/questions/49564513/new-file-created-in-xcode-9-3-wsname-xcworkspace-xcshareddata-ideworkspaceche)
Move to #17 |
This change fix issue introduced in PR-15 , error on
pod spec lint
.Error description:
swift_versions
(5.0
) compared to the one present in your.swift-version
file (4.2
).