Skip to content

Commit

Permalink
Rename FirebaseDev to FirebaseCommunity (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 authored Jun 22, 2017
1 parent e50dddc commit 0297375
Show file tree
Hide file tree
Showing 17 changed files with 91 additions and 91 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ before_install:

script:
- ./test.sh
- pod lib lint FirebaseDev.podspec
- pod lib lint FirebaseCommunity.podspec
12 changes: 6 additions & 6 deletions AuthSamples/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
8 changes: 4 additions & 4 deletions AuthSamples/Samples.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */; };
Expand Down Expand Up @@ -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; };
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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 */,
Expand Down
2 changes: 1 addition & 1 deletion AuthSamples/SwiftSample/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import UIKit

import FirebaseDev.FirebaseCore
import FirebaseCommunity.FirebaseCore
import GoogleSignIn

@UIApplicationMain
Expand Down
2 changes: 1 addition & 1 deletion AuthSamples/SwiftSample/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import UIKit

import FirebaseDev.FirebaseAuth
import FirebaseCommunity.FirebaseAuth
import GoogleSignIn

final class ViewController: UIViewController, UITextFieldDelegate {
Expand Down
Loading

0 comments on commit 0297375

Please sign in to comment.