Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
add berlin gpx
Browse files Browse the repository at this point in the history
  • Loading branch information
mltbnz committed Apr 9, 2022
1 parent 830d9e0 commit d952b1e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Berlin:Germany.gpx
@@ -0,0 +1,22 @@
<?xml version="1.0"?>
<gpx version="1.1" creator="Xcode">

<!--
Provide one or more waypoints containing a latitude/longitude pair. If you provide one
waypoint, Xcode will simulate that specific location. If you provide multiple waypoints,
Xcode will simulate a route visiting each waypoint.
-->
<wpt lat="52.524657" lon="13.413939">
<name>Berlin</name>

<!--
Optionally provide a time element for each waypoint. Xcode will interpolate movement
at a rate of speed based on the time elapsed between each waypoint. If you do not provide
a time element, then Xcode will use a fixed rate of speed.
Waypoints must be sorted by time in ascending order.
-->
<time>2014-09-24T14:55:37Z</time>
</wpt>

</gpx>
4 changes: 4 additions & 0 deletions weg-li.xcodeproj/project.pbxproj
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
733BEEEE2801B14200FD2166 /* Berlin:Germany.gpx in Resources */ = {isa = PBXBuildFile; fileRef = 733BEEED2801B14200FD2166 /* Berlin:Germany.gpx */; };
733DA61327FC41BB001910E8 /* DescriptionFeatureAppApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 733DA61227FC41BB001910E8 /* DescriptionFeatureAppApp.swift */; };
733DA61727FC41BB001910E8 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 733DA61627FC41BB001910E8 /* Assets.xcassets */; };
733DA61A27FC41BB001910E8 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 733DA61927FC41BB001910E8 /* Preview Assets.xcassets */; };
Expand All @@ -22,6 +23,7 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
733BEEED2801B14200FD2166 /* Berlin:Germany.gpx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = "Berlin:Germany.gpx"; sourceTree = "<group>"; };
733DA61027FC41BB001910E8 /* DescriptionFeatureApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DescriptionFeatureApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
733DA61227FC41BB001910E8 /* DescriptionFeatureAppApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DescriptionFeatureAppApp.swift; sourceTree = "<group>"; };
733DA61627FC41BB001910E8 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
Expand Down Expand Up @@ -112,6 +114,7 @@
73774AB027B0567A00BAE36F /* WegliKit */,
73719BA5261F137D005E09A3 /* Settings.bundle */,
9FB7509324878FDB00193948 /* README.md */,
733BEEED2801B14200FD2166 /* Berlin:Germany.gpx */,
F834758C234C61CE00244D6F /* weg-li */,
733DA61127FC41BB001910E8 /* DescriptionFeatureApp */,
F834758B234C61CE00244D6F /* Products */,
Expand Down Expand Up @@ -249,6 +252,7 @@
9FB7509424878FDB00193948 /* README.md in Resources */,
734BED492618F12600CCA2ED /* Localizable.strings in Resources */,
F8347594234C61CF00244D6F /* Assets.xcassets in Resources */,
733BEEEE2801B14200FD2166 /* Berlin:Germany.gpx in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
3 changes: 3 additions & 0 deletions weg-li/weg-li.xctestplan
Expand Up @@ -10,6 +10,9 @@
],
"defaultOptions" : {
"language" : "de",
"locationScenario" : {
"identifier" : "..\/..\/Berlin:Germany.gpx"
},
"region" : "DE"
},
"testTargets" : [
Expand Down

0 comments on commit d952b1e

Please sign in to comment.