Skip to content

Commit ec1dddb

Browse files
committed
Rename project
1 parent ae28970 commit ec1dddb

13 files changed

Lines changed: 70 additions & 72 deletions

File tree

app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"name": "BigBlueButton",
3-
"displayName": "BigBlueButton"
2+
"name": "BigBlueButton Tablet",
3+
"displayName": "BigBlueButton Tablet"
44
}

ios/BigBlueButton.xcodeproj/project.pbxproj renamed to ios/BigBlueButton Tablet.xcodeproj/project.pbxproj

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
F1CF7F4E27D1B63900E0C7F1 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1CF7F4D27D1B63900E0C7F1 /* Constants.swift */; };
1717
F1F618E927BCA28B0085BEDE /* ReplayKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F1F618E827BCA28B0085BEDE /* ReplayKit.framework */; };
1818
F1F618EC27BCA28B0085BEDE /* SampleHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1F618EB27BCA28B0085BEDE /* SampleHandler.swift */; };
19-
F1F618F027BCA28B0085BEDE /* BigBlueButton Broadcast.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = F1F618E727BCA28B0085BEDE /* BigBlueButton Broadcast.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
19+
F1F618F027BCA28B0085BEDE /* BigBlueButton Tablet Broadcast.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = F1F618E727BCA28B0085BEDE /* BigBlueButton Tablet Broadcast.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
2020
/* End PBXBuildFile section */
2121

2222
/* Begin PBXContainerItemProxy section */
@@ -36,7 +36,7 @@
3636
dstPath = "";
3737
dstSubfolderSpec = 13;
3838
files = (
39-
F1F618F027BCA28B0085BEDE /* BigBlueButton Broadcast.appex in Embed App Extensions */,
39+
F1F618F027BCA28B0085BEDE /* BigBlueButton Tablet Broadcast.appex in Embed App Extensions */,
4040
);
4141
name = "Embed App Extensions";
4242
runOnlyForDeploymentPostprocessing = 0;
@@ -46,7 +46,7 @@
4646
/* Begin PBXFileReference section */
4747
00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4848
00E356F21AD99517003FC87E /* BigBlueButtonTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BigBlueButtonTests.m; sourceTree = "<group>"; };
49-
13B07F961A680F5B00A75B9A /* BigBlueButton.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BigBlueButton.app; sourceTree = BUILT_PRODUCTS_DIR; };
49+
13B07F961A680F5B00A75B9A /* BigBlueButton Tablet.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "BigBlueButton Tablet.app"; sourceTree = BUILT_PRODUCTS_DIR; };
5050
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = BigBlueButton/Images.xcassets; sourceTree = "<group>"; };
5151
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = BigBlueButton/Info.plist; sourceTree = "<group>"; };
5252
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 = "<group>"; };
@@ -66,7 +66,7 @@
6666
F1CF7F4D27D1B63900E0C7F1 /* Constants.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = SOURCE_ROOT; };
6767
F1CF7F4F27D1B7E800E0C7F1 /* BigBlueButton.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = BigBlueButton.entitlements; path = BigBlueButton/BigBlueButton.entitlements; sourceTree = "<group>"; };
6868
F1CF7F5027D1B80200E0C7F1 /* BigBlueButton Broadcast.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "BigBlueButton Broadcast.entitlements"; sourceTree = "<group>"; };
69-
F1F618E727BCA28B0085BEDE /* BigBlueButton Broadcast.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "BigBlueButton Broadcast.appex"; sourceTree = BUILT_PRODUCTS_DIR; };
69+
F1F618E727BCA28B0085BEDE /* BigBlueButton Tablet Broadcast.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "BigBlueButton Tablet Broadcast.appex"; sourceTree = BUILT_PRODUCTS_DIR; };
7070
F1F618E827BCA28B0085BEDE /* ReplayKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ReplayKit.framework; path = System/Library/Frameworks/ReplayKit.framework; sourceTree = SDKROOT; };
7171
F1F618EB27BCA28B0085BEDE /* SampleHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SampleHandler.swift; sourceTree = "<group>"; };
7272
F1F618ED27BCA28B0085BEDE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@@ -170,8 +170,8 @@
170170
83CBBA001A601CBA00E9B192 /* Products */ = {
171171
isa = PBXGroup;
172172
children = (
173-
13B07F961A680F5B00A75B9A /* BigBlueButton.app */,
174-
F1F618E727BCA28B0085BEDE /* BigBlueButton Broadcast.appex */,
173+
13B07F961A680F5B00A75B9A /* BigBlueButton Tablet.app */,
174+
F1F618E727BCA28B0085BEDE /* BigBlueButton Tablet Broadcast.appex */,
175175
);
176176
name = Products;
177177
sourceTree = "<group>";
@@ -203,9 +203,9 @@
203203
/* End PBXGroup section */
204204

205205
/* Begin PBXNativeTarget section */
206-
13B07F861A680F5B00A75B9A /* BigBlueButton */ = {
206+
13B07F861A680F5B00A75B9A /* BigBlueButton Tablet */ = {
207207
isa = PBXNativeTarget;
208-
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "BigBlueButton" */;
208+
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "BigBlueButton Tablet" */;
209209
buildPhases = (
210210
3E482C27206C4DEF2FE45063 /* [CP] Check Pods Manifest.lock */,
211211
FD10A7F022414F080027D42C /* Start Packager */,
@@ -222,14 +222,14 @@
222222
dependencies = (
223223
F1F618EF27BCA28B0085BEDE /* PBXTargetDependency */,
224224
);
225-
name = BigBlueButton;
225+
name = "BigBlueButton Tablet";
226226
productName = BigBlueButton;
227-
productReference = 13B07F961A680F5B00A75B9A /* BigBlueButton.app */;
227+
productReference = 13B07F961A680F5B00A75B9A /* BigBlueButton Tablet.app */;
228228
productType = "com.apple.product-type.application";
229229
};
230-
F1F618E627BCA28B0085BEDE /* BigBlueButton Broadcast */ = {
230+
F1F618E627BCA28B0085BEDE /* BigBlueButton Tablet Broadcast */ = {
231231
isa = PBXNativeTarget;
232-
buildConfigurationList = F1F618F127BCA28B0085BEDE /* Build configuration list for PBXNativeTarget "BigBlueButton Broadcast" */;
232+
buildConfigurationList = F1F618F127BCA28B0085BEDE /* Build configuration list for PBXNativeTarget "BigBlueButton Tablet Broadcast" */;
233233
buildPhases = (
234234
796B413234ABE3905B9BBA35 /* [CP] Check Pods Manifest.lock */,
235235
F1F618E327BCA28B0085BEDE /* Sources */,
@@ -240,9 +240,9 @@
240240
);
241241
dependencies = (
242242
);
243-
name = "BigBlueButton Broadcast";
243+
name = "BigBlueButton Tablet Broadcast";
244244
productName = "BigBlueButton Broadcast";
245-
productReference = F1F618E727BCA28B0085BEDE /* BigBlueButton Broadcast.appex */;
245+
productReference = F1F618E727BCA28B0085BEDE /* BigBlueButton Tablet Broadcast.appex */;
246246
productType = "com.apple.product-type.app-extension";
247247
};
248248
/* End PBXNativeTarget section */
@@ -262,7 +262,7 @@
262262
};
263263
};
264264
};
265-
buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "BigBlueButton" */;
265+
buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "BigBlueButton Tablet" */;
266266
compatibilityVersion = "Xcode 12.0";
267267
developmentRegion = en;
268268
hasScannedForEncodings = 0;
@@ -275,8 +275,8 @@
275275
projectDirPath = "";
276276
projectRoot = "";
277277
targets = (
278-
13B07F861A680F5B00A75B9A /* BigBlueButton */,
279-
F1F618E627BCA28B0085BEDE /* BigBlueButton Broadcast */,
278+
13B07F861A680F5B00A75B9A /* BigBlueButton Tablet */,
279+
F1F618E627BCA28B0085BEDE /* BigBlueButton Tablet Broadcast */,
280280
);
281281
};
282282
/* End PBXProject section */
@@ -438,7 +438,7 @@
438438
/* Begin PBXTargetDependency section */
439439
F1F618EF27BCA28B0085BEDE /* PBXTargetDependency */ = {
440440
isa = PBXTargetDependency;
441-
target = F1F618E627BCA28B0085BEDE /* BigBlueButton Broadcast */;
441+
target = F1F618E627BCA28B0085BEDE /* BigBlueButton Tablet Broadcast */;
442442
targetProxy = F1F618EE27BCA28B0085BEDE /* PBXContainerItemProxy */;
443443
};
444444
/* End PBXTargetDependency section */
@@ -452,7 +452,7 @@
452452
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
453453
CLANG_ENABLE_MODULES = YES;
454454
CODE_SIGN_ENTITLEMENTS = BigBlueButton/BigBlueButton.entitlements;
455-
CURRENT_PROJECT_VERSION = 16;
455+
CURRENT_PROJECT_VERSION = 17;
456456
DEVELOPMENT_TEAM = N69T9W23TC;
457457
ENABLE_BITCODE = NO;
458458
INFOPLIST_FILE = BigBlueButton/Info.plist;
@@ -467,7 +467,7 @@
467467
"-lc++",
468468
);
469469
PRODUCT_BUNDLE_IDENTIFIER = org.bigbluebutton.mobile;
470-
PRODUCT_NAME = BigBlueButton;
470+
PRODUCT_NAME = "BigBlueButton Tablet";
471471
SWIFT_OBJC_BRIDGING_HEADER = "swift-Bridging-Header.h";
472472
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
473473
SWIFT_VERSION = 5.0;
@@ -484,7 +484,7 @@
484484
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
485485
CLANG_ENABLE_MODULES = YES;
486486
CODE_SIGN_ENTITLEMENTS = BigBlueButton/BigBlueButton.entitlements;
487-
CURRENT_PROJECT_VERSION = 16;
487+
CURRENT_PROJECT_VERSION = 17;
488488
DEVELOPMENT_TEAM = N69T9W23TC;
489489
INFOPLIST_FILE = BigBlueButton/Info.plist;
490490
IPHONEOS_DEPLOYMENT_TARGET = 14.7;
@@ -498,7 +498,7 @@
498498
"-lc++",
499499
);
500500
PRODUCT_BUNDLE_IDENTIFIER = org.bigbluebutton.mobile;
501-
PRODUCT_NAME = BigBlueButton;
501+
PRODUCT_NAME = "BigBlueButton Tablet";
502502
SWIFT_OBJC_BRIDGING_HEADER = "swift-Bridging-Header.h";
503503
SWIFT_VERSION = 5.0;
504504
TARGETED_DEVICE_FAMILY = "1,2";
@@ -642,13 +642,13 @@
642642
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
643643
CODE_SIGN_ENTITLEMENTS = "BigBlueButton Broadcast/BigBlueButton Broadcast.entitlements";
644644
CODE_SIGN_STYLE = Automatic;
645-
CURRENT_PROJECT_VERSION = 16;
645+
CURRENT_PROJECT_VERSION = 17;
646646
DEBUG_INFORMATION_FORMAT = dwarf;
647647
DEVELOPMENT_TEAM = N69T9W23TC;
648648
GCC_C_LANGUAGE_STANDARD = gnu11;
649649
GENERATE_INFOPLIST_FILE = YES;
650650
INFOPLIST_FILE = "BigBlueButton Broadcast/Info.plist";
651-
INFOPLIST_KEY_CFBundleDisplayName = "BigBlueButton Broadcast";
651+
INFOPLIST_KEY_CFBundleDisplayName = "BigBlueButton Tablet Broadcast";
652652
INFOPLIST_KEY_LSApplicationCategoryType = "";
653653
INFOPLIST_KEY_NSHumanReadableCopyright = "";
654654
IPHONEOS_DEPLOYMENT_TARGET = 14.7;
@@ -684,13 +684,13 @@
684684
CODE_SIGN_ENTITLEMENTS = "BigBlueButton Broadcast/BigBlueButton Broadcast.entitlements";
685685
CODE_SIGN_STYLE = Automatic;
686686
COPY_PHASE_STRIP = NO;
687-
CURRENT_PROJECT_VERSION = 16;
687+
CURRENT_PROJECT_VERSION = 17;
688688
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
689689
DEVELOPMENT_TEAM = N69T9W23TC;
690690
GCC_C_LANGUAGE_STANDARD = gnu11;
691691
GENERATE_INFOPLIST_FILE = YES;
692692
INFOPLIST_FILE = "BigBlueButton Broadcast/Info.plist";
693-
INFOPLIST_KEY_CFBundleDisplayName = "BigBlueButton Broadcast";
693+
INFOPLIST_KEY_CFBundleDisplayName = "BigBlueButton Tablet Broadcast";
694694
INFOPLIST_KEY_LSApplicationCategoryType = "";
695695
INFOPLIST_KEY_NSHumanReadableCopyright = "";
696696
IPHONEOS_DEPLOYMENT_TARGET = 14.7;
@@ -715,7 +715,7 @@
715715
/* End XCBuildConfiguration section */
716716

717717
/* Begin XCConfigurationList section */
718-
13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "BigBlueButton" */ = {
718+
13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "BigBlueButton Tablet" */ = {
719719
isa = XCConfigurationList;
720720
buildConfigurations = (
721721
13B07F941A680F5B00A75B9A /* Debug */,
@@ -724,7 +724,7 @@
724724
defaultConfigurationIsVisible = 0;
725725
defaultConfigurationName = Release;
726726
};
727-
83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "BigBlueButton" */ = {
727+
83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "BigBlueButton Tablet" */ = {
728728
isa = XCConfigurationList;
729729
buildConfigurations = (
730730
83CBBA201A601CBA00E9B192 /* Debug */,
@@ -733,7 +733,7 @@
733733
defaultConfigurationIsVisible = 0;
734734
defaultConfigurationName = Release;
735735
};
736-
F1F618F127BCA28B0085BEDE /* Build configuration list for PBXNativeTarget "BigBlueButton Broadcast" */ = {
736+
F1F618F127BCA28B0085BEDE /* Build configuration list for PBXNativeTarget "BigBlueButton Tablet Broadcast" */ = {
737737
isa = XCConfigurationList;
738738
buildConfigurations = (
739739
F1F618F227BCA28B0085BEDE /* Debug */,

ios/BigBlueButton.xcodeproj/xcshareddata/xcschemes/BigBlueButton.xcscheme renamed to ios/BigBlueButton Tablet.xcodeproj/xcshareddata/xcschemes/BigBlueButton.xcscheme

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
1818
BuildableName = "BigBlueButton.app"
19-
BlueprintName = "BigBlueButton"
20-
ReferencedContainer = "container:BigBlueButton.xcodeproj">
19+
BlueprintName = "BigBlueButton Tablet"
20+
ReferencedContainer = "container:BigBlueButton Tablet.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
2323
</BuildActionEntries>
@@ -35,7 +35,7 @@
3535
BlueprintIdentifier = "00E356ED1AD99517003FC87E"
3636
BuildableName = "BigBlueButtonTests.xctest"
3737
BlueprintName = "BigBlueButtonTests"
38-
ReferencedContainer = "container:BigBlueButton.xcodeproj">
38+
ReferencedContainer = "container:BigBlueButton Tablet.xcodeproj">
3939
</BuildableReference>
4040
</TestableReference>
4141
</Testables>
@@ -58,8 +58,8 @@
5858
BuildableIdentifier = "primary"
5959
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
6060
BuildableName = "BigBlueButton.app"
61-
BlueprintName = "BigBlueButton"
62-
ReferencedContainer = "container:BigBlueButton.xcodeproj">
61+
BlueprintName = "BigBlueButton Tablet"
62+
ReferencedContainer = "container:BigBlueButton Tablet.xcodeproj">
6363
</BuildableReference>
6464
</BuildableProductRunnable>
6565
</LaunchAction>
@@ -75,8 +75,8 @@
7575
BuildableIdentifier = "primary"
7676
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
7777
BuildableName = "BigBlueButton.app"
78-
BlueprintName = "BigBlueButton"
79-
ReferencedContainer = "container:BigBlueButton.xcodeproj">
78+
BlueprintName = "BigBlueButton Tablet"
79+
ReferencedContainer = "container:BigBlueButton Tablet.xcodeproj">
8080
</BuildableReference>
8181
</BuildableProductRunnable>
8282
</ProfileAction>

ios/BigBlueButton.xcworkspace/contents.xcworkspacedata

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ios/BigBlueButton/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>CFBundleDevelopmentRegion</key>
66
<string>en</string>
77
<key>CFBundleDisplayName</key>
8-
<string>BigBlueButton</string>
8+
<string>BigBlueButton Tablet</string>
99
<key>CFBundleExecutable</key>
1010
<string>$(EXECUTABLE_NAME)</string>
1111
<key>CFBundleIdentifier</key>

ios/BigBlueButton/LaunchScreen.storyboard

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="19529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
3-
<device id="retina4_7" orientation="portrait" appearance="light"/>
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
43
<dependencies>
5-
<deployment identifier="iOS"/>
6-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19519"/>
4+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
75
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
86
<capability name="System colors in document resources" minToolsVersion="11.0"/>
97
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
@@ -14,16 +12,16 @@
1412
<objects>
1513
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
1614
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
17-
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
15+
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
1816
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/>
1917
<subviews>
20-
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="BigBlueButton" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="GJd-Yh-RWb">
21-
<rect key="frame" x="0.0" y="202" width="375" height="43"/>
18+
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="BigBlueButton Tablet" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="GJd-Yh-RWb">
19+
<rect key="frame" x="0.0" y="180" width="600" height="43"/>
2220
<fontDescription key="fontDescription" type="boldSystem" pointSize="36"/>
2321
<nil key="highlightedColor"/>
2422
</label>
2523
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="Image" translatesAutoresizingMaskIntoConstraints="NO" id="71e-qJ-JOm">
26-
<rect key="frame" x="133" y="387" width="109" height="58"/>
24+
<rect key="frame" x="212" y="348" width="175" height="52"/>
2725
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/>
2826
</imageView>
2927
</subviews>

ios/Podfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ require_relative '../node_modules/@react-native-community/cli-platform-ios/nativ
44
platform :ios, '14.7'
55

66
target 'BigBlueButton Broadcast' do
7-
pod 'bigbluebutton-mobile-sdk-common', :path => '../node_modules/bigbluebutton-mobile-sdk/ios-common'
8-
pod 'bigbluebutton-mobile-sdk-broadcast-upload-extension', :path => '../node_modules/bigbluebutton-mobile-sdk/ios-broadcast-upload-extension'
7+
pod 'bigbluebutton-mobile-sdk-common', :path => '../node_modules/bigbluebutton-mobile-tablet-sdk/ios-common'
8+
pod 'bigbluebutton-mobile-sdk-broadcast-upload-extension', :path => '../node_modules/bigbluebutton-mobile-tablet-sdk/ios-broadcast-upload-extension'
99
end
1010

1111
target 'BigBlueButton' do
12-
pod 'bigbluebutton-mobile-sdk-common', :path => '../node_modules/bigbluebutton-mobile-sdk/ios-common'
12+
pod 'bigbluebutton-mobile-sdk-common', :path => '../node_modules/bigbluebutton-mobile-tablet-sdk/ios-common'
1313
config = use_native_modules!
1414

1515
use_react_native!(

0 commit comments

Comments
 (0)