1
- How to generate CI environment
1
+ # How to generate CI environment vars
2
+
3
+ ## TODO
4
+
5
+ - [ ] Replace username, itc_team_id and specific_password to App Store Connect API Key
2
6
3
7
## Shared
4
8
@@ -20,6 +24,8 @@ How to generate CI environment
20
24
21
25
## iOS
22
26
27
+ - FASTLANE_IOS_APPLE_ID
28
+ - Your apple id(email)
23
29
- FASTLANE_IOS_TEAM_ID
24
30
- You can find out from the ends of [ apple developers] ( https://developer.apple.com/account ) site url
25
31
- FASTLANE_IOS_ITC_TEAM_ID
@@ -28,24 +34,11 @@ How to generate CI environment
28
34
- URL should be starts with ` git@ ` (ssh)
29
35
- Save match git url to environment, you can find out from our github organization repos
30
36
- Authorization with SSH
31
- - Open [ github developer settings] ( https://github.com/settings/tokens )
32
37
- Open CircleCI Project settings > SSH Keys
33
38
- Add User Key
34
- - [ Deprecated] ~~ URL should be starts with https, not a ssh(git@~ )~~
35
39
- FASTLANE_IOS_MATCH_PASSWORD
36
40
- You can find out password from Match Git repository description
37
- - [ Deprecated] ~~ FASTLANE_IOS_MATCH_GIT_BASIC_AUTHORIZATION~~
38
- - [ Deprecated] ~~ Create Personal access token with "repo" scope~~
39
- - [ Deprecated] ~~ Decode as a base64~~
40
- - ` echo -n user-name:personal-access-token | base64 `
41
- - [ Deprecated] ~~ (Optional) Testing~~
42
- - ` curl -H "Authorization: basic <<decoded-text>>" https://api.github.com/repos/<<match-git-repo-owner>>/<<match-git-repo-name>> `
43
- - [ Deprecated] ~~ Save decoded text to environment~~
44
- - FASTLANE_IOS_APPLE_ID & FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD
45
- - TODO: Replace to App Store Connect API Key
46
- - FASTLANE_IOS_APPLE_ID
47
- - Your apple id(email)
48
- - FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD
49
- - Open [ apple id] ( https://appleid.apple.com/account/manage ) site
50
- - Create Application Password
51
- - Save password to environment
41
+ - FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD
42
+ - Open [ apple id] ( https://appleid.apple.com/account/manage ) site
43
+ - Create Application Password
44
+ - Save password to environment
0 commit comments