Skip to content
This repository was archived by the owner on Aug 26, 2021. It is now read-only.

VIM-6917: Migrates to Swift 4.2#309

Merged
rpassis merged 2 commits intodevelopfrom
feature/VIM-6917_Swift42Migration
Apr 29, 2019
Merged

VIM-6917: Migrates to Swift 4.2#309
rpassis merged 2 commits intodevelopfrom
feature/VIM-6917_Swift42Migration

Conversation

@rpassis
Copy link
Copy Markdown
Contributor

@rpassis rpassis commented Apr 18, 2019

Ticket

VIM-6917

Ticket Summary

Swift 4.2 migration

Implementation Summary

Changes include project settings update and necessary renames associated with Swift 4.2 migration.

It also fixes issue with the tvOS Example app that wasn't building due to source files not being correctly associated with the target.

@rpassis rpassis force-pushed the feature/VIM-6917_Swift42Migration branch from d39c2f0 to 40c66c0 Compare April 18, 2019 17:35
@cameo-github
Copy link
Copy Markdown

cameo-github commented Apr 18, 2019

8 Warnings
⚠️ Pods/AFNetworking/AFNetworking/AFURLSessionManager.m#L181: ‘setResumingHandler:’ is only available on iOS 9.0 or newer [-Wunguarded-availability]
[self.downloadProgress setResumingHandler:^{
⚠️ Pods/AFNetworking/UIKit+AFNetworking/UIRefreshControl+AFNetworking.m#L95: unknown warning group ‘-Wreceiver-is-weak’, ignored [-Wunknown-warning-option]
#pragma clang diagnostic ignored "-Wreceiver-is-weak"
⚠️ Pods/AFNetworking/UIKit+AFNetworking/UIRefreshControl+AFNetworking.m#L104: unknown warning group ‘-Wreceiver-is-weak’, ignored [-Wunknown-warning-option]
#pragma clang diagnostic ignored "-Wreceiver-is-weak"
⚠️ Pods/AFNetworking/UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.m#L76: unknown warning group ‘-Wreceiver-is-weak’, ignored [-Wunknown-warning-option]
#pragma clang diagnostic ignored "-Wreceiver-is-weak"
⚠️ Pods/AFNetworking/UIKit+AFNetworking/UIRefreshControl+AFNetworking.m#L75: unknown warning group ‘-Wreceiver-is-weak’, ignored [-Wunknown-warning-option]
#pragma clang diagnostic ignored "-Wreceiver-is-weak"
⚠️ Pods/AFNetworking/UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.m#L106: unknown warning group ‘-Wreceiver-is-weak’, ignored [-Wunknown-warning-option]
#pragma clang diagnostic ignored "-Wreceiver-is-weak"
⚠️ Pods/AFNetworking/AFNetworking/AFURLSessionManager.m#L163: ‘setResumingHandler:’ is only available on iOS 9.0 or newer [-Wunguarded-availability]
[self.uploadProgress setResumingHandler:^{
⚠️ Pods/AFNetworking/UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.m#L97: unknown warning group ‘-Wreceiver-is-weak’, ignored [-Wunknown-warning-option]
#pragma clang diagnostic ignored "-Wreceiver-is-weak"
1 Message
📖 Executed 114 tests, with 0 failures (0 unexpected) in 1.305 (1.479) seconds

See build details on CircleCI

Generated by 🚫 danger

@rpassis rpassis requested a review from Jumhyn April 22, 2019 16:20
Copy link
Copy Markdown
Contributor

@Jumhyn Jumhyn left a comment

Choose a reason for hiding this comment

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

One small question but otherwise LGTM

Copy link
Copy Markdown
Contributor

@jasonhawkins jasonhawkins left a comment

Choose a reason for hiding this comment

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

Just a couple of small comments on this 👍

Comment thread .swift-version Outdated
Comment thread VimeoNetworkingExample-iOS/VimeoNetworkingExample-iOS.xcodeproj/project.pbxproj Outdated
@rpassis rpassis force-pushed the feature/VIM-6917_Swift42Migration branch 2 times, most recently from 749aa78 to 82ea2f7 Compare April 25, 2019 01:38
Copy link
Copy Markdown
Contributor

@jasonhawkins jasonhawkins left a comment

Choose a reason for hiding this comment

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

⭐️ ⭐️ ⭐️

@rpassis rpassis force-pushed the feature/VIM-6917_Swift42Migration branch from 82ea2f7 to 6f61862 Compare April 25, 2019 19:53
@rpassis rpassis merged commit c20a70f into develop Apr 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants