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

Declared some extra nullability to please Xcode 7 beta. #500

Merged
merged 3 commits into from
Aug 7, 2015
Merged

Declared some extra nullability to please Xcode 7 beta. #500

merged 3 commits into from
Aug 7, 2015

Commits on Aug 7, 2015

  1. - Add the "DwelliingDataModel" back as an embedded framework—lost it …

    …last night when I changed its path.
    wilshipley committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    0edd761 View commit details
    Browse the repository at this point in the history
  2. - Added nullability specifiers to shut the latest Xcode 7 compiler up.

    - Had to use "_Null_unspecified" on some because it wasn't clear what to use.
    wilshipley committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    1953ebe View commit details
    Browse the repository at this point in the history
  3. - Changed new "_Null_unspecified" to older "__null_unspecified" so it…

    … works in Xcode 6 as well as 7.
    wilshipley committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    8d9f2b5 View commit details
    Browse the repository at this point in the history