The poll to decide which was going to be the name space of the project has been taken down and here are the results:
Mono.ObjC and Mono.ObjC."Framework Name" 18 66.7%
Mono.MacOSX.ObjC and Mono.MacOSX."Framework Name" 5 18.5%
Mono.Apple.ObjC and Mono.Apple."Framework Name" 2 7.4%
Other 2 7.4%
The total number of votes was 27, being Mono.ObjC and Mono.ObjC."Framework" the winner. Now that we have decided the name space we would like to know if there is any of you that wants to help with the coding/documenting, as soon as we have done that we an make important decisions and start the hard work. Please use the mailing list to contact us:
Good news Geoff Norton has announced release of the new bundle of Mono for Mac Os X, in this bundle you can find:
Mono 1.2.6
Monodevelop
MoMa
Currently there have been already tries to compile the ObjC v2 bindings using the Mono provided in the bundle, if you do so, you will get the following compiling error:
cd src && make gmcs -nowarn:162 *.cs -target:library -out:../test/objc2-sharp.dll Method.cs(24,82): error CS1644: Feature `collection initializers' cannot be used because it is not part of the C# 2.0 language specification
Object.cs(74,49): error CS1644: Feature `object initializers' cannot be used because it is not part of the C# 2.0 language specification Compilation failed: 2 error(s), 0 warnings make[1]: *** [all] Error 1 make: *** [all] Error 2
This can be solved adding to the make file that is found in ./src the flag: