Skip to content

Commit

Permalink
Add GPX test route
Browse files Browse the repository at this point in the history
  • Loading branch information
sgusakovsky committed Jan 11, 2024
1 parent c35f366 commit 3fc5343
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions example/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
E344B0642B500B290059F562 /* London route 2.gpx in Resources */ = {isa = PBXBuildFile; fileRef = E344B0632B500B290059F562 /* London route 2.gpx */; };
E3D122FA2B3C1D7B00E1418C /* London route.gpx in Resources */ = {isa = PBXBuildFile; fileRef = E3D122F92B3C1D7B00E1418C /* London route.gpx */; };
/* End PBXBuildFile section */

Expand Down Expand Up @@ -48,6 +49,7 @@
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
A88951CD632EF5DC71A18707 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
CB7FEA3162785095C699862C /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
E344B0632B500B290059F562 /* London route 2.gpx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = "London route 2.gpx"; sourceTree = "<group>"; };
E3D122F92B3C1D7B00E1418C /* London route.gpx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = "London route.gpx"; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand Down Expand Up @@ -114,6 +116,7 @@
97C146F01CF9000F007C117D /* Runner */ = {
isa = PBXGroup;
children = (
E344B0632B500B290059F562 /* London route 2.gpx */,
E3D122F92B3C1D7B00E1418C /* London route.gpx */,
97C146FA1CF9000F007C117D /* Main.storyboard */,
97C146FD1CF9000F007C117D /* Assets.xcassets */,
Expand Down Expand Up @@ -193,6 +196,7 @@
E3D122FA2B3C1D7B00E1418C /* London route.gpx in Resources */,
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */,
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
E344B0642B500B290059F562 /* London route 2.gpx in Resources */,
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
);
Expand Down
Loading

0 comments on commit 3fc5343

Please sign in to comment.