fastlane/lib/fastlane/actions/docs/sigh.md in fastlane-2.61.0.beta.20171009010003 vs fastlane/lib/fastlane/actions/docs/sigh.md in fastlane-2.61.0

- old
+ new

@@ -32,17 +32,17 @@ ### Why not let Xcode do the work? - _sigh_ can easily be integrated into your CI-server (e.g. Jenkins) -- Xcode sometimes invalidates [all existing profiles](assets/SignErrors.png) +- Xcode sometimes invalidates [all existing profiles](/img/actions/SignErrors.png) - You have control over what happens - You still get to have the signing files, which you can then use for your build scripts or store in git See _sigh_ in action: -![img/actions/sighRecording.gif](assets/sighRecording.gif) +![img/actions/sighRecording.gif](/img/actions/sighRecording.gif) # Usage **Note**: It is recommended to use [match](https://github.com/fastlane/fastlane/tree/master/match) according to the [codesigning.guide](https://codesigning.guide) for generating and maintaining your provisioning profiles. Use _sigh_ directly only if you want full control over what's going on and know more about codesigning. @@ -174,10 +174,10 @@ ## Use the 'Provisioning Quicklook plugin' Download and install the [Provisioning Plugin](https://github.com/chockenberry/Provisioning). It will show you the `mobileprovision` files like this: -![img/actions/QuickLookScreenshot.png](assets/QuickLookScreenshot.png) +![img/actions/QuickLookScreenshot.png](/img/actions/QuickLookScreenshot.png) ## App Identifier couldn't be found If you also want to create a new App Identifier on the Apple Developer Portal, check out [produce](https://github.com/fastlane/fastlane/tree/master/produce), which does exactly that.