Created
January 19, 2017 04:15
-
-
Save e28eta/92e178f4f8c51575f27d910c599c834e to your computer and use it in GitHub Desktop.
Revisions
-
e28eta created this gist
Jan 19, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 ]] && 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>