diff --git a/ios/Podfile b/ios/Podfile index ee52063..7dd8fb3 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -4,10 +4,12 @@ require_relative '../node_modules/@react-native-community/cli-platform-ios/nativ platform :ios, '14.7' target 'BigBlueButton Broadcast' do - pod 'bigbluebutton-mobile-sdk-common', :path => '../node_modules/bigbluebutton-mobile-sdk/common' + pod 'bigbluebutton-mobile-sdk-common', :path => '../node_modules/bigbluebutton-mobile-sdk/ios-common' + pod 'bigbluebutton-mobile-sdk-broadcast-upload-extension', :path => '../node_modules/bigbluebutton-mobile-sdk/ios-broadcast-upload-extension' end target 'BigBlueButton' do + pod 'bigbluebutton-mobile-sdk-common', :path => '../node_modules/bigbluebutton-mobile-sdk/ios-common' config = use_native_modules! use_react_native!( diff --git a/ios/Podfile.lock b/ios/Podfile.lock index b7bc898..1facd68 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1,8 +1,12 @@ PODS: - - bigbluebutton-mobile-sdk (0.1.8): + - bigbluebutton-mobile-sdk (0.1.14): + - bigbluebutton-mobile-sdk-common - React-Core - WebRTC-lib - - bigbluebutton-mobile-sdk-common (0.1.8): + - bigbluebutton-mobile-sdk-broadcast-upload-extension (0.1.14): + - bigbluebutton-mobile-sdk-common + - WebRTC-lib + - bigbluebutton-mobile-sdk-common (0.1.14): - WebRTC-lib - boost (1.76.0) - DoubleConversion (1.1.6) @@ -293,7 +297,7 @@ PODS: - React-Core - RNCMaskedView (0.1.11): - React - - RNGestureHandler (2.2.0): + - RNGestureHandler (2.3.0): - React-Core - RNLanguages (3.0.2): - React @@ -325,7 +329,7 @@ PODS: - React-RCTText - ReactCommon/turbomodule/core - Yoga - - RNScreens (3.13.1): + - RNScreens (3.13.0): - React-Core - React-RCTImage - RNVectorIcons (9.1.0): @@ -335,7 +339,8 @@ PODS: DEPENDENCIES: - bigbluebutton-mobile-sdk (from `../node_modules/bigbluebutton-mobile-sdk`) - - bigbluebutton-mobile-sdk-common (from `../node_modules/bigbluebutton-mobile-sdk/common`) + - bigbluebutton-mobile-sdk-broadcast-upload-extension (from `../node_modules/bigbluebutton-mobile-sdk/ios-broadcast-upload-extension`) + - bigbluebutton-mobile-sdk-common (from `../node_modules/bigbluebutton-mobile-sdk/ios-common`) - boost (from `../node_modules/react-native/third-party-podspecs/boost.podspec`) - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`) - FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`) @@ -387,8 +392,10 @@ SPEC REPOS: EXTERNAL SOURCES: bigbluebutton-mobile-sdk: :path: "../node_modules/bigbluebutton-mobile-sdk" + bigbluebutton-mobile-sdk-broadcast-upload-extension: + :path: "../node_modules/bigbluebutton-mobile-sdk/ios-broadcast-upload-extension" bigbluebutton-mobile-sdk-common: - :path: "../node_modules/bigbluebutton-mobile-sdk/common" + :path: "../node_modules/bigbluebutton-mobile-sdk/ios-common" boost: :podspec: "../node_modules/react-native/third-party-podspecs/boost.podspec" DoubleConversion: @@ -471,8 +478,9 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/ReactCommon/yoga" SPEC CHECKSUMS: - bigbluebutton-mobile-sdk: e8026c7477ff83c63988f980bf6430e4ac29c245 - bigbluebutton-mobile-sdk-common: 1da6689f4b52a15f0225f991d9e62158e654b941 + bigbluebutton-mobile-sdk: 38a1ad1dcf3c73e3a6d91dc32efe3de44764b558 + bigbluebutton-mobile-sdk-broadcast-upload-extension: c6945ae9abb4b9894e52e6937a25284dbdd0f1b5 + bigbluebutton-mobile-sdk-common: b885381dcfb62b2711c95bc8428908927632fa94 boost: a7c83b31436843459a1961bfd74b96033dc77234 DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662 FBLazyVector: 244195e30d63d7f564c55da4410b9a24e8fbceaa @@ -508,14 +516,14 @@ SPEC CHECKSUMS: ReactNativeLocalization: 076497d7ca70341c751cd3b3e7c86187332a182d RNCAsyncStorage: b49b4e38a1548d03b74b30e558a1d18465b94be7 RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489 - RNGestureHandler: bf572f552ea324acd5b5464b8d30755b2d8c1de6 + RNGestureHandler: 77d59828d40838c9fabb76a12d2d0a80c006906f RNLanguages: 962e562af0d34ab1958d89bcfdb64fafc37c513e RNReanimated: 32c91e28f5780937b8efc07ddde1bab8d373fe0b - RNScreens: 40a2cb40a02a609938137a1e0acfbf8fc9eebf19 + RNScreens: aa12070b21c1d6011b3627a0b1d09b627232b070 RNVectorIcons: 7923e585eaeb139b9f4531d25a125a1500162a0b WebRTC-lib: 508fe02efa0c1a3a8867082a77d24c9be5d29aeb Yoga: 9b6696970c3289e8dea34b3eda93f23e61fb8121 -PODFILE CHECKSUM: 5a4527a39c9e7106dada2f9c8f36e380ed528225 +PODFILE CHECKSUM: 55542beca74ff5afabd436ccae3249532b77c6af COCOAPODS: 1.11.2 diff --git a/package.json b/package.json index dce8710..be8639b 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@react-navigation/native": "^6.0.8", "@react-navigation/native-stack": "^6.5.0", "@types/styled-components-react-native": "^5.1.3", - "bigbluebutton-mobile-sdk": "^0.1.10", + "bigbluebutton-mobile-sdk": "^0.1.14", "i18next": "^21.6.12", "i18next-browser-languagedetector": "^6.1.3", "react": "17.0.2", diff --git a/yarn.lock b/yarn.lock index 66a0f7e..4f21e93 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2157,10 +2157,10 @@ big-integer@1.6.x: resolved "https://registry.npmjs.org/big-integer/-/big-integer-1.6.51.tgz" integrity sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg== -bigbluebutton-mobile-sdk@^0.1.10: - version "0.1.10" - resolved "https://registry.npmjs.org/bigbluebutton-mobile-sdk/-/bigbluebutton-mobile-sdk-0.1.10.tgz" - integrity sha512-nqIfPco7IsMQgRqc4QXybdesjHXJsnOmd6G6L+wt5yHiKw0aDzhmBRlfzk9Q8FGTRlTTkPbJdN4R/SZrRpgdnw== +bigbluebutton-mobile-sdk@^0.1.14: + version "0.1.14" + resolved "https://registry.yarnpkg.com/bigbluebutton-mobile-sdk/-/bigbluebutton-mobile-sdk-0.1.14.tgz#6c5f78dd2624eb212336c4f432abc270efb20f64" + integrity sha512-azabcfga3leHHoazUyPVEXKGXUROMbGfEYRcZMPMVan8bM6PaMvhVae0Yf2TuSqLXprkCJSfhmN0LzMv1weLXg== dependencies: react-native-webview "^11.17.2"