From 3e592526ec889887874efd0e46ba3cf72f2f6f98 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Tue, 21 Nov 2017 17:02:22 -0800 Subject: Buildable and interoperable source pods (#444) --- Example/Storage/App/iOS/FIRAppDelegate.m | 2 ++ Example/Storage/Tests/Unit/FIRStorageMetadataTests.m | 2 +- Example/Storage/Tests/Unit/FIRStorageTokenAuthorizerTests.m | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) (limited to 'Example/Storage') diff --git a/Example/Storage/App/iOS/FIRAppDelegate.m b/Example/Storage/App/iOS/FIRAppDelegate.m index 9568d06..d8e4497 100644 --- a/Example/Storage/App/iOS/FIRAppDelegate.m +++ b/Example/Storage/App/iOS/FIRAppDelegate.m @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +@import FirebaseStorage; + #import "FIRAppDelegate.h" @implementation FIRAppDelegate diff --git a/Example/Storage/Tests/Unit/FIRStorageMetadataTests.m b/Example/Storage/Tests/Unit/FIRStorageMetadataTests.m index 6e7db32..84b5271 100644 --- a/Example/Storage/Tests/Unit/FIRStorageMetadataTests.m +++ b/Example/Storage/Tests/Unit/FIRStorageMetadataTests.m @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import +#import #import #import "FIRStorageMetadata.h" diff --git a/Example/Storage/Tests/Unit/FIRStorageTokenAuthorizerTests.m b/Example/Storage/Tests/Unit/FIRStorageTokenAuthorizerTests.m index 26627b5..60b3219 100644 --- a/Example/Storage/Tests/Unit/FIRStorageTokenAuthorizerTests.m +++ b/Example/Storage/Tests/Unit/FIRStorageTokenAuthorizerTests.m @@ -14,7 +14,7 @@ #import "FIRStorageTestHelpers.h" -#import "FirebaseCommunity/FIRAppInternal.h" +#import "FirebaseCore/FIRAppInternal.h" @interface FIRStorageTokenAuthorizerTests : XCTestCase -- cgit v1.2.3