-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore Firebase pod to closed source location (#4112)
- Loading branch information
Showing
23 changed files
with
42 additions
and
49 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Uncomment the next line to define a global platform for your project | ||
# platform :ios, '9.0' | ||
|
||
target 'FirebasePodTest' do | ||
# Comment the next line if you don't want to use dynamic frameworks | ||
use_frameworks! | ||
|
||
pod 'Firebase', :path => '../../../' | ||
pod 'FirebaseABTesting', :path => '../../../' | ||
pod 'FirebaseAnalyticsInterop', :path => '../../../' | ||
pod 'FirebaseAuth', :path => '../../../' | ||
pod 'FirebaseAuthInterop', :path => '../../../' | ||
pod 'FirebaseCoreDiagnostics', :path => '../../../' | ||
pod 'FirebaseCoreDiagnosticsInterop', :path => '../../../' | ||
pod 'FirebaseDatabase', :path => '../../../' | ||
pod 'FirebaseDynamicLinks', :path => '../../../' | ||
pod 'FirebaseFirestore', :path => '../../../' | ||
pod 'FirebaseFunctions', :path => '../../../' | ||
pod 'FirebaseInAppMessaging', :path => '../../../' | ||
pod 'FirebaseInAppMessagingDisplay', :path => '../../../' | ||
pod 'FirebaseInstallations', :path => '../../../' | ||
pod 'FirebaseInstanceID', :path => '../../../' | ||
pod 'FirebaseMessaging', :path => '../../../' | ||
pod 'FirebaseRemoteConfig', :path => '../../../' | ||
pod 'FirebaseStorage', :path => '../../../' | ||
|
||
pod 'FirebaseAnalytics' # Analytics is not open source | ||
pod 'FirebasePerformance' # Performance is not open source | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters