Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Update CocoaPods and pods #2650

Merged
merged 3 commits into from
Feb 22, 2019
Merged

Update CocoaPods and pods #2650

merged 3 commits into from
Feb 22, 2019

Conversation

BasThomas
Copy link
Collaborator

No description provided.

@@ -572,7 +572,7 @@ IssueManagingContextControllerDelegate {
case .item(let item):
guard item is IssueResult else { break }
updateAndScrollIfNeeded()
case .list: break
case .list, .clear: break
Copy link
Collaborator Author

@BasThomas BasThomas Feb 22, 2019

Choose a reason for hiding this comment

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

This is a new case in FlatCache.Update.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I'm assuming this is a "correct" implementation here @rizwankce? :)

@@ -19,7 +19,7 @@ final class LocalNotificationsCache {

private let path: String
private lazy var queue: FMDatabaseQueue = {
return FMDatabaseQueue(path: self.path)
return FMDatabaseQueue(path: self.path)!
Copy link
Collaborator Author

@BasThomas BasThomas Feb 22, 2019

Choose a reason for hiding this comment

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

This now returns an optional; force unwrapping for now, as it seemingly worked in the past without error. 😃
The documentation states "it returns nil in case of an error"

@@ -9,6 +9,6 @@ Pod::Spec.new do |spec|
spec.source_files = 'GitHubAPI/*.swift'
spec.ios.deployment_target = '11.0'
spec.watchos.deployment_target = '3.0'
spec.dependency 'Alamofire', '~> 4.4.0'
spec.dependency 'Alamofire', '~> 4.8'
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I was a bit confused that we need to update this in the podspec and the Podfile 😅

Feels like one of the two might not be necessary?

Copy link
Collaborator

@rizwankce rizwankce left a comment

Choose a reason for hiding this comment

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

⭐️ 😍

@BasThomas BasThomas merged commit f0a62aa into master Feb 22, 2019
@BasThomas BasThomas deleted the update-pods branch February 22, 2019 20:13
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.

2 participants