From 053b2f11ea1acac53b3df4a5190b487e4114b309 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Mon, 10 Jul 2017 14:57:03 -0700 Subject: Use modulemap to fix exposure of FirebaseCore's internal headers (#121) --- Example/Core/Tests/FIRAppTest.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Example/Core/Tests/FIRAppTest.m') diff --git a/Example/Core/Tests/FIRAppTest.m b/Example/Core/Tests/FIRAppTest.m index da97c6c..05bec06 100644 --- a/Example/Core/Tests/FIRAppTest.m +++ b/Example/Core/Tests/FIRAppTest.m @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRAppInternal.h" -#import "FIROptionsInternal.h" +#import "FirebaseCommunity/FIRAppInternal.h" +#import "FirebaseCommunity/FIROptionsInternal.h" #import "FIRTestCase.h" NSString *const kFIRTestAppName1 = @"test_app_name_1"; -- cgit v1.2.3