Skip to content

Commit

Permalink
fix: [visionos] Minor project cleanup (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmed-Ali committed Apr 5, 2024
2 parents e1dab44 + 40ea74b commit d2934fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions Apps/VisionOS/VisionOS.xcodeproj/project.pbxproj
Expand Up @@ -44,7 +44,6 @@
6066B2622BAFC86F005A4135 /* TrackEventsView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TrackEventsView.swift; sourceTree = "<group>"; };
6066B2642BAFCBEB005A4135 /* ProfileAttributesView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileAttributesView.swift; sourceTree = "<group>"; };
606F2C202B9B79F3004E7318 /* PropertiesInputView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PropertiesInputView.swift; sourceTree = "<group>"; };
60B792DB2BAFC0F700E8F886 /* TrackEventsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TrackEventsView.swift; sourceTree = "<group>"; };
60C32BEB2BABAD4D006F5DC3 /* ViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewModel.swift; sourceTree = "<group>"; };
60DE3F7A2BAD38C600C6816C /* IdentifyView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IdentifyView.swift; sourceTree = "<group>"; };
60DE3F7C2BAD392000C6816C /* CodeSnippetHelper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CodeSnippetHelper.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -90,14 +89,6 @@
path = CommonViews;
sourceTree = "<group>";
};
6066B2612BAFC806005A4135 /* Recovered References */ = {
isa = PBXGroup;
children = (
60B792DB2BAFC0F700E8F886 /* TrackEventsView.swift */,
);
name = "Recovered References";
sourceTree = "<group>";
};
60E792502BACDE36003736F4 /* APIViews */ = {
isa = PBXGroup;
children = (
Expand All @@ -116,7 +107,6 @@
60F967302B9125D000A4E95E /* Packages */,
60F9672E2B9125D000A4E95E /* Products */,
60F9674C2B91269D00A4E95E /* Frameworks */,
6066B2612BAFC806005A4135 /* Recovered References */,
);
sourceTree = "<group>";
};
Expand Down
2 changes: 1 addition & 1 deletion Apps/VisionOS/VisionOS/AppDelegate.swift
Expand Up @@ -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:
Expand Down

0 comments on commit d2934fe

Please sign in to comment.