Skip to content

Commit 55b6c84

Browse files
committed
Upgrade to use XCFramework
Tested up to `react-native: 0.63.3`
1 parent 4c8028c commit 55b6c84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

react-native-onesignal.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ Pod::Spec.new do |s|
2121
# REQUIRED: Ensure you have the following in your project's Podfile
2222
# pod 'React', :path => '../node_modules/react-native/'
2323

24-
# The Native OneSignal-iOS-SDK from cocoapods.
25-
s.dependency 'OneSignal', '3.4.3'
24+
# The Native OneSignal-iOS-SDK XCFramework from cocoapods.
25+
s.dependency 'OneSignalXCFramework', '3.4.4'
2626
end

0 commit comments

Comments
 (0)