Skip to content

Commit

Permalink
Remove spurious xcode project file lines
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyrat committed Nov 16, 2023
1 parent d11b5c8 commit a630472
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */; };
Expand Down Expand Up @@ -106,7 +105,6 @@
8B253A1B28BE694600AA6762 /* KeeVaultAutofill.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = KeeVaultAutofill.entitlements; sourceTree = "<group>"; };
8B253A2428BF6E0100AA6762 /* Debug-autofill.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "Debug-autofill.xcconfig"; path = "Flutter/Debug-autofill.xcconfig"; sourceTree = "<group>"; };
8B253A2528BF6E0100AA6762 /* Release-autofill.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "Release-autofill.xcconfig"; path = "Flutter/Release-autofill.xcconfig"; sourceTree = "<group>"; };
8B2842E62AF7017A00C8D2D6 /* Logger.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Logger.swift; sourceTree = "<group>"; };
8B2842F22AF9503900C8D2D6 /* MyPuppyLogHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyPuppyLogHandler.swift; sourceTree = "<group>"; };
8B594C4428D76F38004B10F0 /* KeeVaultViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeeVaultViewController.swift; sourceTree = "<group>"; };
8B594C4628D7AB8A004B10F0 /* NewEntryViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewEntryViewController.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -171,7 +169,6 @@
8B253A1428BE694600AA6762 /* KeeVaultAutofill */ = {
isa = PBXGroup;
children = (
8B2842E62AF7017A00C8D2D6 /* Logger.swift */,
8B253A1528BE694600AA6762 /* CredentialProviderViewController.swift */,
8B94D3AF291D4A0A00667FDA /* KeychainError.swift */,
8B94D3AD291CF93D00667FDA /* Extensions.swift */,
Expand Down Expand Up @@ -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 */,
Expand Down

0 comments on commit a630472

Please sign in to comment.