Switch to new SDK version
This commit is contained in:
parent
7f5c7f6aa6
commit
dc31000493
@ -597,7 +597,7 @@
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CODE_SIGN_ENTITLEMENTS = "BigBlueButton Tablet.entitlements";
|
||||
CURRENT_PROJECT_VERSION = 14;
|
||||
CURRENT_PROJECT_VERSION = 15;
|
||||
DEVELOPMENT_TEAM = N69T9W23TC;
|
||||
ENABLE_BITCODE = NO;
|
||||
INFOPLIST_FILE = BigBlueButtonTablet/Info.plist;
|
||||
@ -634,7 +634,7 @@
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CODE_SIGN_ENTITLEMENTS = "BigBlueButton Tablet.entitlements";
|
||||
CURRENT_PROJECT_VERSION = 14;
|
||||
CURRENT_PROJECT_VERSION = 15;
|
||||
DEVELOPMENT_TEAM = N69T9W23TC;
|
||||
ENABLE_BITCODE = NO;
|
||||
INFOPLIST_FILE = BigBlueButtonTablet/Info.plist;
|
||||
@ -674,7 +674,7 @@
|
||||
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
||||
CODE_SIGN_ENTITLEMENTS = "BigBlueButton Broadcast/BigBlueButton Broadcast.entitlements";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 14;
|
||||
CURRENT_PROJECT_VERSION = 15;
|
||||
DEBUG_INFORMATION_FORMAT = dwarf;
|
||||
DEVELOPMENT_TEAM = N69T9W23TC;
|
||||
ENABLE_BITCODE = NO;
|
||||
@ -716,7 +716,7 @@
|
||||
CODE_SIGN_ENTITLEMENTS = "BigBlueButton Broadcast/BigBlueButton Broadcast.entitlements";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
CURRENT_PROJECT_VERSION = 14;
|
||||
CURRENT_PROJECT_VERSION = 15;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
DEVELOPMENT_TEAM = N69T9W23TC;
|
||||
ENABLE_BITCODE = NO;
|
||||
|
@ -41,7 +41,7 @@
|
||||
</Testables>
|
||||
</TestAction>
|
||||
<LaunchAction
|
||||
buildConfiguration = "Release"
|
||||
buildConfiguration = "Debug"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
launchStyle = "0"
|
||||
|
@ -18,7 +18,7 @@
|
||||
"@types/react-native-vector-icons": "^6.4.11",
|
||||
"@types/styled-components": "^5.1.26",
|
||||
"@types/styled-components-react-native": "^5.1.3",
|
||||
"bigbluebutton-tablet-sdk": "^0.1.31",
|
||||
"bigbluebutton-tablet-sdk": "0.1.35",
|
||||
"i18next": "^21.9.1",
|
||||
"react": "18.0.0",
|
||||
"react-native": "0.69.4",
|
||||
|
@ -2215,10 +2215,10 @@ base@^0.11.1:
|
||||
mixin-deep "^1.2.0"
|
||||
pascalcase "^0.1.1"
|
||||
|
||||
bigbluebutton-tablet-sdk@^0.1.31:
|
||||
version "0.1.31"
|
||||
resolved "https://registry.yarnpkg.com/bigbluebutton-tablet-sdk/-/bigbluebutton-tablet-sdk-0.1.31.tgz#b86fae5e4c9acafe27b22adb2f9fec7c55a3e6a2"
|
||||
integrity sha512-P6+zIfBObA2vzzIHpikATR2V0ABcRugZO0HPYti2LEnHU97zUHOeWi8L/rFzMhZO40Yiz4SI2wCs14Wqr0el1Q==
|
||||
bigbluebutton-tablet-sdk@0.1.35:
|
||||
version "0.1.35"
|
||||
resolved "https://registry.yarnpkg.com/bigbluebutton-tablet-sdk/-/bigbluebutton-tablet-sdk-0.1.35.tgz#6126c1c705b576f32c67db3a58af152463762e30"
|
||||
integrity sha512-rtS7Jkq946oMBfo4Bx3hl9TIf++YX1YHkiwrwnCVZAx8cJnAfNpnkRpg0P1tqMhCBn2F8IVAG8ERD8ChbpPVQQ==
|
||||
dependencies:
|
||||
react-native-webview "^11.23.0"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user