File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,11 @@ jobs:
147147
148148 - name : 🏗️ Build App Bundle
149149 run : |
150+ # Set environment variables for CI build (disable code signing, fix deployment target)
151+ export CODE_SIGN_IDENTITY=""
152+ export CODE_SIGNING_REQUIRED=NO
153+ export CODE_SIGNING_ALLOWED=NO
154+ export MACOSX_DEPLOYMENT_TARGET=14.0
150155 ./build_app_unified.sh release
151156 echo "✅ App bundle created"
152157
@@ -384,6 +389,11 @@ jobs:
384389
385390 - name : 🏗️ Build App Bundle
386391 run : |
392+ # Set environment variables for CI build (disable code signing, fix deployment target)
393+ export CODE_SIGN_IDENTITY=""
394+ export CODE_SIGNING_REQUIRED=NO
395+ export CODE_SIGNING_ALLOWED=NO
396+ export MACOSX_DEPLOYMENT_TARGET=14.0
387397 ./build_app_unified.sh release
388398 echo "✅ App bundle created"
389399
You can’t perform that action at this time.
0 commit comments