You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2018/11/07 11:53:53 UTC

[GitHub] cxfeng1 closed pull request #1724: [WEEX-656][iOS] WeexDemo Supporting iPhone XS Max and XR

cxfeng1 closed pull request #1724: [WEEX-656][iOS] WeexDemo Supporting iPhone XS Max and XR
URL: https://github.com/apache/incubator-weex/pull/1724
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/WeexSDK.podspec b/WeexSDK.podspec
index 42c1bac40b..7f594c415f 100644
--- a/WeexSDK.podspec
+++ b/WeexSDK.podspec
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
 
   s.name         = "WeexSDK"
 
-  s.version      = "0.18.0"
+  s.version      = "0.19.0"
 
   s.summary      = "WeexSDK Source ."
 
diff --git a/ios/playground/WeexDemo/Assets.xcassets/LaunchImage.launchimage/Contents.json b/ios/playground/WeexDemo/Assets.xcassets/LaunchImage.launchimage/Contents.json
index b589658c86..b4bc73c6a5 100644
--- a/ios/playground/WeexDemo/Assets.xcassets/LaunchImage.launchimage/Contents.json
+++ b/ios/playground/WeexDemo/Assets.xcassets/LaunchImage.launchimage/Contents.json
@@ -1,5 +1,23 @@
 {
   "images" : [
+    {
+      "extent" : "full-screen",
+      "idiom" : "iphone",
+      "subtype" : "2688h",
+      "filename" : "iPhoneXMax@3x.png",
+      "minimum-system-version" : "12.0",
+      "orientation" : "portrait",
+      "scale" : "3x"
+    },
+    {
+      "extent" : "full-screen",
+      "idiom" : "iphone",
+      "subtype" : "1792h",
+      "filename" : "iPhoneXR@2x.png",
+      "minimum-system-version" : "12.0",
+      "orientation" : "portrait",
+      "scale" : "2x"
+    },
     {
       "extent" : "full-screen",
       "idiom" : "iphone",
diff --git a/ios/playground/WeexDemo/Assets.xcassets/LaunchImage.launchimage/iPhoneXMax@3x.png b/ios/playground/WeexDemo/Assets.xcassets/LaunchImage.launchimage/iPhoneXMax@3x.png
new file mode 100644
index 0000000000..64c3772ede
Binary files /dev/null and b/ios/playground/WeexDemo/Assets.xcassets/LaunchImage.launchimage/iPhoneXMax@3x.png differ
diff --git a/ios/playground/WeexDemo/Assets.xcassets/LaunchImage.launchimage/iPhoneXR@2x.png b/ios/playground/WeexDemo/Assets.xcassets/LaunchImage.launchimage/iPhoneXR@2x.png
new file mode 100644
index 0000000000..9ecb99e4ca
Binary files /dev/null and b/ios/playground/WeexDemo/Assets.xcassets/LaunchImage.launchimage/iPhoneXR@2x.png differ


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services