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: content/en/docs/refguide/mobile/distributing-mobile-apps/building-native-apps/bitrise.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Before starting this guide, make sure you have completed the following prerequis
33
33
* Signed up as an [Android developer](https://play.google.com/console/signup)
34
34
* 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)
35
35
36
-
## Set Up Your Build Project
36
+
## Set Up Your Build Project {#set-up-your-build-project}
37
37
38
38
To set up your build project, do the following:
39
39
@@ -117,13 +117,14 @@ This step will install the dependencies required for iOS.
117
117
118
118
1. Add a new step before the step **Xcode Archive** (after Run CocoaPods install).
119
119
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).
120
121
1. Save changes.
121
122
122
123
Bitrise will use the provided iOS Signing information to sign the iOS app.
123
124
124
125
After these changes, your workflow should look like this (if you target both operating systems):
@@ -140,3 +141,7 @@ To set up automatic builds after running **Build Native App**, follow these step
140
141
1. Select the **deploy** workflow and confirm.
141
142
142
143
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