Skip to content

Commit d56c021

Browse files
committed
Change OneSignal in NSE to version range
* Using a version range here allows the it to match the version of the main target.
1 parent 8a189c9 commit d56c021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ target 'Runner' do
3232
end
3333

3434
target 'OneSignalNotificationServiceExtension' do
35-
pod 'OneSignalXCFramework', '3.6.0'
35+
pod 'OneSignalXCFramework', '>= 3.0.0', '< 4.0'
3636
end
3737

3838
post_install do |installer|

0 commit comments

Comments
 (0)