Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
3e7e4df5
Kaydet (Commit)
3e7e4df5
authored
Ock 11, 2017
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
CodesignRules.plist was removed in
615fae2f
Change-Id: Ibde5189ecf09ec8dfaf3223683c5480974084865
üst
88f56120
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
macosx-codesign-app-bundle
solenv/bin/macosx-codesign-app-bundle
+2
-5
No files found.
solenv/bin/macosx-codesign-app-bundle
Dosyayı görüntüle @
3e7e4df5
...
@@ -28,10 +28,7 @@ if test -n "$ENABLE_MACOSX_SANDBOX"; then
...
@@ -28,10 +28,7 @@ if test -n "$ENABLE_MACOSX_SANDBOX"; then
# through that. I think.
# through that. I think.
other_files
=
''
other_files
=
''
else
else
# In a non-sandboxed build (distributed outside the App Store)
# We then want to sign data files, too, hmm.
# we traditionally have use --resource-rules. Let's not touch that?
resource_rules
=
"--resource-rules
$SRCDIR
/setup_native/source/mac/CodesignRules.plist"
# And there we then want to sign data files, too, hmm.
other_files
=
"
\
other_files
=
"
\
-or -name '*.fodt' -or -name 'schema.strings' -or -name 'schema.xml'
\
-or -name '*.fodt' -or -name 'schema.strings' -or -name 'schema.xml'
\
-or -name '*.jar' -or -name '*.jnilib' -or -name 'LICENSE' -or -name 'LICENSE.html'
\
-or -name '*.jar' -or -name '*.jnilib' -or -name 'LICENSE' -or -name 'LICENSE.html'
\
...
@@ -109,6 +106,6 @@ done
...
@@ -109,6 +106,6 @@ done
id
=
`
echo
${
PRODUCTNAME
}
|
tr
' '
'-'
`
id
=
`
echo
${
PRODUCTNAME
}
|
tr
' '
'-'
`
codesign
--force
--verbose
--identifier
=
"
${
MACOSX_BUNDLE_IDENTIFIER
}
"
$resource_rules
--sign
"
$MACOSX_CODESIGNING_IDENTITY
"
$entitlements
"
$APP_BUNDLE
"
codesign
--force
--verbose
--identifier
=
"
${
MACOSX_BUNDLE_IDENTIFIER
}
"
--sign
"
$MACOSX_CODESIGNING_IDENTITY
"
$entitlements
"
$APP_BUNDLE
"
exit
0
exit
0
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment