Skip to content

Commit b7aa953

Browse files
App Check: don't link DeviceCheck to watchOS target in podspec (#8413)
1 parent efc8024 commit b7aa953

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

FirebaseAppCheck.podspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ Pod::Spec.new do |s|
3838
]
3939
s.public_header_files = base_dir + 'Sources/Public/FirebaseAppCheck/*.h'
4040

41-
s.weak_framework = 'DeviceCheck'
41+
s.ios.weak_framework = 'DeviceCheck'
42+
s.osx.weak_framework = 'DeviceCheck'
43+
s.tvos.weak_framework = 'DeviceCheck'
4244

4345
s.dependency 'FirebaseCore', '~> 8.0'
4446
s.dependency 'PromisesObjC', '>= 1.2', '< 3.0'

0 commit comments

Comments
 (0)