Skip to content

Instantly share code, notes, and snippets.

@e28eta
Created January 19, 2017 04:15
Show Gist options
  • Select an option

  • Save e28eta/92e178f4f8c51575f27d910c599c834e to your computer and use it in GitHub Desktop.

Select an option

Save e28eta/92e178f4f8c51575f27d910c599c834e to your computer and use it in GitHub Desktop.

Revisions

  1. e28eta created this gist Jan 19, 2017.
    20 changes: 20 additions & 0 deletions org.djackson._xcode_redirect_disable.plist
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,20 @@
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>Label</key>
    <string>org.djackson.XcodeRedirectDisable</string>
    <key>ProgramArguments</key>
    <array>
    <string>sh</string>
    <string>-c</string>
    <string>[[ -a COM.APPLE.WEBAPP.XCODE.conf ]] &amp;&amp; mv COM.APPLE.WEBAPP.XCODE.conf COM.APPLE.WEBAPP.XCODE.conf.disabled</string>
    </array>
    <key>WatchPaths</key>
    <array>
    <string>/Library/Server/Web/Config/apache2/other</string>
    </array>
    <key>WorkingDirectory</key>
    <string>/Library/Server/Web/Config/apache2/other/</string>
    </dict>
    </plist>