Skip to content

0.1 Preview (February 18, 2016)

Pre-release
Pre-release
Compare
Choose a tag to compare
@rajsesh rajsesh released this 18 Feb 23:41
· 2316 commits to master since this release
  • Added support for Accelerate.framework. See pull request #345.
  • Magnification is now disabled by default. For more information, see "Why is magnification disabled by default?” on the FAQ page in our wiki.
  • Compiler Updates
    • Including clang frontend update to version 3.7
    • Community Technology Preview (CTP) of new x86 and ARM optimizing compilers. For more information, see “Does the bridge support ARM?” on the FAQ page in our wiki.
  • Stubbed tons of frameworks with STUB_METHOD/STUB_PROPERTY macros. For more information, see “What’s the deal with all of these stubs?” on the FAQ page in our wiki.
  • Known Issues
    • Apps built for Debug may crash during “free” because the framework is built for Release and thus uses a different memory pool. See bug #353.
    • Several Foundation APIs are marked as stubs, but our unit tests use them, causing warnings.
    • Apps on ARM devices crash upon app resume.
    • Some application layout might be incorrect on high resolution devices, particularly phones. This issue can be partially addressed by disabling magnification in the SDK. A better fix will be available in the next release.
    • Selecting a text box on a phone or tablet device won’t bring up the onscreen keyboard. See bug #332.
    • Apps that use GLKit might show a blank screen when device orientation is changed.
    • Apps crash on ARM when trying to catch exceptions. See bug #352.
    • Finally blocks cause an internal compiler error when used with –g. See bug #354.