From 75927d00e2d39c6596af02ae18950e35c63df820 Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Sat, 28 Feb 2026 19:25:01 -0800 Subject: [PATCH] chore(ios): add TelemetryService + FeatureFlagService to Xcode project --- ios/ChronoMind.xcodeproj/project.pbxproj | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ios/ChronoMind.xcodeproj/project.pbxproj b/ios/ChronoMind.xcodeproj/project.pbxproj index 3a83cc3..61443cd 100644 --- a/ios/ChronoMind.xcodeproj/project.pbxproj +++ b/ios/ChronoMind.xcodeproj/project.pbxproj @@ -37,6 +37,8 @@ BB2200001111AAAA33334444 /* KeychainHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB2200001111AAAA33335555 /* KeychainHelper.swift */; }; BB2200001111AAAA33336666 /* AuthService.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB2200001111AAAA33337777 /* AuthService.swift */; }; BB2200001111AAAA33338888 /* LoginView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB2200001111AAAA33339999 /* LoginView.swift */; }; + CC1100001111AAAA11113333 /* TelemetryService.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC1100001111AAAA11112222 /* TelemetryService.swift */; }; + CC1100001111AAAA11115555 /* FeatureFlagService.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC1100001111AAAA11114444 /* FeatureFlagService.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -83,6 +85,8 @@ BB2200001111AAAA33335555 /* KeychainHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeychainHelper.swift; sourceTree = ""; }; BB2200001111AAAA33337777 /* AuthService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthService.swift; sourceTree = ""; }; BB2200001111AAAA33339999 /* LoginView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginView.swift; sourceTree = ""; }; + CC1100001111AAAA11112222 /* TelemetryService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TelemetryService.swift; sourceTree = ""; }; + CC1100001111AAAA11114444 /* FeatureFlagService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeatureFlagService.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXGroup section */ @@ -169,7 +173,9 @@ isa = PBXGroup; children = ( BB2200001111AAAA33337777 /* AuthService.swift */, + CC1100001111AAAA11114444 /* FeatureFlagService.swift */, BB2200001111AAAA33335555 /* KeychainHelper.swift */, + CC1100001111AAAA11112222 /* TelemetryService.swift */, ); path = Cloud; sourceTree = ""; @@ -378,6 +384,8 @@ BB2200001111AAAA33334444 /* KeychainHelper.swift in Sources */, BB2200001111AAAA33336666 /* AuthService.swift in Sources */, BB2200001111AAAA33338888 /* LoginView.swift in Sources */, + CC1100001111AAAA11113333 /* TelemetryService.swift in Sources */, + CC1100001111AAAA11115555 /* FeatureFlagService.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; };