Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jami-client-macos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-client-macos
Commits
805cc2b4
Commit
805cc2b4
authored
4 years ago
by
Kateryna Kostiuk
Browse files
Options
Downloads
Patches
Plain Diff
build: fix upload package
Change-Id: Ifac53dcf8e6f62bed7065b5d7f3a651bf860f7cc
parent
544e6fa9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
signAndDeploy.sh
+2
-2
2 additions, 2 deletions
signAndDeploy.sh
with
2 additions
and
2 deletions
signAndDeploy.sh
+
2
−
2
View file @
805cc2b4
...
...
@@ -19,6 +19,6 @@ codesign --force --sign "${APP_CERTIFICATE}" --entitlements ../data/Jami.entitle
codesign
--verify
Jami.app
echo
"create .pkg"
productbuild
--component
Jami.app/ /Applications
--sign
"
${
INSTALLER_CERTIFICATE
}
"
--product
Jami.app/Contents/Info.plist Jami.pkg
/Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Versions/A/Frameworks/AppStoreService.framework/Versions/A/Support/altool
--validate-app
--type
osx
-f
Jami.pkg
-u
$APPLE_ACCOUNT
--password
$A
PPLE
_PASSWORD
/Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Versions/A/Frameworks/AppStoreService.framework/Versions/A/Support/altool
--validate-app
--type
osx
-f
Jami.pkg
-u
$APPLE_ACCOUNT
--password
$A
LTOOL
_PASSWORD
echo
"start deploying"
/Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Versions/A/Frameworks/AppStoreService.framework/Versions/A/Support/altool
--upload-app
--type
osx
-f
Jami.pkg
-u
$APPLE_ACCOUNT
--password
$A
PPLE
_PASSWORD
/Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Versions/A/Frameworks/AppStoreService.framework/Versions/A/Support/altool
--upload-app
--type
osx
-f
Jami.pkg
-u
$APPLE_ACCOUNT
--password
$A
LTOOL
_PASSWORD
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment