diff --git a/android/app/src/main/res/drawable-land-hdpi/launch_screen.png b/android/app/src/main/res/drawable-land-hdpi/launch_screen.png index 3db2b1f4e..4198c2bb1 100644 Binary files a/android/app/src/main/res/drawable-land-hdpi/launch_screen.png and b/android/app/src/main/res/drawable-land-hdpi/launch_screen.png differ diff --git a/android/app/src/main/res/drawable-land-ldpi/launch_screen.png b/android/app/src/main/res/drawable-land-ldpi/launch_screen.png index 732902f05..320cec877 100644 Binary files a/android/app/src/main/res/drawable-land-ldpi/launch_screen.png and b/android/app/src/main/res/drawable-land-ldpi/launch_screen.png differ diff --git a/android/app/src/main/res/drawable-land-mdpi/launch_screen.png b/android/app/src/main/res/drawable-land-mdpi/launch_screen.png index 129338ce2..42a678df1 100644 Binary files a/android/app/src/main/res/drawable-land-mdpi/launch_screen.png and b/android/app/src/main/res/drawable-land-mdpi/launch_screen.png differ diff --git a/android/app/src/main/res/drawable-land-xhdpi/launch_screen.png b/android/app/src/main/res/drawable-land-xhdpi/launch_screen.png index 770d9d0bd..78a0d63d5 100644 Binary files a/android/app/src/main/res/drawable-land-xhdpi/launch_screen.png and b/android/app/src/main/res/drawable-land-xhdpi/launch_screen.png differ diff --git a/android/app/src/main/res/drawable-land-xxhdpi/launch_screen.png b/android/app/src/main/res/drawable-land-xxhdpi/launch_screen.png index 2fa8e2693..5ab0ceefb 100644 Binary files a/android/app/src/main/res/drawable-land-xxhdpi/launch_screen.png and b/android/app/src/main/res/drawable-land-xxhdpi/launch_screen.png differ diff --git a/android/app/src/main/res/drawable-land-xxxhdpi/launch_screen.png b/android/app/src/main/res/drawable-land-xxxhdpi/launch_screen.png index d7ed59bf8..c798b6365 100644 Binary files a/android/app/src/main/res/drawable-land-xxxhdpi/launch_screen.png and b/android/app/src/main/res/drawable-land-xxxhdpi/launch_screen.png differ diff --git a/android/app/src/main/res/drawable-port-hdpi/launch_screen.png b/android/app/src/main/res/drawable-port-hdpi/launch_screen.png index 2f5ef9bd0..bc960ac72 100644 Binary files a/android/app/src/main/res/drawable-port-hdpi/launch_screen.png and b/android/app/src/main/res/drawable-port-hdpi/launch_screen.png differ diff --git a/android/app/src/main/res/drawable-port-ldpi/launch_screen.png b/android/app/src/main/res/drawable-port-ldpi/launch_screen.png index 2606d272b..5114c2227 100644 Binary files a/android/app/src/main/res/drawable-port-ldpi/launch_screen.png and b/android/app/src/main/res/drawable-port-ldpi/launch_screen.png differ diff --git a/android/app/src/main/res/drawable-port-mdpi/launch_screen.png b/android/app/src/main/res/drawable-port-mdpi/launch_screen.png index d9e82e470..1c11678c8 100644 Binary files a/android/app/src/main/res/drawable-port-mdpi/launch_screen.png and b/android/app/src/main/res/drawable-port-mdpi/launch_screen.png differ diff --git a/android/app/src/main/res/drawable-port-xhdpi/launch_screen.png b/android/app/src/main/res/drawable-port-xhdpi/launch_screen.png index 21f01604b..38cbcb666 100644 Binary files a/android/app/src/main/res/drawable-port-xhdpi/launch_screen.png and b/android/app/src/main/res/drawable-port-xhdpi/launch_screen.png differ diff --git a/android/app/src/main/res/drawable-port-xxhdpi/launch_screen.png b/android/app/src/main/res/drawable-port-xxhdpi/launch_screen.png index d31670117..3b36d489c 100644 Binary files a/android/app/src/main/res/drawable-port-xxhdpi/launch_screen.png and b/android/app/src/main/res/drawable-port-xxhdpi/launch_screen.png differ diff --git a/android/app/src/main/res/drawable-port-xxxhdpi/launch_screen.png b/android/app/src/main/res/drawable-port-xxxhdpi/launch_screen.png index 9458c38b9..040a3ec38 100644 Binary files a/android/app/src/main/res/drawable-port-xxxhdpi/launch_screen.png and b/android/app/src/main/res/drawable-port-xxxhdpi/launch_screen.png differ diff --git a/android/app/src/main/res/values/styles.xml b/android/app/src/main/res/values/styles.xml index 654ec9502..a555a172a 100644 --- a/android/app/src/main/res/values/styles.xml +++ b/android/app/src/main/res/values/styles.xml @@ -1,9 +1,5 @@ - - - diff --git a/ios/RocketChatRN.xcodeproj/project.pbxproj b/ios/RocketChatRN.xcodeproj/project.pbxproj index bfe73b5fe..86fd04e4f 100644 --- a/ios/RocketChatRN.xcodeproj/project.pbxproj +++ b/ios/RocketChatRN.xcodeproj/project.pbxproj @@ -2024,6 +2024,7 @@ baseConfigurationReference = ACD75701AFD1CB848CAB0CB3 /* Pods-RocketChatRN.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; CODE_SIGN_ENTITLEMENTS = RocketChatRN/RocketChatRN.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; @@ -2073,6 +2074,7 @@ baseConfigurationReference = 66D6B1D0567051BE541450C9 /* Pods-RocketChatRN.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; CODE_SIGN_ENTITLEMENTS = RocketChatRN/RocketChatRN.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; diff --git a/ios/RocketChatRN/Images.xcassets/LaunchImage.launchimage/Contents.json b/ios/RocketChatRN/Images.xcassets/LaunchImage.launchimage/Contents.json new file mode 100644 index 000000000..e45b2af7b --- /dev/null +++ b/ios/RocketChatRN/Images.xcassets/LaunchImage.launchimage/Contents.json @@ -0,0 +1,135 @@ +{ + "images" : [ + { + "orientation": "portrait", + "idiom": "iphone", + "extent": "full-screen", + "minimum-system-version": "11.0", + "filename": "Default-Portrait-812h@3x.png", + "subtype": "2436h", + "scale": "3x" + }, + { + "orientation": "landscape", + "idiom": "iphone", + "extent": "full-screen", + "filename": "Default-Landscape-812h@3x.png", + "minimum-system-version": "11.0", + "subtype": "2436h", + "scale": "3x" + }, + { + "extent" : "full-screen", + "idiom" : "iphone", + "subtype" : "736h", + "filename" : "Default-Portrait-736h@3x.png", + "minimum-system-version" : "8.0", + "orientation" : "portrait", + "scale" : "3x" + }, + { + "extent" : "full-screen", + "idiom" : "iphone", + "subtype" : "736h", + "filename" : "Default-Landscape-736h@3x.png", + "minimum-system-version" : "8.0", + "orientation" : "landscape", + "scale" : "3x" + }, + { + "extent" : "full-screen", + "idiom" : "iphone", + "subtype" : "667h", + "filename" : "Default-667h@2x.png", + "minimum-system-version" : "8.0", + "orientation" : "portrait", + "scale" : "2x" + }, + { + "orientation" : "portrait", + "idiom" : "iphone", + "filename" : "Default@2x.png", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + }, + { + "extent" : "full-screen", + "idiom" : "iphone", + "subtype" : "retina4", + "filename" : "Default-568h@2x.png", + "minimum-system-version" : "7.0", + "orientation" : "portrait", + "scale" : "2x" + }, + { + "orientation" : "landscape", + "idiom" : "ipad", + "filename" : "Default-Landscape.png", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "1x" + }, + { + "orientation" : "landscape", + "idiom" : "ipad", + "filename" : "Default-Landscape@2x.png", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + }, + { + "orientation" : "portrait", + "idiom" : "iphone", + "extent" : "full-screen", + "scale" : "1x" + }, + { + "orientation" : "portrait", + "idiom" : "iphone", + "extent" : "full-screen", + "scale" : "2x" + }, + { + "orientation" : "portrait", + "idiom" : "iphone", + "extent" : "full-screen", + "subtype" : "retina4", + "scale" : "2x" + }, + { + "orientation" : "portrait", + "idiom" : "ipad", + "filename" : "Default-Portrait.png", + "extent" : "full-screen", + "scale" : "1x" + }, + { + "orientation" : "portrait", + "idiom" : "ipad", + "filename" : "Default-Portrait@2x.png", + "extent" : "full-screen", + "scale" : "2x" + }, + { + "orientation" : "portrait", + "idiom" : "ipad", + "filename" : "Default-Portrait.png", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "1x" + }, + { + "orientation" : "portrait", + "idiom" : "ipad", + "filename" : "Default-Portrait@2x.png", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + }, + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} diff --git a/ios/RocketChatRN/Images.xcassets/LaunchImage.launchimage/Default-568h@2x.png b/ios/RocketChatRN/Images.xcassets/LaunchImage.launchimage/Default-568h@2x.png new file mode 100644 index 000000000..efd90bac8 Binary files /dev/null and b/ios/RocketChatRN/Images.xcassets/LaunchImage.launchimage/Default-568h@2x.png differ diff --git a/ios/RocketChatRN/Images.xcassets/LaunchImage.launchimage/Default-667h@2x.png b/ios/RocketChatRN/Images.xcassets/LaunchImage.launchimage/Default-667h@2x.png new file mode 100644 index 000000000..569fd30eb Binary files /dev/null and b/ios/RocketChatRN/Images.xcassets/LaunchImage.launchimage/Default-667h@2x.png differ diff --git a/ios/RocketChatRN/Images.xcassets/LaunchImage.launchimage/Default-Landscape-736h@3x.png b/ios/RocketChatRN/Images.xcassets/LaunchImage.launchimage/Default-Landscape-736h@3x.png new file mode 100644 index 000000000..169235e14 Binary files /dev/null and b/ios/RocketChatRN/Images.xcassets/LaunchImage.launchimage/Default-Landscape-736h@3x.png differ diff --git a/ios/RocketChatRN/Images.xcassets/LaunchImage.launchimage/Default-Landscape-812h@3x.png b/ios/RocketChatRN/Images.xcassets/LaunchImage.launchimage/Default-Landscape-812h@3x.png new file mode 100644 index 000000000..9ba49e1a3 Binary files /dev/null and b/ios/RocketChatRN/Images.xcassets/LaunchImage.launchimage/Default-Landscape-812h@3x.png differ diff --git a/ios/RocketChatRN/Images.xcassets/LaunchImage.launchimage/Default-Landscape.png b/ios/RocketChatRN/Images.xcassets/LaunchImage.launchimage/Default-Landscape.png new file mode 100644 index 000000000..ce225ca1f Binary files /dev/null and b/ios/RocketChatRN/Images.xcassets/LaunchImage.launchimage/Default-Landscape.png differ diff --git a/ios/RocketChatRN/Images.xcassets/LaunchImage.launchimage/Default-Landscape@2x.png b/ios/RocketChatRN/Images.xcassets/LaunchImage.launchimage/Default-Landscape@2x.png new file mode 100644 index 000000000..a39c0705c Binary files /dev/null and b/ios/RocketChatRN/Images.xcassets/LaunchImage.launchimage/Default-Landscape@2x.png differ diff --git a/ios/RocketChatRN/Images.xcassets/LaunchImage.launchimage/Default-Portrait-736h@3x.png b/ios/RocketChatRN/Images.xcassets/LaunchImage.launchimage/Default-Portrait-736h@3x.png new file mode 100644 index 000000000..d20d13a15 Binary files /dev/null and b/ios/RocketChatRN/Images.xcassets/LaunchImage.launchimage/Default-Portrait-736h@3x.png differ diff --git a/ios/RocketChatRN/Images.xcassets/LaunchImage.launchimage/Default-Portrait-812h@3x.png b/ios/RocketChatRN/Images.xcassets/LaunchImage.launchimage/Default-Portrait-812h@3x.png new file mode 100644 index 000000000..f1252ba7b Binary files /dev/null and b/ios/RocketChatRN/Images.xcassets/LaunchImage.launchimage/Default-Portrait-812h@3x.png differ diff --git a/ios/RocketChatRN/Images.xcassets/LaunchImage.launchimage/Default-Portrait.png b/ios/RocketChatRN/Images.xcassets/LaunchImage.launchimage/Default-Portrait.png new file mode 100644 index 000000000..affc7e410 Binary files /dev/null and b/ios/RocketChatRN/Images.xcassets/LaunchImage.launchimage/Default-Portrait.png differ diff --git a/ios/RocketChatRN/Images.xcassets/LaunchImage.launchimage/Default-Portrait@2x.png b/ios/RocketChatRN/Images.xcassets/LaunchImage.launchimage/Default-Portrait@2x.png new file mode 100644 index 000000000..1dca77ab0 Binary files /dev/null and b/ios/RocketChatRN/Images.xcassets/LaunchImage.launchimage/Default-Portrait@2x.png differ diff --git a/ios/RocketChatRN/Images.xcassets/LaunchImage.launchimage/Default@2x.png b/ios/RocketChatRN/Images.xcassets/LaunchImage.launchimage/Default@2x.png new file mode 100644 index 000000000..52787577d Binary files /dev/null and b/ios/RocketChatRN/Images.xcassets/LaunchImage.launchimage/Default@2x.png differ diff --git a/ios/RocketChatRN/Info.plist b/ios/RocketChatRN/Info.plist index 68e12532d..0b4f044bf 100644 --- a/ios/RocketChatRN/Info.plist +++ b/ios/RocketChatRN/Info.plist @@ -85,8 +85,8 @@ icomoon.ttf Feather.ttf - UILaunchStoryboardName - LaunchScreen + + UIRequiredDeviceCapabilities armv7