Top Level Namespace
Defined Under Namespace
Modules: ScanBeacon
Constant Summary collapse
- COMPILE_C =
don’t compile the code on non-mac platforms because CoreBluetooth wont be there, and we may not even have the ability to compile ObjC code.
"echo"- LINK_SO =
create a dummy .so file so RubyGems thinks everything was successful. We wont try to load it anyway.
"touch $@"