• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

wooga / atlas-build-unity / 81
78%

Build:
DEFAULT BRANCH: master
Ran 26 Feb 2020 08:57AM UTC
Jobs 2
Files 19
Run time 4min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
81

push

jenkins

Add iOS adhoc support (#46)

Description
===========

To import _adhoc_ provisioning profiles with `fastlane` correctly in
case of _adhoc_ builds we need to tell fastlane that we want an _adhoc_
profile. Fastlane will fail and try to generate a _store_ or
_enterprise_ profile instead.

This patch adds a new property `adhoc` to `ImportProvisioningProfile`
and `IOSBuildPluginExtension` which will pass this information over to
fastlane. It would had been possible to set `SIGH_AD_HOC` to make this
clearer in both useage and output.

Be aware!
=========

Because of the nature of boolean values (true/false there is no notion
of not set) this new logic will always set the `--adhoc` field. When we
swich to the gradle provider API this issue will be fixed since a gradle
property has the information of `present` or not. This also means that
the environment variable `SIGH_AD_HOC` will have no effect anymore.

Changes
=======

* ![ADD] ![IOS] `adhoc` support

623 of 781 relevant lines covered (79.77%)

1.22 hits per line

Jobs
ID Job ID Ran Files Coverage
1 81.1 26 Feb 2020 08:57AM UTC 0
79.77
2 81.2 26 Feb 2020 09:02AM UTC 0
42.13
Source Files on build 81
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #81
  • 2878d518 on github
  • Prev Build on master (#80)
  • Next Build on master (#82)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc