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

Add support for building Realm & RealmSwift for tvOS #2506

Closed
wants to merge 9 commits into from

Commits on Oct 13, 2015

  1. Update for changes in core's API.

    1. `Expression::get_table` is now `const`.
    2. `File::AccessError` now carries the path with it. Update how we call
       its constructor, and provide an overload of `RLMMakeError` that
       exposes the path as `NSFilePathErrorKey`.
    bdash authored and kishikawakatsumi committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    ab2fe58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fa1d0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39ffa2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18bd97c View commit details
    Browse the repository at this point in the history
  5. use tvos-beta2 build of core

    jpsim authored and kishikawakatsumi committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    d37e5b2 View commit details
    Browse the repository at this point in the history
  6. Adding tvos to the build.sh command list.

    Adam Fish authored and kishikawakatsumi committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    616227a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9c5a041 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    878b157 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    70161af View commit details
    Browse the repository at this point in the history