Merge pull request #19 from nventive/dev/jela/ios2

Adjust iOS publication
This commit is contained in:
Jérôme Laban 2019-05-22 08:55:43 -04:00 committed by GitHub
commit fe79be4a91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 195 additions and 163 deletions

View file

@ -115,12 +115,63 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Compile Include="Main.cs" /> <Compile Include="Main.cs" />
<ImageAsset Include="Media.xcassets\AppIcons.appiconset\Icon-83.5%402x.png">
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Media.xcassets\AppIcons.appiconset\Icon-76%402x.png">
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Media.xcassets\AppIcons.appiconset\Icon-76.png">
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Media.xcassets\AppIcons.appiconset\Icon-60%403x.png">
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Media.xcassets\AppIcons.appiconset\Icon-60%402x.png">
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Media.xcassets\AppIcons.appiconset\Icon-40%403x.png">
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Media.xcassets\AppIcons.appiconset\Icon-40%402x.png">
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Media.xcassets\AppIcons.appiconset\Icon-40.png">
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Media.xcassets\AppIcons.appiconset\Icon-29%403x.png">
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Media.xcassets\AppIcons.appiconset\Icon-29%402x.png">
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Media.xcassets\AppIcons.appiconset\Icon-29.png">
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Media.xcassets\AppIcons.appiconset\Icon-20%403x.png">
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Media.xcassets\AppIcons.appiconset\Icon-20%402x.png">
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Media.xcassets\AppIcons.appiconset\Icon-20.png">
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Media.xcassets\AppIcons.appiconset\Icon-1024.png">
<Visible>false</Visible>
</ImageAsset>
<None Include="Info.plist"> <None Include="Info.plist">
<SubType>Designer</SubType> <SubType>Designer</SubType>
</None> </None>
<Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\AssemblyInfo.cs" />
<Content Include="Entitlements.plist" /> <Content Include="Entitlements.plist" />
<BundleResource Include="Resources\Fonts\CalcMDL2.ttf" /> <BundleResource Include="Resources\Fonts\CalcMDL2.ttf" />
<ImageAsset Include="Media.xcassets\AppIcons.appiconset\Contents.json">
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Media.xcassets\LaunchImages.launchimage\Contents.json">
<Visible>false</Visible>
</ImageAsset>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Reference Include="System" /> <Reference Include="System" />
@ -128,44 +179,6 @@
<Reference Include="System.Core" /> <Reference Include="System.Core" />
<Reference Include="Xamarin.iOS" /> <Reference Include="Xamarin.iOS" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<ImageAsset Include="Media.xcassets\AppIcons.appiconset\Contents.json">
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Media.xcassets\AppIcons.appiconset\ios-marketing-1024x1024@1x.png">
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Media.xcassets\AppIcons.appiconset\iPad-76x76@2x.png">
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Media.xcassets\AppIcons.appiconset\iPad-84x84@2x.png">
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Media.xcassets\AppIcons.appiconset\iPhone-152x152@3x.png">
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Media.xcassets\AppIcons.appiconset\iPhone-120x120@3x.png">
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Media.xcassets\AppIcons.appiconset\iPhone-120x120@3x.png">
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Media.xcassets\AppIcons.appiconset\iPhone-152x152@3x.png">
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Media.xcassets\AppIcons.appiconset\iPhone-20x20@2x.png">
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Media.xcassets\AppIcons.appiconset\iPhone-20x20@3x.png">
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Media.xcassets\AppIcons.appiconset\iPhone-60x60@2x.png">
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Media.xcassets\LaunchImages.launchimage\Contents.json">
<Visible>false</Visible>
</ImageAsset>
</ItemGroup>
<ItemGroup> <ItemGroup>
<BundleResource Include="Resources\Fonts\winjs-symbols.ttf" /> <BundleResource Include="Resources\Fonts\winjs-symbols.ttf" />
</ItemGroup> </ItemGroup>

View file

@ -31,6 +31,8 @@
<string>UIInterfaceOrientationLandscapeLeft</string> <string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string> <string>UIInterfaceOrientationLandscapeRight</string>
</array> </array>
<key>NSPhotoLibraryUsageDescription</key>
<string>Photo Library Access Warning</string>
<key>UISupportedInterfaceOrientations~ipad</key> <key>UISupportedInterfaceOrientations~ipad</key>
<array> <array>
<string>UIInterfaceOrientationPortrait</string> <string>UIInterfaceOrientationPortrait</string>
@ -45,5 +47,9 @@
</array> </array>
<key>UIRequiresFullScreen</key> <key>UIRequiresFullScreen</key>
<true/> <true/>
<key>XSAppIconAssets</key>
<string>Media.xcassets/AppIcons.appiconset</string>
<key>XSLaunchImageAssets</key>
<string>Media.xcassets/LaunchImages.launchimage</string>
</dict> </dict>
</plist> </plist>

View file

@ -1,106 +1,119 @@
{ {
"images": [ "images": [
{
"scale": "2x",
"size": "29x29",
"idiom": "iphone"
},
{
"scale": "3x",
"size": "29x29",
"idiom": "iphone"
},
{
"scale": "2x",
"size": "40x40",
"idiom": "iphone"
},
{
"scale": "3x",
"size": "60x60",
"idiom": "iphone"
},
{
"scale": "1x",
"size": "20x20",
"idiom": "ipad"
},
{
"scale": "2x",
"size": "20x20",
"idiom": "ipad"
},
{
"scale": "1x",
"size": "29x29",
"idiom": "ipad"
},
{
"scale": "2x",
"size": "29x29",
"idiom": "ipad"
},
{
"scale": "1x",
"size": "40x40",
"idiom": "ipad"
},
{
"scale": "2x",
"size": "40x40",
"idiom": "ipad"
},
{
"scale": "1x",
"size": "76x76",
"idiom": "ipad"
},
{ {
"scale": "2x", "scale": "2x",
"size": "20x20", "size": "20x20",
"idiom": "iphone", "idiom": "iphone",
"filename": "iPhone-20x20@2x.png" "filename": "Icon-20@2x.png"
}, },
{ {
"scale": "3x", "scale": "3x",
"size": "20x20", "size": "20x20",
"idiom": "iphone", "idiom": "iphone",
"filename": "iPhone-20x20@3x.png" "filename": "Icon-20@3x.png"
}, },
{ {
"scale": "2x", "scale": "1x",
"size": "60x60", "size": "20x20",
"idiom": "iphone",
"filename": "iPhone-60x60@2x.png"
},
{
"scale": "2x",
"size": "83.5x83.5",
"idiom": "ipad", "idiom": "ipad",
"filename": "iPad-84x84@2x.png" "filename": "Icon-20.png"
},
{
"scale": "2x",
"size": "20x20",
"idiom": "ipad",
"filename": "Icon-20@2x.png"
}, },
{ {
"scale": "1x", "scale": "1x",
"size": "1024x1024", "size": "1024x1024",
"idiom": "ios-marketing", "idiom": "ios-marketing",
"filename": "ios-marketing-1024x1024@1x.png" "filename": "Icon-1024.png"
}, },
{ {
"scale": "2x", "scale": "2x",
"size": "76x76", "size": "29x29",
"idiom": "ipad", "idiom": "iphone",
"filename": "iPhone-152x152@3x.png" "filename": "Icon-29@2x.png"
},
{
"scale": "3x",
"size": "29x29",
"idiom": "iphone",
"filename": "Icon-29@3x.png"
},
{
"scale": "2x",
"size": "40x40",
"idiom": "iphone",
"filename": "Icon-40@2x.png"
}, },
{ {
"scale": "3x", "scale": "3x",
"size": "40x40", "size": "40x40",
"idiom": "iphone", "idiom": "iphone",
"filename": "iPhone-120x120@3x.png" "filename": "Icon-40@3x.png"
},
{
"scale": "2x",
"size": "60x60",
"idiom": "iphone",
"filename": "Icon-60@2x.png"
},
{
"scale": "3x",
"size": "60x60",
"idiom": "iphone",
"filename": "Icon-60@3x.png"
},
{
"scale": "1x",
"size": "29x29",
"idiom": "ipad",
"filename": "Icon-29.png"
},
{
"scale": "2x",
"size": "29x29",
"idiom": "ipad",
"filename": "Icon-29@2x.png"
},
{
"scale": "1x",
"size": "40x40",
"idiom": "ipad",
"filename": "Icon-40.png"
},
{
"scale": "2x",
"size": "40x40",
"idiom": "ipad",
"filename": "Icon-40@2x.png"
},
{
"scale": "1x",
"size": "76x76",
"idiom": "ipad",
"filename": "Icon-76.png"
},
{
"scale": "2x",
"size": "76x76",
"idiom": "ipad",
"filename": "Icon-76@2x.png"
},
{
"scale": "2x",
"size": "83.5x83.5",
"idiom": "ipad",
"filename": "Icon-83.5@2x.png"
} }
], ],
"properties": {}, "properties": {
"pre-rendered": false
},
"info": { "info": {
"version": 1, "version": 1,
"author": "xcode" "author": ""
} }
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 659 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 224 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 308 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 971 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

View file

@ -5,7 +5,7 @@
"extent": "full-screen", "extent": "full-screen",
"minimum-system-version": "7.0", "minimum-system-version": "7.0",
"scale": "2x", "scale": "2x",
"size": "640x960", "size": "0x0",
"idiom": "iphone" "idiom": "iphone"
}, },
{ {
@ -14,7 +14,7 @@
"minimum-system-version": "7.0", "minimum-system-version": "7.0",
"subtype": "retina4", "subtype": "retina4",
"scale": "2x", "scale": "2x",
"size": "640x1136", "size": "0x0",
"idiom": "iphone" "idiom": "iphone"
}, },
{ {
@ -22,7 +22,7 @@
"extent": "full-screen", "extent": "full-screen",
"minimum-system-version": "7.0", "minimum-system-version": "7.0",
"scale": "1x", "scale": "1x",
"size": "768x1024", "size": "0x0",
"idiom": "ipad" "idiom": "ipad"
}, },
{ {
@ -30,7 +30,7 @@
"extent": "full-screen", "extent": "full-screen",
"minimum-system-version": "7.0", "minimum-system-version": "7.0",
"scale": "1x", "scale": "1x",
"size": "1024x768", "size": "0x0",
"idiom": "ipad" "idiom": "ipad"
}, },
{ {
@ -38,7 +38,7 @@
"extent": "full-screen", "extent": "full-screen",
"minimum-system-version": "7.0", "minimum-system-version": "7.0",
"scale": "2x", "scale": "2x",
"size": "1536x2048", "size": "0x0",
"idiom": "ipad" "idiom": "ipad"
}, },
{ {
@ -46,7 +46,7 @@
"extent": "full-screen", "extent": "full-screen",
"minimum-system-version": "7.0", "minimum-system-version": "7.0",
"scale": "2x", "scale": "2x",
"size": "2048x1536", "size": "0x0",
"idiom": "ipad" "idiom": "ipad"
} }
], ],

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB