Skip to content

Commit

Permalink
Add test path
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelhozeman committed Sep 21, 2022
1 parent 129e0ec commit 097a508
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Examples/Swift/_TestPath.gpx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<gpx
xmlns="http://www.topografix.com/GPX/1/1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd"
version="1.1"
creator="gpx-poi.com">

<wpt lon="5.550502" lat="52.039334"></wpt>
</gpx>
6 changes: 5 additions & 1 deletion MapboxNavigation.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@
DADAD82E20350849002E25CA /* MBRouteVoiceController.h in Headers */ = {isa = PBXBuildFile; fileRef = DADAD82C20350849002E25CA /* MBRouteVoiceController.h */; settings = {ATTRIBUTES = (Public, ); }; };
DADAD82F20350849002E25CA /* MBRouteVoiceController.m in Sources */ = {isa = PBXBuildFile; fileRef = DADAD82D20350849002E25CA /* MBRouteVoiceController.m */; };
DAFA92071F01735000A7FB09 /* DistanceFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 351BEC0B1E5BCC72006FE110 /* DistanceFormatter.swift */; };
F1D8FD2F28DB0A67006626A1 /* _TestPath.gpx in Resources */ = {isa = PBXBuildFile; fileRef = F1D8FD2E28DB0A67006626A1 /* _TestPath.gpx */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -844,6 +845,7 @@
DAFEB36D2093A11F00A86A83 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/Localizable.strings; sourceTree = "<group>"; };
DAFEB36E2093A3E000A86A83 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/Localizable.strings; sourceTree = "<group>"; };
DAFEB36F2093A3EF00A86A83 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = ko; path = Resources/ko.lproj/Localizable.stringsdict; sourceTree = "<group>"; };
F1D8FD2E28DB0A67006626A1 /* _TestPath.gpx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = _TestPath.gpx; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -1007,8 +1009,8 @@
children = (
DACCD9CD1F1FE05C00BB09A1 /* Example-Swift-BridgingHeader.h */,
355D20DB1EF30A6D0012B1E0 /* tunnel.route */,
354D9F871EF2FE900006FAA8 /* tunnel.json */,
35002D661E5F6B1B0090E733 /* Main.storyboard */,
354D9F871EF2FE900006FAA8 /* tunnel.json */,
35002D5F1E5F6ADB0090E733 /* Assets.xcassets */,
35002D601E5F6ADB0090E733 /* Base.lproj */,
35002D5D1E5F6ABB0090E733 /* Info.plist */,
Expand Down Expand Up @@ -1193,6 +1195,7 @@
6441B1691EFC64E50076499F /* WaypointConfirmationViewController.swift */,
C51FC31620F689F800400CE7 /* CustomStyles.swift */,
3577B877214FF35800094294 /* FavoritesList.swift */,
F1D8FD2E28DB0A67006626A1 /* _TestPath.gpx */,
);
name = Swift;
path = Examples/Swift;
Expand Down Expand Up @@ -1857,6 +1860,7 @@
files = (
C57AD98A20EAA39A0087B24B /* Entitlements.plist in Resources */,
35002D691E5F6B2F0090E733 /* Main.storyboard in Resources */,
F1D8FD2F28DB0A67006626A1 /* _TestPath.gpx in Resources */,
354D9F891EF2FE900006FAA8 /* tunnel.json in Resources */,
35002D611E5F6ADB0090E733 /* Assets.xcassets in Resources */,
35002D621E5F6ADB0090E733 /* Base.lproj in Resources */,
Expand Down

0 comments on commit 097a508

Please sign in to comment.