Модифицировал стэпы скрипта для замены иконок

This commit is contained in:
rzaitov 2013-11-13 14:02:50 +04:00
parent 895238017e
commit b7317e41b1
10 changed files with 15 additions and 10 deletions

View File

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -70,10 +70,6 @@
<Reference Include="System.Core" />
<Reference Include="monotouch" />
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\" />
<Folder Include="Resources\Icons\" />
</ItemGroup>
<ItemGroup>
<None Include="Info.plist" />
</ItemGroup>
@ -90,7 +86,12 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\Icon%402x.png" />
<BundleResource Include="Resources\Icon.png" />
<Folder Include="Content\" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Content\Icons\icon-iphone-staging.png" />
<BundleResource Include="Content\Icons\icon-iphone-staging%402x.png" />
<BundleResource Include="Content\Icons\icon-iphone.png" />
<BundleResource Include="Content\Icons\icon-iphone%402x.png" />
</ItemGroup>
</Project>

View File

@ -18,8 +18,8 @@
<string>0.0.0</string>
<key>CFBundleIconFiles</key>
<array>
<string>Icon@2x</string>
<string>Icon</string>
<string>Content/Icons/icon-iphone@2x</string>
<string>Content/Icons/icon-iphone</string>
</array>
</dict>
</plist>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

View File

@ -9,4 +9,6 @@ inside 'BuildSample/BuildSample/CoolApp.csproj' set OutputPath to 'Output' for '
inside 'BuildSample/BuildSample/Info.plist' set CFBundleVersion to '{@version}'
inside 'BuildSample/BuildSample/Info.plist' set CFBundleDisplayName to 'CoolApp'
inside 'BuildSample/BuildSample/Info.plist' set CFBundleIconFiles with values '{@icons}'
install profile 'BuildSample/BuildSample/Profiles/8F606DAE-F9C9-4A19-8EFF-34B990D76C28.mobileprovision'

View File

@ -16,7 +16,9 @@ ios.tf_team_token = 'c5c3cf7a6dae2bea4382dfbd181a2075_Mjc4ODkwMjAxMy0wOS0yOSAxND
ios.appstore.app_name = 'CoolApp'
ios.appstore.author = 'Rustam'
ios.appstore.setup_steps = 'IosSetupSteps.txt'
ios.appstore.icons = 'Content/Icons/icon-iphone@2x:Content/Icons/icon-iphone'
ios.staging.app_name = 'CoolApp staging'
ios.staging.steps = 'scripts/StagingSteps.txt'
ios.staging.author = 'Fedor'
ios.staging.author = 'Fedor'
ios.staging.steps = 'IosSetupSteps.txt'
ios.appstore.icons = 'Content/Icons/icon-iphone-staging@2x.png:Content/Icons/icon-iphone-staging.png'