Skip to content

Commit 9c50ba3

Browse files
committed
Update build information
1 parent eebfc92 commit 9c50ba3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ Targets can be defined in the `package.json` or `projects.json`. Learn more [in
4545

4646
### New Build
4747

48+
- Update the Version and Build numbers in `app.json`. If you're pushing an update, you'll probably just want to increment the build.
49+
4850
```shell
4951
nx prebuild mobile-app -- --platform ios
5052
nx cargo-ios ironfish-native-module -- --target='ios'
@@ -61,7 +63,8 @@ open .
6163
- Double Click "mobileapp"
6264
- Signing & Capabilities tab
6365
- Under signing select "IF Labs" for team (must be added to team in App Store Connect, ask Derek)
64-
- Bundle identifier should be prepopulated but should read "com.ironfish.mobileapp"
66+
- Bundle identifier should be prepopulated but should read "network.ironfish.mobilewallet"
67+
- Double-check Version and Build numbers match those in `app.json`.
6568
- In the scheme bar (top center of editor), select Any iOS Device (arm64)
6669
- Mac menu bar - click Product -> Archive, wait for build (might take a minute or two)
6770
- Click Distribute App button in popup

packages/mobile-app/app.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
"ios": {
1717
"icon": "./assets/icon.png",
1818
"bundleIdentifier": "network.ironfish.mobilewallet",
19+
"appleTeamId": "9WR79D873L",
20+
"buildNumber": "2",
1921
"infoPlist": {
2022
"NSAppTransportSecurity": {
2123
"NSAllowsArbitraryLoads": false,

0 commit comments

Comments
 (0)