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:
parent
0eea4ee3ea
commit
2937c9f14c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user