Add URL Scheme back to the project
This commit is contained in:
parent
2c9be37952
commit
e211adb6e9
@ -305,6 +305,7 @@
|
|||||||
knownRegions = (
|
knownRegions = (
|
||||||
en,
|
en,
|
||||||
Base,
|
Base,
|
||||||
|
"pt-BR",
|
||||||
);
|
);
|
||||||
mainGroup = 83CBB9F61A601CBA00E9B192;
|
mainGroup = 83CBB9F61A601CBA00E9B192;
|
||||||
productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
|
productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
|
||||||
@ -596,7 +597,7 @@
|
|||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
CLANG_ENABLE_MODULES = YES;
|
CLANG_ENABLE_MODULES = YES;
|
||||||
CODE_SIGN_ENTITLEMENTS = "BigBlueButton Tablet.entitlements";
|
CODE_SIGN_ENTITLEMENTS = "BigBlueButton Tablet.entitlements";
|
||||||
CURRENT_PROJECT_VERSION = 12;
|
CURRENT_PROJECT_VERSION = 14;
|
||||||
DEVELOPMENT_TEAM = N69T9W23TC;
|
DEVELOPMENT_TEAM = N69T9W23TC;
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
INFOPLIST_FILE = BigBlueButtonTablet/Info.plist;
|
INFOPLIST_FILE = BigBlueButtonTablet/Info.plist;
|
||||||
@ -633,7 +634,7 @@
|
|||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
CLANG_ENABLE_MODULES = YES;
|
CLANG_ENABLE_MODULES = YES;
|
||||||
CODE_SIGN_ENTITLEMENTS = "BigBlueButton Tablet.entitlements";
|
CODE_SIGN_ENTITLEMENTS = "BigBlueButton Tablet.entitlements";
|
||||||
CURRENT_PROJECT_VERSION = 12;
|
CURRENT_PROJECT_VERSION = 14;
|
||||||
DEVELOPMENT_TEAM = N69T9W23TC;
|
DEVELOPMENT_TEAM = N69T9W23TC;
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
INFOPLIST_FILE = BigBlueButtonTablet/Info.plist;
|
INFOPLIST_FILE = BigBlueButtonTablet/Info.plist;
|
||||||
@ -673,7 +674,7 @@
|
|||||||
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
||||||
CODE_SIGN_ENTITLEMENTS = "BigBlueButton Broadcast/BigBlueButton Broadcast.entitlements";
|
CODE_SIGN_ENTITLEMENTS = "BigBlueButton Broadcast/BigBlueButton Broadcast.entitlements";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 12;
|
CURRENT_PROJECT_VERSION = 13;
|
||||||
DEBUG_INFORMATION_FORMAT = dwarf;
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
||||||
DEVELOPMENT_TEAM = N69T9W23TC;
|
DEVELOPMENT_TEAM = N69T9W23TC;
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
@ -715,7 +716,7 @@
|
|||||||
CODE_SIGN_ENTITLEMENTS = "BigBlueButton Broadcast/BigBlueButton Broadcast.entitlements";
|
CODE_SIGN_ENTITLEMENTS = "BigBlueButton Broadcast/BigBlueButton Broadcast.entitlements";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
COPY_PHASE_STRIP = NO;
|
COPY_PHASE_STRIP = NO;
|
||||||
CURRENT_PROJECT_VERSION = 12;
|
CURRENT_PROJECT_VERSION = 13;
|
||||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||||
DEVELOPMENT_TEAM = N69T9W23TC;
|
DEVELOPMENT_TEAM = N69T9W23TC;
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
|
@ -14,10 +14,31 @@
|
|||||||
"filename" : "Icon-20x20@3x.png",
|
"filename" : "Icon-20x20@3x.png",
|
||||||
"idiom" : "universal",
|
"idiom" : "universal",
|
||||||
"scale" : "3x"
|
"scale" : "3x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "Icon-20x20@1x 1.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"locale" : "pt-BR",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "Icon-20x20@2x 1.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"locale" : "pt-BR",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "Icon-20x20@3x 1.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"locale" : "pt-BR",
|
||||||
|
"scale" : "3x"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"info" : {
|
"info" : {
|
||||||
"author" : "xcode",
|
"author" : "xcode",
|
||||||
"version" : 1
|
"version" : 1
|
||||||
|
},
|
||||||
|
"properties" : {
|
||||||
|
"localizable" : true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
BIN
ios/BigBlueButtonTablet/Images.xcassets/Image.imageset/Icon-20x20@1x 1.png
vendored
Normal file
BIN
ios/BigBlueButtonTablet/Images.xcassets/Image.imageset/Icon-20x20@1x 1.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
ios/BigBlueButtonTablet/Images.xcassets/Image.imageset/Icon-20x20@2x 1.png
vendored
Normal file
BIN
ios/BigBlueButtonTablet/Images.xcassets/Image.imageset/Icon-20x20@2x 1.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
BIN
ios/BigBlueButtonTablet/Images.xcassets/Image.imageset/Icon-20x20@3x 1.png
vendored
Normal file
BIN
ios/BigBlueButtonTablet/Images.xcassets/Image.imageset/Icon-20x20@3x 1.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.6 KiB |
@ -20,6 +20,19 @@
|
|||||||
<string>1.0</string>
|
<string>1.0</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
|
<key>CFBundleURLTypes</key>
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>CFBundleTypeRole</key>
|
||||||
|
<string>Viewer</string>
|
||||||
|
<key>CFBundleURLName</key>
|
||||||
|
<string>org.bigbluebutton.tablet</string>
|
||||||
|
<key>CFBundleURLSchemes</key>
|
||||||
|
<array>
|
||||||
|
<string>bigbluebutton-tablet</string>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||||
<key>ITSAppUsesNonExemptEncryption</key>
|
<key>ITSAppUsesNonExemptEncryption</key>
|
||||||
|
@ -16,7 +16,7 @@ import { IPortal } from '../pages/utils/types';
|
|||||||
const DeepLink = ()=>{
|
const DeepLink = ()=>{
|
||||||
initTranslation();
|
initTranslation();
|
||||||
|
|
||||||
const SCHEME = 'bigbluebutton://';
|
const SCHEME = 'bigbluebutton-tablet://';
|
||||||
const SCHEME_DEFAULT = 'https://'
|
const SCHEME_DEFAULT = 'https://'
|
||||||
var NAME_PORTALS_DEEP_LINK = i18next.t('mobileApp.portals.namePortal.deepLink');
|
var NAME_PORTALS_DEEP_LINK = i18next.t('mobileApp.portals.namePortal.deepLink');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user