Skip to content

Commit d6a724e

Browse files
committed
Update macos build specs in readme
1 parent 07168d0 commit d6a724e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
<td>GCC 10</td>
3030
<td>VS 2019</td>
3131
<td>VS 2019</td>
32-
<td>Xcode 12</td>
32+
<td>Xcode 13</td>
3333
</tr>
3434
<tr>
3535
<td><b>Build</b></td>
3636
<td>Python 3.7; <code>ninja</code></td>
3737
<td>Python 3.7; <code>ninja</code></td>
3838
<td>Python 3.7; <code>ninja</code></td>
39-
<td>Python 2.7; <code>ninja</code>; SDK10.11</td>
39+
<td>Python 2.7; <code>ninja</code>; SDK10.13</td>
4040
</tr>
4141
<tr>
4242
<td><b>Limitations</b></td>
@@ -68,12 +68,15 @@ Required Actions Secrets for signing and notarization:
6868
+`APPLE_API_KEY_BASE64`: Your API key to access the Apple Notarization Service (in base64)
6969
+`APPLE_API_KEY_ISSUER`: UUID of issuer (can be found along with your generated key in Apple Dev Console)
7070
+`APPLE_API_KEY_NAME`: The name to be used for your API key on the runner (can be random)
71+
+`APPLE_API_KEY_ID`: The ID of your key (10 digit code)
7172
+`APPLE_BUILD_CERTIFICATE_BASE64`: Base64 encoded pkcs12 certificate file from Apple to use for signing
7273
+`APPLE_BUILD_CERTIFICATE_NAME`: Your certificate name (usually starts with `Developer ID Application`)
7374
+`APPLE_P12_PASSWORD`: Password of your pkcs12 certificate file
7475
+`APPLE_KEYCHAIN_PASSWORD`: A random password to use for the keychain on the runner
7576
+`APPLE_TEAM_NAME`: Your apple team name, part of the certificate name (10 digit id in brackets)`
7677

78+
You can obtain the api key [here](https://appstoreconnect.apple.com/access/api) (make sure key has developer access) and the certificate [here](https://developer.apple.com/account/resources/certificates/list) (choose Developer ID Application).
79+
7780

7881
### Building locally
7982
To build locally, put your sources in the `jcef` directory of this repository, or leave it empty to clone a repository.

0 commit comments

Comments
 (0)