Merge in attempt to provide yet more icon AppStore
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 14 Aug 2014 07:51:33 +0200
branchAppStore
changeset 1980e2b05057c97
parent 197 197472ca59d4
parent 196 a9e47d43efa6
child 238 a0f15cb8c730
Merge in attempt to provide yet more icon
minesweeper/pom.xml
     1.1 --- a/minesweeper/pom.xml	Thu Aug 14 07:50:10 2014 +0200
     1.2 +++ b/minesweeper/pom.xml	Thu Aug 14 07:51:33 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>