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 +}