@@ -21,20 +21,19 @@ brew install fastlane
21
21
## Unity Settings
22
22
23
23
1 . Switch target to iOS
24
- 1 . In ` PlayerSettings -> Other Settings `
24
+ 2 . In ` PlayerSettings -> Other Settings `
25
25
1 . Fill the field ` Signing Team ID `
26
- 1 . Ensure ` Automatically Sign ` is unchecked
27
- 1 . iOS Provisioning Profile
26
+ 2 . Ensure ` Automatically Sign ` is unchecked
27
+ 3 . iOS Provisioning Profile
28
28
1 . ` ProfileID ` : ` match AppStore your_bundle_identifier ` _ Replace ` your_bundle_identifier ` by
29
29
yours_
30
- 1 . ` ProfileType ` : ` Distribution `
30
+ 2 . ` ProfileType ` : ` Distribution `
31
31
32
32
## XCode project
33
33
34
- Make a first iOS build using your mac from Unity, that will create an xcode project.
35
- Ensure you target the same path as the CI.
36
- Ex: if you let ` BUILD_NAME: ExampleProjectName ` in ` .gitlab-ci.yml ` , your xcode project must be at
37
- the root of the following path: ` .\Builds\iOS\ExampleProjectName\ `
34
+ Make a first iOS build using your mac from Unity, that will create an xcode project. Ensure you
35
+ target the same path as the CI. Ex: if you let ` BUILD_NAME: ExampleProjectName ` in ` .gitlab-ci.yml ` ,
36
+ your xcode project must be at the root of the following path: ` .\Builds\iOS\ExampleProjectName\ `
38
37
39
38
## App on portal
40
39
@@ -83,7 +82,7 @@ Note about `upload_to_testflight`: Change "Team" to your internal tester or remo
83
82
84
83
## Run tests locally
85
84
86
- Run the following command to test the build and the deployement localy :
85
+ Run the following command to test the build and the deployment locally :
87
86
88
87
``` bash
89
88
fastlane ios beta
@@ -105,8 +104,7 @@ you have to add the following files:
105
104
106
105
## Gitlab-runner - register your mac
107
106
108
- To automate your build with gitlab, you need to setup your mac as a gitlab runner.
109
- Installation:
107
+ To automate your build with gitlab, you need to setup your mac as a gitlab runner. Installation:
110
108
111
109
``` bash
112
110
sudo curl --output /usr/local/bin/gitlab-runner https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-darwin-amd64
@@ -124,8 +122,8 @@ Go to your project gitlab page, then go to `settings` -> `CI/CD` -> `Runners` ->
124
122
-> ` Set up a specific Runner manually ` -> take note of the token
125
123
126
124
[ Follow these instructions] ( https://docs.gitlab.com/runner/register/index.html ) to register your mac
127
- as a gitlab-runner for your specific project.
128
- Follow ** macOS ** instructions ** without ** sudo command for registration.
125
+ as a gitlab-runner for your specific project. Follow ** macOS ** instructions ** without ** sudo command
126
+ for registration.
129
127
130
128
- Tags: set ` mac,ios `
131
129
- Executor: set ` shell `
0 commit comments