Skip to content

Instantly share code, notes, and snippets.

@dongelen
Created May 26, 2014 11:53
Show Gist options
  • Save dongelen/2cc3b6182fe654fa7da5 to your computer and use it in GitHub Desktop.
Save dongelen/2cc3b6182fe654fa7da5 to your computer and use it in GitHub Desktop.
# rakefile
app.info_plist['CFBundleURLTypes'] = [{'CFBundleURLName' => 'nl.ray.lookback', 'CFBundleURLSchemes' => ['ray'] }]
# app delegate
def application(application, openURL:url, sourceApplication:sourceApplication, annotation:annotation)
p sourceApplication
p annotation
p url
p url.query
$u = url
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment