Skip to content

Commit e89655d

Browse files
committed
TO-DROP: debug entitlements file
Signed-off-by: Matthew John Cheetham <mjcheetham@outlook.com>
1 parent 45cf775 commit e89655d

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.azure-pipelines/release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,14 +336,21 @@ extends:
336336
inputs:
337337
targetType: inline
338338
script: |
339+
ls -l ./src/osx/Installer.Mac/entitlements.xml
340+
xattr -l ./src/osx/Installer.Mac/entitlements.xml
341+
plutil -lint ./src/osx/Installer.Mac/entitlements.xml
342+
pwd
343+
339344
mkdir -p $(Build.ArtifactStagingDirectory)/tosign/payload
340345
341346
# Copy the files that need signing
342347
pushd $(Build.ArtifactStagingDirectory)/payload
343348
cp ./git-credential-manager *.dylib $(Build.ArtifactStagingDirectory)/tosign/payload
344349
popd
345-
350+
346351
# Developer sign the files
352+
pwd
353+
cat "./src/osx/Installer.Mac/entitlements.xml"
347354
./src/osx/Installer.Mac/codesign.sh \
348355
"$(Build.ArtifactStagingDirectory)/tosign/payload" \
349356
"$(mac-developer-certificate-identity)" \

0 commit comments

Comments
 (0)