@@ -56,17 +56,21 @@ chosen using the standard `X_DEPLOYMENT_TARGET` environment variables:
5656 ` gnustep-1-8 ` .
5757
5858
59- ### Window 's [ ` WinObjC ` ] ( https://github.com/microsoft/WinObjC )
59+ ### Microsoft 's [ ` WinObjC ` ] ( https://github.com/microsoft/WinObjC )
6060
61- - Feature flag: ` winobjc ` .
61+ - Feature flag: ` unstable-winobjc ` .
62+
63+ ** Unstable: Hasn't been tested on Windows yet!**
6264
6365This is essentially just [ a fork] ( https://github.com/microsoft/libobjc2 ) based
6466on GNUStep's ` libobjc2 ` version 1.8, with very few user-facing changes.
6567
6668
67- ### [ ` ObjFW ` ] ( https://github.com/ObjFW/ObjFW ) (WIP)
69+ ### [ ` ObjFW ` ] ( https://github.com/ObjFW/ObjFW )
70+
71+ - Feature flag: ` unstable-objfw ` .
6872
69- - Feature flag: ` objfw ` .
73+ ** Unstable: Doesn't work yet! **
7074
7175TODO.
7276
@@ -79,7 +83,7 @@ and `objc_autoreleasePoolPop` is a vital requirement for most applications.
7983
8084Just so we're being clear, this rules out the GCC [ ` libobjc ` ] [ gcc-libobjc ]
8185runtime (see [ this] [ gcc-objc-support ] ), the [ ` mulle-objc ` ] runtime and
82- [ cocotron] . (But support for [ ` ObjFW ` ] and [ ` darling ` ] may be added).
86+ [ cocotron] . (But support for [ ` darling ` ] may be added).
8387More information on different runtimes can be found in GNUStep's
8488[ Objective-C Compiler and Runtime FAQ] [ gnustep-faq ] .
8589
@@ -88,7 +92,6 @@ More information on different runtimes can be found in GNUStep's
8892[ gcc-objc-support ] : https://gcc.gnu.org/onlinedocs/gcc/Standards.html#Objective-C-and-Objective-C_002b_002b-Languages
8993[ `mulle-objc` ] : https://github.com/mulle-objc/mulle-objc-runtime
9094[ cocotron ] : https://cocotron.org/
91- [ `ObjFW` ] : https://github.com/ObjFW/ObjFW
9295[ `darling` ] : https://github.com/darlinghq/darling-objc4
9396[ gnustep-faq ] : http://wiki.gnustep.org/index.php/Objective-C_Compiler_and_Runtime_FAQ
9497
0 commit comments