Skip to content

Commit e134133

Browse files
authored
Merge pull request mendix#8879 from jdiehl/patch-55
Fixed issues with Bitrise docs + external blog
2 parents e704986 + 35fd155 commit e134133

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

  • content/en/docs/refguide/mobile/distributing-mobile-apps/building-native-apps

content/en/docs/refguide/mobile/distributing-mobile-apps/building-native-apps/bitrise.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Before starting this guide, make sure you have completed the following prerequis
3333
* Signed up as an [Android developer](https://play.google.com/console/signup)
3434
* Created a Keystore [with Android Studio](https://developer.android.com/studio/publish/app-signing#generate-key) or [with Java](https://docs.oracle.com/cd/E19509-01/820-3503/ggfen/index.html)
3535

36-
## Set Up Your Build Project
36+
## Set Up Your Build Project {#set-up-your-build-project}
3737

3838
To set up your build project, do the following:
3939

@@ -117,13 +117,14 @@ This step will install the dependencies required for iOS.
117117

118118
1. Add a new step before the step **Xcode Archive** (after Run CocoaPods install).
119119
1. Choose **Manage iOS Code Singing** from the list of steps.
120+
1. Set the distribution method to the method selected in [section 3](#set-up-your-build-project).
120121
1. Save changes.
121122

122123
Bitrise will use the provided iOS Signing information to sign the iOS app.
123124

124125
After these changes, your workflow should look like this (if you target both operating systems):
125126

126-
{{< figure src="/attachments/refguide/mobile/distributing-mobile-apps/building-native-apps/bitrise/select-repository.png" alt="Completed workflow" width="350" class="no-border" >}}
127+
{{< figure src="/attachments/refguide/mobile/distributing-mobile-apps/building-native-apps/bitrise/workflow.png" alt="Completed workflow" width="350" class="no-border" >}}
127128

128129
## Build Your App
129130

@@ -140,3 +141,7 @@ To set up automatic builds after running **Build Native App**, follow these step
140141
1. Select the **deploy** workflow and confirm.
141142

142143
Now, every time some runs **Build Native App** to update the application bundle, a new build will be triggered in Bitrise.
144+
145+
## Additional Considerations
146+
147+
Our MVP Marcel Groeneweg has written a blog post about optimizing Mendix native mobile builds with Bitrise. Check it out on [Medium](https://marcel-groeneweg.medium.com/mendix-native-builds-with-bitrise-6ce56f0bb8fc) (Mendix cannot take responsibility for third-party recommendations).

0 commit comments

Comments
 (0)