From df0e5cc0f6d23b398458a906f014c9a56ef440d2 Mon Sep 17 00:00:00 2001 From: Siarhei Yakushevich Date: Tue, 19 May 2026 17:52:34 +0200 Subject: [PATCH 1/2] Fixing the sample issue. --- SwiftDemo/SwiftDemo.xcodeproj/project.pbxproj | 3 +++ SwiftDemo/SwiftUIDemo/SwiftUIDemoApp.swift | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/SwiftDemo/SwiftDemo.xcodeproj/project.pbxproj b/SwiftDemo/SwiftDemo.xcodeproj/project.pbxproj index 90db6cc..5e41d04 100644 --- a/SwiftDemo/SwiftDemo.xcodeproj/project.pbxproj +++ b/SwiftDemo/SwiftDemo.xcodeproj/project.pbxproj @@ -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 */; }; @@ -181,6 +182,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 6C99B6732F433F5900FBBF4F /* GLMap in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -366,6 +368,7 @@ ); name = SwiftUIDemo; packageProductDependencies = ( + 6CF6700D2F432ACF00BFAED6 /* GLMap */, ); productName = SwiftUIDemo; productReference = 6C99B65C2A05097C00FBBF4F /* SwiftUIDemo.app */; diff --git a/SwiftDemo/SwiftUIDemo/SwiftUIDemoApp.swift b/SwiftDemo/SwiftUIDemo/SwiftUIDemoApp.swift index 124201c..d2a5a61 100644 --- a/SwiftDemo/SwiftUIDemo/SwiftUIDemoApp.swift +++ b/SwiftDemo/SwiftUIDemo/SwiftUIDemoApp.swift @@ -7,12 +7,12 @@ // import GLMap +import GLMapSwift import SwiftUI @main struct SwiftUIDemoApp: App { init() { - GLMapManager.activate(apiKey: <#API key#>) } var body: some Scene { From eec2596afed3e65348ed0c4d885b060dd7ae3d9d Mon Sep 17 00:00:00 2001 From: Siarhei Yakushevich Date: Wed, 20 May 2026 09:47:50 +0200 Subject: [PATCH 2/2] rolledback --- SwiftDemo/SwiftUIDemo/SwiftUIDemoApp.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/SwiftDemo/SwiftUIDemo/SwiftUIDemoApp.swift b/SwiftDemo/SwiftUIDemo/SwiftUIDemoApp.swift index d2a5a61..3989c13 100644 --- a/SwiftDemo/SwiftUIDemo/SwiftUIDemoApp.swift +++ b/SwiftDemo/SwiftUIDemo/SwiftUIDemoApp.swift @@ -13,6 +13,7 @@ import SwiftUI @main struct SwiftUIDemoApp: App { init() { + GLMapManager.activate(apiKey: <#API key#>) } var body: some Scene {