Skip to content

Commit

Permalink
Disable hardened runtime until #510 is completed (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryphe authored Jul 31, 2019
1 parent 061315d commit 3fb7276
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/osx/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ else
security find-identity -v
# Need to sign the dylib files directly, as they aren't
# picked up by --deep
codesign --force --verbose --sign "Outrun Labs, LLC" _release/Onivim2.App/Contents/libs/*.dylib --options runtime
codesign --force --verbose --sign "Outrun Labs, LLC" _release/Onivim2.App/Contents/libs/*.dylib

echo "Starting codesign..."
codesign --deep --force --verbose --sign "Outrun Labs, LLC" _release/Onivim2.App --options runtime
codesign --deep --force --verbose --sign "Outrun Labs, LLC" _release/Onivim2.App
echo "Onivim2.App codesign complete!"

# Validate
Expand All @@ -48,6 +48,6 @@ then
echo "Not signing DMG"
else
echo "Code signing DMG"
codesign --verbose --sign "Outrun Labs, LLC" _publish/Onivim2-$SHORT_COMMIT_ID.dmg --options runtime
codesign --verbose --sign "Outrun Labs, LLC" _publish/Onivim2-$SHORT_COMMIT_ID.dmg
echo "Code signing DMG complete!"
fi

0 comments on commit 3fb7276

Please sign in to comment.