Skip to content

Commit

Permalink
fix watchOS example podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
themiswang committed Dec 6, 2023
1 parent 8ef8ddf commit 3cfcea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ClientApp/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ target 'ClientApp-CocoaPods' do
pod 'FirebaseAppCheck', :path => '../'
pod 'FirebaseRemoteConfig', :path => '../'
pod 'FirebaseRemoteConfigSwift', :path => '../'
pod 'FirebaseRemoteConfigInterop', :path => '../'
pod 'FirebaseAppDistribution', :path => '../'
pod 'FirebaseAuth', :path => '../'
pod 'FirebaseCrashlytics', :path => '../'
Expand Down
1 change: 1 addition & 0 deletions Example/watchOSSample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ target 'SampleWatchAppWatchKitExtension' do
pod 'FirebaseDatabase', :path => '../../'
pod 'FirebaseAppCheckInterop', :path => '../../'
pod 'FirebaseAuthInterop', :path => '../../'
pod 'FirebaseRemoteConfigInterop', :path => '../../'

pod 'Firebase/Messaging', :path => '../../'
pod 'Firebase/Storage', :path => '../../'
Expand Down

0 comments on commit 3cfcea0

Please sign in to comment.