minesweeper/pom.xml
branchGooglePlay
changeset 213 828e1e7908fc
parent 193 0c7070a30735
parent 212 0e4f488d5fa6
     1.1 --- a/minesweeper/pom.xml	Fri Aug 08 16:11:30 2014 +0200
     1.2 +++ b/minesweeper/pom.xml	Thu Sep 11 21:27:01 2014 +0200
     1.3 @@ -286,7 +286,7 @@
     1.4                <dependency>
     1.5                    <groupId>org.apidesign.brwsr</groupId>
     1.6                    <artifactId>dlvkbrwsr</artifactId>
     1.7 -                  <version>0.8.1</version>
     1.8 +                  <version>1.0</version>
     1.9                    <type>jar</type>
    1.10                </dependency>
    1.11                <dependency>
    1.12 @@ -479,7 +479,7 @@
    1.13                <dependency>
    1.14                    <groupId>org.apidesign.brwsr</groupId>
    1.15                    <artifactId>ibrwsr</artifactId>
    1.16 -                  <version>0.8.1</version>
    1.17 +                  <version>1.0</version>
    1.18                    <scope>runtime</scope>
    1.19                </dependency>
    1.20            </dependencies>
    1.21 @@ -564,8 +564,13 @@
    1.22                                        </includes>
    1.23                                    </resource>
    1.24                                </resources>
    1.25 +                               <iosInfoPList>Info.plist.xml</iosInfoPList>
    1.26                            </config>
    1.27                            <includeJFX>false</includeJFX>
    1.28 +                          <!--                      
    1.29 +                          <iosSignIdentity>iPhone Distribution</iosSignIdentity>
    1.30 +                          <iosProvisioningProfile>9728E91B-1BB7-40D6-8922-3DD3BA5E6ECD</iosProvisioningProfile> 
    1.31 +                          -->
    1.32                        </configuration>
    1.33                    </plugin>
    1.34                </plugins>