Skip to content

Commit 0dbfcbd

Browse files
committed
test commit
1 parent ab8fdca commit 0dbfcbd

File tree

10 files changed

+18194
-1310
lines changed

10 files changed

+18194
-1310
lines changed

ios/BigBlueButton Tablet.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@
601601
DEVELOPMENT_TEAM = N69T9W23TC;
602602
ENABLE_BITCODE = NO;
603603
INFOPLIST_FILE = BigBlueButtonTablet/Info.plist;
604-
INFOPLIST_KEY_CFBundleDisplayName = "BigBlueButton Tablet";
604+
INFOPLIST_KEY_CFBundleDisplayName = BigBlueButton;
605605
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.education";
606606
IPHONEOS_DEPLOYMENT_TARGET = 14.7;
607607
LD_RUNPATH_SEARCH_PATHS = (
@@ -639,7 +639,7 @@
639639
DEVELOPMENT_TEAM = N69T9W23TC;
640640
ENABLE_BITCODE = NO;
641641
INFOPLIST_FILE = BigBlueButtonTablet/Info.plist;
642-
INFOPLIST_KEY_CFBundleDisplayName = "BigBlueButton Tablet";
642+
INFOPLIST_KEY_CFBundleDisplayName = BigBlueButton;
643643
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.education";
644644
IPHONEOS_DEPLOYMENT_TARGET = 14.7;
645645
LD_RUNPATH_SEARCH_PATHS = (

ios/BigBlueButton Tablet.xcodeproj/project.xcworkspace/contents.xcworkspacedata

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "1024.png",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
15+
}
16+
],
17+
"info" : {
18+
"author" : "xcode",
19+
"version" : 1
20+
}
21+
}

ios/BigBlueButtonTablet/Info.plist

+1-1
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>BigBlueButtonTablet</string>
8+
<string>BigBlueButton</string>
99
<key>CFBundleExecutable</key>
1010
<string>$(EXECUTABLE_NAME)</string>
1111
<key>CFBundleIdentifier</key>

ios/BigBlueButtonTablet/LaunchScreen.storyboard

+19-14
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="21223" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="21507" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
3+
<device id="retina6_12" orientation="portrait" appearance="light"/>
34
<dependencies>
4-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21204"/>
5+
<deployment identifier="iOS"/>
6+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/>
57
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
68
<capability name="System colors in document resources" minToolsVersion="11.0"/>
79
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
@@ -12,38 +14,41 @@
1214
<objects>
1315
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
1416
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
15-
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
17+
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
1618
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
1719
<subviews>
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"/>
20-
<fontDescription key="fontDescription" type="boldSystem" pointSize="36"/>
21-
<nil key="highlightedColor"/>
22-
</label>
23-
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Powered by React Native" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="MN2-I3-ftu">
24-
<rect key="frame" x="0.0" y="559" width="600" height="21"/>
20+
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Phillips Universität Marburg" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="MN2-I3-ftu">
21+
<rect key="frame" x="0.0" y="777" width="393" height="21"/>
2522
<fontDescription key="fontDescription" type="system" pointSize="17"/>
2623
<nil key="highlightedColor"/>
2724
</label>
25+
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" insetsLayoutMarginsFromSafeArea="NO" image="1024" id="8kK-Ob-cy7">
26+
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
27+
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES" heightSizable="YES" flexibleMaxY="YES"/>
28+
<accessibility key="accessibilityConfiguration">
29+
<accessibilityTraits key="traits" image="YES" notEnabled="YES"/>
30+
</accessibility>
31+
<preferredSymbolConfiguration key="preferredSymbolConfiguration" scale="default"/>
32+
</imageView>
2833
</subviews>
2934
<viewLayoutGuide key="safeArea" id="Bcu-3y-fUS"/>
3035
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
3136
<constraints>
37+
<constraint firstItem="8kK-Ob-cy7" firstAttribute="centerY" secondItem="Bcu-3y-fUS" secondAttribute="centerY" id="F3N-Up-pD0"/>
3238
<constraint firstItem="Bcu-3y-fUS" firstAttribute="bottom" secondItem="MN2-I3-ftu" secondAttribute="bottom" constant="20" id="OZV-Vh-mqD"/>
33-
<constraint firstItem="Bcu-3y-fUS" firstAttribute="centerX" secondItem="GJd-Yh-RWb" secondAttribute="centerX" id="Q3B-4B-g5h"/>
39+
<constraint firstItem="8kK-Ob-cy7" firstAttribute="centerX" secondItem="Bcu-3y-fUS" secondAttribute="centerX" id="Pjy-kq-G5l"/>
3440
<constraint firstItem="MN2-I3-ftu" firstAttribute="centerX" secondItem="Bcu-3y-fUS" secondAttribute="centerX" id="akx-eg-2ui"/>
3541
<constraint firstItem="MN2-I3-ftu" firstAttribute="leading" secondItem="Bcu-3y-fUS" secondAttribute="leading" id="i1E-0Y-4RG"/>
36-
<constraint firstItem="GJd-Yh-RWb" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="bottom" multiplier="1/3" constant="1" id="moa-c2-u7t"/>
37-
<constraint firstItem="GJd-Yh-RWb" firstAttribute="leading" secondItem="Bcu-3y-fUS" secondAttribute="leading" symbolic="YES" id="x7j-FC-K8j"/>
3842
</constraints>
3943
</view>
4044
</viewController>
4145
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
4246
</objects>
43-
<point key="canvasLocation" x="52.173913043478265" y="375"/>
47+
<point key="canvasLocation" x="50.70422535211268" y="373.28244274809157"/>
4448
</scene>
4549
</scenes>
4650
<resources>
51+
<image name="1024" width="1024" height="1024"/>
4752
<systemColor name="systemBackgroundColor">
4853
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
4954
</systemColor>

0 commit comments

Comments
 (0)