Commit a0e8d45d authored by Miro Knejp's avatar Miro Knejp Committed by Jacob Potter

Two separate generators for Objective-C and Objective-C++ code

parent 63a573db
This diff is collapsed.
This diff is collapsed.
......@@ -169,6 +169,7 @@ package object generatorTools {
createFolder("Objective-C[++]", spec.objcOutFolder.get)
createFolder("Objective-C[++] private", spec.objcPrivateOutFolder.get)
new ObjcGenerator(spec).generate(idl)
new ObjcppGenerator(spec).generate(idl)
}
None
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment