diff --git a/ios/BigBlueButton Tablet.xcodeproj/project.pbxproj b/ios/BigBlueButton Tablet.xcodeproj/project.pbxproj index 1fb8674..09e5da2 100644 --- a/ios/BigBlueButton Tablet.xcodeproj/project.pbxproj +++ b/ios/BigBlueButton Tablet.xcodeproj/project.pbxproj @@ -305,6 +305,7 @@ knownRegions = ( en, Base, + "pt-BR", ); mainGroup = 83CBB9F61A601CBA00E9B192; productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */; @@ -596,7 +597,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = "BigBlueButton Tablet.entitlements"; - CURRENT_PROJECT_VERSION = 12; + CURRENT_PROJECT_VERSION = 14; DEVELOPMENT_TEAM = N69T9W23TC; ENABLE_BITCODE = NO; INFOPLIST_FILE = BigBlueButtonTablet/Info.plist; @@ -633,7 +634,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = "BigBlueButton Tablet.entitlements"; - CURRENT_PROJECT_VERSION = 12; + CURRENT_PROJECT_VERSION = 14; DEVELOPMENT_TEAM = N69T9W23TC; ENABLE_BITCODE = NO; INFOPLIST_FILE = BigBlueButtonTablet/Info.plist; @@ -673,7 +674,7 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_ENTITLEMENTS = "BigBlueButton Broadcast/BigBlueButton Broadcast.entitlements"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 12; + CURRENT_PROJECT_VERSION = 13; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = N69T9W23TC; ENABLE_BITCODE = NO; @@ -715,7 +716,7 @@ CODE_SIGN_ENTITLEMENTS = "BigBlueButton Broadcast/BigBlueButton Broadcast.entitlements"; CODE_SIGN_STYLE = Automatic; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 12; + CURRENT_PROJECT_VERSION = 13; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = N69T9W23TC; ENABLE_BITCODE = NO; diff --git a/ios/BigBlueButtonTablet/Images.xcassets/Image.imageset/Contents.json b/ios/BigBlueButtonTablet/Images.xcassets/Image.imageset/Contents.json index 839ed93..097ecc7 100644 --- a/ios/BigBlueButtonTablet/Images.xcassets/Image.imageset/Contents.json +++ b/ios/BigBlueButtonTablet/Images.xcassets/Image.imageset/Contents.json @@ -14,10 +14,31 @@ "filename" : "Icon-20x20@3x.png", "idiom" : "universal", "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" : { "author" : "xcode", "version" : 1 + }, + "properties" : { + "localizable" : true } } diff --git a/ios/BigBlueButtonTablet/Images.xcassets/Image.imageset/Icon-20x20@1x 1.png b/ios/BigBlueButtonTablet/Images.xcassets/Image.imageset/Icon-20x20@1x 1.png new file mode 100644 index 0000000..ff7c83b Binary files /dev/null and b/ios/BigBlueButtonTablet/Images.xcassets/Image.imageset/Icon-20x20@1x 1.png differ diff --git a/ios/BigBlueButtonTablet/Images.xcassets/Image.imageset/Icon-20x20@2x 1.png b/ios/BigBlueButtonTablet/Images.xcassets/Image.imageset/Icon-20x20@2x 1.png new file mode 100644 index 0000000..f995ba5 Binary files /dev/null and b/ios/BigBlueButtonTablet/Images.xcassets/Image.imageset/Icon-20x20@2x 1.png differ diff --git a/ios/BigBlueButtonTablet/Images.xcassets/Image.imageset/Icon-20x20@3x 1.png b/ios/BigBlueButtonTablet/Images.xcassets/Image.imageset/Icon-20x20@3x 1.png new file mode 100644 index 0000000..6ffdbcb Binary files /dev/null and b/ios/BigBlueButtonTablet/Images.xcassets/Image.imageset/Icon-20x20@3x 1.png differ diff --git a/ios/BigBlueButtonTablet/Info.plist b/ios/BigBlueButtonTablet/Info.plist index 517a917..05e2af9 100644 --- a/ios/BigBlueButtonTablet/Info.plist +++ b/ios/BigBlueButtonTablet/Info.plist @@ -20,6 +20,19 @@ 1.0 CFBundleSignature ???? + CFBundleURLTypes + + + CFBundleTypeRole + Viewer + CFBundleURLName + org.bigbluebutton.tablet + CFBundleURLSchemes + + bigbluebutton-tablet + + + CFBundleVersion $(CURRENT_PROJECT_VERSION) ITSAppUsesNonExemptEncryption diff --git a/react-native/app/routes/component.tsx b/react-native/app/routes/component.tsx index 7be5e0c..e935bc1 100644 --- a/react-native/app/routes/component.tsx +++ b/react-native/app/routes/component.tsx @@ -16,7 +16,7 @@ import { IPortal } from '../pages/utils/types'; const DeepLink = ()=>{ initTranslation(); - const SCHEME = 'bigbluebutton://'; + const SCHEME = 'bigbluebutton-tablet://'; const SCHEME_DEFAULT = 'https://' var NAME_PORTALS_DEEP_LINK = i18next.t('mobileApp.portals.namePortal.deepLink');