Skip to content

Commit a832979

Browse files
authored
[App Check] Implement FirebaseAppCheck as a shim of AppCheckCore (#12067)
1 parent afca289 commit a832979

File tree

96 files changed

+960
-10060
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+960
-10060
lines changed

FirebaseAppCheck.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Pod::Spec.new do |s|
4444
s.osx.weak_framework = 'DeviceCheck'
4545
s.tvos.weak_framework = 'DeviceCheck'
4646

47+
s.dependency 'AppCheckCore', '~> 10.18'
4748
s.dependency 'FirebaseAppCheckInterop', '~> 10.17'
4849
s.dependency 'FirebaseCore', '~> 10.0'
4950
s.dependency 'PromisesObjC', '~> 2.1'
@@ -93,7 +94,6 @@ Pod::Spec.new do |s|
9394
}
9495
swift_unit_tests.source_files = [
9596
base_dir + 'Tests/Unit/Swift/**/*.swift',
96-
base_dir + 'Tests/Unit/Swift/**/*.h',
9797
]
9898
end
9999

FirebaseAppCheck/Sources/AppAttestProvider/API/FIRAppAttestAPIService.h

Lines changed: 0 additions & 65 deletions
This file was deleted.

FirebaseAppCheck/Sources/AppAttestProvider/API/FIRAppAttestAPIService.m

Lines changed: 0 additions & 261 deletions
This file was deleted.

FirebaseAppCheck/Sources/AppAttestProvider/API/FIRAppAttestAttestationResponse.h

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)