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