diff --git a/ios/BigBlueButton Broadcast/Info.plist b/ios/BigBlueButton Broadcast/Info.plist new file mode 100644 index 0000000..e936790 --- /dev/null +++ b/ios/BigBlueButton Broadcast/Info.plist @@ -0,0 +1,15 @@ + + + + + NSExtension + + NSExtensionPointIdentifier + com.apple.broadcast-services-upload + NSExtensionPrincipalClass + $(PRODUCT_MODULE_NAME).SampleHandler + RPBroadcastProcessMode + RPBroadcastProcessModeSampleBuffer + + + diff --git a/ios/BigBlueButton Broadcast/SampleHandler.swift b/ios/BigBlueButton Broadcast/SampleHandler.swift new file mode 100644 index 0000000..6d28ac9 --- /dev/null +++ b/ios/BigBlueButton Broadcast/SampleHandler.swift @@ -0,0 +1,5 @@ +import bigbluebutton_mobile_sdk_common + +class SampleHandler: BBBSampleHandler { + +} diff --git a/ios/BigBlueButton.xcodeproj/project.pbxproj b/ios/BigBlueButton.xcodeproj/project.pbxproj index 8029943..0c2083b 100644 --- a/ios/BigBlueButton.xcodeproj/project.pbxproj +++ b/ios/BigBlueButton.xcodeproj/project.pbxproj @@ -14,6 +14,10 @@ 6172F2D35A4C3AA820D92908 /* libPods-BigBlueButton.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6423831EA8574132BED9D8CC /* libPods-BigBlueButton.a */; }; 7EF68E3733C33B6898317E18 /* libPods-BigBlueButton-BigBlueButtonTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ABFE59519B596E51CEFDCCC0 /* libPods-BigBlueButton-BigBlueButtonTests.a */; }; 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; }; + D9268FF3D2DA9D8304F931DB /* libPods-BigBlueButton Broadcast.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 38E575479D3F0ED342457EBF /* libPods-BigBlueButton Broadcast.a */; }; + F1F618E927BCA28B0085BEDE /* ReplayKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F1F618E827BCA28B0085BEDE /* ReplayKit.framework */; }; + F1F618EC27BCA28B0085BEDE /* SampleHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1F618EB27BCA28B0085BEDE /* SampleHandler.swift */; }; + F1F618F027BCA28B0085BEDE /* BigBlueButton Broadcast.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = F1F618E727BCA28B0085BEDE /* BigBlueButton Broadcast.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -24,8 +28,29 @@ remoteGlobalIDString = 13B07F861A680F5B00A75B9A; remoteInfo = BigBlueButton; }; + F1F618EE27BCA28B0085BEDE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F1F618E627BCA28B0085BEDE; + remoteInfo = "BigBlueButton Broadcast"; + }; /* End PBXContainerItemProxy section */ +/* Begin PBXCopyFilesBuildPhase section */ + F1F618F427BCA28B0085BEDE /* Embed App Extensions */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = ""; + dstSubfolderSpec = 13; + files = ( + F1F618F027BCA28B0085BEDE /* BigBlueButton Broadcast.appex in Embed App Extensions */, + ); + name = "Embed App Extensions"; + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXCopyFilesBuildPhase section */ + /* Begin PBXFileReference section */ 00E356EE1AD99517003FC87E /* BigBlueButtonTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BigBlueButtonTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; @@ -37,13 +62,20 @@ 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = BigBlueButton/Info.plist; sourceTree = ""; }; 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = BigBlueButton/main.m; sourceTree = ""; }; 1D0AE47A65C8663E3B452821 /* Pods-BigBlueButton-BigBlueButtonTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BigBlueButton-BigBlueButtonTests.release.xcconfig"; path = "Target Support Files/Pods-BigBlueButton-BigBlueButtonTests/Pods-BigBlueButton-BigBlueButtonTests.release.xcconfig"; sourceTree = ""; }; + 38E575479D3F0ED342457EBF /* libPods-BigBlueButton Broadcast.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-BigBlueButton Broadcast.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 6423831EA8574132BED9D8CC /* libPods-BigBlueButton.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-BigBlueButton.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 6C97AB639B58BBB4B15BBE30 /* Pods-BigBlueButton-BigBlueButtonTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BigBlueButton-BigBlueButtonTests.debug.xcconfig"; path = "Target Support Files/Pods-BigBlueButton-BigBlueButtonTests/Pods-BigBlueButton-BigBlueButtonTests.debug.xcconfig"; sourceTree = ""; }; 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = BigBlueButton/LaunchScreen.storyboard; sourceTree = ""; }; ABFE59519B596E51CEFDCCC0 /* libPods-BigBlueButton-BigBlueButtonTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-BigBlueButton-BigBlueButtonTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; C0A881CF5CF3F2B244570E2A /* Pods-BigBlueButton.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BigBlueButton.debug.xcconfig"; path = "Target Support Files/Pods-BigBlueButton/Pods-BigBlueButton.debug.xcconfig"; sourceTree = ""; }; + C1EE5D0B958503AECE222C0D /* Pods-BigBlueButton Broadcast.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BigBlueButton Broadcast.release.xcconfig"; path = "Target Support Files/Pods-BigBlueButton Broadcast/Pods-BigBlueButton Broadcast.release.xcconfig"; sourceTree = ""; }; D00AAFFCFCFDA5787532823F /* Pods-BigBlueButton.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BigBlueButton.release.xcconfig"; path = "Target Support Files/Pods-BigBlueButton/Pods-BigBlueButton.release.xcconfig"; sourceTree = ""; }; + D029435F40D9827BF73DEFDA /* Pods-BigBlueButton Broadcast.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BigBlueButton Broadcast.debug.xcconfig"; path = "Target Support Files/Pods-BigBlueButton Broadcast/Pods-BigBlueButton Broadcast.debug.xcconfig"; sourceTree = ""; }; ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; + F1F618E727BCA28B0085BEDE /* BigBlueButton Broadcast.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "BigBlueButton Broadcast.appex"; sourceTree = BUILT_PRODUCTS_DIR; }; + F1F618E827BCA28B0085BEDE /* ReplayKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ReplayKit.framework; path = System/Library/Frameworks/ReplayKit.framework; sourceTree = SDKROOT; }; + F1F618EB27BCA28B0085BEDE /* SampleHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SampleHandler.swift; sourceTree = ""; }; + F1F618ED27BCA28B0085BEDE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -63,6 +95,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + F1F618E427BCA28B0085BEDE /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + F1F618E927BCA28B0085BEDE /* ReplayKit.framework in Frameworks */, + D9268FF3D2DA9D8304F931DB /* libPods-BigBlueButton Broadcast.a in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ @@ -102,6 +143,8 @@ ED297162215061F000B7C4FE /* JavaScriptCore.framework */, 6423831EA8574132BED9D8CC /* libPods-BigBlueButton.a */, ABFE59519B596E51CEFDCCC0 /* libPods-BigBlueButton-BigBlueButtonTests.a */, + F1F618E827BCA28B0085BEDE /* ReplayKit.framework */, + 38E575479D3F0ED342457EBF /* libPods-BigBlueButton Broadcast.a */, ); name = Frameworks; sourceTree = ""; @@ -119,6 +162,7 @@ 13B07FAE1A68108700A75B9A /* BigBlueButton */, 832341AE1AAA6A7D00B99B32 /* Libraries */, 00E356EF1AD99517003FC87E /* BigBlueButtonTests */, + F1F618EA27BCA28B0085BEDE /* BigBlueButton Broadcast */, 83CBBA001A601CBA00E9B192 /* Products */, 2D16E6871FA4F8E400B85C8A /* Frameworks */, E233CBF5F47BEE60B243DCF8 /* Pods */, @@ -133,6 +177,7 @@ children = ( 13B07F961A680F5B00A75B9A /* BigBlueButton.app */, 00E356EE1AD99517003FC87E /* BigBlueButtonTests.xctest */, + F1F618E727BCA28B0085BEDE /* BigBlueButton Broadcast.appex */, ); name = Products; sourceTree = ""; @@ -144,11 +189,21 @@ D00AAFFCFCFDA5787532823F /* Pods-BigBlueButton.release.xcconfig */, 6C97AB639B58BBB4B15BBE30 /* Pods-BigBlueButton-BigBlueButtonTests.debug.xcconfig */, 1D0AE47A65C8663E3B452821 /* Pods-BigBlueButton-BigBlueButtonTests.release.xcconfig */, + D029435F40D9827BF73DEFDA /* Pods-BigBlueButton Broadcast.debug.xcconfig */, + C1EE5D0B958503AECE222C0D /* Pods-BigBlueButton Broadcast.release.xcconfig */, ); - name = Pods; path = Pods; sourceTree = ""; }; + F1F618EA27BCA28B0085BEDE /* BigBlueButton Broadcast */ = { + isa = PBXGroup; + children = ( + F1F618EB27BCA28B0085BEDE /* SampleHandler.swift */, + F1F618ED27BCA28B0085BEDE /* Info.plist */, + ); + path = "BigBlueButton Broadcast"; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -185,22 +240,43 @@ 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */, ADC9DDC32298B72B3CF5DC8E /* [CP] Copy Pods Resources */, 8B7F66E80BB588901265B229 /* [CP] Embed Pods Frameworks */, + F1F618F427BCA28B0085BEDE /* Embed App Extensions */, ); buildRules = ( ); dependencies = ( + F1F618EF27BCA28B0085BEDE /* PBXTargetDependency */, ); name = BigBlueButton; productName = BigBlueButton; productReference = 13B07F961A680F5B00A75B9A /* BigBlueButton.app */; productType = "com.apple.product-type.application"; }; + F1F618E627BCA28B0085BEDE /* BigBlueButton Broadcast */ = { + isa = PBXNativeTarget; + buildConfigurationList = F1F618F127BCA28B0085BEDE /* Build configuration list for PBXNativeTarget "BigBlueButton Broadcast" */; + buildPhases = ( + 796B413234ABE3905B9BBA35 /* [CP] Check Pods Manifest.lock */, + F1F618E327BCA28B0085BEDE /* Sources */, + F1F618E427BCA28B0085BEDE /* Frameworks */, + F1F618E527BCA28B0085BEDE /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "BigBlueButton Broadcast"; + productName = "BigBlueButton Broadcast"; + productReference = F1F618E727BCA28B0085BEDE /* BigBlueButton Broadcast.appex */; + productType = "com.apple.product-type.app-extension"; + }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ 83CBB9F71A601CBA00E9B192 /* Project object */ = { isa = PBXProject; attributes = { + LastSwiftUpdateCheck = 1320; LastUpgradeCheck = 1210; TargetAttributes = { 00E356ED1AD99517003FC87E = { @@ -210,6 +286,9 @@ 13B07F861A680F5B00A75B9A = { LastSwiftMigration = 1120; }; + F1F618E627BCA28B0085BEDE = { + CreatedOnToolsVersion = 13.2.1; + }; }; }; buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "BigBlueButton" */; @@ -227,6 +306,7 @@ targets = ( 13B07F861A680F5B00A75B9A /* BigBlueButton */, 00E356ED1AD99517003FC87E /* BigBlueButtonTests */, + F1F618E627BCA28B0085BEDE /* BigBlueButton Broadcast */, ); }; /* End PBXProject section */ @@ -248,6 +328,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + F1F618E527BCA28B0085BEDE /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ @@ -321,6 +408,28 @@ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-BigBlueButton-BigBlueButtonTests/Pods-BigBlueButton-BigBlueButtonTests-resources.sh\"\n"; showEnvVarsInLog = 0; }; + 796B413234ABE3905B9BBA35 /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputFileListPaths = ( + ); + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-BigBlueButton Broadcast-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; 8B7F66E80BB588901265B229 /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -416,6 +525,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + F1F618E327BCA28B0085BEDE /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + F1F618EC27BCA28B0085BEDE /* SampleHandler.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ @@ -424,6 +541,11 @@ target = 13B07F861A680F5B00A75B9A /* BigBlueButton */; targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */; }; + F1F618EF27BCA28B0085BEDE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = F1F618E627BCA28B0085BEDE /* BigBlueButton Broadcast */; + targetProxy = F1F618EE27BCA28B0085BEDE /* PBXContainerItemProxy */; + }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ @@ -482,6 +604,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = C0A881CF5CF3F2B244570E2A /* Pods-BigBlueButton.debug.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CURRENT_PROJECT_VERSION = 1; @@ -496,7 +619,7 @@ "-ObjC", "-lc++", ); - PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; + PRODUCT_BUNDLE_IDENTIFIER = org.bigbluebutton.mobile; PRODUCT_NAME = BigBlueButton; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; @@ -508,6 +631,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = D00AAFFCFCFDA5787532823F /* Pods-BigBlueButton.release.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CURRENT_PROJECT_VERSION = 1; @@ -521,7 +645,7 @@ "-ObjC", "-lc++", ); - PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; + PRODUCT_BUNDLE_IDENTIFIER = org.bigbluebutton.mobile; PRODUCT_NAME = BigBlueButton; SWIFT_VERSION = 5.0; VERSIONING_SYSTEM = "apple-generic"; @@ -651,6 +775,82 @@ }; name = Release; }; + F1F618F227BCA28B0085BEDE /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D029435F40D9827BF73DEFDA /* Pods-BigBlueButton Broadcast.debug.xcconfig */; + buildSettings = { + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = dwarf; + GCC_C_LANGUAGE_STANDARD = gnu11; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_FILE = "BigBlueButton Broadcast/Info.plist"; + INFOPLIST_KEY_CFBundleDisplayName = "BigBlueButton Broadcast"; + INFOPLIST_KEY_NSHumanReadableCopyright = ""; + IPHONEOS_DEPLOYMENT_TARGET = 15.2; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@executable_path/../../Frameworks", + ); + MARKETING_VERSION = 1.0; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + PRODUCT_BUNDLE_IDENTIFIER = "org.bigbluebutton.mobile.BigBlueButton-Broadcast"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + F1F618F327BCA28B0085BEDE /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C1EE5D0B958503AECE222C0D /* Pods-BigBlueButton Broadcast.release.xcconfig */; + buildSettings = { + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CODE_SIGN_STYLE = Automatic; + COPY_PHASE_STRIP = NO; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_C_LANGUAGE_STANDARD = gnu11; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_FILE = "BigBlueButton Broadcast/Info.plist"; + INFOPLIST_KEY_CFBundleDisplayName = "BigBlueButton Broadcast"; + INFOPLIST_KEY_NSHumanReadableCopyright = ""; + IPHONEOS_DEPLOYMENT_TARGET = 15.2; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@executable_path/../../Frameworks", + ); + MARKETING_VERSION = 1.0; + MTL_FAST_MATH = YES; + PRODUCT_BUNDLE_IDENTIFIER = "org.bigbluebutton.mobile.BigBlueButton-Broadcast"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SKIP_INSTALL = YES; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_OPTIMIZATION_LEVEL = "-O"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -681,6 +881,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + F1F618F127BCA28B0085BEDE /* Build configuration list for PBXNativeTarget "BigBlueButton Broadcast" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + F1F618F227BCA28B0085BEDE /* Debug */, + F1F618F327BCA28B0085BEDE /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; /* End XCConfigurationList section */ }; rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */; diff --git a/ios/BigBlueButton/Info.plist b/ios/BigBlueButton/Info.plist index 07cad1d..ba8ea5a 100644 --- a/ios/BigBlueButton/Info.plist +++ b/ios/BigBlueButton/Info.plist @@ -28,8 +28,8 @@ NSExceptionDomains - NSAllowsArbitraryLoads - + NSAllowsArbitraryLoads + NSLocationWhenInUseUsageDescription diff --git a/ios/Podfile b/ios/Podfile index 587cd69..ee5dd15 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -3,6 +3,10 @@ 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' +end + target 'BigBlueButton' do config = use_native_modules! diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 59c3b81..2d8b880 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -2,6 +2,8 @@ PODS: - bigbluebutton-mobile-sdk (0.1.6): - React-Core - WebRTC-lib + - bigbluebutton-mobile-sdk-common (0.1.6): + - WebRTC-lib - boost (1.76.0) - DoubleConversion (1.1.6) - FBLazyVector (0.67.2) @@ -284,6 +286,7 @@ PODS: DEPENDENCIES: - bigbluebutton-mobile-sdk (from `../node_modules/bigbluebutton-mobile-sdk`) + - bigbluebutton-mobile-sdk-common (from `../node_modules/bigbluebutton-mobile-sdk/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`) @@ -326,6 +329,8 @@ SPEC REPOS: EXTERNAL SOURCES: bigbluebutton-mobile-sdk: :path: "../node_modules/bigbluebutton-mobile-sdk" + bigbluebutton-mobile-sdk-common: + :path: "../node_modules/bigbluebutton-mobile-sdk/common" boost: :podspec: "../node_modules/react-native/third-party-podspecs/boost.podspec" DoubleConversion: @@ -391,6 +396,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: bigbluebutton-mobile-sdk: 19663f45d1ad1aa508dcd602c98454d4a268d6bc + bigbluebutton-mobile-sdk-common: a19235b74cfb9ba83f83e23afbae7c8c400c2a5c boost: a7c83b31436843459a1961bfd74b96033dc77234 DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662 FBLazyVector: 244195e30d63d7f564c55da4410b9a24e8fbceaa @@ -425,6 +431,6 @@ SPEC CHECKSUMS: WebRTC-lib: 508fe02efa0c1a3a8867082a77d24c9be5d29aeb Yoga: 9b6696970c3289e8dea34b3eda93f23e61fb8121 -PODFILE CHECKSUM: 9f8e20772970735763ecc061ca1129dc20eaf869 +PODFILE CHECKSUM: e211f2ecd01f51058301ee830bb11c08f658741b COCOAPODS: 1.11.2