File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
build/azure-pipelines/darwin Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 2
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
3
<plist version =" 1.0" >
4
4
<dict >
5
- <key >com.apple.security.cs.allow-jit </key >
6
- <true />
7
- <key >com.apple.security.cs.allow-unsigned-executable-memory </key >
8
- <true />
9
- <key >com.apple.security.cs.disable-library-validation </key >
10
- <true />
11
5
</dict >
12
6
</plist >
Original file line number Diff line number Diff line change @@ -164,10 +164,10 @@ steps:
164
164
echo "$(macos-developer-certificate)" | base64 -D > $(agent.tempdirectory)/cert.p12
165
165
security import $(agent.tempdirectory)/cert.p12 -k $(agent.tempdirectory)/buildagent.keychain -P "$(macos-developer-certificate-key)" -T /usr/bin/codesign
166
166
security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k pwd $(agent.tempdirectory)/buildagent.keychain
167
- codesign -s 99FM488X57 --deep --force --options runtime --entitlements build/azure-pipelines/darwin/entitlements.plist "$APP_FRAMEWORK_PATH/$HELPER_APP_NAME Helper .app"
168
- codesign -s 99FM488X57 --deep -- force --options runtime --entitlements build/azure-pipelines/darwin/helper-gpu-entitlements.plist "$APP_FRAMEWORK_PATH/$HELPER_APP_NAME Helper (GPU).app"
169
- codesign -s 99FM488X57 --deep -- force --options runtime --entitlements build/azure-pipelines/darwin/helper-plugin-entitlements.plist "$APP_FRAMEWORK_PATH/$HELPER_APP_NAME Helper (Plugin).app"
170
- codesign -s 99FM488X57 --deep -- force --options runtime --entitlements build/azure-pipelines/darwin/helper-renderer-entitlements.plist "$APP_FRAMEWORK_PATH/$HELPER_APP_NAME Helper (Renderer).app"
167
+ codesign -s 99FM488X57 --deep --force --options runtime --entitlements build/azure-pipelines/darwin/entitlements.plist "$APP_ROOT/* .app"
168
+ codesign -s 99FM488X57 --force --options runtime --entitlements build/azure-pipelines/darwin/helper-gpu-entitlements.plist "$APP_FRAMEWORK_PATH/$HELPER_APP_NAME Helper (GPU).app"
169
+ codesign -s 99FM488X57 --force --options runtime --entitlements build/azure-pipelines/darwin/helper-plugin-entitlements.plist "$APP_FRAMEWORK_PATH/$HELPER_APP_NAME Helper (Plugin).app"
170
+ codesign -s 99FM488X57 --force --options runtime --entitlements build/azure-pipelines/darwin/helper-renderer-entitlements.plist "$APP_FRAMEWORK_PATH/$HELPER_APP_NAME Helper (Renderer).app"
171
171
displayName : Set Hardened Entitlements
172
172
173
173
- script : |
You can’t perform that action at this time.
0 commit comments