diff --git a/FirebaseAuth/Tests/Sample/AuthSample.xcodeproj/project.pbxproj b/FirebaseAuth/Tests/Sample/AuthSample.xcodeproj/project.pbxproj index a126512cae3..8eff016dc36 100644 --- a/FirebaseAuth/Tests/Sample/AuthSample.xcodeproj/project.pbxproj +++ b/FirebaseAuth/Tests/Sample/AuthSample.xcodeproj/project.pbxproj @@ -58,7 +58,6 @@ DED400C2243E571500BF6D56 /* BYOAuthTests.m in Sources */ = {isa = PBXBuildFile; fileRef = DED400BC243E571500BF6D56 /* BYOAuthTests.m */; }; DED400C3243E571500BF6D56 /* FIRAuthE2eTests.m in Sources */ = {isa = PBXBuildFile; fileRef = DED400BE243E571500BF6D56 /* FIRAuthE2eTests.m */; }; DED400C4243E571500BF6D56 /* FIRAuthE2eTestsBase.m in Sources */ = {isa = PBXBuildFile; fileRef = DED400BF243E571500BF6D56 /* FIRAuthE2eTestsBase.m */; }; - DEF68E952799B9970064CC92 /* SwiftAPI.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEF68E942799B9970064CC92 /* SwiftAPI.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -181,7 +180,6 @@ DED400BD243E571500BF6D56 /* FIRAuthE2eTestsBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FIRAuthE2eTestsBase.h; sourceTree = ""; }; DED400BE243E571500BF6D56 /* FIRAuthE2eTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FIRAuthE2eTests.m; sourceTree = ""; }; DED400BF243E571500BF6D56 /* FIRAuthE2eTestsBase.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FIRAuthE2eTestsBase.m; sourceTree = ""; }; - DEF68E942799B9970064CC92 /* SwiftAPI.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftAPI.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ diff --git a/FirebaseAuth/Tests/Sample/SwiftApiTests/SwiftAPI.swift b/FirebaseAuth/Tests/Unit/SwiftAPI.swift similarity index 100% rename from FirebaseAuth/Tests/Sample/SwiftApiTests/SwiftAPI.swift rename to FirebaseAuth/Tests/Unit/SwiftAPI.swift diff --git a/Package.swift b/Package.swift index 8d770c2d007..400fadd9167 100644 --- a/Package.swift +++ b/Package.swift @@ -463,6 +463,7 @@ let package = Package( "FIRAuthKeychainServicesTests.m", // TODO: figure out SPM keychain testing "FIRAuthTests.m", "FIRUserTests.m", + "SwiftAPI.swift", // Only builds via CocoaPods testing until Swift source update. ], cSettings: [ .headerSearchPath("../../.."),