dinghy 0.1.4

Painless tests on mobile devices
#[cfg(target_os="macos")]
fn main(){
    println!("cargo:rustc-link-search=framework=/System/Library/PrivateFrameworks");
}

#[cfg(not(target_os="macos"))]
fn main(){
}