aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Auth
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-11-21 17:02:22 -0800
committerGravatar GitHub <noreply@github.com>2017-11-21 17:02:22 -0800
commit3e592526ec889887874efd0e46ba3cf72f2f6f98 (patch)
treede8cc73df387cd982ca9bbf517f8ff1a9c41cce3 /Example/Auth
parent32d6d6170fdca6f12a3fa51619081ad855815803 (diff)
Buildable and interoperable source pods (#444)
Diffstat (limited to 'Example/Auth')
-rw-r--r--Example/Auth/Sample/ApplicationDelegate.m4
-rw-r--r--Example/Auth/Sample/MainViewController.m6
-rw-r--r--Example/Auth/Sample/SettingsViewController.m2
-rw-r--r--Example/Auth/SwiftSample/AppDelegate.swift2
-rw-r--r--Example/Auth/SwiftSample/Stubs.swift2
-rw-r--r--Example/Auth/SwiftSample/ViewController.swift2
-rw-r--r--Example/Auth/Tests/FIRApp+FIRAuthUnitTests.h2
-rw-r--r--Example/Auth/Tests/FIRApp+FIRAuthUnitTests.m2
-rw-r--r--Example/Auth/Tests/FIRAuthTests.m8
-rw-r--r--Example/Auth/Tests/FIRPhoneAuthProviderTests.m2
-rw-r--r--Example/Auth/Tests/FIRUserTests.m10
11 files changed, 21 insertions, 21 deletions
diff --git a/Example/Auth/Sample/ApplicationDelegate.m b/Example/Auth/Sample/ApplicationDelegate.m
index 08e1a7e..aaa7415 100644
--- a/Example/Auth/Sample/ApplicationDelegate.m
+++ b/Example/Auth/Sample/ApplicationDelegate.m
@@ -17,9 +17,9 @@
#import "ApplicationDelegate.h"
#import "AuthProviders.h"
-#import "FirebaseCommunity/FIRApp.h"
+#import "FirebaseCore/FIRApp.h"
#import "FirebaseAuth.h"
-#import "FirebaseCommunity/FIRLogger.h"
+#import "FirebaseCore/FIRLogger.h"
#import "GTMSessionFetcherLogging.h"
#import "MainViewController.h"
diff --git a/Example/Auth/Sample/MainViewController.m b/Example/Auth/Sample/MainViewController.m
index eb45226..5831d34 100644
--- a/Example/Auth/Sample/MainViewController.m
+++ b/Example/Auth/Sample/MainViewController.m
@@ -21,9 +21,9 @@
#import "AppManager.h"
#import "AuthCredentials.h"
#import "FIRAdditionalUserInfo.h"
-#import "FirebaseCommunity/FIRApp.h"
-#import "FirebaseCommunity/FIRAppInternal.h"
-#import "FirebaseCommunity/FIRAppAssociationRegistration.h"
+#import "FirebaseCore/FIRApp.h"
+#import "FirebaseCore/FIRAppInternal.h"
+#import "FirebaseCore/FIRAppAssociationRegistration.h"
#import "FIROAuthProvider.h"
#import "FIRPhoneAuthCredential.h"
#import "FIRPhoneAuthProvider.h"
diff --git a/Example/Auth/Sample/SettingsViewController.m b/Example/Auth/Sample/SettingsViewController.m
index b589b69..1af4642 100644
--- a/Example/Auth/Sample/SettingsViewController.m
+++ b/Example/Auth/Sample/SettingsViewController.m
@@ -160,7 +160,7 @@ static NSString *truncatedString(NSString *string, NSUInteger length) {
[StaticContentTableViewSection sectionWithTitle:@"Versions" cells:@[
[StaticContentTableViewCell cellWithTitle:@"FirebaseAuth"
value:versionString(
- FirebaseAuthVersionString, FirebaseAuthVersionNumber)],
+ FirebaseAuthVersionStr, FirebaseAuthVersionNum)],
]],
[StaticContentTableViewSection sectionWithTitle:@"API Hosts" cells:@[
[StaticContentTableViewCell cellWithTitle:@"Identity Toolkit"
diff --git a/Example/Auth/SwiftSample/AppDelegate.swift b/Example/Auth/SwiftSample/AppDelegate.swift
index 579385c..52618fe 100644
--- a/Example/Auth/SwiftSample/AppDelegate.swift
+++ b/Example/Auth/SwiftSample/AppDelegate.swift
@@ -16,7 +16,7 @@
import UIKit
-import FirebaseCommunity.FirebaseCore
+import FirebaseCore
import GoogleSignIn
@UIApplicationMain
diff --git a/Example/Auth/SwiftSample/Stubs.swift b/Example/Auth/SwiftSample/Stubs.swift
index 4f4ccc0..edb574f 100644
--- a/Example/Auth/SwiftSample/Stubs.swift
+++ b/Example/Auth/SwiftSample/Stubs.swift
@@ -18,7 +18,7 @@
/// APIs in Swift for those that are not already covered by other parts of the app.
/// These functions are never executed, but just for passing compilation.
-import FirebaseCommunity.FirebaseAuth
+import FirebaseAuth
func actionCodeSettingsStubs() {
let actionCodeSettings = ActionCodeSettings()
diff --git a/Example/Auth/SwiftSample/ViewController.swift b/Example/Auth/SwiftSample/ViewController.swift
index 4d75358..d902b38 100644
--- a/Example/Auth/SwiftSample/ViewController.swift
+++ b/Example/Auth/SwiftSample/ViewController.swift
@@ -16,7 +16,7 @@
import UIKit
-import FirebaseCommunity.FirebaseAuth
+import FirebaseAuth
import GoogleSignIn
final class ViewController: UIViewController, UITextFieldDelegate, AuthUIDelegate {
diff --git a/Example/Auth/Tests/FIRApp+FIRAuthUnitTests.h b/Example/Auth/Tests/FIRApp+FIRAuthUnitTests.h
index 27927d3..6fae24c 100644
--- a/Example/Auth/Tests/FIRApp+FIRAuthUnitTests.h
+++ b/Example/Auth/Tests/FIRApp+FIRAuthUnitTests.h
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#import "FirebaseCommunity/FIRAppInternal.h"
+#import "FirebaseCore/FIRAppInternal.h"
/** @category FIRApp (FIRAuthUnitTests)
@brief Tests for @c FIRAuth.
diff --git a/Example/Auth/Tests/FIRApp+FIRAuthUnitTests.m b/Example/Auth/Tests/FIRApp+FIRAuthUnitTests.m
index b6d34bb..c0767a8 100644
--- a/Example/Auth/Tests/FIRApp+FIRAuthUnitTests.m
+++ b/Example/Auth/Tests/FIRApp+FIRAuthUnitTests.m
@@ -16,7 +16,7 @@
#import "FIRApp+FIRAuthUnitTests.h"
-#import "FirebaseCommunity/FIROptionsInternal.h"
+#import "FirebaseCore/FIROptionsInternal.h"
@implementation FIRApp (FIRAuthUnitTests)
diff --git a/Example/Auth/Tests/FIRAuthTests.m b/Example/Auth/Tests/FIRAuthTests.m
index 2842ef3..35c8362 100644
--- a/Example/Auth/Tests/FIRAuthTests.m
+++ b/Example/Auth/Tests/FIRAuthTests.m
@@ -18,10 +18,10 @@
#import <XCTest/XCTest.h>
-#import "FirebaseCommunity/FIRAppInternal.h"
-#import "FirebaseCommunity/FIREmailAuthProvider.h"
-#import "FirebaseCommunity/FIRGoogleAuthProvider.h"
-#import "FirebaseCommunity/FIRAdditionalUserInfo.h"
+#import "FirebaseCore/FIRAppInternal.h"
+#import "FirebaseAuth/FIREmailAuthProvider.h"
+#import "FirebaseAuth/FIRGoogleAuthProvider.h"
+#import "FirebaseAuth/FIRAdditionalUserInfo.h"
#import "FIRAuth_Internal.h"
#import "FIRAuthOperationType.h"
#import "FIRAuthErrorUtils.h"
diff --git a/Example/Auth/Tests/FIRPhoneAuthProviderTests.m b/Example/Auth/Tests/FIRPhoneAuthProviderTests.m
index 9ffd30f..67e2d01 100644
--- a/Example/Auth/Tests/FIRPhoneAuthProviderTests.m
+++ b/Example/Auth/Tests/FIRPhoneAuthProviderTests.m
@@ -18,7 +18,7 @@
#import <OCMock/OCMock.h>
#import <XCTest/XCTest.h>
-#import "FirebaseCommunity/FIRAuth.h"
+#import "FIRAuth.h"
#import "FIRPhoneAuthProvider.h"
#import "FIRApp.h"
#import "FIRAuth_Internal.h"
diff --git a/Example/Auth/Tests/FIRUserTests.m b/Example/Auth/Tests/FIRUserTests.m
index 820ade1..f8f975f 100644
--- a/Example/Auth/Tests/FIRUserTests.m
+++ b/Example/Auth/Tests/FIRUserTests.m
@@ -18,11 +18,11 @@
#import <XCTest/XCTest.h>
-#import "FirebaseCommunity/FIRUser.h"
-#import "FirebaseCommunity/FIREmailAuthProvider.h"
-#import "FirebaseCommunity/FIRFacebookAuthProvider.h"
-#import "FirebaseCommunity/FIRGoogleAuthProvider.h"
-#import "FirebaseCommunity/FIRAdditionalUserInfo.h"
+#import "FirebaseAuth/FIRUser.h"
+#import "FirebaseAuth/FIREmailAuthProvider.h"
+#import "FirebaseAuth/FIRFacebookAuthProvider.h"
+#import "FirebaseAuth/FIRGoogleAuthProvider.h"
+#import "FirebaseAuth/FIRAdditionalUserInfo.h"
#import "FIRAuth_Internal.h"
#import "FIRAuthErrorUtils.h"
#import "FIRAuthBackend.h"