fastlane 2.97.0 → 2.98.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +72 -72
  3. data/fastlane/lib/fastlane/actions/app_store_build_number.rb +1 -0
  4. data/fastlane/lib/fastlane/actions/carthage.rb +3 -3
  5. data/fastlane/lib/fastlane/actions/docs/build_ios_app.md +6 -6
  6. data/fastlane/lib/fastlane/actions/docs/check_app_store_metadata.md +8 -8
  7. data/fastlane/lib/fastlane/actions/docs/frame_screenshots.md +13 -5
  8. data/fastlane/lib/fastlane/actions/docs/get_provisioning_profile.md +54 -18
  9. data/fastlane/lib/fastlane/actions/docs/get_push_certificate.md +39 -21
  10. data/fastlane/lib/fastlane/actions/docs/run_tests.md +14 -8
  11. data/fastlane/lib/fastlane/actions/docs/upload_to_app_store.md.erb +5 -5
  12. data/fastlane/lib/fastlane/actions/docs/upload_to_testflight.md +3 -1
  13. data/fastlane/lib/fastlane/actions/mailgun.rb +15 -2
  14. data/fastlane/lib/fastlane/actions/modify_services.rb +1 -1
  15. data/fastlane/lib/fastlane/actions/nexus_upload.rb +63 -15
  16. data/fastlane/lib/fastlane/actions/unlock_keychain.rb +1 -0
  17. data/fastlane/lib/fastlane/documentation/markdown_docs_generator.rb +26 -0
  18. data/fastlane/lib/fastlane/plugins/plugin_search.rb +1 -0
  19. data/fastlane/lib/fastlane/plugins/plugin_update_manager.rb +1 -0
  20. data/fastlane/lib/fastlane/version.rb +1 -1
  21. data/fastlane/swift/Deliverfile.swift +1 -1
  22. data/fastlane/swift/Fastlane.swift +20 -10
  23. data/fastlane/swift/Gymfile.swift +1 -1
  24. data/fastlane/swift/Matchfile.swift +1 -1
  25. data/fastlane/swift/Precheckfile.swift +1 -1
  26. data/fastlane/swift/Scanfile.swift +1 -1
  27. data/fastlane/swift/Screengrabfile.swift +1 -1
  28. data/fastlane/swift/Snapshotfile.swift +1 -1
  29. data/pilot/lib/pilot/build_manager.rb +9 -0
  30. data/pilot/lib/pilot/options.rb +6 -0
  31. data/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb +9 -0
  32. data/snapshot/lib/snapshot/simulator_launchers/simulator_launcher_base.rb +5 -2
  33. data/spaceship/lib/spaceship/portal/app_service.rb +3 -0
  34. data/spaceship/lib/spaceship/test_flight/build.rb +5 -0
  35. data/supply/lib/supply/client.rb +1 -0
  36. metadata +19 -25
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 789d1c33d75287dd610e4e42ef2b5d14840c0fda
4
- data.tar.gz: 9046df5851994832385b4cf8ec7c5688a669546a
3
+ metadata.gz: 0b988d444a8ed4f31af4007ee07c238c93b6c6ef
4
+ data.tar.gz: 73318633501ecc0c7efed819b679dcfdede0b43f
5
5
  SHA512:
6
- metadata.gz: f615ee64e50c078ec195dbe7ccf0d6cb88ca7cbd936eef9bcda4b971ad4d791a38d6b01a80d750959cf9c1f5218692fedb0fcdfad97dd4c469cb44f44a8aa116
7
- data.tar.gz: f81ee001fe680d041bb746a8390a65d512782444b181b62d7386f3173248029b68aa489571f21126356f8cccef8c1d596ccd2f942b5545155257a9a17b4576c7
6
+ metadata.gz: 5a714976cd472b4de65b56e53c41a79b3b38ed1fccf5f0e93d4ff0ab387909938633c234bd909f0c07c081a4bbaf94b9279bf9e9226982f020c4beeed1f3c775
7
+ data.tar.gz: 30e6058e9f6b23ff692955a13d53a1c0627fd8e5141c5c6537e286e6a9c0f64dc70b6484d53d35bbcf945ed06b1af755214b158fec2206241564cb7f1348310e
data/README.md CHANGED
@@ -32,17 +32,11 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
32
32
 
33
33
  <table id='team'>
34
34
  <tr>
35
- <td id='olivier-halligon'>
36
- <a href='https://github.com/AliSoftware'>
37
- <img src='https://github.com/AliSoftware.png?size=140'>
38
- </a>
39
- <h4 align='center'><a href='https://twitter.com/aligatr'>Olivier Halligon</a></h4>
40
- </td>
41
- <td id='jan-piotrowski'>
42
- <a href='https://github.com/janpio'>
43
- <img src='https://github.com/janpio.png?size=140'>
35
+ <td id='jimmy-dee'>
36
+ <a href='https://github.com/jdee'>
37
+ <img src='https://github.com/jdee.png?size=140'>
44
38
  </a>
45
- <h4 align='center'><a href='https://twitter.com/Sujan'>Jan Piotrowski</a></h4>
39
+ <h4 align='center'>Jimmy Dee</h4>
46
40
  </td>
47
41
  <td id='helmut-januschka'>
48
42
  <a href='https://github.com/hjanuschka'>
@@ -50,31 +44,31 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
50
44
  </a>
51
45
  <h4 align='center'><a href='https://twitter.com/hjanuschka'>Helmut Januschka</a></h4>
52
46
  </td>
53
- <td id='joshua-liebowitz'>
54
- <a href='https://github.com/taquitos'>
55
- <img src='https://github.com/taquitos.png?size=140'>
56
- </a>
57
- <h4 align='center'><a href='https://twitter.com/taquitos'>Joshua Liebowitz</a></h4>
58
- </td>
59
- <td id='iulian-onofrei'>
60
- <a href='https://github.com/revolter'>
61
- <img src='https://github.com/revolter.png?size=140'>
47
+ <td id='jorge-revuelta-h'>
48
+ <a href='https://github.com/minuscorp'>
49
+ <img src='https://github.com/minuscorp.png?size=140'>
62
50
  </a>
63
- <h4 align='center'><a href='https://twitter.com/Revolt666'>Iulian Onofrei</a></h4>
51
+ <h4 align='center'><a href='https://twitter.com/minuscorp'>Jorge Revuelta H</a></h4>
64
52
  </td>
65
- </tr>
66
- <tr>
67
53
  <td id='danielle-tomlinson'>
68
54
  <a href='https://github.com/DanToml'>
69
55
  <img src='https://github.com/DanToml.png?size=140'>
70
56
  </a>
71
57
  <h4 align='center'><a href='https://twitter.com/DanToml'>Danielle Tomlinson</a></h4>
72
58
  </td>
73
- <td id='luka-mirosevic'>
74
- <a href='https://github.com/lmirosevic'>
75
- <img src='https://github.com/lmirosevic.png?size=140'>
59
+ <td id='olivier-halligon'>
60
+ <a href='https://github.com/AliSoftware'>
61
+ <img src='https://github.com/AliSoftware.png?size=140'>
76
62
  </a>
77
- <h4 align='center'><a href='https://twitter.com/lmirosevic'>Luka Mirosevic</a></h4>
63
+ <h4 align='center'><a href='https://twitter.com/aligatr'>Olivier Halligon</a></h4>
64
+ </td>
65
+ </tr>
66
+ <tr>
67
+ <td id='stefan-natchev'>
68
+ <a href='https://github.com/snatchev'>
69
+ <img src='https://github.com/snatchev.png?size=140'>
70
+ </a>
71
+ <h4 align='center'><a href='https://twitter.com/snatchev'>Stefan Natchev</a></h4>
78
72
  </td>
79
73
  <td id='matthew-ellis'>
80
74
  <a href='https://github.com/matthewellis'>
@@ -82,81 +76,87 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
82
76
  </a>
83
77
  <h4 align='center'><a href='https://twitter.com/mellis1995'>Matthew Ellis</a></h4>
84
78
  </td>
85
- <td id='stefan-natchev'>
86
- <a href='https://github.com/snatchev'>
87
- <img src='https://github.com/snatchev.png?size=140'>
79
+ <td id='fumiya-nakamura'>
80
+ <a href='https://github.com/nafu'>
81
+ <img src='https://github.com/nafu.png?size=140'>
88
82
  </a>
89
- <h4 align='center'><a href='https://twitter.com/snatchev'>Stefan Natchev</a></h4>
83
+ <h4 align='center'><a href='https://twitter.com/nafu003'>Fumiya Nakamura</a></h4>
90
84
  </td>
91
- <td id='andrew-mcburney'>
92
- <a href='https://github.com/AndrewMcBurney'>
93
- <img src='https://github.com/AndrewMcBurney.png?size=140'>
85
+ <td id='manu-wallner'>
86
+ <a href='https://github.com/milch'>
87
+ <img src='https://github.com/milch.png?size=140'>
94
88
  </a>
95
- <h4 align='center'><a href='https://twitter.com/armcburney'>Andrew McBurney</a></h4>
89
+ <h4 align='center'><a href='https://twitter.com/acrooow'>Manu Wallner</a></h4>
96
90
  </td>
97
- </tr>
98
- <tr>
99
- <td id='jorge-revuelta-h'>
100
- <a href='https://github.com/minuscorp'>
101
- <img src='https://github.com/minuscorp.png?size=140'>
91
+ <td id='felix-krause'>
92
+ <a href='https://github.com/KrauseFx'>
93
+ <img src='https://github.com/KrauseFx.png?size=140'>
102
94
  </a>
103
- <h4 align='center'><a href='https://twitter.com/minuscorp'>Jorge Revuelta H</a></h4>
95
+ <h4 align='center'><a href='https://twitter.com/KrauseFx'>Felix Krause</a></h4>
104
96
  </td>
97
+ </tr>
98
+ <tr>
105
99
  <td id='josh-holtz'>
106
100
  <a href='https://github.com/joshdholtz'>
107
101
  <img src='https://github.com/joshdholtz.png?size=140'>
108
102
  </a>
109
103
  <h4 align='center'><a href='https://twitter.com/joshdholtz'>Josh Holtz</a></h4>
110
104
  </td>
111
- <td id='jérôme-lacoste'>
112
- <a href='https://github.com/lacostej'>
113
- <img src='https://github.com/lacostej.png?size=140'>
105
+ <td id='aaron-brager'>
106
+ <a href='https://github.com/getaaron'>
107
+ <img src='https://github.com/getaaron.png?size=140'>
114
108
  </a>
115
- <h4 align='center'><a href='https://twitter.com/lacostej'>Jérôme Lacoste</a></h4>
109
+ <h4 align='center'><a href='https://twitter.com/getaaron'>Aaron Brager</a></h4>
116
110
  </td>
117
- <td id='maksym-grebenets'>
118
- <a href='https://github.com/mgrebenets'>
119
- <img src='https://github.com/mgrebenets.png?size=140'>
111
+ <td id='kohki-miki'>
112
+ <a href='https://github.com/giginet'>
113
+ <img src='https://github.com/giginet.png?size=140'>
120
114
  </a>
121
- <h4 align='center'><a href='https://twitter.com/mgrebenets'>Maksym Grebenets</a></h4>
115
+ <h4 align='center'><a href='https://twitter.com/giginet'>Kohki Miki</a></h4>
122
116
  </td>
123
- <td id='felix-krause'>
124
- <a href='https://github.com/KrauseFx'>
125
- <img src='https://github.com/KrauseFx.png?size=140'>
117
+ <td id='andrew-mcburney'>
118
+ <a href='https://github.com/AndrewMcBurney'>
119
+ <img src='https://github.com/AndrewMcBurney.png?size=140'>
126
120
  </a>
127
- <h4 align='center'><a href='https://twitter.com/KrauseFx'>Felix Krause</a></h4>
121
+ <h4 align='center'><a href='https://twitter.com/armcburney'>Andrew McBurney</a></h4>
122
+ </td>
123
+ <td id='jérôme-lacoste'>
124
+ <a href='https://github.com/lacostej'>
125
+ <img src='https://github.com/lacostej.png?size=140'>
126
+ </a>
127
+ <h4 align='center'><a href='https://twitter.com/lacostej'>Jérôme Lacoste</a></h4>
128
128
  </td>
129
129
  </tr>
130
130
  <tr>
131
- <td id='manu-wallner'>
132
- <a href='https://github.com/milch'>
133
- <img src='https://github.com/milch.png?size=140'>
131
+ <td id='iulian-onofrei'>
132
+ <a href='https://github.com/revolter'>
133
+ <img src='https://github.com/revolter.png?size=140'>
134
134
  </a>
135
- <h4 align='center'><a href='https://twitter.com/acrooow'>Manu Wallner</a></h4>
135
+ <h4 align='center'><a href='https://twitter.com/Revolt666'>Iulian Onofrei</a></h4>
136
136
  </td>
137
- <td id='fumiya-nakamura'>
138
- <a href='https://github.com/nafu'>
139
- <img src='https://github.com/nafu.png?size=140'>
137
+ <td id='maksym-grebenets'>
138
+ <a href='https://github.com/mgrebenets'>
139
+ <img src='https://github.com/mgrebenets.png?size=140'>
140
140
  </a>
141
- <h4 align='center'><a href='https://twitter.com/nafu003'>Fumiya Nakamura</a></h4>
141
+ <h4 align='center'><a href='https://twitter.com/mgrebenets'>Maksym Grebenets</a></h4>
142
142
  </td>
143
- <td id='jimmy-dee'>
144
- <a href='https://github.com/jdee'>
145
- <img src='https://github.com/jdee.png?size=140'>
143
+ <td id='luka-mirosevic'>
144
+ <a href='https://github.com/lmirosevic'>
145
+ <img src='https://github.com/lmirosevic.png?size=140'>
146
146
  </a>
147
- <h4 align='center'>Jimmy Dee</h4>
147
+ <h4 align='center'><a href='https://twitter.com/lmirosevic'>Luka Mirosevic</a></h4>
148
148
  </td>
149
- <td id='aaron-brager'>
150
- <a href='https://github.com/getaaron'>
151
- <img src='https://github.com/getaaron.png?size=140'>
149
+ <td id='joshua-liebowitz'>
150
+ <a href='https://github.com/taquitos'>
151
+ <img src='https://github.com/taquitos.png?size=140'>
152
152
  </a>
153
- <h4 align='center'><a href='https://twitter.com/getaaron'>Aaron Brager</a></h4>
153
+ <h4 align='center'><a href='https://twitter.com/taquitos'>Joshua Liebowitz</a></h4>
154
154
  </td>
155
- <td id='kohki-miki'>
156
- <a href='https://github.com/giginet'>
157
- <img src='https://github.com/giginet.png?size=140'>
155
+ <td id='jan-piotrowski'>
156
+ <a href='https://github.com/janpio'>
157
+ <img src='https://github.com/janpio.png?size=140'>
158
158
  </a>
159
- <h4 align='center'><a href='https://twitter.com/giginet'>Kohki Miki</a></h4>
159
+ <h4 align='center'><a href='https://twitter.com/Sujan'>Jan Piotrowski</a></h4>
160
160
  </td>
161
161
  </tr>
162
162
  </table>
@@ -29,6 +29,7 @@ module Fastlane
29
29
  app = Spaceship::Tunes::Application.find(params[:app_identifier])
30
30
  if params[:live]
31
31
  UI.message("Fetching the latest build number for live-version")
32
+ UI.user_error!("Could not find a live-version of #{params[:app_identifier]} on iTC") unless app.live_version
32
33
  build_nr = app.live_version.current_build_number
33
34
  else
34
35
  version_number = params[:version]
@@ -11,7 +11,7 @@ module Fastlane
11
11
 
12
12
  if command_name == "archive" && params[:frameworks].count > 0
13
13
  cmd.concat(params[:frameworks])
14
- elsif (command_name == "update" || command_name == "build") && params[:dependencies].count > 0
14
+ elsif ["update", "build", "bootstrap"].include?(command_name) && params[:dependencies].count > 0
15
15
  cmd.concat(params[:dependencies])
16
16
  end
17
17
 
@@ -71,7 +71,7 @@ module Fastlane
71
71
  UI.user_error!("Please pass a valid command. Use one of the following: #{available_commands.join(', ')}") unless available_commands.include?(value)
72
72
  end),
73
73
  FastlaneCore::ConfigItem.new(key: :dependencies,
74
- description: "Carthage dependencies to update or build",
74
+ description: "Carthage dependencies to update, build or bootstrap",
75
75
  default_value: [],
76
76
  is_string: false,
77
77
  type: Array),
@@ -178,7 +178,7 @@ module Fastlane
178
178
  frameworks: ["MyFramework1", "MyFramework2"], # Specify which frameworks to archive (only for the archive command)
179
179
  output: "MyFrameworkBundle.framework.zip", # Specify the output archive name (only for the archive command)
180
180
  command: "bootstrap", # One of: build, bootstrap, update, archive. (default: bootstrap)
181
- dependencies: ["Alamofire", "Notice"], # Specify which dependencies to update or build (only for update and build commands)
181
+ dependencies: ["Alamofire", "Notice"], # Specify which dependencies to update or build (only for update, build and bootstrap commands)
182
182
  use_ssh: false, # Use SSH for downloading GitHub repositories.
183
183
  use_submodules: false, # Add dependencies as Git submodules.
184
184
  use_binaries: true, # Check out dependency repositories even when prebuilt frameworks exist
@@ -44,15 +44,15 @@ _gym_ uses the latest APIs to build and sign your application which results in m
44
44
 
45
45
  | | Gym Features |
46
46
  |----------|----------------|
47
- 🚀 | _gym_ builds 30% faster than other build tools like [shenzhen](https://github.com/nomad/shenzhen)
47
+ 🚀 | _gym_ builds 30% faster than other build tools like [shenzhen](https://github.com/nomad/shenzhen)
48
48
  🏁 | Beautiful inline build output
49
- 📖 | Helps you resolve common build errors like code signing issues
49
+ 📖 | Helps you resolve common build errors like code signing issues
50
50
  🚠 | Sensible defaults: Automatically detect the project, its schemes and more
51
- 🔗 | Works perfectly with [_fastlane_](https://fastlane.tools) and other tools
51
+ 🔗 | Works perfectly with [_fastlane_](https://fastlane.tools) and other tools
52
52
  📦 | Automatically generates an `ipa` and a compressed `dSYM` file
53
53
  🚅 | Don't remember any complicated build commands, just _gym_
54
- 🔧 | Easy and dynamic configuration using parameters and environment variables
55
- 💾 | Store common build settings in a `Gymfile`
54
+ 🔧 | Easy and dynamic configuration using parameters and environment variables
55
+ 💾 | Store common build settings in a `Gymfile`
56
56
  📤 | All archives are stored and accessible in the Xcode Organizer
57
57
  💻 | Supports both iOS and Mac applications
58
58
 
@@ -134,7 +134,7 @@ export_options("./ExportOptions.plist")
134
134
  or you can provide hash of values directly in the `Gymfile`:
135
135
 
136
136
  ```ruby-skip-tests
137
- export_options: {
137
+ export_options = {
138
138
  method: "ad-hoc",
139
139
  manifest: {
140
140
  appURL: "https://example.com/My App.ipa",
@@ -25,14 +25,14 @@ Apple rejects builds for many avoidable metadata issues like including swear wor
25
25
 
26
26
  | | precheck Features |
27
27
  |----------|-----------------|
28
- |🐛|  product bug mentions|
29
- |🙅|Swear word checker|
30
- |🤖|Mentioning other platforms|
31
- |😵|URL reachability checker|
32
- |📝|Placeholder/test words/mentioning future features|
33
- |📅|Copyright date checking|
34
- |🙈|Customizable word list checking|
35
- |📢|You can decide if you want to warn about potential problems and continue or have _fastlane_ show an error and stop after all scans are done|
28
+ 🐛 |  product bug mentions
29
+ 🙅 | Swear word checker
30
+ 🤖 | Mentioning other platforms
31
+ 😵 | URL reachability checker
32
+ 📝 | Placeholder/test words/mentioning future features
33
+ 📅 | Copyright date checking
34
+ 🙈 | Customizable word list checking
35
+ 📢 | You can decide if you want to warn about potential problems and continue or have _fastlane_ show an error and stop after all scans are done
36
36
 
37
37
  # Usage
38
38
  Run _fastlane precheck_ to check the app metadata from iTunes Connect
@@ -71,15 +71,21 @@ Why should you have to use Photoshop, just to add a frame around your screenshot
71
71
 
72
72
  Just navigate to your folder of screenshots and use the following command:
73
73
 
74
- fastlane frameit
74
+ ```no-highlight
75
+ fastlane frameit
76
+ ```
75
77
 
76
78
  To use the silver version of the frames:
77
79
 
78
- fastlane frameit silver
80
+ ```no-highlight
81
+ fastlane frameit silver
82
+ ```
79
83
 
80
84
  To download the latest frames
81
85
 
82
- fastlane frameit download_frames
86
+ ```no-highlight
87
+ fastlane frameit download_frames
88
+ ```
83
89
 
84
90
  When using _frameit_ without titles on top, the screenshots will have the full resolution, which means they can't be uploaded to the App Store directly. They are supposed to be used for websites, print media and emails. Check out the section below to use the screenshots for the App Store.
85
91
 
@@ -146,6 +152,7 @@ The `keyword` and `title` parameters are both used in `default` and `data`. They
146
152
  | `text` | The text that should be used for the `keyword` or `title`. <p> Note: If you want to use localised text, use [`.strings` files](#strings-files). | NA |
147
153
 
148
154
  ### Example
155
+
149
156
  ```json
150
157
  {
151
158
  "device_frame_version": "latest",
@@ -275,5 +282,6 @@ brew install imagemagick
275
282
  ```
276
283
 
277
284
  ## Uninstall
278
- - ```sudo gem uninstall fastlane```
279
- - ```rm -rf ~/.frameit```
285
+
286
+ - `sudo gem uninstall fastlane`
287
+ - `rm -rf ~/.frameit`
@@ -56,55 +56,79 @@ _sigh_ will create, repair and download profiles for the App Store by default.
56
56
 
57
57
  You can pass your bundle identifier and username like this:
58
58
 
59
- fastlane sigh -a com.krausefx.app -u username
59
+ ```no-highlight
60
+ fastlane sigh -a com.krausefx.app -u username
61
+ ```
60
62
 
61
63
  If you want to generate an **Ad Hoc** profile instead of an App Store profile:
62
64
 
63
- fastlane sigh --adhoc
65
+ ```no-highlight
66
+ fastlane sigh --adhoc
67
+ ```
64
68
 
65
69
  If you want to generate a **Development** profile:
66
70
 
67
- fastlane sigh --development
71
+ ```no-highlight
72
+ fastlane sigh --development
73
+ ```
68
74
 
69
75
  To generate the profile in a specific directory:
70
76
 
71
- fastlane sigh -o "~/Certificates/"
77
+ ```no-highlight
78
+ fastlane sigh -o "~/Certificates/"
79
+ ```
72
80
 
73
81
  To download all your provisioning profiles use
74
82
 
75
- fastlane sigh download_all
83
+ ```no-highlight
84
+ fastlane sigh download_all
85
+ ```
76
86
 
77
87
  Optionally, use `fastlane sigh download_all --download_xcode_profiles` to also include the Xcode managed provisioning profiles
78
88
 
79
89
  For a list of available parameters and commands run
80
90
 
81
- fastlane action sigh
91
+ ```no-highlight
92
+ fastlane action sigh
93
+ ```
82
94
 
83
95
  ### Advanced
84
96
 
85
97
  By default, _sigh_ will install the downloaded profile on your machine. If you just want to generate the profile and skip the installation, use the following flag:
86
98
 
87
- fastlane sigh --skip_install
99
+ ```no-highlight
100
+ fastlane sigh --skip_install
101
+ ```
88
102
 
89
103
  To save the provisioning profile under a specific name, use the -q option:
90
104
 
91
- fastlane sigh -a com.krausefx.app -u username -q "myProfile.mobileprovision"
105
+ ```no-highlight
106
+ fastlane sigh -a com.krausefx.app -u username -q "myProfile.mobileprovision"
107
+ ```
92
108
 
93
109
  If for some reason you don't want _sigh_ to verify that the code signing identity is installed on your local machine:
94
110
 
95
- fastlane sigh --skip_certificate_verification
111
+ ```no-highlight
112
+ fastlane sigh --skip_certificate_verification
113
+ ```
96
114
 
97
115
  If you need the provisioning profile to be renewed regardless of its state use the `--force` option. This gives you a profile with the maximum lifetime. `--force` will also add all available devices to this profile.
98
116
 
99
- fastlane sigh --force
117
+ ```no-highlight
118
+ fastlane sigh --force
119
+ ```
100
120
 
101
121
  By default, _sigh_ will include all certificates on development profiles, and first certificate on other types. If you need to specify which certificate to use you can either use the environment variable `SIGH_CERTIFICATE`, or pass the name or expiry date of the certificate as argument:
102
122
 
103
- fastlane sigh -c "SunApps GmbH"
123
+ ```no-highlight
124
+ fastlane sigh -c "SunApps GmbH"
125
+ ```
104
126
 
105
127
  For a list of available parameters and commands run
106
128
 
107
- fastlane action sigh
129
+ ```no-highlight
130
+ fastlane action sigh
131
+ ```
108
132
 
109
133
 
110
134
  ### Use with [_fastlane_](https://fastlane.tools)
@@ -128,33 +152,45 @@ This will result in _sigh_ always using the correct signing certificate, which i
128
152
 
129
153
  _sigh_ can automatically repair all your existing provisioning profiles which are expired or just invalid.
130
154
 
131
- fastlane sigh repair
155
+ ```no-highlight
156
+ fastlane sigh repair
157
+ ```
132
158
 
133
159
  # Resign
134
160
 
135
161
  If you generated your `ipa` file but want to apply a different code signing onto the ipa file, you can use `sigh resign`:
136
162
 
137
- fastlane sigh resign
163
+ ```no-highlight
164
+ fastlane sigh resign
165
+ ```
138
166
 
139
167
  _sigh_ will find the ipa file and the provisioning profile for you if they are located in the current folder.
140
168
 
141
169
  You can pass more information using the command line:
142
170
 
143
- fastlane sigh resign ./path/app.ipa --signing_identity "iPhone Distribution: Felix Krause" -p "my.mobileprovision"
171
+ ```no-highlight
172
+ fastlane sigh resign ./path/app.ipa --signing_identity "iPhone Distribution: Felix Krause" -p "my.mobileprovision"
173
+ ```
144
174
 
145
175
  # Manage
146
176
 
147
177
  With `sigh manage` you can list all provisioning profiles installed locally.
148
178
 
149
- fastlane sigh manage
179
+ ```no-highlight
180
+ fastlane sigh manage
181
+ ```
150
182
 
151
183
  Delete all expired provisioning profiles
152
184
 
153
- fastlane sigh manage -e
185
+ ```no-highlight
186
+ fastlane sigh manage -e
187
+ ```
154
188
 
155
189
  Or delete all `iOS Team Provisioning Profile` by using a regular expression
156
190
 
157
- fastlane sigh manage -p "iOS\ ?Team Provisioning Profile:"
191
+ ```no-highlight
192
+ fastlane sigh manage -p "iOS\ ?Team Provisioning Profile:"
193
+ ```
158
194
 
159
195
  ## Environment Variables
160
196