FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(ios): optional unwrap build error by hendrickson-tyler · Pull Request #246 · NativeScript/firebase · GitHub

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension No extension  (15) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
      • Podfile
      • Podfile
      • Podfile
      • Podfile
      • Podfile
      • Podfile
      • Podfile
      • Podfile
      • Podfile
      • Podfile
      • Podfile
      • Podfile
      • Podfile
      • Podfile
      • Podfile
4 changes: 2 additions & 2 deletions packages/firebase-analytics/platforms/ios/Podfile
This file contains hidden or 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
Expand Up @@ -4,9 +4,9 @@ platform :ios, '12.0'
if defined?($NSFirebaseAnalyticsWithoutAdIdSupport)
Pod::UI.puts "Using Firebase/AnalyticsWithoutAdIdSupport pod in place of default Firebase/Analytics"

pod 'Firebase/AnalyticsWithoutAdIdSupport', '~>10.20.0'
pod 'Firebase/AnalyticsWithoutAdIdSupport', '~>10.22.0'
else
Pod::UI.puts "Using default Firebase/Analytics with Ad Ids. May require App Tracking Transparency. Not allowed for Kids apps."
Pod::UI.puts "You may set variable `$NSFirebaseAnalyticsWithoutAdIdSupport=true` in Podfile to use analytics without ad ids."
pod 'Firebase/Analytics', '~>10.20.0'
pod 'Firebase/Analytics', '~>10.22.0'
end
This file contains hidden or 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
@@ -1,2 +1,2 @@
platform :ios, '12.0'
pod 'Firebase/AppCheck', '~>10.20.0'
pod 'Firebase/AppCheck', '~>10.22.0'
This file contains hidden or 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
@@ -1,2 +1,2 @@
platform :ios, '12.0'
pod 'Firebase/AppCheck', '~>10.20.0'
pod 'Firebase/AppCheck', '~>10.22.0'
2 changes: 1 addition & 1 deletion packages/firebase-auth/platforms/ios/Podfile
This file contains hidden or 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
@@ -1,2 +1,2 @@
platform :ios, '12.0'
pod 'Firebase/Auth', '~>10.20.0'
pod 'Firebase/Auth', '~>10.22.0'
This file contains hidden or 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
@@ -1,2 +1,2 @@
platform :ios, '12.0'
pod 'Firebase/Crashlytics', '~>10.20.0'
pod 'Firebase/Crashlytics', '~>10.22.0'
2 changes: 1 addition & 1 deletion packages/firebase-database/platforms/ios/Podfile
This file contains hidden or 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
@@ -1,2 +1,2 @@
platform :ios, '12.0'
pod 'Firebase/Database', '~>10.20.0'
pod 'Firebase/Database', '~>10.22.0'
This file contains hidden or 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
@@ -1,3 +1,3 @@
platform :ios, '12.0'
pod 'Firebase/DynamicLinks', '~>10.20.0'
pod 'GoogleUtilities', '~> 7.7'
pod 'Firebase/DynamicLinks', '~>10.22.0'
pod 'GoogleUtilities', '~> 7.7'
This file contains hidden or 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
@@ -1,2 +1,2 @@
platform :ios, '12.0'
pod 'Firebase/Firestore', '~>10.20.0'
pod 'Firebase/Firestore', '~>10.22.0'
This file contains hidden or 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
@@ -1,2 +1,2 @@
platform :ios, '12.0'
pod 'Firebase/Functions', '~>10.20.0'
pod 'Firebase/Functions', '~>10.22.0'
This file contains hidden or 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
@@ -1,2 +1,2 @@
platform :ios, '12.0'
pod 'Firebase/InAppMessaging', '~>10.20.0'
pod 'Firebase/InAppMessaging', '~>10.22.0'
This file contains hidden or 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
@@ -1,2 +1,2 @@
platform :ios, '12.0'
pod 'Firebase/Installations', '~>10.20.0'
pod 'Firebase/Installations', '~>10.22.0'
This file contains hidden or 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
@@ -1,2 +1,2 @@
platform :ios, '12.0'
pod 'Firebase/Messaging', '~>10.20.0'
pod 'Firebase/Messaging', '~>10.22.0'
This file contains hidden or 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
@@ -1,2 +1,2 @@
platform :ios, '12.0'
pod 'Firebase/Performance', '~>10.20.0'
pod 'Firebase/Performance', '~>10.22.0'
This file contains hidden or 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
@@ -1,2 +1,2 @@
platform :ios, '12.0'
pod 'Firebase/RemoteConfig', '~>10.20.0'
pod 'Firebase/RemoteConfig', '~>10.22.0'
2 changes: 1 addition & 1 deletion packages/firebase-storage/platforms/ios/Podfile
This file contains hidden or 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
@@ -1,2 +1,2 @@
platform :ios, '12.0'
pod 'Firebase/Storage', '~>10.20.0'
pod 'Firebase/Storage', '~>10.22.0'

Back | FazBrowse Home | New Git URL