Skip to content

Commit d33b8b3

Browse files
authored
SPM - Auth unit tests (#6011)
1 parent 5f07a79 commit d33b8b3

File tree

97 files changed

+193
-83
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+193
-83
lines changed

.github/workflows/spm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ jobs:
2727
run: xcodebuild -scheme Firebase-Package test
2828
- name: Core ObjC Unit Tests iOS
2929
run: xcodebuild -scheme Firebase-Package test -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 11'
30+
- name: Core ObjC Unit Tests tvOS
31+
run: xcodebuild -scheme Firebase-Package test -sdk appletvsimulator -destination 'platform=tvOS Simulator,name=Apple TV'

FirebaseAuth/Sources/AuthProvider/Phone/FIRPhoneAuthCredential.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
#include <TargetConditionals.h>
17+
#import <TargetConditionals.h>
1818
#if TARGET_OS_IOS
1919

2020
#import "FirebaseAuth/Sources/Public/FIRPhoneAuthCredential.h"

FirebaseAuth/Sources/AuthProvider/Phone/FIRPhoneAuthCredential_Internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
#include <TargetConditionals.h>
17+
#import <TargetConditionals.h>
1818
#if TARGET_OS_IOS
1919

2020
#import <Foundation/Foundation.h>

FirebaseAuth/Sources/AuthProvider/Phone/FIRPhoneAuthProvider.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
#include <TargetConditionals.h>
17+
#import <TargetConditionals.h>
1818
#if TARGET_OS_IOS
1919

2020
#import "FirebaseAuth/Sources/Public/FIRAuthSettings.h"

FirebaseAuth/Sources/Backend/FIRAuthBackend+MultiFactor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
#include <TargetConditionals.h>
17+
#import <TargetConditionals.h>
1818
#if TARGET_OS_IOS
1919

2020
#import "FirebaseAuth/Sources/Backend/FIRAuthBackend.h"

FirebaseAuth/Sources/Backend/FIRAuthBackend+MultiFactor.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
#include <TargetConditionals.h>
17+
#import <TargetConditionals.h>
1818
#if TARGET_OS_IOS
1919

2020
#import "FirebaseAuth/Sources/Backend/FIRAuthBackend+MultiFactor.h"

FirebaseAuth/Sources/MultiFactor/FIRMultiFactor+Internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
#include <TargetConditionals.h>
17+
#import <TargetConditionals.h>
1818
#if TARGET_OS_IOS
1919

2020
#import "FirebaseAuth/Sources/Public/FIRMultiFactor.h"

FirebaseAuth/Sources/MultiFactor/FIRMultiFactor.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
#include <TargetConditionals.h>
16+
#import <TargetConditionals.h>
1717
#if TARGET_OS_IOS
1818

1919
#import "FirebaseAuth/Sources/Public/FIRMultiFactor.h"

FirebaseAuth/Sources/MultiFactor/FIRMultiFactorAssertion+Internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
#include <TargetConditionals.h>
17+
#import <TargetConditionals.h>
1818
#if TARGET_OS_IOS
1919

2020
#import "FirebaseAuth/Sources/Public/FIRMultiFactorAssertion.h"

FirebaseAuth/Sources/MultiFactor/FIRMultiFactorAssertion.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
#include <TargetConditionals.h>
17+
#import <TargetConditionals.h>
1818
#if TARGET_OS_IOS
1919

2020
#import "FirebaseAuth/Sources/Public/FIRMultiFactorAssertion.h"

0 commit comments

Comments
 (0)