File tree Expand file tree Collapse file tree 2 files changed +26
-18
lines changed Expand file tree Collapse file tree 2 files changed +26
-18
lines changed Original file line number Diff line number Diff line change 1
- fastlane_version "1.99 .0"
2
- REQUIRED_XCODE_VERSION = "7.3 "
1
+ fastlane_version "2.213 .0"
2
+ REQUIRED_XCODE_VERSION = "15.0 "
3
3
default_platform :ios
4
4
5
5
platform :ios do
@@ -19,6 +19,5 @@ platform :ios do
19
19
lane :release do |options |
20
20
version_bump_project bump_type : options [ :bump ]
21
21
version_bump_podspec bump_type : options [ :bump ]
22
- clean_build_artifacts
23
22
end
24
23
end
Original file line number Diff line number Diff line change 1
1
fastlane documentation
2
- ================
2
+ ----
3
+
3
4
# Installation
4
5
5
6
Make sure you have the latest version of the Xcode command line tools installed:
6
7
7
- ```
8
+ ``` sh
8
9
xcode-select --install
9
10
```
10
11
11
- Install _ fastlane_ using
12
- ```
13
- [sudo] gem install fastlane -NV
14
- ```
15
- or alternatively using ` brew install fastlane `
12
+ For _ fastlane_ installation instructions, see [ Installing _ fastlane_ ] ( https://docs.fastlane.tools/#installing-fastlane )
16
13
17
14
# Available Actions
15
+
18
16
## iOS
17
+
19
18
### ios test
19
+
20
+ ``` sh
21
+ [bundle exec] fastlane ios test
20
22
```
21
- fastlane ios test
22
- ```
23
+
23
24
Runs all the tests
25
+
24
26
### ios version_bump_project
27
+
28
+ ``` sh
29
+ [bundle exec] fastlane ios version_bump_project
25
30
```
26
- fastlane ios version_bump_project
27
- ```
31
+
28
32
Increment the verion and build number
33
+
29
34
### ios release
35
+
36
+ ``` sh
37
+ [bundle exec] fastlane ios release
30
38
```
31
- fastlane ios release
32
- ```
39
+
33
40
Prepare a new Release version
34
41
35
42
----
36
43
37
44
This README.md is auto-generated and will be re-generated every time [ _ fastlane_ ] ( https://fastlane.tools ) is run.
38
- More information about fastlane can be found on [ fastlane.tools] ( https://fastlane.tools ) .
39
- The documentation of fastlane can be found on [ docs.fastlane.tools] ( https://docs.fastlane.tools ) .
45
+
46
+ More information about _ fastlane_ can be found on [ fastlane.tools] ( https://fastlane.tools ) .
47
+
48
+ The documentation of _ fastlane_ can be found on [ docs.fastlane.tools] ( https://docs.fastlane.tools ) .
You can’t perform that action at this time.
0 commit comments