File tree 21 files changed +47
-36
lines changed 21 files changed +47
-36
lines changed Original file line number Diff line number Diff line change 16
16
17
17
#import " ApplicationDelegate.h"
18
18
19
+ #import < FirebaseCore/FIRApp.h>
20
+ #import < FirebaseCore/FIRLogger.h>
21
+
19
22
#import " AuthProviders.h"
20
- #import " FirebaseCore/FIRApp.h"
21
23
#import " FirebaseAuth.h"
22
- #import " FirebaseCore/FIRLogger.h"
23
24
#import " GTMSessionFetcherLogging.h"
24
25
#import " MainViewController.h"
25
26
Original file line number Diff line number Diff line change 18
18
19
19
#import < objc/runtime.h>
20
20
21
+ #import < FirebaseCore/FIRApp.h>
22
+ #import < FirebaseCore/FIRAppInternal.h>
23
+ #import < FirebaseCore/FIRAppAssociationRegistration.h>
24
+
21
25
#import " AppManager.h"
22
26
#import " AuthCredentials.h"
23
27
#import " FIRAdditionalUserInfo.h"
24
- #import " FirebaseCore/FIRApp.h"
25
- #import " FirebaseCore/FIRAppInternal.h"
26
- #import " FirebaseCore/FIRAppAssociationRegistration.h"
27
28
#import " FIROAuthProvider.h"
28
29
#import " FIRPhoneAuthCredential.h"
29
30
#import " FIRPhoneAuthProvider.h"
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- #import " FirebaseCore/FIRAppInternal.h"
17
+ #import < FirebaseCore/FIRAppInternal.h>
18
18
19
19
/* * @category FIRApp (FIRAuthUnitTests)
20
20
@brief Tests for @c FIRAuth.
Original file line number Diff line number Diff line change 16
16
17
17
#import " FIRApp+FIRAuthUnitTests.h"
18
18
19
- #import " FirebaseCore/FIROptionsInternal.h"
19
+ #import < FirebaseCore/FIROptionsInternal.h>
20
20
21
21
@implementation FIRApp (FIRAuthUnitTests)
22
22
Original file line number Diff line number Diff line change 18
18
19
19
#import < XCTest/XCTest.h>
20
20
21
- #import " FirebaseCore/FIRAppInternal.h"
22
- #import " FirebaseAuth/FIREmailAuthProvider.h"
23
- #import " FirebaseAuth/FIRGoogleAuthProvider.h"
24
- #import " FirebaseAuth/FIRAdditionalUserInfo.h"
21
+ #import < FirebaseCore/FIRAppInternal.h>
22
+
23
+ #import < FirebaseAuth/FIREmailAuthProvider.h>
24
+ #import < FirebaseAuth/FIRGoogleAuthProvider.h>
25
+ #import < FirebaseAuth/FIRAdditionalUserInfo.h>
26
+
25
27
#import " FIRAuth_Internal.h"
26
28
#import " FIRAuthOperationType.h"
27
29
#import " FIRAuthErrorUtils.h"
Original file line number Diff line number Diff line change 18
18
19
19
#import < XCTest/XCTest.h>
20
20
21
- #import " FirebaseAuth/FIRUser.h"
22
- #import " FirebaseAuth/FIREmailAuthProvider.h"
23
- #import " FirebaseAuth/FIRFacebookAuthProvider.h"
24
- #import " FirebaseAuth/FIRGoogleAuthProvider.h"
25
- #import " FirebaseAuth/FIRAdditionalUserInfo.h"
21
+ #import < FirebaseAuth/FIRUser.h>
22
+ #import < FirebaseAuth/FIREmailAuthProvider.h>
23
+ #import < FirebaseAuth/FIRFacebookAuthProvider.h>
24
+ #import < FirebaseAuth/FIRGoogleAuthProvider.h>
25
+ #import < FirebaseAuth/FIRAdditionalUserInfo.h>
26
+
26
27
#import " FIRAuth_Internal.h"
27
28
#import " FIRAuthErrorUtils.h"
28
29
#import " FIRAuthBackend.h"
Original file line number Diff line number Diff line change 14
14
15
15
#import < XCTest/XCTest.h>
16
16
17
- #import " FirebaseCore/FIRAppAssociationRegistration.h"
17
+ #import < FirebaseCore/FIRAppAssociationRegistration.h>
18
18
19
19
/* * @var kKey
20
20
@brief A unique string key.
Original file line number Diff line number Diff line change 14
14
15
15
#import " FIRTestCase.h"
16
16
17
- #import " FirebaseCore/FIRAppInternal.h"
18
- #import " FirebaseCore/FIROptionsInternal.h"
17
+ #import < FirebaseCore/FIRAppInternal.h>
18
+ #import < FirebaseCore/FIROptionsInternal.h>
19
19
20
20
NSString *const kFIRTestAppName1 = @" test_app_name_1" ;
21
21
NSString *const kFIRTestAppName2 = @" test-app-name-2" ;
Original file line number Diff line number Diff line change 14
14
15
15
#import " FIRTestCase.h"
16
16
17
- #import " FirebaseCore/FIRBundleUtil.h"
17
+ #import < FirebaseCore/FIRBundleUtil.h>
18
18
19
19
static NSString *const kResultPath = @" resultPath" ;
20
20
static NSString *const kResourceName = @" resourceName" ;
Original file line number Diff line number Diff line change 14
14
15
15
#import " FIRTestCase.h"
16
16
17
- #import " FirebaseCore/FIRLogger.h"
17
+ #import < FirebaseCore/FIRLogger.h>
18
18
19
19
#import < asl.h>
20
20
Original file line number Diff line number Diff line change 14
14
15
15
#import "FIRTestCase.h"
16
16
17
- #import " FirebaseCore/FIRAppInternal.h"
18
- #import " FirebaseCore/FIRBundleUtil.h"
19
- #import " FirebaseCore/FIROptionsInternal.h"
17
+ #import < FirebaseCore/FIRAppInternal.h>
18
+ #import < FirebaseCore/FIRBundleUtil.h>
19
+ #import < FirebaseCore/FIROptionsInternal.h>
20
20
21
21
extern NSString *const kFIRIsMeasurementEnabled;
22
22
extern NSString *const kFIRIsAnalyticsCollectionEnabled;
Original file line number Diff line number Diff line change 17
17
#import < XCTest/XCTest.h>
18
18
#import " FDevice.h"
19
19
20
- #import " FirebaseDatabase/FIRDatabaseReference.h"
20
+ #import < FirebaseDatabase/FIRDatabaseReference.h>
21
21
22
22
#import " FRepoManager.h"
23
23
#import " FIRDatabaseReference_Private.h"
Original file line number Diff line number Diff line change 16
16
17
17
#import "FEventTester.h"
18
18
19
- #import " FirebaseDatabase/FIRDatabaseReference.h"
19
+ #import < FirebaseDatabase/FIRDatabaseReference.h>
20
20
21
21
#import "FTupleBoolBlock.h"
22
22
#import "FTupleEventTypeString.h"
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- #import " FirebaseCore/FIRApp.h"
18
- #import " FirebaseCore/FIROptions.h"
17
+ #import < FirebaseCore/FIRApp.h>
18
+ #import < FirebaseCore/FIROptions.h>
19
19
20
20
#import "FTestBase.h"
21
21
#import "FTestAuthTokenGenerator.h"
Original file line number Diff line number Diff line change 16
16
17
17
#import <Foundation/Foundation.h>
18
18
19
- #import "FirebaseCore/FIRApp.h"
20
- #import "FirebaseCore/FIROptions.h"
19
+ #import <FirebaseCore/FIRApp.h>
20
+ #import <FirebaseCore/FIROptions.h>
21
+
21
22
#import "FTestHelpers.h"
22
23
#import "FConnection.h"
23
24
#import "FTestBase.h"
Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
#import <XCTest/XCTest.h>
18
- #import "FirebaseCore/FIRApp.h"
18
+
19
+ #import <FirebaseCore/FIRApp.h>
20
+
19
21
#import "FTestHelpers.h"
20
22
#import "FTestAuthTokenGenerator.h"
21
23
#import "FIRTestAuthTokenProvider.h"
Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
#import <XCTest/XCTest.h>
18
- #import "FirebaseCore/FIRApp.h"
18
+
19
+ #import <FirebaseCore/FIRApp.h>
20
+
19
21
#import "FIRDatabaseReference.h"
20
22
#import "FIRDatabaseReference_Private.h"
21
23
#import "FIRDatabase.h"
Original file line number Diff line number Diff line change 16
16
17
17
#import <Foundation/Foundation.h>
18
18
19
- #import "FirebaseCore/FIRLogger.h"
19
+ #import <FirebaseCore/FIRLogger.h>
20
+
20
21
#import "FSyncPointTests.h"
21
22
#import "FListenProvider.h"
22
23
#import "FQuerySpec.h"
Original file line number Diff line number Diff line change 31
31
#import "FIRMessagingUtilities.h"
32
32
#import "NSError+FIRMessaging.h"
33
33
34
- #import " FirebaseCore/FIRReachabilityChecker.h"
34
+ #import < FirebaseCore/FIRReachabilityChecker.h>
35
35
36
36
static NSString *const kFIRMessagingUserDefaultsSuite = @"FIRMessagingClientTestUserDefaultsSuite";
37
37
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #import <FirebaseCommunity /FIRStorageMetadata.h>
15
+ #import <FirebaseStorage /FIRStorageMetadata.h>
16
16
#import <XCTest/XCTest.h>
17
17
#import <math.h>
18
18
Original file line number Diff line number Diff line change 14
14
15
15
#import "FIRStorageTestHelpers.h"
16
16
17
- #import " FirebaseCore/FIRAppInternal.h"
17
+ #import < FirebaseCore/FIRAppInternal.h>
18
18
19
19
@interface FIRStorageTokenAuthorizerTests : XCTestCase
20
20
You can’t perform that action at this time.
0 commit comments