Skip to content

Commit 81faa33

Browse files
committed
add locations demo
1 parent 8a0645d commit 81faa33

File tree

4 files changed

+435
-9
lines changed

4 files changed

+435
-9
lines changed

SDK v6 Examples/PlaygroundSamples/PlaygroundSamples.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
4B0000011111111111111127 /* arena_basketball.png in Resources */ = {isa = PBXBuildFile; fileRef = 4B0000010000000000000017 /* arena_basketball.png */; };
3333
4B0000011111111111111128 /* arena_concert.png in Resources */ = {isa = PBXBuildFile; fileRef = 4B0000010000000000000018 /* arena_concert.png */; };
3434
4B0000011111111111111129 /* Mappedin in Frameworks */ = {isa = PBXBuildFile; productRef = 4B0000020000000000000001 /* Mappedin */; };
35+
D175A38A2EF9CE9600F925EF /* LocationsDemoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D175A3892EF9CE9300F925EF /* LocationsDemoViewController.swift */; };
3536
/* End PBXBuildFile section */
3637

3738
/* Begin PBXFileReference section */
@@ -61,6 +62,7 @@
6162
4B0000010000000000000018 /* arena_concert.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = arena_concert.png; sourceTree = "<group>"; };
6263
4B0000010000000000000019 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
6364
4B000001000000000000001A /* PlaygroundSamples.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PlaygroundSamples.app; sourceTree = BUILT_PRODUCTS_DIR; };
65+
D175A3892EF9CE9300F925EF /* LocationsDemoViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocationsDemoViewController.swift; sourceTree = "<group>"; };
6466
/* End PBXFileReference section */
6567

6668
/* Begin PBXFrameworksBuildPhase section */
@@ -86,6 +88,7 @@
8688
4B0000040000000000000002 /* PlaygroundSamples */ = {
8789
isa = PBXGroup;
8890
children = (
91+
D175A3892EF9CE9300F925EF /* LocationsDemoViewController.swift */,
8992
4B0000010000000000000001 /* AppDelegate.swift */,
9093
4B0000010000000000000002 /* SceneDelegate.swift */,
9194
4B0000010000000000000003 /* ViewController.swift */,
@@ -219,6 +222,7 @@
219222
4B000001111111111111111F /* ModelsDemoViewController.swift in Sources */,
220223
4B0000011111111111111120 /* NavigationDemoViewController.swift in Sources */,
221224
4B0000011111111111111121 /* PathsDemoViewController.swift in Sources */,
225+
D175A38A2EF9CE9600F925EF /* LocationsDemoViewController.swift in Sources */,
222226
4B0000011111111111111122 /* QueryDemoViewController.swift in Sources */,
223227
4B0000011111111111111123 /* SearchDemoViewController.swift in Sources */,
224228
);

SDK v6 Examples/PlaygroundSamples/PlaygroundSamples.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)