1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-28 02:54:31 +03:00

Use deep when codesigning the app

This commit is contained in:
Tae Won Ha 2020-08-17 18:57:57 +02:00
parent 0eea4ee3ea
commit 2937c9f14c
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -31,7 +31,7 @@ if [[ ${code_sign} == true ]] ; then
xcodebuild -configuration Release -derivedDataPath ./build -workspace VimR.xcworkspace -scheme VimR clean build
pushd ${build_path}/Build/Products/Release > /dev/null
codesign --force -s "${identity}" --timestamp --options=runtime VimR.app
codesign --force -s "${identity}" --deep --timestamp --options=runtime VimR.app
codesign --force -s "${identity}" --timestamp --options=runtime --entitlements="${entitlements_path}" \
VimR.app/Contents/Frameworks/NvimView.framework/Versions/A/NvimServer
codesign --force -s "${identity}" --timestamp --options=runtime VimR.app/Contents/Frameworks/NvimView.framework/Versions/A