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: README.md
+23-6Lines changed: 23 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,17 @@ Overall, using testing distribution in mobile DevOps significantly enhances the
70
70
efficiency, security, and effectiveness of the software development process,
71
71
leading to better products and faster delivery times.
72
72
73
+
## System Requirements
74
+
75
+
**Compatible Agents:**
76
+
77
+
- macOS
78
+
- Ubuntu
79
+
- Ventura
80
+
81
+
Note: We currently support **Appcircle Cloud**, with **self-hosted** support
82
+
planned in our roadmap.
83
+
73
84
### Testing Distribution
74
85
75
86
In order to share your builds with testers, you can create distribution profiles
@@ -105,11 +116,17 @@ Local Action' with the appropriate information.
105
116
message: ${{ secrets.MESSAGE }}
106
117
```
107
118
108
-
#### Automatic Profile Management
109
-
110
-
**createProfileIfNotExists** paramater ensures that a user profile is
111
-
automatically created if it does not already exist; if the profile name already
112
-
exists, the app will be uploaded to that existing profile instead.
119
+
- `personalAPIToken`: The Appcircle Personal API token is utilized to
120
+
authenticate and secure access to Appcircle services, ensuring that only
121
+
authorized users can perform actions within the platform.
122
+
- `profileName`: Specifies the profile that will be used for uploading the app.
123
+
- `createProfileIfNotExists`: Ensures that a user profile is automatically
124
+
created if it does not already exist; if the profile name already exists, the
125
+
app will be uploaded to that existing profile instead.
126
+
- `appPath`: Indicates the file path to the application that will be uploaded to
127
+
Appcircle Testing Distribution Profile.
128
+
- `message`: Your message to testers, ensuring they receive important updates
129
+
and information regarding the application.
113
130
114
131
### Leveraging Environment Variables
115
132
@@ -125,7 +142,7 @@ need support or more information, please
125
142
126
143
### Reference
127
144
128
-
- For details on generating an Appcircle Personal Access Token, visit
145
+
- For details on generating an Appcircle Personal API Token, visit
129
146
[Generating/Managing Personal API Tokens](https://docs.appcircle.io/appcircle-api/api-authentication#generatingmanaging-the-personal-api-tokens?utm_source=github&utm_medium=plugin&utm_campaign=testing_distribution)
130
147
131
148
- To create or learn more about Appcircle testing and distribution profiles,
0 commit comments