Twice 76 is needed for iOS7 AppStore
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 07 Aug 2014 15:27:54 +0200
branchAppStore
changeset 196a9e47d43efa6
parent 195 d1e02a40c201
child 198 0e2b05057c97
Twice 76 is needed for iOS7
minesweeper/pom.xml
     1.1 --- a/minesweeper/pom.xml	Thu Aug 07 15:11:55 2014 +0200
     1.2 +++ b/minesweeper/pom.xml	Thu Aug 07 15:27:54 2014 +0200
     1.3 @@ -524,6 +524,11 @@
     1.4                                            <destination>Icon-76.png</destination>
     1.5                                            <width>76</width>
     1.6                                        </image>
     1.7 +                                      <image>
     1.8 +                                          <source>src/main/icons/DukeSweeper.png</source>
     1.9 +                                          <destination>Icon-76@2.png</destination>
    1.10 +                                          <width>152</width>
    1.11 +                                      </image>
    1.12                                    </images>
    1.13                                </configuration>
    1.14                            </execution>