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 characters
| // (C) Copyright 2019 by Autodesk, Inc. | |
| // | |
| // Permission to use, copy, modify, and distribute this software | |
| // in object code form for any purpose and without fee is hereby | |
| // granted, provided that the above copyright notice appears in | |
| // all copies and that both that copyright notice and the limited | |
| // warranty and restricted rights notice below appear in all | |
| // supporting documentation. | |
| // | |
| // AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS. |
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 characters
| // (C) Copyright 2019 by Autodesk, Inc. | |
| // | |
| // Permission to use, copy, modify, and distribute this software | |
| // in object code form for any purpose and without fee is hereby | |
| // granted, provided that the above copyright notice appears in | |
| // all copies and that both that copyright notice and the limited | |
| // warranty and restricted rights notice below appear in all | |
| // supporting documentation. | |
| // | |
| // AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS. |
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 characters
| find ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add `defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID` |
NewerOlder