Skip to content

Commit f5cabf4

Browse files
authored
Move FIRAppEnvironmentUtil.m to third_party directory (#89)
1 parent cf56042 commit f5cabf4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Firebase/Core/FIRLogger.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#import "Private/FIRLogger.h"
1616

1717
#import "FIRLoggerLevel.h"
18-
#import "Private/FIRAppEnvironmentUtil.h"
18+
#import "third_party/FIRAppEnvironmentUtil.h"
1919

2020
#include <asl.h>
2121
#include <assert.h>

Firebase/Core/FIRAppEnvironmentUtil.m renamed to Firebase/Core/third_party/FIRAppEnvironmentUtil.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
#import <Foundation/Foundation.h>
1616

17-
#import "Private/FIRAppEnvironmentUtil.h"
17+
#import "FIRAppEnvironmentUtil.h"
1818

1919
#import <dlfcn.h>
2020
#import <mach-o/dyld.h>

0 commit comments

Comments
 (0)