Skip to content

Commit 7a6c843

Browse files
committed
Remove UIKit-based LoginView.swift
1 parent 243afcb commit 7a6c843

File tree

5 files changed

+3
-200
lines changed

5 files changed

+3
-200
lines changed

FirebaseAuth/Tests/SampleSwift/AuthenticationExample.xcodeproj/project.pbxproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@
126126
EA217894248979E200736757 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
127127
EA3348312C90EFE40091D7C2 /* LoginViewSwiftUI.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginViewSwiftUI.swift; sourceTree = "<group>"; };
128128
EA527CA924A0766D00ADB9A2 /* OtherAuthViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OtherAuthViewController.swift; sourceTree = "<group>"; };
129-
EA527CAB24A0EE9600ADB9A2 /* LoginView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginView.swift; sourceTree = "<group>"; };
130129
EAB3A1782494433500385291 /* DataSourceProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DataSourceProvider.swift; sourceTree = "<group>"; };
131130
EAB3A17B2494628200385291 /* UserViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserViewController.swift; sourceTree = "<group>"; };
132131
EAE08EB424CF5D09006FA3A5 /* AccountLinkingViewController.swift */ = {isa = PBXFileReference; indentWidth = 2; lastKnownFileType = sourcecode.swift; path = AccountLinkingViewController.swift; sourceTree = "<group>"; };
@@ -244,7 +243,6 @@
244243
isa = PBXGroup;
245244
children = (
246245
EA20B46B2495A9F900B5E581 /* SignedOutView.swift */,
247-
EA527CAB24A0EE9600ADB9A2 /* LoginView.swift */,
248246
EA3348312C90EFE40091D7C2 /* LoginViewSwiftUI.swift */,
249247
);
250248
path = CustomViews;
@@ -568,7 +566,6 @@
568566
EAFDF2BE2490439F0082B6F1 /* Animator.swift in Sources */,
569567
EAE4CBC724855E3A00245E92 /* SceneDelegate.swift in Sources */,
570568
EAE08EB524CF5D09006FA3A5 /* AccountLinkingViewController.swift in Sources */,
571-
EA527CAC24A0EE9600ADB9A2 /* LoginView.swift in Sources */,
572569
EAEBCE0F2489FFDE00FCEA92 /* Extensions.swift in Sources */,
573570
);
574571
runOnlyForDeploymentPostprocessing = 0;
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"info" : {
3-
"version" : 1,
4-
"author" : "xcode"
3+
"author" : "xcode",
4+
"version" : 1
55
}
6-
}
6+
}

FirebaseAuth/Tests/SampleSwift/AuthenticationExample/Assets.xcassets/firebaseLogo.imageset/Contents.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

FirebaseAuth/Tests/SampleSwift/AuthenticationExample/CustomViews/LoginView.swift

Lines changed: 0 additions & 173 deletions
This file was deleted.

0 commit comments

Comments
 (0)