xcode-maven-plugin verification check API

This project conatins the contract between the xcode-maven-plugin and the verification checks.

License

License

GroupId

GroupId

com.sap.prd.mobile.ios.mios
ArtifactId

ArtifactId

verification-check-api
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

xcode-maven-plugin verification check API
This project conatins the contract between the xcode-maven-plugin and the verification checks.
Project URL

Project URL

https://github.com/sap-production/xcode-maven-plugin-verification-api
Project Organization

Project Organization

SAP AG
Source Code Management

Source Code Management

https://github.com/sap-production/xcode-maven-plugin-verification-api

Download verification-check-api

How to add to project

<!-- https://jarcasting.com/artifacts/com.sap.prd.mobile.ios.mios/verification-check-api/ -->
<dependency>
    <groupId>com.sap.prd.mobile.ios.mios</groupId>
    <artifactId>verification-check-api</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sap.prd.mobile.ios.mios/verification-check-api/
implementation 'com.sap.prd.mobile.ios.mios:verification-check-api:1.0.0'
// https://jarcasting.com/artifacts/com.sap.prd.mobile.ios.mios/verification-check-api/
implementation ("com.sap.prd.mobile.ios.mios:verification-check-api:1.0.0")
'com.sap.prd.mobile.ios.mios:verification-check-api:jar:1.0.0'
<dependency org="com.sap.prd.mobile.ios.mios" name="verification-check-api" rev="1.0.0">
  <artifact name="verification-check-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sap.prd.mobile.ios.mios', module='verification-check-api', version='1.0.0')
)
libraryDependencies += "com.sap.prd.mobile.ios.mios" % "verification-check-api" % "1.0.0"
[com.sap.prd.mobile.ios.mios/verification-check-api "1.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.0.2
org.apache.maven : maven-core jar 3.0.3

Project Modules

There are no modules declared in this project.

Xcode Maven Plugin Verification API

Overview

This Project provides an API for verification checks against the xcode-maven-plugin. The API provides access to build settings of the Xcode build which might be needed in order to be able to apply verification checks to an IPA file. For more details see here.

Documentation

For a more detailed documentation see here.

License

This project is copyrighted by SAP AG and made available under the Apache License 2.0. Please also confer to the text files "LICENSE" and "NOTICE" included with the project sources.

com.sap.prd.mobile.ios.mios

SAP Production

Versions

Version
1.0.0