Skip to content

Commit

Permalink
Initial work, replacing enums and the like
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerrad Thramer authored and 1ec5 committed Nov 2, 2019
1 parent 702ed4e commit c1aad9d
Show file tree
Hide file tree
Showing 26 changed files with 375 additions and 1,048 deletions.
7 changes: 0 additions & 7 deletions Directions Example/AppDelegate.h

This file was deleted.

14 changes: 0 additions & 14 deletions Directions Example/AppDelegate.m

This file was deleted.

4 changes: 2 additions & 2 deletions Directions Example/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
<string>44</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Use the user location to fetch a route from their current position.</string>
<key>UILaunchStoryboardName</key>
<string>Launch Screen</string>
<key>UIRequiredDeviceCapabilities</key>
Expand All @@ -41,7 +43,5 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Use the user location to fetch a route from their current position.</string>
</dict>
</plist>
5 changes: 0 additions & 5 deletions Directions Example/ViewController.h

This file was deleted.

75 changes: 0 additions & 75 deletions Directions Example/ViewController.m

This file was deleted.

9 changes: 0 additions & 9 deletions Directions Example/main.m

This file was deleted.

Loading

0 comments on commit c1aad9d

Please sign in to comment.