parent
f46c4d1247
commit
d9fe22aed1
11
ios/pom.xml
11
ios/pom.xml
|
@ -3,11 +3,15 @@
|
||||||
http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>im.syng</groupId>
|
<groupId>org.reactjs.native.example</groupId>
|
||||||
<artifactId>Syng</artifactId>
|
<artifactId>Messenger</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
<packaging>xcode-lib</packaging>
|
<packaging>xcode-lib</packaging>
|
||||||
|
|
||||||
|
<properties>
|
||||||
|
<xcode.sourceDirectory>.</xcode.sourceDirectory>
|
||||||
|
</properties>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>ci.syng.im</id>
|
<id>ci.syng.im</id>
|
||||||
|
@ -31,6 +35,9 @@
|
||||||
<artifactId>xcode-maven-plugin</artifactId>
|
<artifactId>xcode-maven-plugin</artifactId>
|
||||||
<version>1.14.2</version>
|
<version>1.14.2</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
|
<configuration>
|
||||||
|
|
||||||
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
Loading…
Reference in New Issue