diff --git a/cmake/scripts/ios/Install.cmake b/cmake/scripts/ios/Install.cmake index f32c73f56f12f..8bfdb437d337c 100644 --- a/cmake/scripts/ios/Install.cmake +++ b/cmake/scripts/ios/Install.cmake @@ -1,11 +1,22 @@ # IOS packaging -set(BUNDLE_RESOURCES ${CMAKE_SOURCE_DIR}/xbmc/platform/darwin/ios/Default-568h@2x.png - ${CMAKE_SOURCE_DIR}/xbmc/platform/darwin/ios/Default-667h@2x.png - ${CMAKE_SOURCE_DIR}/xbmc/platform/darwin/ios/Default-736h@3x.png - ${CMAKE_SOURCE_DIR}/xbmc/platform/darwin/ios/Default-Landscape-736h@3x.png - ${CMAKE_SOURCE_DIR}/xbmc/platform/darwin/ios/Default-812h@3x.png - ${CMAKE_SOURCE_DIR}/xbmc/platform/darwin/ios/Default-Landscape-812h@3x.png +set(BUNDLE_RESOURCES ${CMAKE_SOURCE_DIR}/xbmc/platform/darwin/ios/LaunchImage-1100-Landscape-2436h@3x.png + ${CMAKE_SOURCE_DIR}/xbmc/platform/darwin/ios/LaunchImage-1100-Portrait-2436h@3x.png + ${CMAKE_SOURCE_DIR}/xbmc/platform/darwin/ios/LaunchImage-1200-Landscape-1792h@2x.png + ${CMAKE_SOURCE_DIR}/xbmc/platform/darwin/ios/LaunchImage-1200-Landscape-2688h@3x.png + ${CMAKE_SOURCE_DIR}/xbmc/platform/darwin/ios/LaunchImage-1200-Portrait-1792h@2x.png + ${CMAKE_SOURCE_DIR}/xbmc/platform/darwin/ios/LaunchImage-1200-Portrait-2688h@3x.png + ${CMAKE_SOURCE_DIR}/xbmc/platform/darwin/ios/LaunchImage-568h@2x.png + ${CMAKE_SOURCE_DIR}/xbmc/platform/darwin/ios/LaunchImage-700-568h@2x.png + ${CMAKE_SOURCE_DIR}/xbmc/platform/darwin/ios/LaunchImage-700-Landscape@2x~ipad.png + ${CMAKE_SOURCE_DIR}/xbmc/platform/darwin/ios/LaunchImage-700-Portrait@2x~ipad.png + ${CMAKE_SOURCE_DIR}/xbmc/platform/darwin/ios/LaunchImage-700@2x.png + ${CMAKE_SOURCE_DIR}/xbmc/platform/darwin/ios/LaunchImage-800-667h@2x.png + ${CMAKE_SOURCE_DIR}/xbmc/platform/darwin/ios/LaunchImage-800-Landscape-736h@3x.png + ${CMAKE_SOURCE_DIR}/xbmc/platform/darwin/ios/LaunchImage-800-Portrait-736h@3x.png + ${CMAKE_SOURCE_DIR}/xbmc/platform/darwin/ios/LaunchImage-Landscape@2x~ipad.png + ${CMAKE_SOURCE_DIR}/xbmc/platform/darwin/ios/LaunchImage-Portrait@2x~ipad.png + ${CMAKE_SOURCE_DIR}/xbmc/platform/darwin/ios/LaunchImage@2x.png ${CMAKE_SOURCE_DIR}/tools/darwin/packaging/media/ios/rounded/AppIcon29x29.png ${CMAKE_SOURCE_DIR}/tools/darwin/packaging/media/ios/rounded/AppIcon29x29@2x.png ${CMAKE_SOURCE_DIR}/tools/darwin/packaging/media/ios/rounded/AppIcon40x40.png diff --git a/xbmc/platform/darwin/ios/Info.plist.in b/xbmc/platform/darwin/ios/Info.plist.in index 9408ec57bcfcc..b565303ba79ab 100644 --- a/xbmc/platform/darwin/ios/Info.plist.in +++ b/xbmc/platform/darwin/ios/Info.plist.in @@ -74,65 +74,135 @@ UILaunchImages + UILaunchImageOrientation + Portrait + UILaunchImageName + LaunchImage-1200-Portrait-2688h UILaunchImageSize - {375, 667} + {414, 896} + UILaunchImageMinimumOSVersion + 12.0 + + + UILaunchImageOrientation + Landscape UILaunchImageName - Default-667h + LaunchImage-1200-Landscape-2688h + UILaunchImageSize + {414, 896} UILaunchImageMinimumOSVersion - 8.0 + 12.0 + + UILaunchImageOrientation Portrait + UILaunchImageName + LaunchImage-1200-Portrait-1792h + UILaunchImageSize + {414, 896} + UILaunchImageMinimumOSVersion + 12.0 + + + UILaunchImageOrientation + Landscape + UILaunchImageName + LaunchImage-1200-Landscape-1792h + UILaunchImageSize + {414, 896} + UILaunchImageMinimumOSVersion + 12.0 + UILaunchImageOrientation + Portrait + UILaunchImageName + LaunchImage-1100-Portrait-2436h UILaunchImageSize - {414, 736} + {375, 812} + UILaunchImageMinimumOSVersion + 11.0 + + + UILaunchImageOrientation + Landscape UILaunchImageName - Default-736h + LaunchImage-1100-Landscape-2436h + UILaunchImageSize + {375, 812} UILaunchImageMinimumOSVersion - 8.0 + 11.0 + + UILaunchImageOrientation Portrait + UILaunchImageName + LaunchImage-800-Portrait-736h + UILaunchImageSize + {414, 736} + UILaunchImageMinimumOSVersion + 8.0 + UILaunchImageOrientation + Landscape + UILaunchImageName + LaunchImage-800-Landscape-736h UILaunchImageSize {414, 736} + UILaunchImageMinimumOSVersion + 8.0 + + + UILaunchImageOrientation + Portrait UILaunchImageName - Default-Landscape-736h + LaunchImage-800-667h + UILaunchImageSize + {375, 667} UILaunchImageMinimumOSVersion 8.0 + + UILaunchImageOrientation - Landscape + Portrait + UILaunchImageName + LaunchImage-700 + UILaunchImageSize + {320, 480} + UILaunchImageMinimumOSVersion + 7.0 + UILaunchImageOrientation + Portrait + UILaunchImageName + LaunchImage-700-568h UILaunchImageSize {320, 568} - UILaunchImageName - Default-568h UILaunchImageMinimumOSVersion - 8.0 + 7.0 + + UILaunchImageOrientation Portrait + UILaunchImageName + LaunchImage-700-Portrait + UILaunchImageSize + {768, 1024} + UILaunchImageMinimumOSVersion + 7.0 + + + UILaunchImageOrientation + Landscape + UILaunchImageName + LaunchImage-700-Landscape + UILaunchImageSize + {768, 1024} + UILaunchImageMinimumOSVersion + 7.0 - - UILaunchImageSize - {375, 812} - UILaunchImageName - Default-812h - UILaunchImageMinimumOSVersion - 9.0 - UILaunchImageOrientation - Portrait - - - UILaunchImageSize - {375, 812} - UILaunchImageName - Default-Landscape-812h - UILaunchImageMinimumOSVersion - 9.0 - UILaunchImageOrientation - Landscape - UIDeviceFamily diff --git a/xbmc/platform/darwin/ios/Default-Landscape-812h@3x.png b/xbmc/platform/darwin/ios/LaunchImage-1100-Landscape-2436h@3x.png similarity index 100% rename from xbmc/platform/darwin/ios/Default-Landscape-812h@3x.png rename to xbmc/platform/darwin/ios/LaunchImage-1100-Landscape-2436h@3x.png diff --git a/xbmc/platform/darwin/ios/Default-812h@3x.png b/xbmc/platform/darwin/ios/LaunchImage-1100-Portrait-2436h@3x.png similarity index 100% rename from xbmc/platform/darwin/ios/Default-812h@3x.png rename to xbmc/platform/darwin/ios/LaunchImage-1100-Portrait-2436h@3x.png diff --git a/xbmc/platform/darwin/ios/LaunchImage-1200-Landscape-1792h@2x.png b/xbmc/platform/darwin/ios/LaunchImage-1200-Landscape-1792h@2x.png new file mode 100644 index 0000000000000..e19f744f10484 Binary files /dev/null and b/xbmc/platform/darwin/ios/LaunchImage-1200-Landscape-1792h@2x.png differ diff --git a/xbmc/platform/darwin/ios/LaunchImage-1200-Landscape-2688h@3x.png b/xbmc/platform/darwin/ios/LaunchImage-1200-Landscape-2688h@3x.png new file mode 100644 index 0000000000000..c5b455355f589 Binary files /dev/null and b/xbmc/platform/darwin/ios/LaunchImage-1200-Landscape-2688h@3x.png differ diff --git a/xbmc/platform/darwin/ios/LaunchImage-1200-Portrait-1792h@2x.png b/xbmc/platform/darwin/ios/LaunchImage-1200-Portrait-1792h@2x.png new file mode 100644 index 0000000000000..a7f64cd697b68 Binary files /dev/null and b/xbmc/platform/darwin/ios/LaunchImage-1200-Portrait-1792h@2x.png differ diff --git a/xbmc/platform/darwin/ios/LaunchImage-1200-Portrait-2688h@3x.png b/xbmc/platform/darwin/ios/LaunchImage-1200-Portrait-2688h@3x.png new file mode 100644 index 0000000000000..77c55d7c5ec65 Binary files /dev/null and b/xbmc/platform/darwin/ios/LaunchImage-1200-Portrait-2688h@3x.png differ diff --git a/xbmc/platform/darwin/ios/Default-568h@2x.png b/xbmc/platform/darwin/ios/LaunchImage-568h@2x.png similarity index 100% rename from xbmc/platform/darwin/ios/Default-568h@2x.png rename to xbmc/platform/darwin/ios/LaunchImage-568h@2x.png diff --git a/xbmc/platform/darwin/ios/LaunchImage-700-568h@2x.png b/xbmc/platform/darwin/ios/LaunchImage-700-568h@2x.png new file mode 100644 index 0000000000000..7dcb0e7125533 Binary files /dev/null and b/xbmc/platform/darwin/ios/LaunchImage-700-568h@2x.png differ diff --git a/xbmc/platform/darwin/ios/LaunchImage-700-Landscape@2x~ipad.png b/xbmc/platform/darwin/ios/LaunchImage-700-Landscape@2x~ipad.png new file mode 100644 index 0000000000000..a344aba267651 Binary files /dev/null and b/xbmc/platform/darwin/ios/LaunchImage-700-Landscape@2x~ipad.png differ diff --git a/xbmc/platform/darwin/ios/LaunchImage-700-Portrait@2x~ipad.png b/xbmc/platform/darwin/ios/LaunchImage-700-Portrait@2x~ipad.png new file mode 100644 index 0000000000000..93e9e7ea58e8f Binary files /dev/null and b/xbmc/platform/darwin/ios/LaunchImage-700-Portrait@2x~ipad.png differ diff --git a/xbmc/platform/darwin/ios/LaunchImage-700@2x.png b/xbmc/platform/darwin/ios/LaunchImage-700@2x.png new file mode 100644 index 0000000000000..d93013028d22e Binary files /dev/null and b/xbmc/platform/darwin/ios/LaunchImage-700@2x.png differ diff --git a/xbmc/platform/darwin/ios/Default-667h@2x.png b/xbmc/platform/darwin/ios/LaunchImage-800-667h@2x.png similarity index 100% rename from xbmc/platform/darwin/ios/Default-667h@2x.png rename to xbmc/platform/darwin/ios/LaunchImage-800-667h@2x.png diff --git a/xbmc/platform/darwin/ios/Default-Landscape-736h@3x.png b/xbmc/platform/darwin/ios/LaunchImage-800-Landscape-736h@3x.png similarity index 100% rename from xbmc/platform/darwin/ios/Default-Landscape-736h@3x.png rename to xbmc/platform/darwin/ios/LaunchImage-800-Landscape-736h@3x.png diff --git a/xbmc/platform/darwin/ios/Default-736h@3x.png b/xbmc/platform/darwin/ios/LaunchImage-800-Portrait-736h@3x.png similarity index 91% rename from xbmc/platform/darwin/ios/Default-736h@3x.png rename to xbmc/platform/darwin/ios/LaunchImage-800-Portrait-736h@3x.png index b1cc794440edf..f3049c2b58cb1 100644 Binary files a/xbmc/platform/darwin/ios/Default-736h@3x.png and b/xbmc/platform/darwin/ios/LaunchImage-800-Portrait-736h@3x.png differ diff --git a/xbmc/platform/darwin/ios/LaunchImage-Landscape@2x~ipad.png b/xbmc/platform/darwin/ios/LaunchImage-Landscape@2x~ipad.png new file mode 100644 index 0000000000000..a344aba267651 Binary files /dev/null and b/xbmc/platform/darwin/ios/LaunchImage-Landscape@2x~ipad.png differ diff --git a/xbmc/platform/darwin/ios/LaunchImage-Portrait@2x~ipad.png b/xbmc/platform/darwin/ios/LaunchImage-Portrait@2x~ipad.png new file mode 100644 index 0000000000000..00fedc6dc0f29 Binary files /dev/null and b/xbmc/platform/darwin/ios/LaunchImage-Portrait@2x~ipad.png differ diff --git a/xbmc/platform/darwin/ios/LaunchImage@2x.png b/xbmc/platform/darwin/ios/LaunchImage@2x.png new file mode 100644 index 0000000000000..d93013028d22e Binary files /dev/null and b/xbmc/platform/darwin/ios/LaunchImage@2x.png differ