-
Notifications
You must be signed in to change notification settings - Fork 150
Compatibility with Swift 4.2 #153
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
Conversation
Action.xcodeproj/project.pbxproj
Outdated
| PRODUCT_NAME = "$(TARGET_NAME)"; | ||
| SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; | ||
| SWIFT_OPTIMIZATION_LEVEL = "-Onone"; | ||
| SWIFT_SWIFT3_OBJC_INFERENCE = On; |
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.
I think @objc inference should be set to default.
Action.xcodeproj/project.pbxproj
Outdated
| PRODUCT_BUNDLE_IDENTIFIER = com.ashfurrow.Action; | ||
| PRODUCT_NAME = "$(TARGET_NAME)"; | ||
| SKIP_INSTALL = YES; | ||
| SWIFT_SWIFT3_OBJC_INFERENCE = On; |
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.
Same here.
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.
👍
ashfurrow
left a comment
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.
Looks great, pending answering the question from @mAu888 – thanks!
|
Should be ok now. thank you for the review :) |
|
Cool, thanks again! I'll get this released to CocoaPods trunk and tag a release on GitHub right away 👍 |
|
Oh boo, I don't have an adequate Xcode version. Let me download it... |
|
Okay all done! Thanks again 👍 |
I've also already updated the Podspec to 3.7 for future cocoapods release
Fixes #150. Fixes #152.