mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-26 08:30:01 +00:00
passing pom.xml on mvn initialize
Former-commit-id: 6953fa670b2af64208c7ce9280b661decdf056f3
This commit is contained in:
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">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>im.syng</groupId>
|
||||
<artifactId>Syng</artifactId>
|
||||
<groupId>org.reactjs.native.example</groupId>
|
||||
<artifactId>Messenger</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<packaging>xcode-lib</packaging>
|
||||
|
||||
<properties>
|
||||
<xcode.sourceDirectory>.</xcode.sourceDirectory>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>ci.syng.im</id>
|
||||
@ -31,6 +35,9 @@
|
||||
<artifactId>xcode-maven-plugin</artifactId>
|
||||
<version>1.14.2</version>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
Loading…
x
Reference in New Issue
Block a user