Skip to content
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

Migrate codebase to Swift 3.0 #345

Merged
merged 12 commits into from
Nov 25, 2016
Merged

Migrate codebase to Swift 3.0 #345

merged 12 commits into from
Nov 25, 2016

Commits on Nov 24, 2016

  1. Swift 3.0 conversion first pass

    Changed router to class as can’t reference mutating structs in closure
    Refactored Range<Int> to CountableClosedRange<Int>
    Some ugly explicit bridging
    Change func option(…) to withOptions(…) in Lock.Swift
    cocojoe committed Nov 24, 2016
    Configuration menu
    Copy the full SHA
    25e1750 View commit details
    Browse the repository at this point in the history
  2. Fix Mask/Blur

    cocojoe committed Nov 24, 2016
    Configuration menu
    Copy the full SHA
    74a9ad5 View commit details
    Browse the repository at this point in the history
  3. All tests working

    Removed test code
    cocojoe committed Nov 24, 2016
    Configuration menu
    Copy the full SHA
    0dd6526 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c88a7cb View commit details
    Browse the repository at this point in the history
  5. Access Control revised

    cocojoe committed Nov 24, 2016
    Configuration menu
    Copy the full SHA
    ed2f1c9 View commit details
    Browse the repository at this point in the history
  6. Update AnyObject -> Any

    cocojoe committed Nov 24, 2016
    Configuration menu
    Copy the full SHA
    9e4871a View commit details
    Browse the repository at this point in the history
  7. SwiftLint Cleanup

    cocojoe committed Nov 24, 2016
    Configuration menu
    Copy the full SHA
    11ee4c7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    53a7cd5 View commit details
    Browse the repository at this point in the history
  9. Travis image Xcode 8.1

    cocojoe committed Nov 24, 2016
    Configuration menu
    Copy the full SHA
    6a712f7 View commit details
    Browse the repository at this point in the history
  10. Update Env

    cocojoe committed Nov 24, 2016
    Configuration menu
    Copy the full SHA
    6d7a40d View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2016

  1. SwiftLint update

    cocojoe committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    cc3d727 View commit details
    Browse the repository at this point in the history
  2. More swifty

    Don’t suppress Lock returns
    cocojoe committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    bd771fe View commit details
    Browse the repository at this point in the history