From 96788763d9572a353b28db554e51b36d3858d233 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Mon, 10 Dec 2012 17:19:56 +0100 Subject: [PATCH] mac: add instruction on how to work around the monomac/gatekeeper issue --- SparkleShare/Mac/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SparkleShare/Mac/README.md b/SparkleShare/Mac/README.md index 854803a1..6f2070c2 100644 --- a/SparkleShare/Mac/README.md +++ b/SparkleShare/Mac/README.md @@ -66,7 +66,9 @@ cp SparkleShare/Mac/config SparkleShare.app/Contents/MonoBundle/config cp /Library/Frameworks/Mono.framework/Versions/Current/lib/libintl.dylib SparkleShare.app/Contents/Resources ``` -**Note:** Adjust `SparkleShare.app/Contents` to where you saved the bundle. +To play nice with GateKeeper, open `SparkleShare.app/Contents/Info.plist` and remove the `CFBundleResourceSpecification` property. + +**Note:** Adjust `SparkleShare.app/Contents/...` to where you saved the bundle. Now you have a working bundle that you can run by double-clicking.