From dd6e47b7f9ac9285bbf0ff2d27ac44247509b778 Mon Sep 17 00:00:00 2001 From: zrs496243115 <496243115@qq.com> Date: Wed, 1 Jul 2015 10:33:14 +0800 Subject: [PATCH] Update DumpFrameworks.pl --- DumpFrameworks.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DumpFrameworks.pl b/DumpFrameworks.pl index 71ed72f..90b0b44 100755 --- a/DumpFrameworks.pl +++ b/DumpFrameworks.pl @@ -18,11 +18,11 @@ # Public Frameworks /xcode4/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk////Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk/System/Library # /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.2.sdk/System/Library/Frameworks /xcode4/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk/System/Library -dump_frameworks('/xcode4/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk/System/Library/Frameworks', +dump_frameworks('/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks', 'Frameworks'); # Private Frameworks -dump_frameworks('/xcode4/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk/System/Library/PrivateFrameworks', +dump_frameworks('/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/PrivateFrameworks', 'PrivateFrameworks'); sub dump_frameworks @@ -68,4 +68,4 @@ sub dump_frameworks #*/ chdir($cwd) or die "Could not chdir($cwd) - $!"; } -} \ No newline at end of file +}