From 40ea74b5e3b553676d168f163cba86beb22e2a67 Mon Sep 17 00:00:00 2001 From: Ahmed-CIO Date: Wed, 3 Apr 2024 03:35:42 +0400 Subject: [PATCH] Minor project cleanup --- Apps/VisionOS/VisionOS.xcodeproj/project.pbxproj | 10 ---------- Apps/VisionOS/VisionOS/AppDelegate.swift | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/Apps/VisionOS/VisionOS.xcodeproj/project.pbxproj b/Apps/VisionOS/VisionOS.xcodeproj/project.pbxproj index e3a597280..8aec2df8c 100644 --- a/Apps/VisionOS/VisionOS.xcodeproj/project.pbxproj +++ b/Apps/VisionOS/VisionOS.xcodeproj/project.pbxproj @@ -44,7 +44,6 @@ 6066B2622BAFC86F005A4135 /* TrackEventsView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TrackEventsView.swift; sourceTree = ""; }; 6066B2642BAFCBEB005A4135 /* ProfileAttributesView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileAttributesView.swift; sourceTree = ""; }; 606F2C202B9B79F3004E7318 /* PropertiesInputView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PropertiesInputView.swift; sourceTree = ""; }; - 60B792DB2BAFC0F700E8F886 /* TrackEventsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TrackEventsView.swift; sourceTree = ""; }; 60C32BEB2BABAD4D006F5DC3 /* ViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewModel.swift; sourceTree = ""; }; 60DE3F7A2BAD38C600C6816C /* IdentifyView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IdentifyView.swift; sourceTree = ""; }; 60DE3F7C2BAD392000C6816C /* CodeSnippetHelper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CodeSnippetHelper.swift; sourceTree = ""; }; @@ -90,14 +89,6 @@ path = CommonViews; sourceTree = ""; }; - 6066B2612BAFC806005A4135 /* Recovered References */ = { - isa = PBXGroup; - children = ( - 60B792DB2BAFC0F700E8F886 /* TrackEventsView.swift */, - ); - name = "Recovered References"; - sourceTree = ""; - }; 60E792502BACDE36003736F4 /* APIViews */ = { isa = PBXGroup; children = ( @@ -116,7 +107,6 @@ 60F967302B9125D000A4E95E /* Packages */, 60F9672E2B9125D000A4E95E /* Products */, 60F9674C2B91269D00A4E95E /* Frameworks */, - 6066B2612BAFC806005A4135 /* Recovered References */, ); sourceTree = ""; }; diff --git a/Apps/VisionOS/VisionOS/AppDelegate.swift b/Apps/VisionOS/VisionOS/AppDelegate.swift index f9d711463..7d32cd44d 100644 --- a/Apps/VisionOS/VisionOS/AppDelegate.swift +++ b/Apps/VisionOS/VisionOS/AppDelegate.swift @@ -17,7 +17,7 @@ class AppDelegate: NSObject, UIApplicationDelegate { // Uncomment the following line and set CDP API Key if it is more convenient than setting it in the UI // AppState.shared.workspaceSettings.cdpApiKy = "CDP_API_KEY" - var workspaceSettings = AppState.shared.workspaceSettings + let workspaceSettings = AppState.shared.workspaceSettings if workspaceSettings.isSet() { CustomerIO.initialize( withConfig: