Skip to content

Commit

Permalink
Merge pull request intentkit#41 from r1cky1337/master
Browse files Browse the repository at this point in the history
added waze support
  • Loading branch information
lazerwalker committed Jul 24, 2014
2 parents d5d6b3f + 572a20d commit 68d1ffd
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion IntentKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Pod::Spec.new do |s|
s.subspec 'Maps' do |ss|
ss.dependency 'IntentKit/Core'
ss.source_files = 'IntentKit/Handlers/INKMapsHandler.{h,m}'
ss.resource_bundles = { 'IntentKit-INKMapsHandler' => "IntentKit/Apps/{Maps,Google Maps}/*.{plist,png}" }
ss.resource_bundles = { 'IntentKit-INKMapsHandler' => "IntentKit/Apps/{Maps,Google Maps,Waze}/*.{plist,png}" }
ss.requires_arc = true
end

Expand Down
13 changes: 13 additions & 0 deletions IntentKit/Apps/Waze/Waze.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>Waze</string>
<key>actions</key>
<dict>
<key>directionsFrom:to:mode:</key>
<string>waze://?ll={{to}}&amp;navigate=yes</string>
</dict>
</dict>
</plist>
Binary file added IntentKit/Apps/Waze/Waze.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added IntentKit/Apps/Waze/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added IntentKit/Apps/Waze/Waze@2x~ipad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added IntentKit/Apps/Waze/Waze~ipad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 68d1ffd

Please sign in to comment.