Files
sailing-analytics/ios/SAPTracker/pom.xml
T
Axel Uhl bb2a7e9cc7 whitespace change only
Change-Id: I3c5760d97055f8ec7fa50f262e9e198424d48778
CR-Id: 002075125800003907802017
2017-08-09 16:41:42 +02:00

24 lines
823 B
XML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.sap.sailing.mobile.ios</groupId>
<artifactId>SAPTracker</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>xcode-app</packaging>
<properties>
    <xcode.xcconfig.naas>${env.PWD}/${xcode.sourceDirectory}/CentralSigningNaas.xcconfig</xcode.xcconfig.naas>
  </properties>
<build>
<plugins>
<plugin>
<groupId>com.sap.prd.mobile.ios.mios</groupId>
<artifactId>xcode-maven-plugin</artifactId>
<version>1.14.2</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>