We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93360f commit ee7eb3bCopy full SHA for ee7eb3b
1 file changed
.github/workflows/build.yml
@@ -97,6 +97,11 @@ jobs:
97
xcode-select -p
98
xcodebuild -version
99
100
+ - name: Create Secrets.xcconfig
101
+ env:
102
+ ANALYTICS_HMAC_SECRET: ${{ secrets.ANALYTICS_HMAC_SECRET }}
103
+ run: echo "ANALYTICS_HMAC_SECRET = ${ANALYTICS_HMAC_SECRET}" > Secrets.xcconfig
104
+
105
- name: Build ARM64
106
env:
107
ANALYTICS_HMAC_SECRET: ${{ secrets.ANALYTICS_HMAC_SECRET }}
@@ -346,6 +351,11 @@ jobs:
346
351
347
352
348
353
354
355
356
357
358
349
359
- name: Build x86_64
350
360
361
0 commit comments