WinObjC 0.1.160621 預覽版發布 - OSCHINA - 中文開源技術交流社區

2021-01-08 開源中國

WinObjC 0.1 預覽版發布了,WinObjC 是 微軟開源的 Winodws 到 iOS 的「橋梁」。

Windows Bridge for iOS (WinObjC) 為 Visual Studio/Windows 提供一個 Objective-C 開發環境。此外,WinObjC 提供對 iOS API 兼容的支持。

改進日誌如下:

Starting this week, you can take a sneak peek at an early version of the new features for Objective-C language support. The bridge now includes an Alpha release enabling the additional features in the form of a pkgdef file, which includes:

Proper syntax highlighting for NSStrings

Navigation Bar in the editor

No incorrect error flagging in Objective-C .h files

Comment & Uncomment selection commands (Ctrl+K+C and Ctrl+K+U)

Partial support for the 「Peek Definition」, 「Go To Declaration」, 「Go To Definition」, 「Find All References」, 「View Call Hierarchy」 and 「Toggle Header/ Code File」 right click commands

Compiler update: the compiler now uses C++14 as the default standard for (Objective-)C++. See the full announcement here

List of things we added support for:

Reuse CFPreference in NSURLDefaults

Introduce CRT support for 2-stage Objective-C initialization

Add support for mutate-during-enumerate exceptions

Support for missing CFStringTokenizer apis #528

List of GitHub issues we fixed

Fix for NSPredicate predicateWithFormat #541

Fix for Dealloc of NSOperationQueue causing crash #539

Fix for NSPropertyListSerialization mutabilityOption not working #538

下載地址:https://github.com/Microsoft/WinObjC/releases/tag/0.1.160621

相關焦點