Skip to content

Commit 4d2881c

Browse files
committed
update pod specs to use in example projects
1 parent 33d5009 commit 4d2881c

9 files changed

+18
-20
lines changed

FirebaseUI_dev_auth.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
55
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
66
s.license = { :type => 'Apache 2.0' }
77
s.author = 'Firebase'
8-
s.source = { :git => "../../FirebaseUI-iOS.git" }
8+
s.source = { :git => "https://github.com/firebase/FirebaseUI-iOS.git" }
99
s.platform = :ios
1010
s.ios.deployment_target = '8.0'
1111
s.ios.framework = 'UIKit'

FirebaseUI_dev_db.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
55
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
66
s.license = { :type => 'Apache 2.0' }
77
s.author = 'Firebase'
8-
s.source = { :git => "../../FirebaseUI-iOS.git" }
8+
s.source = { :git => "https://github.com/firebase/FirebaseUI-iOS.git" }
99
s.platform = :ios
1010
s.ios.deployment_target = '8.0'
1111
s.ios.framework = 'UIKit'

FirebaseUI_dev_fb.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
55
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
66
s.license = { :type => 'Apache 2.0' }
77
s.author = 'Firebase'
8-
s.source = { :git => "../../FirebaseUI-iOS.git" }
8+
s.source = { :git => "https://github.com/firebase/FirebaseUI-iOS.git" }
99
s.platform = :ios
1010
s.ios.deployment_target = '8.0'
1111
s.ios.framework = 'UIKit'

FirebaseUI_dev_ggl.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
55
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
66
s.license = { :type => 'Apache 2.0' }
77
s.author = 'Firebase'
8-
s.source = { :git => "../../FirebaseUI-iOS.git" }
8+
s.source = { :git => "https://github.com/firebase/FirebaseUI-iOS.git" }
99
s.platform = :ios
1010
s.ios.deployment_target = '8.0'
1111
s.ios.framework = 'UIKit'

FirebaseUI_dev_storage.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
55
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
66
s.license = { :type => 'Apache 2.0' }
77
s.author = 'Firebase'
8-
s.source = { :git => "../../FirebaseUI-iOS.git" }
8+
s.source = { :git => "https://github.com/firebase/FirebaseUI-iOS.git" }
99
s.platform = :ios
1010
s.ios.deployment_target = '8.0'
1111
s.ios.framework = 'UIKit'

FirebaseUI_dev_tw.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
55
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
66
s.license = { :type => 'Apache 2.0' }
77
s.author = 'Firebase'
8-
s.source = { :git => "../../FirebaseUI-iOS.git" }
8+
s.source = { :git => "https://github.com/firebase/FirebaseUI-iOS.git" }
99
s.platform = :ios
1010
s.ios.deployment_target = '8.0'
1111
s.ios.framework = 'UIKit'

build.swift

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -256,18 +256,16 @@ cp(from: "README.md", to: BuiltProductsDir)
256256

257257
// copy sample projects
258258
cp(from: "samples", to: BuiltProductsDir)
259-
cp(from: "FirebaseUI_dev_auth.podspec", to: BuiltProductsDir)
260-
cp(from: "FirebaseUI_dev_db.podspec", to: BuiltProductsDir)
261-
cp(from: "FirebaseUI_dev_fb.podspec", to: BuiltProductsDir)
262-
cp(from: "FirebaseUI_dev_ggl.podspec", to: BuiltProductsDir)
263-
cp(from: "FirebaseUI_dev_storage.podspec", to: BuiltProductsDir)
264-
cp(from: "FirebaseUI_dev_tw.podspec", to: BuiltProductsDir)
265259
rm(BuiltProductsDir + "samples/objc/Pods", isDirectory: true, isStrict: false)
266260
rm(BuiltProductsDir + "samples/objc/Podfile.lock", isDirectory: false, isStrict: false)
267261
rm(BuiltProductsDir + "samples/objc/GoogleService-Info.plist", isDirectory: false, isStrict: false)
268262
rm(BuiltProductsDir + "samples/swift/Pods", isDirectory: true, isStrict: false)
269263
rm(BuiltProductsDir + "samples/swift/Podfile.lock", isDirectory: false, isStrict: false)
270264
rm(BuiltProductsDir + "samples/swift/GoogleService-Info.plist", isDirectory: false, isStrict: false)
265+
rm(BuiltProductsDir + "samples/objc/FirebaseUIChat.xcodeproj/xcuserdata", isDirectory: true, isStrict: false)
266+
rm(BuiltProductsDir + "samples/objc/FirebaseUIChat.xcworkspace/xcuserdata", isDirectory: true, isStrict: false)
267+
rm(BuiltProductsDir + "samples/swift/uidemo.xcodeproj/xcuserdata", isDirectory: true, isStrict: false)
268+
rm(BuiltProductsDir + "samples/swift/uidemo.xcworkspace/xcuserdata", isDirectory: true, isStrict: false)
271269
ln(from: "./objc/FirebaseUIChat.xcworkspace", to: BuiltProductsDir + "samples/FirebaseUI-demo-objc.xcworkspace")
272270
ln(from: "./swift/uidemo.xcworkspace", to: BuiltProductsDir + "samples/FirebaseUI-demo-swift.xcworkspace")
273271

samples/objc/Podfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ platform :ios, '8.0'
33
target 'FirebaseUIChat' do
44

55
# used for development from sources
6-
pod 'FirebaseAuthUI', :path => "../../FirebaseUI_dev_auth.podspec"
7-
pod 'FirebaseDatabaseUI', :path => "../../FirebaseUI_dev_db.podspec"
8-
pod 'FirebaseStorageUI', :path => "../../FirebaseUI_dev_storage.podspec"
9-
pod 'FirebaseFacebookAuthUI', :path => "../../FirebaseUI_dev_fb.podspec"
10-
pod 'FirebaseGoogleAuthUI', :path => "../../FirebaseUI_dev_ggl.podspec"
11-
pod 'FirebaseTwitterAuthUI', :path => "../../FirebaseUI_dev_tw.podspec"
6+
pod 'FirebaseAuthUI', :podspec => "https://raw.githubusercontent.com/firebase/FirebaseUI-iOS/master/FirebaseUI_dev_auth.podspec"
7+
pod 'FirebaseDatabaseUI', :podspec => "https://raw.githubusercontent.com/firebase/FirebaseUI-iOS/master/FirebaseUI_dev_db.podspec"
8+
pod 'FirebaseStorageUI', :podspec => "https://raw.githubusercontent.com/firebase/FirebaseUI-iOS/master/FirebaseUI_dev_storage.podspec"
9+
pod 'FirebaseFacebookAuthUI', :podspec => "https://raw.githubusercontent.com/firebase/FirebaseUI-iOS/master/FirebaseUI_dev_fb.podspec"
10+
pod 'FirebaseGoogleAuthUI', :podspec => "https://raw.githubusercontent.com/firebase/FirebaseUI-iOS/master/FirebaseUI_dev_ggl.podspec"
11+
pod 'FirebaseTwitterAuthUI', :podspec => "https://raw.githubusercontent.com/firebase/FirebaseUI-iOS/master/FirebaseUI_dev_tw.podspec"
1212

1313
# used for development from released frameworks
1414
# use_frameworks!
15-
# pod 'FirebaseUI', :podspec => "../../FirebaseUI.podspec"
15+
# pod 'FirebaseUI', :podspec => "https://raw.githubusercontent.com/firebase/FirebaseUI-iOS/master/FirebaseUI.podspec"
1616

1717
end

samples/swift/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
target 'uidemo' do
22
use_frameworks!
33

4-
pod 'FirebaseUI', :podspec => '../../FirebaseUI.podspec'
4+
pod 'FirebaseUI', :podspec => 'https://raw.githubusercontent.com/firebase/FirebaseUI-iOS/master/FirebaseUI.podspec'
55

66
target 'uidemoTests' do
77
inherit! :search_paths

0 commit comments

Comments
 (0)