Skip to content

Commit 6fcee27

Browse files
author
Rodrigo Gomez Palacio
authored
Merge pull request OneSignal#1228 from OneSignal/upgrade-xcframework
Upgrade to Use XCFramework
2 parents 4b83539 + 55b6c84 commit 6fcee27

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)