Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
prod_build_cellframe-dashboard
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
prod_build_cellframe-dashboard
Merge requests
!63
Features 12647m
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Features 12647m
features-12647m
into
develop
Overview
0
Commits
18
Pipelines
0
Changes
2
Merged
Konstantin Kuharenko
requested to merge
features-12647m
into
develop
6 months ago
Overview
0
Commits
18
Pipelines
0
Changes
2
Expand
👍
0
👎
0
Merge request reports
Compare
version 3
version 4
d00606f6
6 months ago
version 3
88e8c001
6 months ago
version 2
0029b5b9
6 months ago
version 1
8be0710a
6 months ago
develop (base)
and
latest version
latest version
012e1345
18 commits,
6 months ago
version 4
d00606f6
17 commits,
6 months ago
version 3
88e8c001
16 commits,
6 months ago
version 2
0029b5b9
15 commits,
6 months ago
version 1
8be0710a
14 commits,
6 months ago
Show latest version
2 files
+
43
−
13
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
packaging/osx.sh
+
1
−
12
Options
@@ -105,24 +105,12 @@ PACK()
sed
-i
"s/CellframeNode/
${
BRAND
}
/g"
${
PAYLOAD_BUILD
}
/
${
BRAND
}
.app/Contents/Resources/com.demlabs.cellframe-node.plist
#code-sign binaries
#code-sign binaries
if
[
"
$PKG_SIGN_POSSIBLE
"
-eq
"1"
]
;
then
echo
"Code-signig binaries"
#add runtime flag to bypass notarization warnings about hardened runtime.
# rcodesign sign --code-signature-flags runtime \
# --p12-file ${OSX_PKEY_INSTALLER} --p12-password ${OSX_PKEY_INSTALLER_PASS} \
# ${PAYLOAD_BUILD}/${BRAND}.app/Contents/MacOS/Cellframe-DashboardService
rcodesign sign
--code-signature-flags
runtime
\
--p12-file
${
OSX_PKEY_INSTALLER
}
--p12-password
${
OSX_PKEY_INSTALLER_PASS
}
\
${
PAYLOAD_BUILD
}
/
${
BRAND
}
.app/Contents/MacOS/Cellframe-Dashboard
rcodesign sign
--code-signature-flags
runtime
--p12-file
${
OSX_PKEY_APPLICATION
}
--p12-password
${
OSX_PKEY_APPLICATION_PASS
}
${
PAYLOAD_BUILD
}
/
${
BRAND
}
.app
fi
# create bom file
mkbom
-u
0
-g
80
${
PAYLOAD_BUILD
}
${
OSX_PKG_DIR
}
/Bom
@@ -159,3 +147,4 @@ PACK()
}
Loading