Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions SwiftDemo/SwiftDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
6C99B6612A05097C00FBBF4F /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C99B6602A05097C00FBBF4F /* ContentView.swift */; };
6C99B6632A05097D00FBBF4F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6C99B6622A05097D00FBBF4F /* Assets.xcassets */; };
6C99B6662A05097D00FBBF4F /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6C99B6652A05097D00FBBF4F /* Preview Assets.xcassets */; };
6C99B6732F433F5900FBBF4F /* GLMap in Frameworks */ = {isa = PBXBuildFile; productRef = 6CF6700D2F432ACF00BFAED6 /* GLMap */; };
6C99B66C2A0509E100FBBF4F /* MoveMapExampleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C99B66A2A0509E100FBBF4F /* MoveMapExampleView.swift */; };
6C99B66D2A0509E100FBBF4F /* ExampleList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C99B66B2A0509E100FBBF4F /* ExampleList.swift */; };
6C99B6712A050A5C00FBBF4F /* GLMapViewRepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C99B6702A050A5C00FBBF4F /* GLMapViewRepresentable.swift */; };
Expand Down Expand Up @@ -181,6 +182,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
6C99B6732F433F5900FBBF4F /* GLMap in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -366,6 +368,7 @@
);
name = SwiftUIDemo;
packageProductDependencies = (
6CF6700D2F432ACF00BFAED6 /* GLMap */,
);
productName = SwiftUIDemo;
productReference = 6C99B65C2A05097C00FBBF4F /* SwiftUIDemo.app */;
Expand Down
1 change: 1 addition & 0 deletions SwiftDemo/SwiftUIDemo/SwiftUIDemoApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//

import GLMap
import GLMapSwift
import SwiftUI

@main
Expand Down