Skip to content

0.1 Preview (August 23, 2016)

Pre-release
Pre-release
Compare
Choose a tag to compare
@weswmsft weswmsft released this 23 Aug 22:57
· 1223 commits to master since this release
  1. Foundation Unit tests can now be built and run on mac for compatibility testing.
  2. Addressbook framework initial support to use windows contacts API. Supports querying contacts.
  3. NSTimeZone is now bridged to CFTimeZone
  4. Several bug fixes in foundation area.
    1. Removed extra copy of libxml from include\libxml
    2. Removed c++/cx usage in libdispatch to improve crash dumps
    3. New projections binaries to fix a regression that removed RTTI.
  5. New wiki pages are now available:
    1. Debugging Stack Traces from Crash Dumps, which details how to collect local crash dumps for your application and how to use Visual Studio or WinDbg to debug them.
    2. Changing the SDK Path of a Project, which explains how to use different versions of the SDK to build your project.
    3. Creating and Linking Against C++ Static Libraries, which describes how to setup your Objective-C project to use C++ static libraries.