aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-06-20 13:32:03 -0700
committerGravatar GitHub <noreply@github.com>2017-06-20 13:32:03 -0700
commitf5cabf4feb54fe39940873fe9a7de8c98c4d1bb2 (patch)
tree45b474eff6bb19306bdbb8c1ff771f011fcfbe32
parentcf5604218c04aa559e4e975f79c5b9beed9c9b45 (diff)
Move FIRAppEnvironmentUtil.m to third_party directory (#89)
-rw-r--r--Firebase/Core/FIRLogger.m2
-rw-r--r--Firebase/Core/third_party/FIRAppEnvironmentUtil.h (renamed from Firebase/Core/Private/FIRAppEnvironmentUtil.h)0
-rw-r--r--Firebase/Core/third_party/FIRAppEnvironmentUtil.m (renamed from Firebase/Core/FIRAppEnvironmentUtil.m)2
3 files changed, 2 insertions, 2 deletions
diff --git a/Firebase/Core/FIRLogger.m b/Firebase/Core/FIRLogger.m
index 0e3e325..df92eb6 100644
--- a/Firebase/Core/FIRLogger.m
+++ b/Firebase/Core/FIRLogger.m
@@ -15,7 +15,7 @@
#import "Private/FIRLogger.h"
#import "FIRLoggerLevel.h"
-#import "Private/FIRAppEnvironmentUtil.h"
+#import "third_party/FIRAppEnvironmentUtil.h"
#include <asl.h>
#include <assert.h>
diff --git a/Firebase/Core/Private/FIRAppEnvironmentUtil.h b/Firebase/Core/third_party/FIRAppEnvironmentUtil.h
index 7ae9827..7ae9827 100644
--- a/Firebase/Core/Private/FIRAppEnvironmentUtil.h
+++ b/Firebase/Core/third_party/FIRAppEnvironmentUtil.h
diff --git a/Firebase/Core/FIRAppEnvironmentUtil.m b/Firebase/Core/third_party/FIRAppEnvironmentUtil.m
index aee0258..64c85d9 100644
--- a/Firebase/Core/FIRAppEnvironmentUtil.m
+++ b/Firebase/Core/third_party/FIRAppEnvironmentUtil.m
@@ -14,7 +14,7 @@
#import <Foundation/Foundation.h>
-#import "Private/FIRAppEnvironmentUtil.h"
+#import "FIRAppEnvironmentUtil.h"
#import <dlfcn.h>
#import <mach-o/dyld.h>