Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@chamons
Created December 8, 2015 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chamons/ad584e5a2f13aac3f380 to your computer and use it in GitHub Desktop.
Save chamons/ad584e5a2f13aac3f380 to your computer and use it in GitHub Desktop.
bash-3.2$ git diff
diff --git a/Conservatorio.Mac/Conservatorio.Mac.csproj b/Conservatorio.Mac/Conservatorio.Mac.csproj
index b1cc7c6..24bcd86 100644
--- a/Conservatorio.Mac/Conservatorio.Mac.csproj
+++ b/Conservatorio.Mac/Conservatorio.Mac.csproj
@@ -129,7 +129,6 @@
</Target>
<Target Name="CustomizeAppBundle" AfterTargets="_CreateAppBundle">
<Exec Command="make -C &quot;$(MSBuildProjectDirectory)\..&quot; sparkle MAC_CONFIGURATION=$(Configuration)" />
- <Exec Command="touch &quot;$(AppBundleDir)/Contents/MonoBundle/machine.config&quot;" />
</Target>
<Target Name="CodesignSparkleFramework" BeforeTargets="_CodesignAppBundle">
<Exec Command="codesign -v --force --sign &quot;$(CodeSigningKey)&quot; &quot;$(AppBundleDir)/Contents/Frameworks/Sparkle.framework&quot;" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment