Reorganize folder structure

This commit is contained in:
Tiago Jacobs
2022-03-24 11:06:12 -03:00
parent 8169f37a7b
commit 15ba546dfb
9 changed files with 22 additions and 21 deletions

View File

@@ -4,8 +4,8 @@ require_relative '../node_modules/@react-native-community/cli-platform-ios/nativ
platform :ios, '14.7'
target 'BigBlueButtonMobileSdkBroadcastExample' do
pod 'bigbluebutton-mobile-sdk-common', :path => '../../common'
pod 'bigbluebutton-mobile-sdk-broadcast-upload-extension', :path => '../../broadcast-upload-extension'
pod 'bigbluebutton-mobile-sdk-common', :path => '../../ios-common'
pod 'bigbluebutton-mobile-sdk-broadcast-upload-extension', :path => '../../ios-broadcast-upload-extension'
end
target 'BigbluebuttonMobileSdkExample' do
@@ -14,7 +14,7 @@ target 'BigbluebuttonMobileSdkExample' do
use_react_native!(:path => config["reactNativePath"])
pod 'bigbluebutton-mobile-sdk', :path => '../..'
pod 'bigbluebutton-mobile-sdk-common', :path => '../../common'
pod 'bigbluebutton-mobile-sdk-common', :path => '../../ios-common'
# Enables Flipper.
#

View File

@@ -261,8 +261,8 @@ PODS:
DEPENDENCIES:
- bigbluebutton-mobile-sdk (from `../..`)
- bigbluebutton-mobile-sdk-broadcast-upload-extension (from `../../broadcast-upload-extension`)
- bigbluebutton-mobile-sdk-common (from `../../common`)
- bigbluebutton-mobile-sdk-broadcast-upload-extension (from `../../ios-broadcast-upload-extension`)
- bigbluebutton-mobile-sdk-common (from `../../ios-common`)
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
- FBReactNativeSpec (from `../node_modules/react-native/Libraries/FBReactNativeSpec`)
@@ -302,9 +302,9 @@ EXTERNAL SOURCES:
bigbluebutton-mobile-sdk:
:path: "../.."
bigbluebutton-mobile-sdk-broadcast-upload-extension:
:path: "../../broadcast-upload-extension"
:path: "../../ios-broadcast-upload-extension"
bigbluebutton-mobile-sdk-common:
:path: "../../common"
:path: "../../ios-common"
DoubleConversion:
:podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
FBLazyVector:
@@ -394,6 +394,6 @@ SPEC CHECKSUMS:
WebRTC-lib: 508fe02efa0c1a3a8867082a77d24c9be5d29aeb
Yoga: 4bd86afe9883422a7c4028c00e34790f560923d6
PODFILE CHECKSUM: f1ee5698b5774661de3a42d8c9f39f10a1cfd1b3
PODFILE CHECKSUM: 1cef60f4fb4cef93dc6de3cb3b53463e5f48a9bc
COCOAPODS: 1.11.2