Don't call pngcrush on the icons as Apple then does not recognize them when accepting AppStore submission. AppStore
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 07 Aug 2014 15:11:55 +0200
branchAppStore
changeset 195d1e02a40c201
parent 192 99669e0e8248
child 196 a9e47d43efa6
child 197 197472ca59d4
Don't call pngcrush on the icons as Apple then does not recognize them when accepting AppStore submission.
minesweeper/pom.xml
     1.1 --- a/minesweeper/pom.xml	Wed Aug 06 07:46:18 2014 +0200
     1.2 +++ b/minesweeper/pom.xml	Thu Aug 07 15:11:55 2014 +0200
     1.3 @@ -552,6 +552,7 @@
     1.4                                        <includes>
     1.5                                            <include>Default*.png</include>
     1.6                                        </includes>
     1.7 +                                      <skipPngCrush>true</skipPngCrush>
     1.8                                    </resource>
     1.9                                    <resource>
    1.10                                        <targetPath>/</targetPath>
    1.11 @@ -559,6 +560,7 @@
    1.12                                        <includes>
    1.13                                            <include>*.png</include>
    1.14                                        </includes>
    1.15 +                                      <skipPngCrush>true</skipPngCrush>
    1.16                                    </resource>
    1.17                                </resources>
    1.18                                 <iosInfoPList>Info.plist.xml</iosInfoPList>