You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,10 @@
1
+
1
2
Note
2
3
=====
3
4
4
-
Highly suggest you use [**fastlane**(https://github.com/fastlane/fastlane)](https://github.com/fastlane/fastlane) instead of this project.
5
+
Highly suggest you use [**fastlane**](https://github.com/fastlane/fastlane) instead of this project.
6
+
7
+
If you want to publish ipa to fir, use official project [**fir-cli**](https://github.com/FIRHQ/fir-cli) instead of this project. Script ipa-publish-fir is deprecated.
5
8
6
9
Introduce
7
10
======
@@ -55,11 +58,11 @@ This ipa-build script is created to compile the xcode project and package the pr
55
58
-w build xcode workspace
56
59
-s NAME the schemal to be used for compiling
57
60
-n clean the project before compling
58
-
61
+
59
62
####Example:
60
63
61
64
***build project***
62
-
65
+
63
66
If you have an iOS project in the path ~/iphone, and the ipa-build script is put in the path ~/xcode-shell.You want to build this project with 'Release' configuration.Just using script like this:
64
67
65
68
cd ~/iphone
@@ -76,7 +79,7 @@ If ~/iphone is a xcode workspace and the scheme used for compile named 'test'.Th
76
79
77
80
You can also assign a specific configuration by using -c option.
78
81
79
-
82
+
80
83
Note:If script executed successfully,an ipa file is created in the path: <project path>/build/ipa-build.
0 commit comments