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: ios/README.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,23 @@
2
2
3
3
This sub-directory contains the iOS app that is one of the three components to the application suite. The following document will illustrate key configuration for iOS development and release.
4
4
5
+
# Release builds
6
+
7
+
1. Make sure certificates and profiles are valid for distribution builds.
2. Run the [Archive and Export ipa](../.github/workflows/ios.yml) action on the desired branch (usually master, after all changes have been reviewed and merged).
19
+
20
+
3. If successful, IPA file will be uploaded to artifactory with a build number matching the action run number.
21
+
5
22
# Local Development
6
23
7
24
This document assumes the reader is using a macOS device and has downloaded `xcode` from the macOS App store. It also assumes the reader is familiar with iOS development.
0 commit comments