Commit 7b384fa7 authored by Miro Knejp's avatar Miro Knejp Committed by Jacob Potter

Changed default Objective-C++ namespace from dropboxsync to djinni_generated

Now it matches the JNI setting. This was probably not supposed to be there...
parent 3a727eda
......@@ -58,7 +58,7 @@ object Main {
var objcIncludePrefix: String = ""
var objcIncludeCppPrefix: String = ""
var objcFileIdentStyleOptional: Option[IdentConverter] = None
var objcppNamespace: String = "dropboxsync"
var objcppNamespace: String = "djinni_generated"
val argParser = new scopt.OptionParser[Unit]("djinni") {
......
......@@ -46,7 +46,7 @@ package object generatorTools {
jniHeaderOutFolder: Option[File],
jniIncludePrefix: String,
jniIncludeCppPrefix: String,
jniNamespace: String = "dropboxsync",
jniNamespace: String,
jniClassIdentStyle: IdentConverter,
jniFileIdentStyle: IdentConverter,
jniBaseLibIncludePrefix: String,
......
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