Skip to content

0.1 Preview (March 4, 2016)

Pre-release
Pre-release
Compare
Choose a tag to compare
@weswmsft weswmsft released this 04 Mar 20:43
· 2172 commits to master since this release

• Added 10 new Accelerate.framework APIs (see pull request #366)
• NSCalendarIdentifier fixes (see pull request #368)
• Magnification is once again enabled by default. For more information, see "How does the bridge handle automatic magnification?" on the FAQ page in our wiki.
• NSMapTable, NSPointerFunctions, CGImage, UIView bug fixes, improvements, and unit tests
• Enhancements to OpenAL, AVAudioPlayer
• Added support for UILongPressGestureRecognizer
• Added telemetry collection to syntax-highlighting VSIX. For more information, see “What kind of telemetry does the iOS bridge collect?” on the FAQ page in our wiki.
• Added instrumentation to Xib2Nib to log start/finish, unrecognized tags and unsupported classes. For more information, see “What kind of telemetry does the iOS bridge collect?” on the FAQ page in our wiki.
• Zombies are now supported. To enable zombies, the app must call WinObjC_SetZombiesEnabled(YES) instead of using a project setting.
• HTTPS support