aboutsummaryrefslogtreecommitdiffhomepage
path: root/AuthSamples
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-06-22 13:08:35 -0700
committerGravatar GitHub <noreply@github.com>2017-06-22 13:08:35 -0700
commit0297375121c3f13a4cfe23271793990b980bddee (patch)
tree1f44fec340841753d802002bd9d2240031affd5d /AuthSamples
parente50dddc0f2359d2e6515d20c0357fadf321715ec (diff)
Rename FirebaseDev to FirebaseCommunity (#98)
Diffstat (limited to 'AuthSamples')
-rw-r--r--AuthSamples/Podfile12
-rw-r--r--AuthSamples/Samples.xcodeproj/project.pbxproj8
-rw-r--r--AuthSamples/SwiftSample/AppDelegate.swift2
-rw-r--r--AuthSamples/SwiftSample/ViewController.swift2
4 files changed, 12 insertions, 12 deletions
diff --git a/AuthSamples/Podfile b/AuthSamples/Podfile
index b87ec7d..b25e958 100644
--- a/AuthSamples/Podfile
+++ b/AuthSamples/Podfile
@@ -2,7 +2,7 @@ use_frameworks!
platform :ios, '8.0'
target 'Sample' do
- pod 'FirebaseDev/Auth', :path => '../'
+ pod 'FirebaseCommunity/Auth', :path => '../'
pod 'FBSDKLoginKit'
pod 'GoogleSignIn'
# Lock to the 1.0.9 version of InstanceID since 1.0.10 added a dependency
@@ -12,30 +12,30 @@ target 'Sample' do
end
target 'SwiftSample' do
- pod 'FirebaseDev/Auth', :path => '../'
+ pod 'FirebaseCommunity/Auth', :path => '../'
pod 'GoogleSignIn'
pod 'FirebaseInstanceID', '1.0.9'
end
target 'ApiTests' do
- pod 'FirebaseDev/Auth', :path => '../'
+ pod 'FirebaseCommunity/Auth', :path => '../'
pod 'GoogleSignIn'
pod 'FirebaseInstanceID', '1.0.9'
pod 'GTMSessionFetcher/Core'
end
target 'EarlGreyTests' do
- pod 'FirebaseDev/Auth', :path => '../'
+ pod 'FirebaseCommunity/Auth', :path => '../'
pod 'GoogleSignIn'
pod 'FirebaseInstanceID', '1.0.9'
pod 'EarlGrey'
end
target 'TestApp' do
- pod 'FirebaseDev/Auth', :path => '../'
+ pod 'FirebaseCommunity/Auth', :path => '../'
end
target 'FirebaseAuthUnitTests' do
- pod 'FirebaseDev/Auth', :path => '../'
+ pod 'FirebaseCommunity/Auth', :path => '../'
pod 'OCMock'
end
diff --git a/AuthSamples/Samples.xcodeproj/project.pbxproj b/AuthSamples/Samples.xcodeproj/project.pbxproj
index 11545b9..ac0b685 100644
--- a/AuthSamples/Samples.xcodeproj/project.pbxproj
+++ b/AuthSamples/Samples.xcodeproj/project.pbxproj
@@ -105,7 +105,7 @@
DEE13A161E9FFD1F00D1BABA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DEE13A141E9FFD1F00D1BABA /* LaunchScreen.storyboard */; };
DEE13A171E9FFD1F00D1BABA /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DEE13A151E9FFD1F00D1BABA /* Main.storyboard */; };
DEE13A1A1E9FFD2E00D1BABA /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = DEE13A191E9FFD2E00D1BABA /* GoogleService-Info.plist */; };
- DEE13AA21EA1724300D1BABA /* FirebaseDev.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DEE13A2C1EA12B8D00D1BABA /* FirebaseDev.framework */; };
+ DEE13AA21EA1724300D1BABA /* FirebaseCommunity.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DEE13A2C1EA12B8D00D1BABA /* FirebaseCommunity.framework */; };
DEE13ACB1EA1764B00D1BABA /* Auth-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = DEE13ABE1EA1764B00D1BABA /* Auth-Info.plist */; };
DEE13ACC1EA1764B00D1BABA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DEE13AC01EA1764B00D1BABA /* LaunchScreen.storyboard */; };
DEE13ACD1EA1764B00D1BABA /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DEE13AC21EA1764B00D1BABA /* Main.storyboard */; };
@@ -289,7 +289,7 @@
DEE13A191E9FFD2E00D1BABA /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
DEE13A201EA1252D00D1BABA /* ApiTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ApiTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
DEE13A241EA1252D00D1BABA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- DEE13A2C1EA12B8D00D1BABA /* FirebaseDev.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseDev.framework; path = "../../../Library/Developer/Xcode/DerivedData/Samples-dzyyktlzbrpvmobgpcqwaobjmibu/Build/Products/Debug-iphonesimulator/FirebaseDev/FirebaseDev.framework"; sourceTree = "<group>"; };
+ DEE13A2C1EA12B8D00D1BABA /* FirebaseCommunity.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseCommunity.framework; path = "../../../Library/Developer/Xcode/DerivedData/Samples-dzyyktlzbrpvmobgpcqwaobjmibu/Build/Products/Debug-iphonesimulator/FirebaseCommunity/FirebaseCommunity.framework"; sourceTree = "<group>"; };
DEE13A321EA1642A00D1BABA /* EarlGreyTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = EarlGreyTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
DEE13A361EA1642A00D1BABA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
DEE13A421EA16EE400D1BABA /* FirebaseAuthUnitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FirebaseAuthUnitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -343,7 +343,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- DEE13AA21EA1724300D1BABA /* FirebaseDev.framework in Frameworks */,
+ DEE13AA21EA1724300D1BABA /* FirebaseCommunity.framework in Frameworks */,
BD555A1DCF4E889DC3338248 /* Pods_FirebaseAuthUnitTests.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
@@ -585,7 +585,7 @@
FC34A5565C2ACFA8C5AA3B1E /* Frameworks */ = {
isa = PBXGroup;
children = (
- DEE13A2C1EA12B8D00D1BABA /* FirebaseDev.framework */,
+ DEE13A2C1EA12B8D00D1BABA /* FirebaseCommunity.framework */,
D5FE06BD9AA795DFBA9EFAAD /* Pods_Sample.framework */,
BC8C39EF1F42A0C750FF5186 /* Pods_SwiftSample.framework */,
6EC09307D636721EAAB89BB2 /* Pods_ApiTests.framework */,
diff --git a/AuthSamples/SwiftSample/AppDelegate.swift b/AuthSamples/SwiftSample/AppDelegate.swift
index 1b9fd65..579385c 100644
--- a/AuthSamples/SwiftSample/AppDelegate.swift
+++ b/AuthSamples/SwiftSample/AppDelegate.swift
@@ -16,7 +16,7 @@
import UIKit
-import FirebaseDev.FirebaseCore
+import FirebaseCommunity.FirebaseCore
import GoogleSignIn
@UIApplicationMain
diff --git a/AuthSamples/SwiftSample/ViewController.swift b/AuthSamples/SwiftSample/ViewController.swift
index 06b1156..14b74c4 100644
--- a/AuthSamples/SwiftSample/ViewController.swift
+++ b/AuthSamples/SwiftSample/ViewController.swift
@@ -16,7 +16,7 @@
import UIKit
-import FirebaseDev.FirebaseAuth
+import FirebaseCommunity.FirebaseAuth
import GoogleSignIn
final class ViewController: UIViewController, UITextFieldDelegate {