Kaydet (Commit) 3e7e4df5 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

CodesignRules.plist was removed in 615fae2f

Change-Id: Ibde5189ecf09ec8dfaf3223683c5480974084865
üst 88f56120
...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment