-
Notifications
You must be signed in to change notification settings - Fork 12
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
Swift 4 Migration #117
Merged
Merged
Swift 4 Migration #117
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
750f44d
[CoreSummit] Fixes closures syntax.
gcutrini 94e66b5
[CoreSummit] Fixes reduce and sorted closures syntax.
gcutrini 20c4305
[CoreSummit] Fixes range at syntax.
gcutrini 613460c
[watchOS] Fixes reduce and sorted closures syntax.
gcutrini a32b75a
[watchOS] Fixes html to attributed string conversion.
gcutrini 6cd15cf
[iOS] Fixes reduce and sorted closures syntax.
gcutrini 79bc8f1
[iOS] Fixes closures syntax.
gcutrini 1618d93
[iOS] Fixes attributed text keys syntax.
gcutrini 015c2fb
[iOS] Adds new function signature to match expected argument type.
gcutrini e68e6f8
[iOS] Disambiguiates type(of: self) usage.
gcutrini cdfff06
[iOS] Fixes mocked summit store call.
gcutrini 49d271b
[macOS] Fixes closures syntax.
gcutrini 3fe2327
[macOS] Fixes html to attributed string conversion.
gcutrini 804c9a6
[macOS] Migrates to swift 4 syntax.
gcutrini 4f12d1d
[macOS] Makes segues strings into identifiers.
gcutrini f2c11fa
[iOS] Adds missing event kit default calendar unwrapping.
gcutrini 059e9b4
[iOS] Adds @objc attribute for minimal inference.
gcutrini 44ab67b
[tvOS] Fixes closure syntax.
gcutrini d42ac30
[tvOS] Fixes html to attributed string conversion.
gcutrini 44c56e7
[tvOS] Coverts metadata identifier syntax.
gcutrini 06edf7a
[CoreSummit] Treats string as collection.
gcutrini 813dc71
[iOS] Treats string as collection.
gcutrini c2a48de
Updates R.swift.Library dependency.
gcutrini 594c52e
Updates XLPagerTabStrip dependency.
gcutrini 655d989
Updates Cosmos dependency.
gcutrini 9dadbbf
Updates project and settings to target swift 4.
gcutrini File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Nice!