From cb1f65dfcf78a6cfc11915c2c5695fa023cf3e09 Mon Sep 17 00:00:00 2001 From: "Ben Hamilton (Ben Gertzfield)" Date: Thu, 29 Mar 2018 09:44:48 -0600 Subject: Migrate Firebase off ObjC module @import statements (#992) * Migrate Firebase off @import statements * - Migrate tests and test utils from @import to #import. - Update Xcode projects for tests to explicitly link in framework deps. - Update check_no_module_imports.sh to look for @imports in tests/test utils/ integration tests. * Ensure check_no_module_imports.sh explicitly exits with code 0 on success. --- Example/Auth/Tests/FIRPhoneAuthProviderTests.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Example/Auth') diff --git a/Example/Auth/Tests/FIRPhoneAuthProviderTests.m b/Example/Auth/Tests/FIRPhoneAuthProviderTests.m index 0dc0b44..2b58270 100644 --- a/Example/Auth/Tests/FIRPhoneAuthProviderTests.m +++ b/Example/Auth/Tests/FIRPhoneAuthProviderTests.m @@ -44,7 +44,7 @@ #import "OCMStubRecorder+FIRAuthUnitTests.h" #import "Phone/FIRPhoneAuthCredential_Internal.h" -@import SafariServices; +#import NS_ASSUME_NONNULL_BEGIN -- cgit v1.2.3