File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ Targets can be defined in the `package.json` or `projects.json`. Learn more [in
45
45
46
46
### New Build
47
47
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
+
48
50
``` shell
49
51
nx prebuild mobile-app -- --platform ios
50
52
nx cargo-ios ironfish-native-module -- --target=' ios'
61
63
- Double Click "mobileapp"
62
64
- Signing & Capabilities tab
63
65
- 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 ` .
65
68
- In the scheme bar (top center of editor), select Any iOS Device (arm64)
66
69
- Mac menu bar - click Product -> Archive, wait for build (might take a minute or two)
67
70
- Click Distribute App button in popup
Original file line number Diff line number Diff line change 16
16
"ios" : {
17
17
"icon" : " ./assets/icon.png" ,
18
18
"bundleIdentifier" : " network.ironfish.mobilewallet" ,
19
+ "appleTeamId" : " 9WR79D873L" ,
20
+ "buildNumber" : " 2" ,
19
21
"infoPlist" : {
20
22
"NSAppTransportSecurity" : {
21
23
"NSAllowsArbitraryLoads" : false ,
You can’t perform that action at this time.
0 commit comments