minesweeper/pom.xml
changeset 194 a22630be439e
parent 192 99669e0e8248
child 199 b3c1d99205d6
     1.1 --- a/minesweeper/pom.xml	Wed Aug 06 07:46:18 2014 +0200
     1.2 +++ b/minesweeper/pom.xml	Wed Aug 06 07:59:27 2014 +0200
     1.3 @@ -476,7 +476,7 @@
     1.4                <dependency>
     1.5                    <groupId>org.apidesign.brwsr</groupId>
     1.6                    <artifactId>ibrwsr</artifactId>
     1.7 -                  <version>1.0-SNAPSHOT</version>
     1.8 +                  <version>0.8.1</version>
     1.9                    <scope>runtime</scope>
    1.10                </dependency>
    1.11            </dependencies>
    1.12 @@ -564,8 +564,10 @@
    1.13                                 <iosInfoPList>Info.plist.xml</iosInfoPList>
    1.14                            </config>
    1.15                            <includeJFX>false</includeJFX>
    1.16 +                          <!--                      
    1.17                            <iosSignIdentity>iPhone Distribution</iosSignIdentity>
    1.18 -                          <iosProvisioningProfile>9728E91B-1BB7-40D6-8922-3DD3BA5E6ECD</iosProvisioningProfile>                          
    1.19 +                          <iosProvisioningProfile>9728E91B-1BB7-40D6-8922-3DD3BA5E6ECD</iosProvisioningProfile> 
    1.20 +                          -->
    1.21                        </configuration>
    1.22                    </plugin>
    1.23                </plugins>