From 35e4caa723dabaf381dab74ace3339ae4617b64d Mon Sep 17 00:00:00 2001
From: wanggang <76527413@qq.com>
Date: Mon, 8 Apr 2019 09:31:41 +0800
Subject: [PATCH] =?UTF-8?q?Demo=E5=90=AF=E5=8A=A8=E5=B1=8F=E5=B9=95?=
=?UTF-8?q?=E5=9B=BE=E7=89=87=E8=AE=BE=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../LaunchImages.launchimage/Contents.json | 139 ++++++++++++++++++
projects/Demo/Demo.iOS/Demo.iOS.csproj | 3 +
projects/Demo/Demo.iOS/Info.plist | 98 ++++++------
.../Resources/LaunchScreen.storyboard | 16 +-
4 files changed, 206 insertions(+), 50 deletions(-)
create mode 100644 projects/Demo/Demo.iOS/Assets.xcassets/LaunchImages.launchimage/Contents.json
diff --git a/projects/Demo/Demo.iOS/Assets.xcassets/LaunchImages.launchimage/Contents.json b/projects/Demo/Demo.iOS/Assets.xcassets/LaunchImages.launchimage/Contents.json
new file mode 100644
index 00000000..f2772578
--- /dev/null
+++ b/projects/Demo/Demo.iOS/Assets.xcassets/LaunchImages.launchimage/Contents.json
@@ -0,0 +1,139 @@
+{
+ "images": [
+ {
+ "orientation": "portrait",
+ "extent": "full-screen",
+ "minimum-system-version": "7.0",
+ "scale": "2x",
+ "size": "0x0",
+ "idiom": "iphone"
+ },
+ {
+ "orientation": "portrait",
+ "extent": "full-screen",
+ "minimum-system-version": "7.0",
+ "subtype": "retina4",
+ "scale": "2x",
+ "size": "0x0",
+ "idiom": "iphone"
+ },
+ {
+ "orientation": "portrait",
+ "extent": "full-screen",
+ "minimum-system-version": "7.0",
+ "scale": "1x",
+ "size": "0x0",
+ "idiom": "ipad"
+ },
+ {
+ "orientation": "landscape",
+ "extent": "full-screen",
+ "minimum-system-version": "7.0",
+ "scale": "1x",
+ "size": "0x0",
+ "idiom": "ipad"
+ },
+ {
+ "orientation": "portrait",
+ "extent": "full-screen",
+ "minimum-system-version": "7.0",
+ "scale": "2x",
+ "size": "0x0",
+ "idiom": "ipad"
+ },
+ {
+ "orientation": "landscape",
+ "extent": "full-screen",
+ "minimum-system-version": "7.0",
+ "scale": "2x",
+ "size": "0x0",
+ "idiom": "ipad"
+ },
+ {
+ "orientation": "landscape",
+ "extent": "full-screen",
+ "minimum-system-version": "8.0",
+ "subtype": "736h",
+ "scale": "3x",
+ "size": "2208x1242",
+ "idiom": "iphone"
+ },
+ {
+ "orientation": "landscape",
+ "extent": "full-screen",
+ "minimum-system-version": "11.0",
+ "subtype": "2436h",
+ "scale": "3x",
+ "size": "2436x1125",
+ "idiom": "iphone"
+ },
+ {
+ "orientation": "landscape",
+ "extent": "full-screen",
+ "minimum-system-version": "12.0",
+ "subtype": "1792h",
+ "scale": "2x",
+ "size": "1792x828",
+ "idiom": "iphone"
+ },
+ {
+ "orientation": "landscape",
+ "extent": "full-screen",
+ "minimum-system-version": "12.0",
+ "subtype": "2688h",
+ "scale": "3x",
+ "size": "2688x1242",
+ "idiom": "iphone"
+ },
+ {
+ "orientation": "portrait",
+ "extent": "full-screen",
+ "minimum-system-version": "8.0",
+ "subtype": "667h",
+ "scale": "2x",
+ "size": "750x1334",
+ "idiom": "iphone"
+ },
+ {
+ "orientation": "portrait",
+ "extent": "full-screen",
+ "minimum-system-version": "8.0",
+ "subtype": "736h",
+ "scale": "3x",
+ "size": "1242x2208",
+ "idiom": "iphone"
+ },
+ {
+ "orientation": "portrait",
+ "extent": "full-screen",
+ "minimum-system-version": "11.0",
+ "subtype": "2436h",
+ "scale": "3x",
+ "size": "1125x2436",
+ "idiom": "iphone"
+ },
+ {
+ "orientation": "portrait",
+ "extent": "full-screen",
+ "minimum-system-version": "12.0",
+ "subtype": "1792h",
+ "scale": "2x",
+ "size": "828x1792",
+ "idiom": "iphone"
+ },
+ {
+ "orientation": "portrait",
+ "extent": "full-screen",
+ "minimum-system-version": "12.0",
+ "subtype": "2688h",
+ "scale": "3x",
+ "size": "1242x2688",
+ "idiom": "iphone"
+ }
+ ],
+ "properties": {},
+ "info": {
+ "version": 1,
+ "author": ""
+ }
+}
\ No newline at end of file
diff --git a/projects/Demo/Demo.iOS/Demo.iOS.csproj b/projects/Demo/Demo.iOS/Demo.iOS.csproj
index e06785f7..1bd4a7bb 100644
--- a/projects/Demo/Demo.iOS/Demo.iOS.csproj
+++ b/projects/Demo/Demo.iOS/Demo.iOS.csproj
@@ -109,6 +109,9 @@
+
+ false
+
Designer
diff --git a/projects/Demo/Demo.iOS/Info.plist b/projects/Demo/Demo.iOS/Info.plist
index 384f8069..774deff3 100644
--- a/projects/Demo/Demo.iOS/Info.plist
+++ b/projects/Demo/Demo.iOS/Info.plist
@@ -1,51 +1,53 @@
-
- UIDeviceFamily
-
- 1
- 2
-
- UISupportedInterfaceOrientations
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- UISupportedInterfaceOrientations~ipad
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationPortraitUpsideDown
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- CFBundleDisplayName
- Demo
- CFBundleIdentifier
- com.nbaxp.Demo
- CFBundleVersion
- 1.0
- CFBundleName
- Demo
- NSCameraUsageDescription
- request camera permission
- UIRequiredDeviceCapabilities
-
- video-camera
-
- NSAppTransportSecurity
-
- NSAllowsArbitraryLoads
-
-
- UIMainStoryboardFile
- LaunchScreen
- MinimumOSVersion
- 12.1
- UILaunchStoryboardName
- LaunchScreen
- XSAppIconAssets
- Assets.xcassets/AppIcon.appiconset
-
-
+
+ UIDeviceFamily
+
+ 1
+ 2
+
+ UISupportedInterfaceOrientations
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
+ UISupportedInterfaceOrientations~ipad
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationPortraitUpsideDown
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
+ CFBundleDisplayName
+ Demo
+ CFBundleIdentifier
+ com.nbaxp.Demo
+ CFBundleVersion
+ 1.0
+ CFBundleName
+ Demo
+ NSCameraUsageDescription
+ request camera permission
+ UIRequiredDeviceCapabilities
+
+ video-camera
+
+ NSAppTransportSecurity
+
+ NSAllowsArbitraryLoads
+
+
+ UIMainStoryboardFile
+ LaunchScreen
+ UILaunchStoryboardName
+ LaunchScreen
+ XSAppIconAssets
+ Assets.xcassets/AppIcon.appiconset
+ XSLaunchImageAssets
+ Assets.xcassets/LaunchImages.launchimage
+ MinimumOSVersion
+ 12.1
+
+
\ No newline at end of file
diff --git a/projects/Demo/Demo.iOS/Resources/LaunchScreen.storyboard b/projects/Demo/Demo.iOS/Resources/LaunchScreen.storyboard
index 222ee2c1..3f7658f2 100644
--- a/projects/Demo/Demo.iOS/Resources/LaunchScreen.storyboard
+++ b/projects/Demo/Demo.iOS/Resources/LaunchScreen.storyboard
@@ -1,5 +1,8 @@
+
+
+
@@ -14,9 +17,15 @@
-
+
-
+
+
+
+
+
+
+
@@ -24,4 +33,7 @@
+
+
+
\ No newline at end of file