Skip to content

Commit 1797950

Browse files
authored
Update Firebase podspec for watchOS (#4808)
1 parent 3754b7e commit 1797950

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

Firebase.podspec

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ Simplify your iOS development, grow your user base, and monetize more effectivel
4848
'HEADER_SEARCH_PATHS' => "$(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources"
4949
}
5050
end
51+
# Standard platforms PLUS watchOS.
52+
ss.ios.deployment_target = '8.0'
53+
ss.osx.deployment_target = '10.11'
54+
ss.tvos.deployment_target = '10.0'
55+
ss.watchos.deployment_target = '6.0'
5156
end
5257

5358
s.subspec 'Analytics' do |ss|
@@ -109,6 +114,11 @@ Simplify your iOS development, grow your user base, and monetize more effectivel
109114
s.subspec 'Messaging' do |ss|
110115
ss.dependency 'Firebase/CoreOnly'
111116
ss.dependency 'FirebaseMessaging', '~> 4.2.0'
117+
# Standard platforms PLUS watchOS.
118+
ss.ios.deployment_target = '8.0'
119+
ss.osx.deployment_target = '10.11'
120+
ss.tvos.deployment_target = '10.0'
121+
ss.watchos.deployment_target = '6.0'
112122
end
113123

114124
s.subspec 'Performance' do |ss|

Firebase/Messaging/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 2020-02 -- v 4.2.1
2+
- [added] Firebase Pod support for watchOS: `pod 'Firebase/Messaging'` in addition to `pod 'FirebaseMessaging'`. (#4807)
3+
14
# 2020-01 -- v 4.2.0
25
- [added] Added watchOS support for Firebase Messaging. This enables FCM push notification function on watch only app or independent watch app. (#4016)
36
- [added] Added a new transitive dependency on the [Firebase Installations SDK](../../FirebaseInstallations/CHANGELOG.md). The Firebase Installations SDK introduces the [Firebase Installations API](https://console.cloud.google.com/apis/library/firebaseinstallations.googleapis.com). Developers that use API-restrictions for their API-Keys may experience blocked requests (https://stackoverflow.com/questions/58495985/). A solution is available [here](../../FirebaseInstallations/API_KEY_RESTRICTIONS.md).

0 commit comments

Comments
 (0)