From a630472bb6c3d2018ddfda1703489cf69083c5f3 Mon Sep 17 00:00:00 2001 From: Chris Tomlinson Date: Thu, 16 Nov 2023 09:38:45 +0000 Subject: [PATCH] Remove spurious xcode project file lines --- ios/Runner.xcodeproj/project.pbxproj | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 3be9900..67fff45 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -16,7 +16,6 @@ 8B253A1628BE694600AA6762 /* CredentialProviderViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B253A1528BE694600AA6762 /* CredentialProviderViewController.swift */; }; 8B253A1928BE694600AA6762 /* MainInterface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8B253A1728BE694600AA6762 /* MainInterface.storyboard */; }; 8B253A1E28BE694600AA6762 /* KeeVaultAutofill.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 8B253A1228BE694600AA6762 /* KeeVaultAutofill.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; - 8B2842E72AF7017A00C8D2D6 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B2842E62AF7017A00C8D2D6 /* Logger.swift */; }; 8B2842EE2AF9172300C8D2D6 /* Puppy in Frameworks */ = {isa = PBXBuildFile; productRef = 8B2842ED2AF9172300C8D2D6 /* Puppy */; }; 8B2842F12AF9173200C8D2D6 /* Logging in Frameworks */ = {isa = PBXBuildFile; productRef = 8B2842F02AF9173200C8D2D6 /* Logging */; }; 8B2842F32AF9503900C8D2D6 /* MyPuppyLogHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B2842F22AF9503900C8D2D6 /* MyPuppyLogHandler.swift */; }; @@ -106,7 +105,6 @@ 8B253A1B28BE694600AA6762 /* KeeVaultAutofill.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = KeeVaultAutofill.entitlements; sourceTree = ""; }; 8B253A2428BF6E0100AA6762 /* Debug-autofill.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "Debug-autofill.xcconfig"; path = "Flutter/Debug-autofill.xcconfig"; sourceTree = ""; }; 8B253A2528BF6E0100AA6762 /* Release-autofill.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "Release-autofill.xcconfig"; path = "Flutter/Release-autofill.xcconfig"; sourceTree = ""; }; - 8B2842E62AF7017A00C8D2D6 /* Logger.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Logger.swift; sourceTree = ""; }; 8B2842F22AF9503900C8D2D6 /* MyPuppyLogHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyPuppyLogHandler.swift; sourceTree = ""; }; 8B594C4428D76F38004B10F0 /* KeeVaultViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeeVaultViewController.swift; sourceTree = ""; }; 8B594C4628D7AB8A004B10F0 /* NewEntryViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewEntryViewController.swift; sourceTree = ""; }; @@ -171,7 +169,6 @@ 8B253A1428BE694600AA6762 /* KeeVaultAutofill */ = { isa = PBXGroup; children = ( - 8B2842E62AF7017A00C8D2D6 /* Logger.swift */, 8B253A1528BE694600AA6762 /* CredentialProviderViewController.swift */, 8B94D3AF291D4A0A00667FDA /* KeychainError.swift */, 8B94D3AD291CF93D00667FDA /* Extensions.swift */, @@ -589,7 +586,6 @@ 8B594C4728D7AB8A004B10F0 /* NewEntryViewController.swift in Sources */, 8BB2225328DB542900693094 /* KeeVaultKeychainEntry.swift in Sources */, 8B94D3B0291D4A0A00667FDA /* KeychainError.swift in Sources */, - 8B2842E72AF7017A00C8D2D6 /* Logger.swift in Sources */, 8BB2225528DC81F100693094 /* SpinnerViewController.swift in Sources */, 8B594C4528D76F38004B10F0 /* KeeVaultViewController.swift in Sources */, 8B94D3AE291CF93D00667FDA /* Extensions.swift in Sources */,