We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e1e0f1 commit 8299d41Copy full SHA for 8299d41
examples/RNOneSignalTS/ios/Podfile
@@ -24,8 +24,7 @@ target 'RNOneSignalTS' do
24
end
25
26
target 'RNOneSignalWidgetExtension' do
27
- # Note that this should match the version used by react-native-onesignal.podspec
28
- pod 'OneSignalXCFramework', '5.2.0'
+ pod 'OneSignalXCFramework', '>= 5.0.2', '< 6.0.0'
29
30
31
target 'RNOneSignalTS-tvOS' do
0 commit comments