From 05999189f1e6307f7e6f3805e859cbf6c0ed82a8 Mon Sep 17 00:00:00 2001 From: jackylee Date: Fri, 16 Apr 2021 13:47:45 +0800 Subject: [PATCH] fix error --- bin/md-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/md-install b/bin/md-install index bfbb882..e7fa7fe 100755 --- a/bin/md-install +++ b/bin/md-install @@ -357,7 +357,7 @@ requireBackup "$specificationFile" hasPackageTypeForCommandLineTool=`doesFileContain "$specificationFile" 'com.apple.package-type.mach-o-executable'` hasProductTypeForCommandLineTool=`doesFileContain "$specificationFile" 'com.apple.product-type.tool'` -macosxSDKSpecificationsPath=$macosSdkPlatformPath/Developer/Library/Xcode/Specifications +macosxSDKSpecificationsPath=$macosSdkPlatformPath/Developer/Library/Xcode/PrivatePlugIns/IDEOSXSupportCore.ideplugin/Contents/Resources packageTypesForMacOSXPath="$macosxSDKSpecificationsPath/MacOSX Package Types.xcspec" productTypesForMacOSXPath="$macosxSDKSpecificationsPath/MacOSX Product Types.xcspec"