Skip to content

Commit 2974c31

Browse files
authored
Apply fixes (#3492)
1 parent e37ced3 commit 2974c31

24 files changed

Lines changed: 24 additions & 24 deletions

content/flutter-code-signing/android-code-signing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 3
55
aliases: /code-signing/android-code-signing
66
---
77

8-
Code signing is required for distributing your Android app to the Google Play store. It enables to identify who developed the app and ensure that all updates to the app come from you.
8+
Code signing is required for distributing your Android app to the Google Play store. It enables you to identify who developed the app and ensure that all updates to the app come from you.
99

1010
{{<notebox>}}
1111
**Note:** This guide only applies to workflows configured with the **Flutter workflow editor**. If your workflow is configured with **codemagic.yaml** please go to [Signing Android apps using codemagic.yaml](../code-signing-yaml/signing-android).

content/flutter-code-signing/ios-code-signing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 1
77
aliases: /code-signing/ios-code-signing
88
---
99

10-
Code signing is required by Apple for integrating app services, installing your iOS app on real devices, and for uploading it to App Store Connect so that it can be distributed through TestFlight or App Store. It enables to identify who developed the app and ensure that all the changes to the app come from you or your team.
10+
Code signing is required by Apple for integrating app services, installing your iOS app on real devices, and for uploading it to App Store Connect so that it can be distributed through TestFlight or App Store. It enables you to identify who developed the app and ensure that all the changes to the app come from you or your team.
1111

1212
To receive a signed `.ipa` file of your app on Codemagic, you need to set up code signing.
1313

content/flutter-code-signing/macos-code-signing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 2
55
aliases: /code-signing/macos-code-signing
66
---
77

8-
Code signing is required by Apple for integrating app services, installing your macOS app on another machine or uploading it to distribute it through the Mac App Store or outside of Mac App Store. It enables to identify who developed the app and ensure that all the changes to the app come from you or your team.
8+
Code signing is required by Apple for integrating app services, installing your macOS app on another machine or uploading it to distribute it through the Mac App Store or outside of Mac App Store. It enables you to identify who developed the app and ensure that all the changes to the app come from you or your team.
99

1010
To create an application package that can be published to Mac App Store on Codemagic, you need to set up code signing.
1111

content/flutter-distributing/publishing-to-codemagic-static-pages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aliases:
1010
You can publish your web app to a custom subdomain of `codemagic.app` for easy access.
1111

1212
{{<notebox>}}
13-
⚠️ **Note**: This feature is intended for **testing purposes only**. Production apps should be deployed to prodcution-grade web hosting services such as Firebase Hosting or Cloudflare pages.
13+
⚠️ **Note**: This feature is intended for **testing purposes only**. Production apps should be deployed to production-grade web hosting services such as Firebase Hosting or Cloudflare pages.
1414
{{</notebox>}}
1515

1616
1. Go to **App settings > Distribution > Codemagic Static Pages** to configure publishing to Codemagic Static Pages.

content/flutter-testing/ios-provisioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You can also check the [Register Devices](https://help.apple.com/developer-accou
2929
To add devices to an existing group, find the group in the **Tester groups** section and click **Add new devices**.
3030

3131
{{<notebox>}}
32-
**Note:** It is important to choose the actual bundle identifier when building an not use any XC Wildcards. Otherwise, the tester group will be unable to install the app and will get the error **_"This app cannot be installed because its integrity could not be verified_**"
32+
**Note:** It is important to choose the actual bundle identifier when building, and not use any XC Wildcards. Otherwise, the tester group will be unable to install the app and will get the error **_"This app cannot be installed because its integrity could not be verified_**"
3333
{{</notebox>}}
3434

3535
## Device registration

content/getting-started/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Most definitely. The annual subscription grants you 2 months of free usage for t
6464
## What’s an Enterprise plan?
6565
The Enterprise plan offers the same superb quality service you have come to expect from Codemagic but enhanced with additional customization options. This plan is recommended if you need to go through a security compliance process, vendor registration or have special requirements such as an NDA, DPA, dedicated hosts, custom base images, or other account management services. Enterprise customers are also able to authenticate using SSO.
6666

67-
## How's a dedicated host different from shared hosts
67+
## How's a dedicated host different from shared hosts?
6868

6969
The common pool operates on shared hardware, where the physical machine resources are shared between two virtual machines. During peak periods, up to two VMs may be deployed on a single host.
7070

content/getting-started/teams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To add new applications to a team, click **Add application** on the Apps page an
3535
{{<notebox>}}
3636
**Notes on transferring apps to team:**
3737
* Please review the repository settings and team integrations to ensure that your setup is intact and the repository is still accessible after the transfer. Read more about configuring repository access in [team integrations](#managing-team-integrations).
38-
* As Personal accounts and team accounts are two different teams/accounts, iOS and Android code signing identities are not transferred from personal accounts, so please re-adjust workflows that rely on these configurations. To continue working with iOS automatic code signing in the Workflow Editor, you need to re-add the App Store Connect API key (.p8) in your team settings as the API keys are not shared between accounts. Moreover, none of the personal account integrations from your personal account settings > **Integrations** is migrated.
38+
* As Personal accounts and team accounts are two different teams/accounts, iOS and Android code signing identities are not transferred from personal accounts, so please re-adjust workflows that rely on these configurations. To continue working with iOS automatic code signing in the Workflow Editor, you need to re-add the App Store Connect API key (.p8) in your team settings as the API keys are not shared between accounts. Moreover, none of the personal account integrations from your personal account settings > **Integrations** are migrated.
3939
* If you used code signing identities on your personal account, please review any setup related to code signing identities.
4040
* Once an application has been transferred to a team, it cannot be transferred back to the personal account or to other teams.
4141
{{</notebox>}}

content/integrations/appknox-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Signing up with Appknox [here](https://www.appknox.com/) is required to be able
2525
- appknox_credentials
2626
{{< /highlight >}}
2727

28-
8. Adding the following scripts in **codemagic.yaml** will allow you to start the security scanning process in the the Appknox environment:
28+
8. Adding the following scripts in **codemagic.yaml** will allow you to start the security scanning process in the Appknox environment:
2929

3030

3131
{{< highlight yaml "style=paraiso-dark">}}

content/integrations/codecov-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A sample project that shows how to configure Codecov integration is available in
1515
1. In order to get a dedicated Codecov token, signing up is required. You can sign up for free [here](https://about.codecov.io/).
1616
1. Open your Codemagic app settings, and go to the **Environment variables** tab.
1717
2. Enter the desired **_Variable name_**, e.g. `CODECOV_TOKEN`.
18-
3. Copy and paste the Capgo token string as **_Variable value_**.
18+
3. Copy and paste the Codecov token string as **_Variable value_**.
1919
4. Enter the variable group name, e.g. **_codecov_credentials_**. Click the button to create the group.
2020
5. Make sure the **Secret** option is selected.
2121
6. Click the **Add** button to add the variable.

content/integrations/dcm-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To get started with [Dart Code Metrics](https://dcm.dev/), you need an API key a
1414
2. Open your Codemagic app settings, and go to the **Environment variables** tab.
1515
3. Enter the desired **_Variable name_**, e.g. `DCM_KEY`.
1616
4. Copy and paste the API key string as **_Variable value_**.
17-
5. Enter the variable group name, e.g. **_dcm_credntials_**. Click the button to create the group.
17+
5. Enter the variable group name, e.g. **_dcm_credentials_**. Click the button to create the group.
1818
6. Make sure the **Secret** option is selected.
1919
7. Click the **Add** button to add the variable.
2020
8. Repeat the above process for `DCM_EMAIL_ID`.

0 commit comments

Comments
 (0)