Skip to content
Snippets Groups Projects
Commit 3479b139 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

build: keep debug symbols

This patch keeps debug symbols for release build to make crash
logs readable. This increase binary size by 7 %.

Change-Id: I836cb46a96dbaec12a6d21d837e6fb9abdc093ad
parent f4b1a793
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ security import certificates/certificates/distribution/Certificates.p12 -k $KEYC
DELIVER_PASSWORD=$APPLE_PASSWORD fastlane sigh --app_identifier $BUNDLE_ID --username $APPLE_ACCOUNT --readonly true --platform macos --team_id $TEAM_ID
security set-key-partition-list -S apple-tool:,apple:,productbuild: -s -k $KEYCHAIN_PASSWORD $KEYCHAIN_NAME > /dev/null 2>&1
echo "start signing"
macdeployqt ./Jami.app -codesign="${APP_CERTIFICATE}"
macdeployqt ./Jami.app -no-strip -codesign="${APP_CERTIFICATE}"
codesign --force --sign "${APP_CERTIFICATE}" --entitlements ../data/Jami.entitlements Jami.app
codesign --verify Jami.app
echo "create .pkg"
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment