Skip to content

Commit

Permalink
[App Check] Implement FirebaseAppCheck as a shim of AppCheckCore (#12067
Browse files Browse the repository at this point in the history
)
  • Loading branch information
andrewheard authored Nov 7, 2023
1 parent afca289 commit a832979
Show file tree
Hide file tree
Showing 96 changed files with 960 additions and 10,060 deletions.
2 changes: 1 addition & 1 deletion FirebaseAppCheck.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Pod::Spec.new do |s|
s.osx.weak_framework = 'DeviceCheck'
s.tvos.weak_framework = 'DeviceCheck'

s.dependency 'AppCheckCore', '~> 10.18'
s.dependency 'FirebaseAppCheckInterop', '~> 10.17'
s.dependency 'FirebaseCore', '~> 10.0'
s.dependency 'PromisesObjC', '~> 2.1'
Expand Down Expand Up @@ -93,7 +94,6 @@ Pod::Spec.new do |s|
}
swift_unit_tests.source_files = [
base_dir + 'Tests/Unit/Swift/**/*.swift',
base_dir + 'Tests/Unit/Swift/**/*.h',
]
end

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit a832979

Please sign in to comment.