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
+5-2
Original file line number
Diff line number
Diff line change
@@ -29,14 +29,14 @@
29
29
<td>GCC 10</td>
30
30
<td>VS 2019</td>
31
31
<td>VS 2019</td>
32
-
<td>Xcode 12</td>
32
+
<td>Xcode 13</td>
33
33
</tr>
34
34
<tr>
35
35
<td><b>Build</b></td>
36
36
<td>Python 3.7; <code>ninja</code></td>
37
37
<td>Python 3.7; <code>ninja</code></td>
38
38
<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>
40
40
</tr>
41
41
<tr>
42
42
<td><b>Limitations</b></td>
@@ -68,12 +68,15 @@ Required Actions Secrets for signing and notarization:
68
68
+`APPLE_API_KEY_BASE64`: Your API key to access the Apple Notarization Service (in base64)
69
69
+`APPLE_API_KEY_ISSUER`: UUID of issuer (can be found along with your generated key in Apple Dev Console)
70
70
+`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)
71
72
+`APPLE_BUILD_CERTIFICATE_BASE64`: Base64 encoded pkcs12 certificate file from Apple to use for signing
72
73
+`APPLE_BUILD_CERTIFICATE_NAME`: Your certificate name (usually starts with `Developer ID Application`)
73
74
+`APPLE_P12_PASSWORD`: Password of your pkcs12 certificate file
74
75
+`APPLE_KEYCHAIN_PASSWORD`: A random password to use for the keychain on the runner
75
76
+`APPLE_TEAM_NAME`: Your apple team name, part of the certificate name (10 digit id in brackets)`
76
77
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
+
77
80
78
81
### Building locally
79
82
To build locally, put your sources in the `jcef` directory of this repository, or leave it empty to clone a repository.
0 commit comments