aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Core/Tests/FIROptionsTest.m
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-07-10 14:57:03 -0700
committerGravatar GitHub <noreply@github.com>2017-07-10 14:57:03 -0700
commit053b2f11ea1acac53b3df4a5190b487e4114b309 (patch)
tree4ae6e0cbf4755e45d3bec568d7ceb71a3eabafef /Example/Core/Tests/FIROptionsTest.m
parentbf5ef4be6d5d5ae51e1b78d22e20f889f82ce370 (diff)
Use modulemap to fix exposure of FirebaseCore's internal headers (#121)
Diffstat (limited to 'Example/Core/Tests/FIROptionsTest.m')
-rw-r--r--Example/Core/Tests/FIROptionsTest.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/Example/Core/Tests/FIROptionsTest.m b/Example/Core/Tests/FIROptionsTest.m
index 62b6294..ec3bc27 100644
--- a/Example/Core/Tests/FIROptionsTest.m
+++ b/Example/Core/Tests/FIROptionsTest.m
@@ -12,9 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#import "FIRAppInternal.h"
-#import "FIRBundleUtil.h"
-#import "FIROptionsInternal.h"
+#import "FirebaseCommunity/FIRAppInternal.h"
+#import "FirebaseCommunity/FIRBundleUtil.h"
+#import "FirebaseCommunity/FIROptionsInternal.h"
#import "FIRTestCase.h"