Skip to content

Commit 94fdab7

Browse files
committed
Update ios README
1 parent d87f4f7 commit 94fdab7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

ios/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
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.
44

5+
# Release builds
6+
7+
1. Make sure certificates and profiles are valid for distribution builds.
8+
9+
* Update provisioning profile name in:
10+
11+
* [exportOptions-adhoc.plist](exportOptions-adhoc.plist)
12+
* [SecureImage Signing & Capabilites section](SecureImage.xcodeproj/project.pbxproj) (via XCode)
13+
14+
* Update version and build numbers in:
15+
16+
* [SecureImage Signing & Capabilites section](SecureImage.xcodeproj/project.pbxproj) (via XCode)
17+
18+
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+
522
# Local Development
623

724
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

Comments
 (0)