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

Swift 3 #103

Merged
merged 54 commits into from
Dec 5, 2016
Merged

Swift 3 #103

merged 54 commits into from
Dec 5, 2016

Commits on Jul 2, 2016

  1. Configuration menu
    Copy the full SHA
    e1f777f View commit details
    Browse the repository at this point in the history
  2. Update RBWSafeRealmObject submodule

    Swift 3 fixes
    phatblat committed Jul 2, 2016
    Configuration menu
    Copy the full SHA
    c28ceeb View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2016

  1. Run Swift 3 migration tool

    phatblat committed Jul 3, 2016
    Configuration menu
    Copy the full SHA
    55a1503 View commit details
    Browse the repository at this point in the history
  2. Update RBQSafeRealmObject

    Pointing to phatblat/swift-3 branch
    phatblat committed Jul 3, 2016
    Configuration menu
    Copy the full SHA
    89fdbf1 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2016

  1. Removed extraneous duplicate 'newIndexPath' parameter name

    warning: FetchedResultsController.swift:93:198: Extraneous duplicate parameter name; 'newIndexPath' already has an argument label
    phatblat committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    cf1feea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    266f2c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2016

  1. Configuration menu
    Copy the full SHA
    0328961 View commit details
    Browse the repository at this point in the history
  2. Set SWIFT_VERSION to 3.0

    phatblat committed Oct 9, 2016
    Configuration menu
    Copy the full SHA
    b6bb22c View commit details
    Browse the repository at this point in the history
  3. Ignore Carthage folder

    phatblat committed Oct 9, 2016
    Configuration menu
    Copy the full SHA
    d7d053b View commit details
    Browse the repository at this point in the history
  4. Set .swift-version to 3.0

    phatblat committed Oct 9, 2016
    Configuration menu
    Copy the full SHA
    e8a7504 View commit details
    Browse the repository at this point in the history
  5. Swift and Realm API changes

    phatblat committed Oct 9, 2016
    Configuration menu
    Copy the full SHA
    3514716 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2016

  1. Configuration menu
    Copy the full SHA
    6776c96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff5cd2d View commit details
    Browse the repository at this point in the history
  3. Remove redundant import

    phatblat committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    554e2a3 View commit details
    Browse the repository at this point in the history
  4. Fix imports

    phatblat committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    0a422fe View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2016

  1. Configuration menu
    Copy the full SHA
    b2e926d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7387036 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    585585a View commit details
    Browse the repository at this point in the history
  4. Add Source folder to HEADER_SEARCH_PATHS

    So that namespaced <> #imports work within the project
    phatblat committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    42d5151 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    023a72e View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2016

  1. Configuration menu
    Copy the full SHA
    2bdd55c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8c84dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2560ec3 View commit details
    Browse the repository at this point in the history
  4. Convert examples to Swift 3

    phatblat committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    baf0a3b View commit details
    Browse the repository at this point in the history
  5. Remove submodules

    phatblat committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    e68c4db View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2016

  1. Include depdendencies in objc example project through CocoaPods

    Remove project references to dependencies
    phatblat committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    45de7f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4b6543 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2016

  1. Configuration menu
    Copy the full SHA
    19bc602 View commit details
    Browse the repository at this point in the history
  2. Use Swift 3.0.1

    Xcode 8.1
    phatblat committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    52fdbc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f71d779 View commit details
    Browse the repository at this point in the history
  4. Integrate RBQFRC dependencies as pods

    Introduces a Podfile and workspace at the root of the repo for the RBQFetchedResultsController project.
    phatblat committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    9302726 View commit details
    Browse the repository at this point in the history
  5. Group shared_pods

    phatblat committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    031af3c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    38399e2 View commit details
    Browse the repository at this point in the history
  7. Fix Swift-cocoapods project

    - Remove static inclusion of dependencies
    - Update bridging header imports to include module name
    phatblat committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    13f71cd View commit details
    Browse the repository at this point in the history
  8. Add missing imports

    phatblat committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    871d8a3 View commit details
    Browse the repository at this point in the history
  9. Fix Realm API calls

    phatblat committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    b43a783 View commit details
    Browse the repository at this point in the history
  10. Apply Xcode 8.1 recommended settings

    Aside from ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES, allowing CocoaPods to manage it
    phatblat committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    3571a5d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    165e2aa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9d73e18 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    488e0af View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a5286c2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d0bc607 View commit details
    Browse the repository at this point in the history
  16. Fix up podfiles

    phatblat committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    07f275a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1d69423 View commit details
    Browse the repository at this point in the history
  18. Fix RealmUtilities import

    phatblat committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    30dc4ff View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2016

  1. Restore DelegateProxy superclass to NSObject

    Removed Realm initializer stubs
    phatblat committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    9c9f4d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2016

  1. Configuration menu
    Copy the full SHA
    6c08ea7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed52c84 View commit details
    Browse the repository at this point in the history
  3. Restore optional IndexPath parameters

    controller(didChangeObject:atIndexPath:forChangeType:newIndexPath:)
    
    Force unwrapping the IndexPaths makes this method unsafe.
    phatblat committed Nov 22, 2016
    Configuration menu
    Copy the full SHA
    8092117 View commit details
    Browse the repository at this point in the history
  4. Copy syncConfiguration and objectTypes->objectClasses property values…

    … in toRLMConfiguration
    phatblat committed Nov 22, 2016
    Configuration menu
    Copy the full SHA
    e3d445d View commit details
    Browse the repository at this point in the history
  5. Remove dead code

    phatblat committed Nov 22, 2016
    Configuration menu
    Copy the full SHA
    d197337 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2016

  1. Hack to get around issue with cache objects appearing in Realm when b…

    …uilding RBQFRC not as a framework
    phatblat committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    0d60ee9 View commit details
    Browse the repository at this point in the history
  2. Clean up hack

    phatblat committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    9e33894 View commit details
    Browse the repository at this point in the history
  3. Remove obsolete comments

    phatblat committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    8254a40 View commit details
    Browse the repository at this point in the history