I need to change the current live App from universal to ipad only as the wrong binary was uploaded in the first instance
how can I change this?
Brighten your iPad with a colorful cover, stream to your TV, download pictures from your digital camera, and more. There’s already so much you can do with iPad and iPad mini
The incredibly thin Apple Wireless Keyboard uses Bluetooth technology, which makes it compatible with iPad
iPad inspires creativity and hands-on learning with features you won’t find in any other educational tool
Apple announces 4th generation iPad packing an A6X CPU
I need to change the current live App from universal to ipad only as the wrong binary was uploaded in the first instance
how can I change this?
I recently started teaching myself C++, with Xcode. I'm pretty new to programming, but everything was going great, until I updated Xcode from v3.2.6 to v5.0.2. Now I am completely baffled by this new interface. All the menus are different, and I cannot for the life of me get my programs to run! It just keeps saying "Build Succeeded" and then nothing happens. On Xcode 3, all I had to do was hit cmd-return and my programs would run. Now, nothing.
Please help me get my programs to run again! Thanks.
I've tried enrolling into Apple Developer Program but it says my D&B information was not accepted.
Can anybody guide me through the process?
Thank you!
I am trying to upload new version of my app. It validated successfully and then we tried to publish through Xcode Organiser. But it took ages and finally we had to cancel after 1 hour. Its a small app less then 1 MB.
Next we tried to upload using Application Loader and found the same problem, but it displayed "Authenticating with the iTunes Store" and was stuck there forever. Did not return any error, but did not upload as well.
Please someone help me, its really urgent.
i have a page in my application where i have a UIWebview what i want to do is have a progress bar somewhere on the screen to indicate the loading status on the page.
I want to determine the Bluetooth MAC address for an iPhone or iPad from within an app on said device. But I didn't find any API that will return the Bluetooth Address or name .
Hi,
I am able to develop applications for iphone...but when i connect the ipad(real device) to Mac means Xcode is not detecting.Can any one tel me how to solve this problem...and why i am getting this problem...
Thank U..:)
I've tried adding devices to an newly created provisioning profile for development several times now and it keeps hanging in the last step. The page just shows me the page spinner / loader and does nothing.
Also i've tried this with different browsers and different accounts. Who else is experiencing this aswell?
Best,
Sidney
Today it seems timestamp.apple.com is down, tried pinging and nothing so i cannot build or install any apple based software.
Anyone know of an alternative timestamp server compatible with apple timestamping?
I have set up an ftp destination to deploy my project on the server. however when i try to deploy, the systems hangs and it looks as though dashcode is trying to deploy the project on my hard disk. I got a friend to try top deploy to the same destination on his mac and it worked. I am running dashcode v3.05 on a macbook pro running osx 10.8.4
Dear sir,
I have purchased mctube application from appstore to removed the ads. After a while, the mctube has been removed from the app store then the developer cheats with creating same application but with different name!
Is this acceptable?
Regards,
I am trying to move a button in Xcode, but I am getting an error. Ad is the name of my button. Here is my code
CGRect frame = ad.frame; //Property 'frame' not found on object of type 'ad'
frame.origin.x = 129;
frame.origin.y = 401;
ad.frame = frame; //Property 'frame' not found on object of type 'ad'
As always, for betas or releases, registered devs should feel free to use Report a Bug for any fixes, samples, doc additions, feature requests or enhancements you'd like to see as well. Provide detailed information for the issue, including the system and developer tools version information, and any relevant crash logs or console messages. Be prepared to submit a sample project that demonstrates the issue(s).
• Each top level issue deserves a unique report.
• Posting in the Developer Forums is not reporting. Apple does not read those comments nor harvest information from them, so file bugs if you want to be heard. Add your report # to your thread for reference, thanks.
• When reporting an issue it is helpful to provide console logs, device* logs, and screenshots that illustrate the problem.
* iOS Devs should always collect and send along any/all related device logs when reporting a bug https://developer.apple.com/bug-reporting/ios/device/ (Download the iPhone Configuration Utlity to capture these logs and/or export them via Xcode/Organizer).
General notes about bugs:
• Devs should not typically expect followup unless (a) the engineer working on the issue needs more information and reaches out or (b) the/your issue has been fixed and the bug is sent back to you to please verify.
• Don't worry about category too much as the reports are checked when received and routed to the proper Engineering section involved.
• Know that devs can only see their own bugs, not those from other developers. You have access to the status of the bug, not to the bug itself. That is, you can see if it is in Analyze/Verify/Closed, not it's contents.
• For additional info, see Bug Reporting Best Practices.
• Duplicates - Understand that Apple uses 'amount of duplication' in bug reports as a way to gauge the 'severity' of an issue.
• Also note that during betas, bug reporter can be dealing with heavy loads, so be patient.
• Don't forget to go back to your bug report AFTER you submit it and set the RANK. '1' can help get it noticed asap.
Reporting Xcode Server Bugs
When reporting an Xcode Server bug, enter the following command in Terminal, then attach the output to the bug report.
sudo /Applications/Server.app/Contents/ServerRoot/usr/sbin/serverloggather
Bug Reporter Connection Issues:
• For problems connecting to the Apple Bug Reporter, let Apple know by submitting your issue via the: Connection Problems Form.
To report security issues w/Apple products: https://ssl.apple.com/support/security/
-=-
?????????????,??,DOC??,??????????????????#??????,???????
???????????:????????????,??(a)???????????????????????(?)/?????????bug?????,????? ?,???????????????????,?????????????
Whenever I export an Applescript app from Xcode, in the resources folder, there is the unprotected source code. Someone else has changed the source code a bit and has begun distributing my app as his own. Is there anyway to compile or encrypt this code on export?
Hi,
I need to control Photoshop from a program written in Cocoa and I am sure there must be some interface for this. In Windows there was something like that for accessing functionality provided by binary applications - it was called OLE and COM.
I can't imagine not having this in OS X (it is so good).
Thanks,
Juan
I had register at iOS developer program. But every time I try to access iTunes connect, I got this error: Apple ID does not have permission to access iTunes Connect.
In a better world, no one would have to use Java anymore. Sadly there are still university programs where people are expected to use Java. Rather than cast people into the world of Eclipse, here are instructions on how to get Xcode building Java. These instructions are current as of Xcode 4.6.2. You will need to download a JDK from somewhere.
This is a basic environment meant only for writing simple school programs. It has no debugger. Replace
1) In Xcode, File > New > New Project > Other > External Build System
2) Give it a meaningful name
3) File > New > New File > Other > Empty
4) Give it a Java-friendly name. In my example, use
5) Copy the contents below into the file and save.
6) File > New > New File > Other > Empty
7) Save as Makefile.
8) Copy the contents below into the file and save.
9) The "Run" (>) button should at least compile your Java now.
Now it gets tricky. You don't have to do the next part. You could just open a Terminal to your project directory and run java
9) Project > Scheme > Edit Scheme > Debug > Info tab
10) Executable > Other > type ^?g > type /usr/bin > choose java
11) Change Debugger to None
12) Arguments tab
13) For Arguments Passed on Launch, add $(TARGETNAME)
14) For Environment Variables, add CLASSPATH with a value of $(PROJECT_DIR)
15) For Expand Variables based on, use
16) Click the "Run" (>) button.
PS: I have no idea how to run the Java debugger in Xcode. But then, I have no idea how to run the Java debugger at all.
Here are some starter file contents:
HelloWorld.java:
public class HelloWorld
{
public static void main(String[] args)
{
System.out.println("Hello, World!");
}
}
Makefile:
# A simple makefile for a Hello World Java program
# Define a makefile variable for the java compiler
JCC = javac
# Define a makefile variable for compilation flags
# The -g flag compiles with debugging information
JFLAGS = -g
# typing 'make' will invoke the first target entry in the makefile
# (the default one in this case)
default: $(subst .java,.class,$(wildcard *.java))
# this target entry builds the Average class
# the Average.class file is dependent on the Average.java file
# and the rule associated with this entry gives the command to create it
#
%.class : %.java
$(JCC) $(JFLAGS) $<
# To start over from scratch, type 'make clean'.
# Removes all .class files, so that the next make rebuilds them
#
clean:
$(RM) *.class
NOTE: Those indentations are true tab characters. Ugh!
Good luck on your class. Hopefully you can progress onto more complicated projects and eventually use a real language like Objective-C.
The carrier has said it would take 48 hrs but i have now gone past that any help would be greatful?
How do I set up an e meil accont? be specific on what information to place where?
I did some searching with Google, and found this thread on Stack Overflow that describes how to do it:
How to get IMEI on iPhone? - Stack Overflow
That thread, in turn, points you to Erica Sadun's site. She's a well-regarded iOS developer and author on iPhone development.
It sounds like it is possible, but only by using a private framework. Thus you can do it, but if you try to submit an app to the store that uses a private framework it will be rejected.
So, for your own private use it's possible.
Is there an officially supported way to get imei?
Hello Sir
I am Hamed Akbari and I am living in Glendale,CA. I am from Iran. I noticed that Apple has removed sanctions on Iran So I want to know How can i give apple representation or Apple store in Iran?
please help me
Thank's
sincerely
Hamed Aknari Ardestani
In your project's build settings there is an OSACompile - Build Options section where you can select the option to Save as Execute-Only. The run-only script isn't encrypted, but I haven't heard of anyone taking the time to decompile one. Note that even though the script is no longer easily readable, text strings and variable/method names can still be seen.
We are users. This is not Apple speaking here. Apple does not solicit such information.
The carrier has said it would take 48 hrs but i have now gone past that any help would be greatful?
Warning: Using the store to install Xcode 5 _will_ remove Xcode 4.6.3, so if you still want to have that version around, copy it to another drive, rename it 'Xcode4.6.3' and unmount that HD (optional) so the installer will ignore it, or if it's too late and 4.6.3 is gone, download it again via *developer.com.
? The latest Xcode for Snow Leopard is 4.2* and that appears to be the highest it will go. 10.6.8 is required for iOS support.
iCloud requires Lion as a minimum.
Storyboards are iOS 5 and up only.
Retina support for the newer iPads requires the app be built using at least iOS 5.1 SDK.
Xcode is free. Xcode latest release version is available via the (Mac) App Store on OS X. Some older versions are available to registered developers with an active paid Developer Account via *developer.com.
Xcode tools & add-on's: (Graphics Tools, Hardware I/O, Command Line Tools, Dashcode, etc.) Requires paid account and login.
I have Xcode 5? Where are the other SDKs?
Xcode's iOS SDK is downwards compatible with a range of previous versions of iOS, but only one SDK is supplied with a particular Xcode version. To support a range of iOSs, set 'Build Settings/iOS Deployment Target' to your choice from the list provided.
Can I develop applications for Mac OS X with ARC using Snow Leopard?
No. The Snow Leopard version of Xcode 4.2 doesn’t support ARC at all on Mac OS X, because it doesn’t include the 10.7 SDK. Xcode 4.2 for Snow Leopard does support ARC for iOS though, and Xcode 4.2 for Lion supports both Mac OS X and iOS. This means you need a Lion system to build an ARC application that runs on Snow Leopard.
What about older versions?
There is no OS that supports both Xcode 3.x and Xcode 4.3.x. There is no version of the OS that supports both Xcode 4.0.x and 4.3.x. The last OS that supported Xcode 3.x was Snow Leopard, and Xcode 4.3 is only supported on Lion.
Technical Support and Learning Resources
Apple offers a number of resources where you can get Xcode development support:
• http://developer.apple.com: The Apple Developer website is the best source for up-to-date technical documentation on iOS and OS X.
• http://developer.apple.com/xcode: The Xcode home page on the Apple Developer website provides information on the developer tools.
• http://devforums.apple.com: The Apple Developer Forums feature a dedicated Developer Forum for Xcode developer previews.
Use http://bugreport.apple.com to communicate issues with Apple. Include detailed information of the issue, including the system and developer tools version information, and any relevant crash logs or console messages.
Reporting Xcode Server Bugs
When reporting an Xcode Server bug, enter the following command in Terminal, then attach the output to the bug report.
sudo /Applications/Server.app/Contents/ServerRoot/usr/sbin/serverloggather
Go to https://appleid.apple.com/ and select "Manage your Apple ID". Log in with your Apple ID and password, then select Password and Security from the left column. Your Apple ID password is used for most everything Apple-related, including your Developer Account, iTunes, the App Store, and this site. An iBook account requires an additional/different login. If you want to change logins for Team Members you can do so via iTunes Connect*.
Passwords are case-sensitive. At least one character must be upper case.
At some point Apple may force you to change your Apple ID password anyway, but do not do so in response to any unsolicited email by clicking on a link provided within it. Such "phishing" attempts are common. Change it only after attempting to log in here, and your login attempt is blocked due to an expired password or other Apple-imposed requirement.
Additional information at: Account Management - iOS Developer Program - Support - Apple & the Apple ID FAQ.
And remember, devs should rotate/change their pwds on a routine basis, so take this opportunity to practice safe security.
*For iTunes Connect: Log in to iTunes Connect/Manage Users/...and then use 'Edit Profile' for each user and click on 'Change Password'. You will need to know the current password to make changes here.
How do I set up an e meil accont? be specific on what information to place where?
I did some searching with Google, and found this thread on Stack Overflow that describes how to do it:
How to get IMEI on iPhone? - Stack Overflow
That thread, in turn, points you to Erica Sadun's site. She's a well-regarded iOS developer and author on iPhone development.
It sounds like it is possible, but only by using a private framework. Thus you can do it, but if you try to submit an app to the store that uses a private framework it will be rejected.
So, for your own private use it's possible.
Is there an officially supported way to get imei?
Whenever I export an Applescript app from Xcode, in the resources folder, there is the unprotected source code. Someone else has changed the source code a bit and has begun distributing my app as his own. Is there anyway to compile or encrypt this code on export?
I have set up an ftp destination to deploy my project on the server. however when i try to deploy, the systems hangs and it looks as though dashcode is trying to deploy the project on my hard disk. I got a friend to try top deploy to the same destination on his mac and it worked. I am running dashcode v3.05 on a macbook pro running osx 10.8.4
Can I have bonjour over the internet, I mean can i connect devices across the internet instead of intranet..??
Hi, today i enrolled on the iOS dev program. What are the expected timescales for it to become active?
Thanks in advance
While testing my website's mobile version on several devices, I noticed a very strange behaviour.
I have a scrollable content div with overflow: auto
, and this works properly on all tested devices, except iPhone 4 on Safari. Other browsers and devices display it correctly, even iPhone 5 Safari.
On iPhone 4 Safari, when you scroll to the end of the content, a lot of extra whitespace appears at the bottom (looks like 100-200% extra height) and the text disappears when scrolling. This doesn't happen on any other devices in Safari, nor does it happen in other browsers on iPhone 4.
Has anyone ever heard of such a phenomenon before? I have absolutely no clue what causes this behaviour or how to fix it.
Since I only have access to a limited amount of devices for testing, I may be overlooking other devices/browsers where this issue also occurs. If you have a mobile device and want to test it as well, the live site is here: Live site. On the mobile homepage, click one of the logo's to expand the content, then try scrolling down.
Is this possibly a device / OS-specific bug?
I was under the assumption it was. Until I tried it (Snow Leopard Server) and my iPhone didn't see any services being offered by the computers on the VPN connection.
So I looked in the Support Forums.
Looks like it's not something in my config:
Hi there,
I'm not sure if this is a problem occuring with anyone else, but since the recent change of the affiliates program, we have come across a few issues that points towards what I believe to be the Search API.
When we query the search API between 8AM (PST) until around 12PM (PST), any page which runs a query through the Search API takes a very long time to load and then causes the page to timeout. Even when I type in the query URL directly (http://itunes.apple.com/lookup?id=xxx), it takes quite awhile to load the output page too.
Has there been a recent change that could be causing this or what as this problem was not there until recently.
I am testing my app against IAP sandbox, but it suddenly started asking for payment info verification. (I'm running this on simulator)
Eroror message:
Verification Required
Before you can make purchases, you must tap Continue to verify your payment info.
[Environment: Sandbox]
---
I was successfully using this test account to test IAP until a few days ago.
Is anyone seeing the same problem?
I bought developer account iOS, but i just want to know, how long to active my developer account?
Same happened to me yesterday. No way to make it work again.
It was the third night I went frustrated to bed. :-(
Hi, today i enrolled on the iOS dev program. What are the expected timescales for it to become active?
Thanks in advance
In case anyone else is having the same issue, you can find a solution here:
http://stackoverflow.com/questions/18489909/strange-horizontal-whitespace-on-iph one-4-safari
It won't met me sign up to the apple ios development programme...
On the first step "Enter Account Info"
It tells me to enter my name and billing address, I have done that but when I click "continue"
It gives me the error: "
we have submitted our enrollment request for 3 weeks and the status is still
We are enrolling as a company.
Can anyone tell me when this will be fixed?
I've called Apple and they told me the database sync between D&B is still unavailable.
If anyone recently got the approval for company enrollment, please let me know.
I want to know if they are lying.
thx
ethan
Dear Support
I am creating a service that gives an opportunity for a user to have audio / video consultation with a specialist sitting in my real-world call-center. My service has a web interface as well with the same functionality as the mobile app.
To be able to get a consultation user should buy "consultations" from either mobile app or website. Consultations purchased from web should be available in application for the same user and vice versa. So basically mobile application is just an extension of my business.
Could you please advice should I use in-app or external payment gate in mobile app ?
My app has 1150 requests but only 2 impressions. Is this normal? Maybe because the version of the app with iAd enabled has been approved just today? But the iAd report in iTunes Connect shows correctly statistics and shows me 2 impressions. I really don't know how to do! Any suggestions?
I have a nicely working bash script, and want to change the default setting so that it will run on a double-click, but don't know the proper "open by" name. Please?
It can typically take one week if you are inside the US - two outside.
Apple has been having trouble with activations lately, so if it takes longer (watch your email), best to contact them directly.
I have a nicely working bash script, and want to change the default setting so that it will run on a double-click, but don't know the proper "open by" name. Please?
hi........Every one.
In my XCode i am enabling ARC & set flag -fno obj arc
it takes 20mb more than using with NonArc XCode project .
Now i want convert MyProject ARC into NON-ARC mode.
is it possible?
if YES ,then please guide me
Thank you in advance:)
Srikanth
I don't think I was very clear in my last post. What I'm trying to do is create a tool that read user input from the command line (i.e. Terminal) and open only specified apps depending on user input. If you know a bash command like "read >> theVariable" or something like that, that would also help, but I don't know of the possibility of creating if conditions in a shell script. That is why I decided to create an app for it. So in C++ code it would read user input other the prompt "Do you want to open Mail?" and if the user input equals "y" the app will load the shell script (located in the same folder as the source code) and run it. Inside the shell script would be the bash command "open -a mail". I hope this clarifies for anyone else who reads this.
Hey. My name is Reidar Johnsen.
And think I have a good idea for apple products, the
products that will make this fully self-contained.
(ipad, ipod, iphone tablets and so on. + +
Will help to help many people.
And apple brand will expand furter than the group it is today.
Then afterwards, you can sit back and injoy yourself.
Think that now is the apple safe from getting bankruped the next few years.
MVH Reidar Johnsen.
Hi all,
I just started using Xcode, so these questions will seem very easy and "newbie-ish" to many.
Obj-C:
I'm not sure which text field I need to fill in to give a certain NSButton or other object a name so I can access in the actual code (please don't give me the usual "check the documentation" because the reason I'm posting this is to get a straightforward answer that very often only humans can provide). Also, what method do I need to use to listen for "action events" as they are called in Java on an NSButton (i.e. how to I make a method run when the button is clicked on)? If anyone can suggest a good website where I can find tutorials to learn Objective-C that would be very helpful, so I don't need to post everything here.
C++:
Xcode gives you the option to make new files in your project, but how do I access them? I'm making a C++ command line tool to allow me to run commands that I always run without creating a login item (because they slow my Mac down). I made a new file as a "shell script" but I don't know how to run this script in the C++ code.
Xcode 4.6.x:
- updated for OS X 10.8.3
- requires OS X 10.8.x or OS X 10.7.4 and does not run on earlier versions of OS X.
- supports development for iOS 6.1, OS X 10.8, and OS X 10.7 and can be used to build and submit apps to the store. Available in the Mac App Store - also to devs in a paid program with up-to-date agreements via downloads at dev dot com* (1.61GB).
Changes in Xcode 4.5.x
? The latest Xcode for Snow Leopard is 4.2* and that appears to be the highest it will go. 10.6.8 is required for iOS support.
iCloud requires Lion as a minimum.
Storyboards are iOS 5 and up only.
Retina support for the newer iPads requires the app be built using at least iOS 5.1 SDK.
Xcode is free. Xcode latest release version is available via the (Mac) App Store on OS X. Some older versions are available to registered developers with an active paid Developer Account via *developer.com.
Xcode tools & add-on's: (Graphics Tools, Hardware I/O, Command Line Tools, Dashcode, etc.) Requires paid account and login.
I have Xcode 4.6.2...where is SDK 5.0/4.3..?
Xcode's iOS SDK is downwards compatible with a range of previous versions of iOS, but only one SDK is supplied with a particular Xcode version. To support a range of iOSs, set 'Build Settings/iOS Deployment Target' to your choice from the list provided.
Can I develop applications for Mac OS X with ARC using Snow Leopard?
No. The Snow Leopard version of Xcode 4.2 doesn’t support ARC at all on Mac OS X, because it doesn’t include the 10.7 SDK. Xcode 4.2 for Snow Leopard does support ARC for iOS though, and Xcode 4.2 for Lion supports both Mac OS X and iOS. This means you need a Lion system to build an ARC application that runs on Snow Leopard.
What about older versions?
There is no OS that supports both Xcode 3.x and Xcode 4.3.x. There is no version of the OS that supports both Xcode 4.0.x and 4.3.x. The last OS that supported Xcode 3.x was Snow Leopard, and Xcode 4.3 is only supported on Lion.
Technical Support and Learning Resources
Apple offers a number of resources where you can get Xcode development support:
• http://developer.apple.com: The Apple Developer website is the best source for up-to-date technical documentation on iOS and OS X.
• http://developer.apple.com/xcode: The Xcode home page on the Apple Developer website provides information on the developer tools.
• http://devforums.apple.com: The Apple Developer Forums feature a dedicated Developer Forum for Xcode developer previews.
Use http://bugreport.apple.com to communicate issues with Apple. Include detailed information of the issue, including the system and developer tools version information, and any relevant crash logs or console messages.
Reporting Xcode Server Bugs
When reporting an Xcode Server bug, enter the following command in Terminal, then attach the output to the bug report.
sudo /Applications/Server.app/Contents/ServerRoot/usr/sbin/serverloggather
hello .. I have got this error when I lunched the xcode on my MAC OS 10.8.2
and I have do all search to fix it but nothing help .. so who can help Please ...
the error is
Process: Xcode [2975] Path: /Applications/Xcode.app/Contents/MacOS/Xcode Identifier: com.apple.dt.Xcode Version: 4.5 (1839) Build Info: IDEApplication-1839000000000000~3 App Item ID: 497799835 App External ID: 10747437
Code Type: X86-64 (Native) Parent Process: launchd [132]
User ID: 501
Date/Time: 2012-10-03 13:35:41.810 +0300 OS Version: Mac OS X 10.8 (12A128p) Report Version: 9
Interval Since Last Report: 243101 sec Crashes Since Last Report: 21 Per-App Interval Since Last Report: 79 sec
Per-App Crashes Since Last Report: 18
Anonymous UUID: 98968143-0AD2-412F-84D6-31CFC4E7A90C
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
ProductBuildVersion: 4G182
UNCAUGHT EXCEPTION (NSInternalInconsistencyException): Error getting value for key 'delegateClass' of extension 'IDESceneKitEditor.MenuDefinition.ContextualMenu' in plug-in 'com.apple.dt.IDE.IDESceneKitEditor'
UserInfo: {
NSUnderlyingError = "Error Domain=DVTPlugInErrorDomain Code=2 \"Loading a plug-in failed.\" UserInfo=0x401a3afe0 {DVTPlugInIdentifierErrorKey=com.apple.dt.IDE.IDESceneKitEditor, DVTPlugInExecutablePathErrorKey=/Applications/Xcode.app/Contents/PlugIns/IDESce neKitEditor.ideplugin/Contents/MacOS/IDESceneKitEditor, NSLocalizedRecoverySuggestion=The plug-in or one of its prerequisite plug-ins may be missing or damaged and may need to be reinstalled., NSLocalizedDescription=Loading a plug-in failed., NSFilePath=/Applications/Xcode.app/Contents/PlugIns/IDESceneKitEditor.ideplugin , NSLocalizedFailureReason=The plug-in \U201ccom.apple.dt.IDE.IDESceneKitEditor\U201d at path \U201c/Applications/Xcode.app/Contents/PlugIns/IDESceneKitEditor.ideplugin\U201 d could not be loaded. The plug-in or one of its prerequisite plug-ins may be missing or damaged., NSUnderlyingError=0x4002887e0 \"The bundle \U201cIDESceneKitEditor\U201d couldn\U2019t be loaded.\"}"; }
Hints: None
Backtrace:
0 0x00007fff8d85aeee __exceptionPreprocess (in CoreFoundation)
1 0x00007fff940e279a objc_exception_throw (in libobjc.A.dylib)
2 0x0000000100df1f4d -[DVTExtension valueForKey:] (in DVTFoundation)
3 0x00007fff92a92665 -[NSFunctionExpression expressionValueWithObject:context:] (in Foundation)
4 0x00007fff92a922d7 -[NSComparisonPredicate evaluateWithObject:substitutionVariables:] (in Foundation)
5 0x00007fff92a91e20 -[NSPredicate evaluateWithObject:] (in Foundation)
6 0x0000000100df1aee -[DVTPlugInManager _extensionsForExtensionPoint:matchingPredicate:] (in DVTFoundation)
7 0x00000001019f53ed -[IDEMenuKeyBindingSet _appendMenuKeyBindingsDictionary:] (in IDEKit)
8 0x00000001019f13fe -[IDEMenuKeyBindingSet initWithDictionary:] (in IDEKit)
9 0x0000000101c2cb46 __44+[IDEMenuKeyBindingSet defaultKeyBindingSet]_block_invoke_0 (in IDEKit)
10 0x00007fff8fd8469b _dispatch_client_callout (in libdispatch.dylib)
11 0x00007fff8fd78b71 dispatch_once_f (in libdispatch.dylib)
12 0x00000001019f09fa +[IDEMenuKeyBindingSet defaultKeyBindingSet] (in IDEKit)
13 0x0000000101c2b4b2 __49+[IDEKeyBindingPreferenceSet systemPreferenceSet]_block_invoke_0 (in IDEKit)
14 0x00007fff8fd8469b _dispatch_client_callout (in libdispatch.dylib)
15 0x00007fff8fd78b71 dispatch_once_f (in libdispatch.dylib)
16 0x00000001019f07b1 +[IDEKeyBindingPreferenceSet systemPreferenceSet] (in IDEKit)
17 0x00000001011ee321 -[DVTPreferenceSetManager builtInPreferenceSets] (in DVTKit)
18 0x00000001011edc38 -[DVTPreferenceSetManager _rebuildAvailableandUserSetsList] (in DVTKit)
19 0x00000001011edac4 -[DVTPreferenceSetManager initWithPreferenceSetClass:] (in DVTKit)
20 0x0000000101c2b3ac __51+[IDEKeyBindingPreferenceSet preferenceSetsManager]_block_invoke_0 (in IDEKit)
21 0x00007fff8fd8469b _dispatch_client_callout (in libdispatch.dylib)
22 0x00007fff8fd78b71 dispatch_once_f (in libdispatch.dylib)
23 0x00000001019f06db +[IDEKeyBindingPreferenceSet preferenceSetsManager] (in IDEKit)
24 0x0000000101b7f3a8 __58-[IDEApplicationController applicationDidFinishLaunching:]_block_invoke_0 (in IDEKit)
25 0x00000001019f0468 -[IDEApplicationController applicationDidFinishLaunching:] (in IDEKit)
26 0x00007fff8d80d95a _CFXNotificationPost (in CoreFoundation)
27 0x00007fff92a1da36 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation)
28 0x00007fff917ae1ea -[NSApplication _postDidFinishNotification] (in AppKit)
29 0x00007fff917adeb9 -[NSApplication _sendFinishLaunchingNotification] (in AppKit)
30 0x00007fff917acbd2 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] (in AppKit)
31 0x00007fff917ac7c8 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] (in AppKit)
32 0x00007fff92a50f1b -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] (in Foundation)
33 0x00007fff92a50d7d _NSAppleEventManagerGenericHandler (in Foundation)
34 0x00007fff9148bf9a aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) (in AE)
35 0x00007fff9148bdfb dispatchEventAndSendReply(AEDesc const*, AEDesc*) (in AE)
36 0x00007fff9148bcbf aeProcessAppleEvent (in AE)
37 0x00007fff947c29f1 AEProcessAppleEvent (in HIToolbox)
38 0x00007fff917aa0c5 _DPSNextEvent (in AppKit)
39 0x00007fff917a9669 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in AppKit)
40 0x00007fff917a62d3 -[NSApplication run] (in AppKit)
41 0x00007fff91a1778b NSApplicationMain (in AppKit)
42 0x0000000100dc2d17 (in Xcode)
43 0x0000000100dc2ca8 (in Xcode)
44 0x0000000000000002
objc[2975]: garbage collection is ON
abort() called
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff930bf23a __pthread_kill + 10 1 libsystem_c.dylib 0x00007fff904ac850 pthread_kill + 90 2 libsystem_c.dylib 0x00007fff904f660e abort + 143 3 com.apple.dt.IDEKit 0x0000000101b8625f +[IDEAssertionHandler _handleAssertionWithLogString:] + 596 4 com.apple.dt.IDEKit 0x0000000101b86eca -[IDEAssertionHandler handleUncaughtException:] + 603 5 com.apple.CoreFoundation 0x00007fff8d8f1db4 __handleUncaughtException + 68 6 libobjc.A.dylib 0x00007fff940e2baa _objc_terminate + 82 7 libdispatch.dylib 0x00007fff8fd846af _dispatch_client_callout + 28 8 libdispatch.dylib 0x00007fff8fd78b71 dispatch_once_f + 50 9 com.apple.dt.IDEKit 0x00000001019f09fa +[IDEMenuKeyBindingSet defaultKeyBindingSet] + 90 10 com.apple.dt.IDEKit 0x0000000101c2b4b2 __49+[IDEKeyBindingPreferenceSet systemPreferenceSet]_block_invoke_0 + 136 11 libdispatch.dylib 0x00007fff8fd8469b _dispatch_client_callout + 8 12 libdispatch.dylib 0x00007fff8fd78b71 dispatch_once_f + 50 13 com.apple.dt.IDEKit 0x00000001019f07b1 +[IDEKeyBindingPreferenceSet systemPreferenceSet] + 33 14 com.apple.dt.DVTKit 0x00000001011ee321 -[DVTPreferenceSetManager builtInPreferenceSets] + 278 15 com.apple.dt.DVTKit 0x00000001011edc38 -[DVTPreferenceSetManager _rebuildAvailableandUserSetsList] + 361 16 com.apple.dt.DVTKit 0x00000001011edac4 -[DVTPreferenceSetManager initWithPreferenceSetClass:] + 364 17 com.apple.dt.IDEKit 0x0000000101c2b3ac __51+[IDEKeyBindingPreferenceSet preferenceSetsManager]_block_invoke_0 + 164 18 libdispatch.dylib 0x00007fff8fd8469b _dispatch_client_callout + 8 19 libdispatch.dylib 0x00007fff8fd78b71 dispatch_once_f + 50 20 com.apple.dt.IDEKit 0x00000001019f06db +[IDEKeyBindingPreferenceSet preferenceSetsManager] + 90 21 com.apple.dt.IDEKit 0x0000000101b7f3a8 __58-[IDEApplicationController applicationDidFinishLaunching:]_block_invoke_0 + 41 22 com.apple.dt.IDEKit 0x00000001019f0468 -[IDEApplicationController applicationDidFinishLaunching:] + 249 23 com.apple.CoreFoundation 0x00007fff8d80d95a _CFXNotificationPost + 2554 24 com.apple.Foundation 0x00007fff92a1da36 -[NSNotificationCenter postNotificationName:object:userInfo:] + 64 25 com.apple.AppKit 0x00007fff917ae1ea -[NSApplication _postDidFinishNotification] + 292 26 com.apple.AppKit 0x00007fff917adeb9 -[NSApplication _sendFinishLaunchingNotification] + 78 27 com.apple.AppKit 0x00007fff917acbd2 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 566 28 com.apple.AppKit 0x00007fff917ac7c8 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 351 29 com.apple.Foundation 0x00007fff92a50f1b -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 308 30 com.apple.Foundation 0x00007fff92a50d7d _NSAppleEventManagerGenericHandler + 106 31 com.apple.AE 0x00007fff9148bf9a aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 307 32 com.apple.AE 0x00007fff9148bdfb dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 37 33 com.apple.AE 0x00007fff9148bcbf aeProcessAppleEvent + 318 34 com.apple.HIToolbox 0x00007fff947c29f1 AEProcessAppleEvent + 100 35 com.apple.AppKit 0x00007fff917aa0c5 _DPSNextEvent + 1479 36 com.apple.AppKit 0x00007fff917a9669 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 37 com.apple.AppKit 0x00007fff917a62d3 -[NSApplication run] + 517 38 com.apple.AppKit 0x00007fff91a1778b NSApplicationMain + 869 39 com.apple.dt.Xcode 0x0000000100dc2d17 0x100dc1000 + 7447 40 com.apple.dt.Xcode 0x0000000100dc2ca8 0x100dc1000 + 7336
Thread 1:: Dispatch queue: com.apple.root.default-priority
0 libsystem_kernel.dylib 0x00007fff930bd6ea semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff8fd79e91 _dispatch_semaphore_wait_slow + 241 2 com.apple.dt.DVTFoundation 0x0000000100ea3161 -[DVTDownloadableOperationRefreshIndex downloadableOperationMain] + 357 3 com.apple.dt.DVTFoundation 0x0000000100dd15f9 -[DVTDownloadableOperation main] + 344 4 com.apple.Foundation 0x00007fff92a60496 -[__NSOperationInternal start] + 684 5 com.apple.Foundation 0x00007fff92b30a91 __block_global_6 + 129 6 libdispatch.dylib 0x00007fff8fd786c3 _dispatch_call_block_and_release + 15 7 libdispatch.dylib 0x00007fff8fd8469b _dispatch_client_callout + 8 8 libdispatch.dylib 0x00007fff8fd7c166 _dispatch_worker_thread4 + 276 9 libsystem_c.dylib 0x00007fff904ada07 _pthread_wqthread + 404 10 libsystem_c.dylib 0x00007fff90498071 start_wqthread + 13
Thread 2:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff930bfd2a kevent + 10 1 libdispatch.dylib 0x00007fff8fd7af41 _dispatch_mgr_invoke + 883 2 libdispatch.dylib 0x00007fff8fd7abce _dispatch_mgr_thread + 54
Thread 3:
0 libsystem_kernel.dylib 0x00007fff930bf6fe __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff904adc48 _pthread_workq_return + 25 2 libsystem_c.dylib 0x00007fff904ada0f _pthread_wqthread + 412 3 libsystem_c.dylib 0x00007fff90498071 start_wqthread + 13
Thread 4:
0 libsystem_kernel.dylib 0x00007fff930bf6fe __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff904adc48 _pthread_workq_return + 25 2 libsystem_c.dylib 0x00007fff904ada0f _pthread_wqthread + 412 3 libsystem_c.dylib 0x00007fff90498071 start_wqthread + 13
Thread 5:: Dispatch queue: com.apple.root.default-priority
0 libsystem_kernel.dylib 0x00007fff930bd6ae mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff930bcc6a mach_msg + 70 2 com.apple.CoreFoundation 0x00007fff8d7f7503 __CFRunLoopServiceMachPort + 195 3 com.apple.CoreFoundation 0x00007fff8d7fd650 __CFRunLoopRun + 1088 4 com.apple.CoreFoundation 0x00007fff8d7fceb9 CFRunLoopRunSpecific + 233 5 com.apple.CFNetwork 0x00007fff8ff65930 CFURLConnectionSendSynchronousRequest + 463 6 com.apple.Foundation 0x00007fff92b82b86 +[NSURLConnection sendSynchronousRequest:returningResponse:error:] + 281 7 com.apple.Foundation 0x00007fff92b82d5d __67+[NSURLConnection sendAsynchronousRequest:queue:completionHandler:]_block_invoke_0 + 70 8 libdispatch.dylib 0x00007fff8fd786c3 _dispatch_call_block_and_release + 15 9 libdispatch.dylib 0x00007fff8fd8469b _dispatch_client_callout + 8 10 libdispatch.dylib 0x00007fff8fd7c166 _dispatch_worker_thread4 + 276 11 libsystem_c.dylib 0x00007fff904ada07 _pthread_wqthread + 404 12 libsystem_c.dylib 0x00007fff90498071 start_wqthread + 13
Thread 6:: Dispatch queue: com.apple.root.default-priority
0 libsystem_kernel.dylib 0x00007fff930bd6ae mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff930bcc6a mach_msg + 70 2 com.apple.CoreFoundation 0x00007fff8d7f7503 __CFRunLoopServiceMachPort + 195 3 com.apple.CoreFoundation 0x00007fff8d7fd650 __CFRunLoopRun + 1088 4 com.apple.CoreFoundation 0x00007fff8d7fceb9 CFRunLoopRunSpecific + 233 5 com.apple.CFNetwork 0x00007fff8ff65930 CFURLConnectionSendSynchronousRequest + 463 6 com.apple.Foundation 0x00007fff92b82b86 +[NSURLConnection sendSynchronousRequest:returningResponse:error:] + 281 7 com.apple.Foundation 0x00007fff92b82d5d __67+[NSURLConnection sendAsynchronousRequest:queue:completionHandler:]_block_invoke_0 + 70 8 libdispatch.dylib 0x00007fff8fd786c3 _dispatch_call_block_and_release + 15 9 libdispatch.dylib 0x00007fff8fd8469b _dispatch_client_callout + 8 10 libdispatch.dylib 0x00007fff8fd7c166 _dispatch_worker_thread4 + 276 11 libsystem_c.dylib 0x00007fff904ada07 _pthread_wqthread + 404 12 libsystem_c.dylib 0x00007fff90498071 start_wqthread + 13
Thread 7:: Dispatch queue: com.apple.root.default-priority
0 libsystem_kernel.dylib 0x00007fff930bd6ae mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff930bcc6a mach_msg + 70 2 com.apple.CoreFoundation 0x00007fff8d7f7503 __CFRunLoopServiceMachPort + 195 3 com.apple.CoreFoundation 0x00007fff8d7fd650 __CFRunLoopRun + 1088 4 com.apple.CoreFoundation 0x00007fff8d7fceb9 CFRunLoopRunSpecific + 233 5 com.apple.CFNetwork 0x00007fff8ff65930 CFURLConnectionSendSynchronousRequest + 463 6 com.apple.Foundation 0x00007fff92b82b86 +[NSURLConnection sendSynchronousRequest:returningResponse:error:] + 281 7 com.apple.Foundation 0x00007fff92b82d5d __67+[NSURLConnection sendAsynchronousRequest:queue:completionHandler:]_block_invoke_0 + 70 8 libdispatch.dylib 0x00007fff8fd786c3 _dispatch_call_block_and_release + 15 9 libdispatch.dylib 0x00007fff8fd8469b _dispatch_client_callout + 8 10 libdispatch.dylib 0x00007fff8fd7c166 _dispatch_worker_thread4 + 276 11 libsystem_c.dylib 0x00007fff904ada07 _pthread_wqthread + 404 12 libsystem_c.dylib 0x00007fff90498071 start_wqthread + 13
Thread 8:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x00007fff930bd6ae mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff930bcc6a mach_msg + 70 2 com.apple.CoreFoundation 0x00007fff8d7f7503 __CFRunLoopServiceMachPort + 195 3 com.apple.CoreFoundation 0x00007fff8d7fd650 __CFRunLoopRun + 1088 4 com.apple.CoreFoundation 0x00007fff8d7fceb9 CFRunLoopRunSpecific + 233 5 com.apple.Foundation 0x00007fff92b827e6 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356 6 com.apple.Foundation 0x00007fff92a71568 __NSThread__main__ + 1345 7 libsystem_c.dylib 0x00007fff904ab49e _pthread_start + 327 8 libsystem_c.dylib 0x00007fff90498081 thread_start + 13
Thread 9:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x00007fff930bf34a __select + 10 1 com.apple.CoreFoundation 0x00007fff8d83c616 __CFSocketManager + 1302 2 libsystem_c.dylib 0x00007fff904ab49e _pthread_start + 327 3 libsystem_c.dylib 0x00007fff90498081 thread_start + 13
Thread 10:
0 libsystem_kernel.dylib 0x00007fff930bd6ae mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff930bcc6a mach_msg + 70 2 com.apple.CoreFoundation 0x00007fff8d7f7503 __CFRunLoopServiceMachPort + 195 3 com.apple.CoreFoundation 0x00007fff8d7fd650 __CFRunLoopRun + 1088 4 com.apple.CoreFoundation 0x00007fff8d7fceb9 CFRunLoopRunSpecific + 233 5 com.apple.DTDeviceKit 0x00000001087eccff -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 298 6 com.apple.Foundation 0x00007fff92a71568 __NSThread__main__ + 1345 7 libsystem_c.dylib 0x00007fff904ab49e _pthread_start + 327 8 libsystem_c.dylib 0x00007fff90498081 thread_start + 13
Thread 11:
0 libsystem_kernel.dylib 0x00007fff930bf6fe __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff904adc48 _pthread_workq_return + 25 2 libsystem_c.dylib 0x00007fff904ada0f _pthread_wqthread + 412 3 libsystem_c.dylib 0x00007fff90498071 start_wqthread + 13
Thread 12:
0 libsystem_kernel.dylib 0x00007fff930bf6fe __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff904adc48 _pthread_workq_return + 25 2 libsystem_c.dylib 0x00007fff904ada0f _pthread_wqthread + 412 3 libsystem_c.dylib 0x00007fff90498071 start_wqthread + 13
Thread 13:
0 libsystem_kernel.dylib 0x00007fff930bf6fe __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff904adc48 _pthread_workq_return + 25 2 libsystem_c.dylib 0x00007fff904ada0f _pthread_wqthread + 412 3 libsystem_c.dylib 0x00007fff90498071 start_wqthread + 13
Thread 14:
0 libsystem_kernel.dylib 0x00007fff930bf6fe __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff904adc48 _pthread_workq_return + 25 2 libsystem_c.dylib 0x00007fff904ada0f _pthread_wqthread + 412 3 libsystem_c.dylib 0x00007fff90498071 start_wqthread + 13
Thread 15:
0 libsystem_kernel.dylib 0x00007fff930bf6fe __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff904adc48 _pthread_workq_return + 25 2 libsystem_c.dylib 0x00007fff904ada0f _pthread_wqthread + 412 3 libsystem_c.dylib 0x00007fff90498071 start_wqthread + 13
Thread 16:
0 libsystem_kernel.dylib 0x00007fff930bd6ae mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff930bcc6a mach_msg + 70 2 com.apple.CoreFoundation 0x00007fff8d7f7503 __CFRunLoopServiceMachPort + 195 3 com.apple.CoreFoundation 0x00007fff8d7fd650 __CFRunLoopRun + 1088 4 com.apple.CoreFoundation 0x00007fff8d7fceb9 CFRunLoopRunSpecific + 233 5 com.apple.DebugSymbols 0x00007fff8cd8f5fc SpotlightQueryThread(void*) + 356 6 libsystem_c.dylib 0x00007fff904ab49e _pthread_start + 327 7 libsystem_c.dylib 0x00007fff90498081 thread_start + 13
Thread 17:
0 libsystem_kernel.dylib 0x00007fff930bf3ae __semwait_signal + 10 1 libsystem_c.dylib 0x00007fff90536a8c nanosleep + 163 2 com.apple.CoreSymbolication 0x00007fff91347eee cleaner_thread_main(void*) + 42 3 libsystem_c.dylib 0x00007fff904ab49e _pthread_start + 327 4 libsystem_c.dylib 0x00007fff90498081 thread_start + 13
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff609bf6c8 rdx: 0x0000000000000000
rdi: 0x0000000000000c07 rsi: 0x0000000000000006 rbp: 0x00007fff609bf6f0 rsp: 0x00007fff609bf6c8
r8: 0x00007fff7c639260 r9: 0x0000000400611200 r10: 0x0000000020000000 r11: 0xffffff800acccae0
r12: 0x00000004010e4740 r13: 0x00007fff7c0e25b0 r14: 0x00007fff7c63a160 r15: 0x00007fff609bf7f8
rip: 0x00007fff930bf23a rfl: 0x0000000000000206 cr2: 0x00007fff7c632ff0
Logical CPU: 0
Binary Images:
0x100dc1000 - 0x100dc3fff com.apple.dt.Xcode (4.5 - 1839) /Applications/Xcode.app/Contents/MacOS/Xcode 0x100dca000 - 0x1010e5ff7 com.apple.dt.DVTFoundation (4.5 - 1828) /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versi ons/A/DVTFoundation 0x1011eb000 - 0x101449ff7 com.apple.dt.DVTKit (4.5 - 1832) /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/D VTKit 0x1015ad000 - 0x101836fff com.apple.dt.IDEFoundation (4.5 - 1877) <290F84BC-8B7E-34A2-9568-7A8B6B248A92> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/ IDEFoundation 0x1019e5000 - 0x101ec0fff com.apple.dt.IDEKit (4.5 - 1854) <4BA461E1-5CFD-3841-AB41-38D230A64F96> /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit 0x1021f7000 - 0x10228eff7 com.apple.PackageKit (3 - 216) /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit 0x1022fc000 - 0x102918fff +libclang.dylib (??? - 421.11.65) <9F1CFA11-AED1-377B-AFC7-98C0D1E9095D> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ usr/lib/libclang.dylib 0x102979000 - 0x10297cfff com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) <7C4DBC81-CCE3-38BD-A47F-2044890E51C7> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framew ork/Versions/A/DVTDeveloperModeHelper 0x104123000 - 0x10413efff com.apple.DADocSetManagement (4.5 - 1803) <142E8478-6504-36C2-BE95-947A61687915> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetManagement.framework/ Versions/A/DADocSetManagement 0x104162000 - 0x104166fff com.apple.platform.iphoneos.plugin (1.0 - 1.0) <172AB30E-5FB4-3C67-A8BB-F75FDDB859F2> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/iPhoneOS Build System Support.xcplugin/Contents/MacOS/iPhoneOS Build System Support 0x10416f000 - 0x104174ff7 libFontRegistryUI.dylib (??? - 87.2) /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib 0x1041a2000 - 0x1041f8ff7 com.apple.dt.IDE.IDEFindReplace (4.5 - 1811) /Applications/Xcode.app/Contents/PlugIns/IDEFindReplace.ideplugin/Contents/MacO S/IDEFindReplace 0x104237000 - 0x104283ff7 com.apple.DADocSetAccess (4.5 - 1803) /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/Vers ions/A/DADocSetAccess 0x1042ff000 - 0x10434bff7 com.apple.dt.IDE.IDEDocViewer (4.5 - 1804) <4E92AE5F-535E-3D76-B3D1-4B60F90D2442> /Applications/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin/Contents/MacOS/ IDEDocViewer 0x10438a000 - 0x104698fff com.apple.dt.IDE.IDEInterfaceBuilderKit (4.5 - 2840) <5E760AF7-7A02-3AD6-9606-7D126526E89D> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.ideplugin/Conte nts/MacOS/IDEInterfaceBuilderKit 0x1048af000 - 0x104921ff7 com.apple.dt.IBAutolayoutFoundation (1.0 - 1) /Applications/Xcode.app/Contents/Frameworks/IBAutolayoutFoundation.framework/Ve rsions/A/IBAutolayoutFoundation 0x104968000 - 0x104980ff7 com.apple.dt.IDE.IDEQuickHelp (4.5 - 1817) <651BD82E-6BB1-3584-BA5E-436F08D2227F> /Applications/Xcode.app/Contents/PlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/ IDEQuickHelp 0x104998000 - 0x1049bcff7 com.apple.dt.dbg.DebuggerFoundation (4.5 - 1821) <05F0EA0F-30AE-3B01-A45E-73F63A00DA8C> /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/ MacOS/DebuggerFoundation 0x1049de000 - 0x104a47fff com.apple.dt.dbg.DebuggerUI (4.5 - 1821) /Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/De buggerUI 0x104a9e000 - 0x104aa5ff7 com.apple.dt.IDE.HexEditor (4.5 - 1802) /Applications/Xcode.app/Contents/PlugIns/HexEditor.ideplugin/Contents/MacOS/Hex Editor 0x104aae000 - 0x104ae5fff +com.ridiculousfish.HexFiendFramework (4.5 - 1802) /Applications/Xcode.app/Contents/SharedFrameworks/HexFiend.framework/Versions/A /HexFiend 0x104b0c000 - 0x104ba2fff com.apple.dt.IDE.IDESourceEditor (4.5 - 1814) /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/Mac OS/IDESourceEditor 0x104c05000 - 0x104c1ffff com.apple.dt.IDE.Xcode3Core (4.5 - 1845) <096541B7-1FEB-3890-8033-1C11DF5C06C2> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xc ode3Core 0x104c32000 - 0x104eedff7 com.apple.Xcode.DevToolsCore (6.5 - 1845) <30F9E2A1-3D2D-3B99-B57A-43B2C0B3FCB8> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsCore.framework/Versions/A/DevToolsCore 0x105058000 - 0x105061fff com.apple.DevToolsFoundation (6.5 - 1845) <73911449-583D-3D33-8639-AD1781317FDF> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation 0x10506c000 - 0x1050a2fff com.apple.Xcode.DevToolsSupport (6.5 - 1845) <4FB38511-50F3-39ED-9C91-58B29FF38789> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsSupport.framework/Versions/A/DevToolsSupport 0x105145000 - 0x10515dfff com.apple.dt.IDE.SharedPlugInUtilities (4.5 - 1802) /Applications/Xcode.app/Contents/PlugIns/SharedPlugInUtilities.ideplugin/Conten ts/MacOS/SharedPlugInUtilities 0x10516d000 - 0x105282ff7 com.apple.dt.IDE.Xcode3UI (4.5 - 1845) /Applications/Xcode.app/Contents/PlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcod e3UI 0x1060c5000 - 0x1060c7ff7 com.apple.dt.dbg.DebuggerGDBService (4.5 - 1821) <8E22DE7C-16DB-3F7D-8EDC-E1A8E7124F18> /Applications/Xcode.app/Contents/PlugIns/DebuggerGDBService.ideplugin/Contents/ MacOS/DebuggerGDBService 0x1060cd000 - 0x1060cfff7 com.apple.dt.dbg.DebuggerLLDBService (4.5 - 1821) /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents /MacOS/DebuggerLLDBService 0x1060d5000 - 0x1060dfff7 com.apple.DVTiPhoneSimulatorRemoteClient (4.5 - 1813) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/PrivateFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Vers ions/A/DVTiPhoneSimulatorRemoteClient 0x106315000 - 0x1063cbfff com.apple.dt.IDE.IDEiPhoneSupport (4.5 - 1919) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/IDEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPho neSupport 0x106458000 - 0x106484fff com.apple.framework.ConfigurationProfiles (5.0 - 511) <7686C958-FCF3-3F54-AB02-B2C33731DB14> /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/Versions/A/Co nfigurationProfiles 0x10649c000 - 0x1064c8ff7 com.apple.DTDeviceKitBase (4.5 - 1883) <990CA46E-B904-30FA-8C9C-AC2316E940D2> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase 0x1064e7000 - 0x1064ffff7 com.apple.DeviceLinkX (5.0 - 260) /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink 0x10650e000 - 0x10652cfff com.apple.dt.IDE.IDEArchivedApplicationsViewer (4.5 - 1804) <2118C15C-4E6C-3BF1-83CA-DB1285DE2E04> /Applications/Xcode.app/Contents/PlugIns/IDEArchivedApplicationsViewer.ideplugi n/Contents/MacOS/IDEArchivedApplicationsViewer 0x10654b000 - 0x10654dff7 com.apple.dt.IDE.IDEInterfaceBuilderAutomator (4.5 - 1810) /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderAutomator.ideplugin /Contents/MacOS/IDEInterfaceBuilderAutomator 0x1081e7000 - 0x108230ff7 com.apple.GPUTools (1.0 - 148.3) /Applications/Xcode.app/Contents/SharedFrameworks/GPUTools.framework/Versions/A /GPUTools 0x10825d000 - 0x108261ff7 com.apple.dt.gpu.GPUTraceDebugger (4.5 - 110.14) /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebugger.ideplugin/Contents/Ma cOS/GPUTraceDebugger 0x1087e4000 - 0x108860fff com.apple.DTDeviceKit (4.2 - 1883) <88DEFD6F-0B29-39D7-9B36-B84E79339F8B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/DTDeviceKit.framework/Versions/A/DTDeviceKit 0x1088b6000 - 0x108953fff com.apple.mobiledevice (555.40 - 555.40) /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevic e 0x109657000 - 0x10965dfff com.apple.audio.AppleHDAHALPlugIn (2.2.0 - 2.2.0a22) <4CF7ED3A-28E1-3FF2-8DF6-940B4243309D> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn 0x109662000 - 0x10966cfff com.apple.xcode.plug-in.CoreBuildTasks (6.5 - 1845) <7945B784-15C8-3E94-A095-960914356056> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/Co reBuildTasks 0x109675000 - 0x10967bff7 com.apple.GPUToolsInterface (1.0 - 36.3) <790CD06D-F699-3CFB-BB84-12B4C891D021> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsInterface.framework/V ersions/A/GPUToolsInterface 0x109684000 - 0x1097c3fff com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (4.5 - 2840) /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaIntegration.id eplugin/Contents/MacOS/IDEInterfaceBuilderCocoaIntegration 0x1098ac000 - 0x1098f4ff7 com.apple.glut (3.5.1 - GLUT-3.5.1) <52549E9E-C589-3BD1-AC1F-63F9E574AC5D> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT 0x109968000 - 0x109b12ff7 com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (4.5 - 1926) <47B7BF6F-94BF-3B74-9ED3-CEA371FE3AC6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchIntegration.i deplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchIntegration 0x109bce000 - 0x109bdefff com.apple.dt.IDE.IDEInterfaceBuilderCocoa (4.5 - 1810) <46BC6DD5-777E-3CE3-9148-F74B9EBC50D5> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoa.ideplugin/Con tents/MacOS/IDEInterfaceBuilderCocoa 0x109bf1000 - 0x109fecfff com.apple.SceneKit (3.0 - 135) <88D4D84C-5104-3509-97B6-BD7119F4F980> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit 0x10a1ea000 - 0x10a216ff7 com.apple.DiscRecordingUI (7.0 - 7000.2.3) /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI 0x10a238000 - 0x10a3a4ff7 com.apple.audio.units.Components (1.8 - 1.8) <81C2C862-8B86-3EB3-BCBE-15E57EA7B57B> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio 0x10a469000 - 0x10a472fff com.apple.dt.gpu.GPUDebuggerKit (4.5 - 110.14) /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerKit.ideplugin/Contents/MacO S/GPUDebuggerKit 0x10af26000 - 0x10afbaff7 com.apple.dt.gpu.GPUDebuggerFoundation (4.5 - 110.14) <723BAD76-3055-3336-A04F-4C8606D6B149> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerFoundation.ideplugin/Conten ts/MacOS/GPUDebuggerFoundation 0x10b00a000 - 0x10b081ff7 com.apple.GPUToolsCore (1.0 - 148.3) <72CC6FE0-C2A9-3AE3-B4AE-7A9458B99158> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Versio ns/A/GPUToolsCore 0x10b0c0000 - 0x10b15eff7 com.apple.GPUToolsAnalysis (1.0 - 36.3) <062AABA1-6AD6-34FD-B0D9-E1C16A7F01EA> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsAnalysis.framework/Ve rsions/A/GPUToolsAnalysis 0x10b1a5000 - 0x10b21aff7 com.apple.GPUToolsServices (1.0 - 36.3) <0C49F63F-95CE-3392-813D-C998B969F3B7> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsServices.framework/Ve rsions/A/GPUToolsServices 0x10b26a000 - 0x10b300fff com.apple.dt.gpu.GPUTraceDebuggerUI (4.5 - 110.14) <2BF9F781-EFFE-3F9C-8CF0-9BD421E5AC98> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebuggerUI.ideplugin/Contents/ MacOS/GPUTraceDebuggerUI 0x10b33e000 - 0x10b3b5fff com.apple.dt.gpu.GPURenderTargetEditor (4.5 - 110.14) <9973EC30-0541-37FB-96F9-99D880E0E056> /Applications/Xcode.app/Contents/PlugIns/GPURenderTargetEditor.ideplugin/Conten ts/MacOS/GPURenderTargetEditor 0x10b408000 - 0x10b41eff7 com.apple.dt.IDE.IDESymbolNavigator (4.5 - 1801) <3A654E87-C37A-3FDF-9C07-A6E60199F350> /Applications/Xcode.app/Contents/PlugIns/IDESymbolNavigator.ideplugin/Contents/ MacOS/IDESymbolNavigator 0x10b431000 - 0x10b506ff7 com.apple.dt.IDE.IDEModelEditor (4.5 - 1810) <055403CE-DA59-3476-A7EB-095D3ED79100> /Applications/Xcode.app/Contents/PlugIns/IDEModelEditor.ideplugin/Contents/MacO S/IDEModelEditor 0x10b596000 - 0x10b5fdff7 com.apple.dt.IDE.IDEModelFoundation (4.5 - 1810) <9BBA31E3-ECE7-35C1-9E4E-88DF5A166E38> /Applications/Xcode.app/Contents/PlugIns/IDEModelFoundation.ideplugin/Contents/ MacOS/IDEModelFoundation 0x10b64c000 - 0x10b651ff7 com.apple.dt.IDE.IDEPDFViewer (4.5 - 1802) <58CB1C41-DBE2-37A2-B109-BA1BA6E2D4D6> /Applications/Xcode.app/Contents/PlugIns/IDEPDFViewer.ideplugin/Contents/MacOS/ IDEPDFViewer 0x10b65a000 - 0x10b662ff7 com.apple.dt.PlistEditor (4.5 - 1804) <962FE96E-C7B6-3EFA-B411-573B5419672D> /Applications/Xcode.app/Contents/PlugIns/PlistEditor.ideplugin/Contents/MacOS/P listEditor 0x10b66d000 - 0x10b69dfff com.apple.dt.gpu.GPUDebuggeriOSSupport (4.5 - 51.8) <1D68BA75-3122-39B5-AF30-436970052427> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/GPUDebuggeriOSSupport.ideplugin/Contents/MacOS/GP UDebuggeriOSSupport 0x10b6c2000 - 0x10b6d2fff com.apple.GPUToolsMobileFoundation (1.0 - 52.6) <05D82242-8837-38A6-970E-E18B341EF398> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/GPUToolsMobileFoundation.framework/Versions/A/GPUToo lsMobileFoundation 0x10b6e1000 - 0x10b736fff com.apple.GPUToolsExpert (1.0 - 52.6) <2F8CEC3B-7778-3CD0-8A4A-4A5F49F4D234> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/GPUToolsExpert.framework/Versions/A/GPUToolsExpert 0x10b842000 - 0x10b856ff7 com.apple.dt.IDE.IDERTFEditor (4.5 - 1800) <81E8B141-188F-3C0E-9272-B999F19F9366> /Applications/Xcode.app/Contents/PlugIns/IDERTFEditor.ideplugin/Contents/MacOS/ IDERTFEditor 0x10b868000 - 0x10b89aff7 com.apple.dt.IDE.IDELogNavigator (4.5 - 1805) /Applications/Xcode.app/Contents/PlugIns/IDELogNavigator.ideplugin/Contents/Mac OS/IDELogNavigator 0x10b8c0000 - 0x10b8f8fff com.apple.dt.IDE.IDERepositoryViewer (4.5 - 1809) <1627E155-E38B-3470-853F-E1E182B3EE48> /Applications/Xcode.app/Contents/PlugIns/IDERepositoryViewer.ideplugin/Contents /MacOS/IDERepositoryViewer 0x10b928000 - 0x10b933ff7 com.apple.dt.IDE.IDEProjectsOrganizer (4.5 - 1802) /Applications/Xcode.app/Contents/PlugIns/IDEProjectsOrganizer.ideplugin/Content s/MacOS/IDEProjectsOrganizer 0x10b93f000 - 0x10b947ff7 com.apple.dt.ScriptingDefinitionEditor (4.5 - 1801) /Applications/Xcode.app/Contents/PlugIns/ScriptingDefinitionEditor.ideplugin/Co ntents/MacOS/ScriptingDefinitionEditor 0x10b94f000 - 0x10b95cff7 com.apple.dt.IDE.IDEIssueNavigator (4.5 - 1801) <79C4C63E-8A87-3C0D-9E55-EBD1ABDD8996> /Applications/Xcode.app/Contents/PlugIns/IDEIssueNavigator.ideplugin/Contents/M acOS/IDEIssueNavigator 0x10b967000 - 0x10b979fff com.apple.dt.IDE.IDEStructureNavigator (4.5 - 1803) <44F026AC-6E84-39E7-B35A-0E9B52651DC0> /Applications/Xcode.app/Contents/PlugIns/IDEStructureNavigator.ideplugin/Conten ts/MacOS/IDEStructureNavigator 0x7fff609c1000 - 0x7fff609f5597 dyld (??? - 206) <13342B9C-68E1-32D8-95C4-66B1C5A93C46> /usr/lib/dyld 0x7fff8aaa5000 - 0x7fff8aba7fff libJP2.dylib (??? - 818) <0F0C6C9A-6CEA-312B-B0FC-B3201C9B3165> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff8aba8000 - 0x7fff8aba9fff libremovefile.dylib (??? - 23) /usr/lib/system/libremovefile.dylib 0x7fff8abaa000 - 0x7fff8acacff7 libcrypto.0.9.8.dylib (??? - 41) <7FF8B13D-4C67-3C74-9B23-5EFD46038515> /usr/lib/libcrypto.0.9.8.dylib 0x7fff8acad000 - 0x7fff8acb1fff libpam.2.dylib (??? - 19) <3716E498-3271-396B-9222-993CE028A87C> /usr/lib/libpam.2.dylib 0x7fff8acb2000 - 0x7fff8afcbfff com.apple.CoreServices.CarbonCore (1015 - 1015) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore 0x7fff8afcc000 - 0x7fff8b019fff com.apple.CoreMediaIO (301.0 - 4130) /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff8b01a000 - 0x7fff8b0dafff com.apple.coreui (2.0 - 172) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff8b0db000 - 0x7fff8b186fff com.apple.CoreServices.OSServices (521 - 521) <22ADB6F4-9F4B-3FB0-9726-7506C08F5F4B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices 0x7fff8b187000 - 0x7fff8b1e1ff7 com.apple.print.framework.PrintCore (8.0 - 379) <120D0FF3-944A-31B2-943E-3E51D90363E0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore 0x7fff8b1e2000 - 0x7fff8b1f6fff com.apple.speech.synthesis.framework (4.1.2 - 4.1.2) <77D74574-1BA3-3BDA-9904-8F9606A7334A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff8b254000 - 0x7fff8b254fff com.apple.audio.units.AudioUnit (1.8 - 1.8) <9F6EA440-6E50-3764-96A2-15E003BA0F2D> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff8b255000 - 0x7fff8b28bff7 libsystem_info.dylib (??? - 406.6) /usr/lib/system/libsystem_info.dylib 0x7fff8b296000 - 0x7fff8b2a0ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <06DC94A9-50A4-3B19-9703-FF434F15E6EF> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment 0x7fff8b926000 - 0x7fff8b92cfff com.apple.DiskArbitration (2.5 - 2.5) <08B1D87D-1564-329F-A67B-65551A6517A0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff8b92d000 - 0x7fff8b9f4ff7 com.apple.CoreText (239.0 - ???) <3662F82E-0E9C-3544-8C1B-2C07AEA32104> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText 0x7fff8b9f5000 - 0x7fff8ba22ff7 com.apple.CoreServicesInternal (133 - 133) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal 0x7fff8ba23000 - 0x7fff8bb08ff7 com.apple.backup.framework (1.4 - 1.4) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff8bb09000 - 0x7fff8bb5afff com.apple.imfoundation (7.0 - 900) <7868529C-1024-3208-80C3-43F2D9B0C076> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/Frameworks/IMFoun dation.framework/Versions/A/IMFoundation 0x7fff8bb62000 - 0x7fff8bd5eff7 libicucore.A.dylib (??? - 490.3) <4F734616-7D46-3670-B6FB-A92C306811CC> /usr/lib/libicucore.A.dylib 0x7fff8bd5f000 - 0x7fff8c91dff7 FaceCoreLight (??? - 1.6.2) <360E47FB-DF9D-30F6-BC59-9BC033A26F3B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght 0x7fff8c91e000 - 0x7fff8ca9dff7 com.apple.WebKit (8535 - 8535.18.5) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x7fff8ca9e000 - 0x7fff8cb2dfff com.apple.imcore (7.0 - 900) /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore 0x7fff8cb2e000 - 0x7fff8cb78fff libGLU.dylib (??? - 8.1.4) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff8cb79000 - 0x7fff8cbb0ff7 libssl.0.9.8.dylib (??? - 41) /usr/lib/libssl.0.9.8.dylib 0x7fff8cbb1000 - 0x7fff8cc1bfff com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff8cc1c000 - 0x7fff8cd7afff com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <0AD69FB0-6E5B-3AFB-8F03-A015ADF8C36E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff8cd7b000 - 0x7fff8cd7bfff com.apple.Accelerate (1.8 - Accelerate 1.8) <8A3970BF-250A-3057-8115-CD47C846A1E0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff8cd7c000 - 0x7fff8cd87fff libsystem_notify.dylib (??? - 98.1) <9AD78652-BC32-3AE5-805B-A0C29C903090> /usr/lib/system/libsystem_notify.dylib 0x7fff8cd88000 - 0x7fff8cd8dfff libcache.dylib (??? - 49) <09CA86F2-DA23-3F86-91C7-CDFCA20F58C4> /usr/lib/system/libcache.dylib 0x7fff8cd8e000 - 0x7fff8cdc4fff com.apple.DebugSymbols (94 - 94) <0B90B1BA-884E-3B07-A0F3-5032345B9EFF> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s 0x7fff8cdc5000 - 0x7fff8cdf9fff com.apple.securityinterface (6.0 - 55011) <7C6A9C18-F66D-3282-A29C-01DB1D78FB88> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face 0x7fff8ce16000 - 0x7fff8d071ff7 com.apple.QuartzComposer (5.1 - 259) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer 0x7fff8d072000 - 0x7fff8d086fff libGL.dylib (??? - 8.1.4) <19919DA1-9189-34D1-B441-4F9D034A0234> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff8d5d1000 - 0x7fff8d5f0fff libresolv.9.dylib (??? - 48) <93B3CC9D-4097-3182-8A65-37A6C3F0D44C> /usr/lib/libresolv.9.dylib 0x7fff8d7b8000 - 0x7fff8d7c2ff7 com.apple.speech.recognition.framework (4.1.0 - 4.1.0) <5F76E62F-0F5F-3305-B649-7624DCDFC250> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition 0x7fff8d7c5000 - 0x7fff8d7c7fff com.apple.TrustEvaluationAgent (2.0 - 22) <70BA9AF2-2646-348B-A82E-0C3C69C89708> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent 0x7fff8d7c8000 - 0x7fff8d9a4fff com.apple.CoreFoundation (6.8 - 717.17) <278A5EBA-42D0-32D1-A6AF-A4DBDEAE546E> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff8d9a5000 - 0x7fff8d9d8fff com.apple.framework.internetaccounts (2.0 - 200) <669352FA-A853-3B03-8C62-15831CAC22A0> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts 0x7fff8da6d000 - 0x7fff8dbadfff com.apple.MediaControlSender (1.4 - 140.16) <0207865F-7255-38F9-B172-6462C5D53FE2> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender 0x7fff8dbae000 - 0x7fff8dcaaff7 com.apple.QuickLookUIFramework (4.0 - 521.1) <5A337E6E-1ABA-3267-85F4-0BA1BA13BBEB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI 0x7fff8dcab000 - 0x7fff8eb6ffff com.apple.WebCore (8535 - 8535.18.5) <3BE655A1-79E1-3D0E-BAFA-71CFADBB29FA> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore 0x7fff8eb7c000 - 0x7fff8eb88ff7 com.apple.DirectoryService.Framework (10.8 - 151.1) /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce 0x7fff8eb89000 - 0x7fff8eb8ffff libmacho.dylib (??? - 822) <86BADFE3-6723-3D4B-8075-46D66997A9BB> /usr/lib/system/libmacho.dylib 0x7fff8eba5000 - 0x7fff8ec24ff7 com.apple.Metadata (10.7.0 - 656.2) <2FF6218D-6A92-3556-9214-841FF4D9B20F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata 0x7fff8ec25000 - 0x7fff8ec4dff7 com.apple.SystemConfiguration.EAP8021X (12.0.0 - 12.0) <47829469-958F-3AF6-9CE2-01423E04E393> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X 0x7fff8ec4e000 - 0x7fff8ec50fff libquarantine.dylib (??? - 46) /usr/lib/system/libquarantine.dylib 0x7fff8ec51000 - 0x7fff8ecadfff com.apple.Symbolication (1.3 - 91) <3D5A3B4E-FEB1-33A7-98D7-8117011F244D> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion 0x7fff8ecae000 - 0x7fff8ece8fff com.apple.Ubiquity (1.1 - 213.2) <9FE1EACF-5A37-3E70-BAD4-44B571583F73> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity 0x7fff8ece9000 - 0x7fff8ed17ff7 libsystem_m.dylib (??? - 3022.3) <8E2F46FD-32CD-3821-AA16-21EDB213BBB4> /usr/lib/system/libsystem_m.dylib 0x7fff8ed25000 - 0x7fff8ed95fff com.apple.ISSupport (1.9.8 - 56) <92FEB113-FBFC-3DEB-93DF-B27CC00903E9> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport 0x7fff8ed96000 - 0x7fff8ee33fff com.apple.ink.framework (1.3.2 - 110) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink 0x7fff8ee34000 - 0x7fff8eec4ff7 com.apple.CorePDF (2.0 - 2) <7DC5F61D-98EC-3EB3-88E7-34D6E4648988> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x7fff8eec5000 - 0x7fff8ef20fff com.apple.QuickLookFramework (4.0 - 521.1) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x7fff8ef21000 - 0x7fff8ef2dff7 libCSync.A.dylib (??? - 250.0.5) <6CADCADC-17DC-3B60-B560-77457F490983> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x7fff8ef2e000 - 0x7fff8ef95fff libcommonCrypto.dylib (??? - 60007) <30A7BE27-F3AF-3AFB-B4F8-B40EB2D51104> /usr/lib/system/libcommonCrypto.dylib 0x7fff8ef96000 - 0x7fff8efc0ff7 com.apple.datadetectors (4.0 - 187.0) <78CA4ACA-E9F3-30D5-8E3E-1BD5E29F50B9> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors 0x7fff8efc1000 - 0x7fff8f08cff7 com.apple.Bluetooth (4.0.7 - 4.0.7b17) <75570D49-78AB-3F86-86C7-A354985A1010> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff8f08d000 - 0x7fff8f0a9fff libPng.dylib (??? - 818) <5C8DB5F0-63F1-3927-893D-211331B26C99> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff8f0b8000 - 0x7fff8f0cbff7 libbsm.0.dylib (??? - 31) /usr/lib/libbsm.0.dylib 0x7fff8f174000 - 0x7fff8f177fff com.apple.AppleSystemInfo (2.0 - 2) /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo 0x7fff8f178000 - 0x7fff8f1a5ff7 com.apple.DictionaryServices (1.2 - 165) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices 0x7fff8f1a6000 - 0x7fff8f1c6ff7 libxpc.dylib (??? - 140.5.1) <1C96E807-DA5D-32DC-AB4D-221F0EA5A2FF> /usr/lib/system/libxpc.dylib 0x7fff8f1c7000 - 0x7fff8f1ddff7 com.apple.MultitouchSupport.framework (235.12 - 235.12) <496A10DE-5964-34C0-AAE6-13DDD3171343> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport 0x7fff8f1de000 - 0x7fff8f233fff com.apple.HIServices (1.20 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices 0x7fff8f234000 - 0x7fff8f25bff7 com.apple.framework.familycontrols (4.0 - 400) <44DB026C-7F71-3AAA-AB17-C181489F7462> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols 0x7fff8f25c000 - 0x7fff8f26dff7 libsasl2.2.dylib (??? - 166) <5AD89D5C-E1D8-30AB-9CD5-770707C17B3D> /usr/lib/libsasl2.2.dylib 0x7fff8f280000 - 0x7fff8f2c4fff com.apple.framework.CoreWiFi (1.0 - 100.2) <40DF1649-C7CE-3143-BE1D-8616D64661C3> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff8f2c5000 - 0x7fff8f653fff com.apple.VideoToolbox (1.0 - 899.3) <7283E4EA-C13A-38CD-B69B-8B915293E7A3> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff8f654000 - 0x7fff8f694fff com.apple.bom (12.0 - 188) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x7fff8f695000 - 0x7fff8f6d4fff com.apple.MediaKit (13 - 653) <6211C6DD-A406-3AB9-94FF-1244DD98C93C> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff8f785000 - 0x7fff8f875fff com.apple.DiskImagesFramework (10.8 - 340) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff8f876000 - 0x7fff8f883fff com.apple.AppleFSCompression (46 - 1.0) /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression 0x7fff8f894000 - 0x7fff8f8a6ff7 libz.1.dylib (??? - 43) <3655F9C2-CADD-3FCB-93E0-0A6E6F03A7B7> /usr/lib/libz.1.dylib 0x7fff8f8a7000 - 0x7fff8fac2fff com.apple.CoreData (105 - 395) <7FDFE2D2-52A9-312A-922E-6A4B802ED13A> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff8fac3000 - 0x7fff8fb1aff7 com.apple.ScalableUserInterface (1.0 - 1) <72928EDE-8F4C-3FFF-98D7-CA68E8913930> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface 0x7fff8fb1b000 - 0x7fff8fc18ff7 libxml2.2.dylib (??? - 22.1) /usr/lib/libxml2.2.dylib 0x7fff8fc19000 - 0x7fff8fc24ff7 com.apple.CommonAuth (3.0 - 2.0) <4078B5A8-2D01-39F1-AEF3-C98E45B39B26> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff8fc25000 - 0x7fff8fd3bfff com.apple.ImageIO.framework (3.2.0 - 3.2.0) <92BC3071-0D11-3D3C-B70B-D5E0E9F92073> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO 0x7fff8fd3c000 - 0x7fff8fd43ff7 com.apple.marco (7.0 - 900) <633BD6B1-75E3-3F21-8B6E-65031C8AE2DB> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco 0x7fff8fd44000 - 0x7fff8fd47ff7 libdyld.dylib (??? - 206) <53ED60B0-BEE4-3896-9635-2088DB7266F4> /usr/lib/system/libdyld.dylib 0x7fff8fd48000 - 0x7fff8fd74fff libRIP.A.dylib (??? - 250.0.5) <79673967-0BAD-3B4E-BBB9-F607DD481742> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x7fff8fd75000 - 0x7fff8fd8aff7 libdispatch.dylib (??? - 228.3.1) <04AC8B0A-2DF8-3B07-ADF7-55E47F456498> /usr/lib/system/libdispatch.dylib 0x7fff8fd8b000 - 0x7fff8fd9bff7 com.apple.AppleScriptObjC (1.1 - ???) /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC 0x7fff8fd9c000 - 0x7fff8fe1cff7 com.apple.ApplicationServices.ATS (318 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS 0x7fff8fe1d000 - 0x7fff8fe56fff com.apple.LDAPFramework (4.0 - $[RC_ProjectSourceVersion]) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff8fe57000 - 0x7fff8fed5fff com.apple.securityfoundation (5.0 - 55110) <4D6B35B4-C6C4-3E50-9863-6474D429F54B> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation 0x7fff8fed6000 - 0x7fff9003dfff com.apple.CFNetwork (561.2 - 561.2) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff9003e000 - 0x7fff90042fff libGIF.dylib (??? - 818) <14617319-79F2-3355-A113-7795B8F37BC9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff90043000 - 0x7fff90044fff libsystem_blocks.dylib (??? - 57.2) <15CDE6B5-2C4C-3A07-9CA7-260105AA3EB0> /usr/lib/system/libsystem_blocks.dylib 0x7fff90045000 - 0x7fff901dafff com.apple.vImage (6.0 - 6.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage 0x7fff901db000 - 0x7fff901f7fff com.apple.openscripting (1.3.4 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting 0x7fff901f8000 - 0x7fff90228fff com.apple.RemoteViewServices (2.0 - 55) <82C4C1AA-11DF-344E-AF22-DBA6DA3A6AFF> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices 0x7fff90229000 - 0x7fff90243ff7 com.apple.CoreMediaAuthoring (2.1 - 908) <1D17C72D-C58E-3795-B729-E1CC8F53BDE4> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring 0x7fff90497000 - 0x7fff90564ff7 libsystem_c.dylib (??? - 824.3) <0A254F87-0DDA-3C6E-93FF-848E97192AFB> /usr/lib/system/libsystem_c.dylib 0x7fff90580000 - 0x7fff90581ff7 libSystem.B.dylib (??? - 169) <9B685BAB-23A0-38A8-B9F2-4DEA020584EE> /usr/lib/libSystem.B.dylib 0x7fff90615000 - 0x7fff90654ff7 com.apple.QD (3.41 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD 0x7fff90655000 - 0x7fff90913fff com.apple.security (7.0 - 55135.1) /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff90914000 - 0x7fff9091ffff com.apple.CoreBluetooth (100.6 - 1) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/Frameworks/CoreBlue tooth.framework/Versions/A/CoreBluetooth 0x7fff9099b000 - 0x7fff909e2ff7 com.apple.OSAKit (1.3 - 81) <8CC901F5-3BD7-3F24-82F6-0F2A0B0CBED1> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit 0x7fff909e3000 - 0x7fff90a3afff com.apple.AppleVAFramework (5.0.16 - 5.0.16) <9F4F12AA-0413-3BED-AE37-812BC13E2EBD> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff90a3b000 - 0x7fff90a51fff com.apple.ImageCapture (8.0 - 8.0) <42702BCA-1291-372F-A95A-FBAF1A947B0E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture 0x7fff90a52000 - 0x7fff90a76ff7 libc++abi.dylib (??? - 23) /usr/lib/libc++abi.dylib 0x7fff90ab4000 - 0x7fff90c3afff libBLAS.dylib (??? - 1073) <9B9D4614-79F2-3C85-9A96-E463B3ECDFE6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib 0x7fff90c3b000 - 0x7fff91032fff libLAPACK.dylib (??? - 1073) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib 0x7fff91033000 - 0x7fff91084fff com.apple.SystemConfiguration (1.12 - 1.12) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration 0x7fff91085000 - 0x7fff91133ff7 com.apple.LaunchServices (499.1 - 499.1) <79B108DF-5610-35AA-9417-102150E05ADC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices 0x7fff91134000 - 0x7fff91141ff7 com.apple.NetAuth (4.0 - 4.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff9119b000 - 0x7fff911a0fff com.apple.OpenDirectory (10.8 - 151.1) <366D13D6-DA25-306D-AF9C-ECF88C0ABF92> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff9122d000 - 0x7fff9132aff7 libFontParser.dylib (??? - 81) <65805C38-99F9-328C-AFB7-E693F6245B4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff9132b000 - 0x7fff91395fff com.apple.CoreSymbolication (2.2 - 81) <8BF7AF85-A61F-36A0-9472-53463C7BA0E1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication 0x7fff91396000 - 0x7fff913abfff com.apple.iChat.InstantMessage (6.1 - 3016) /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage 0x7fff913ac000 - 0x7fff913e4fff libtidy.A.dylib (??? - 15.9) /usr/lib/libtidy.A.dylib 0x7fff91430000 - 0x7fff91438ff7 liblaunch.dylib (??? - 442.5) <3A19F156-BEE1-3F14-9109-93EC4CCA8991> /usr/lib/system/liblaunch.dylib 0x7fff91439000 - 0x7fff91439fff libkeymgr.dylib (??? - 25) <72B4F186-0234-30A9-B7A1-B8BD7DF1A48B> /usr/lib/system/libkeymgr.dylib 0x7fff9143a000 - 0x7fff91447fff libexslt.0.dylib (??? - 11.1) <10A62E23-BD43-336A-9E4D-FFC2A1152AD1> /usr/lib/libexslt.0.dylib 0x7fff91488000 - 0x7fff914c5ff7 com.apple.AE (605 - 605) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE 0x7fff914c6000 - 0x7fff914c6fff com.apple.Cocoa (6.7 - 19) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff914f3000 - 0x7fff914f5fff libCVMSPluginSupport.dylib (??? - 8.1.4) <768F2AD1-FD10-37D4-8848-A505C2F814C5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib 0x7fff9152b000 - 0x7fff91539ff7 libkxld.dylib (??? - 2050.1.12) <10E964BE-3993-360E-BCE8-FBC186A2EE0D> /usr/lib/system/libkxld.dylib 0x7fff9153a000 - 0x7fff9153dfff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help 0x7fff9153e000 - 0x7fff9159bff7 com.apple.CoreMedia (1.0 - 899.3) <8567F80A-FE04-3554-BF5E-90BACD0C0DB7> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff9159c000 - 0x7fff915b3fff com.apple.CFOpenDirectory (10.8 - 151.1) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory 0x7fff915b8000 - 0x7fff915fbff7 libcurl.4.dylib (??? - 7) <8021652A-89A0-3B11-B1E7-2A94B519ECB3> /usr/lib/libcurl.4.dylib 0x7fff91609000 - 0x7fff9160ffff libCoreVMClient.dylib (??? - 21.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib 0x7fff91680000 - 0x7fff91680fff com.apple.ApplicationServices (44 - 44) <61E15AC1-DE4F-363C-A3AF-1EB31CDA9B43> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services 0x7fff91681000 - 0x7fff91685fff com.apple.IOSurface (81.0 - 81.0) <1D99910E-EA8E-3F00-9DF3-876ACFDE112C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff91686000 - 0x7fff917a0ff7 com.apple.DesktopServices (1.7.0 - 1.7.0) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv 0x7fff917a1000 - 0x7fff92383ff7 com.apple.AppKit (6.8 - 1157.7) <0375880F-31B2-387A-9561-ED7649848479> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff92384000 - 0x7fff923d0ff7 libauto.dylib (??? - 185) /usr/lib/libauto.dylib 0x7fff923d1000 - 0x7fff923d7ff7 libunwind.dylib (??? - 35.1) /usr/lib/system/libunwind.dylib 0x7fff923d8000 - 0x7fff923daff7 com.apple.print.framework.Print (8.0 - 254) <49926E92-3310-3696-AF27-ED32A4D31137> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print 0x7fff923db000 - 0x7fff923dcfff liblangid.dylib (??? - 113) <8A316E3C-198E-35CF-A1D3-FD170AFB9034> /usr/lib/liblangid.dylib 0x7fff923dd000 - 0x7fff923e3fff libGFXShared.dylib (??? - 8.1.4) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib 0x7fff9240d000 - 0x7fff9244bfe7 libGLImage.dylib (??? - 8.1.4) <1CF86F0E-E3C4-34C6-BF41-54BB65BE2974> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib 0x7fff92458000 - 0x7fff92476fff com.apple.ChunkingLibrary (1.0 - 127) <0BDE3C15-CDCA-39E9-A7FC-0FA4D3889FD9> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library 0x7fff92477000 - 0x7fff9270fff7 com.apple.CoreImage (8.0.3 - 1.0.1) <247879C0-C2BB-3A61-B232-0E787E4DA130> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage 0x7fff92710000 - 0x7fff9272ffff libCRFSuite.dylib (??? - 30) <34D5474C-974D-33B8-9E15-08599E113F02> /usr/lib/libCRFSuite.dylib 0x7fff92730000 - 0x7fff9297dff7 com.apple.JavaScriptCore (8535 - 8535.18) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fff9297e000 - 0x7fff92a1aff7 com.apple.PDFKit (2.7 - 2.7) <7D1313DD-3B04-36CA-8CEA-CD32F353D972> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit 0x7fff92a1b000 - 0x7fff92d55fff com.apple.Foundation (6.8 - 917.11) <9FC129D1-C385-3E83-8A8B-914C22C7D1C5> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff92eae000 - 0x7fff92eaffff libDiagnosticMessagesClient.dylib (??? - 7) <81814D5D-168A-3DAB-AA87-11600398456C> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff92eb0000 - 0x7fff92ebeff7 libsystem_network.dylib (??? - 1) <5D168AD7-8F0A-3426-8A56-1A8B53F17103> /usr/lib/system/libsystem_network.dylib 0x7fff92ebf000 - 0x7fff92f7cff7 com.apple.ColorSync (4.8.0 - 4.8.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync 0x7fff92f7d000 - 0x7fff93050ff7 com.apple.DiscRecording (7.0 - 7000.2.3) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff930ad000 - 0x7fff930c8ff7 libsystem_kernel.dylib (??? - 2050.1.12) <78431AD4-4485-3175-A73F-E2A232FF872D> /usr/lib/system/libsystem_kernel.dylib 0x7fff930c9000 - 0x7fff93117ff7 libFontRegistry.dylib (??? - 87.2) <687BC0CD-41F7-3343-8CD1-25BFDFA05F0F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff93118000 - 0x7fff93127ff7 libxar.1.dylib (??? - 104) <73CE1A19-521F-3A5E-8EDA-1BDEFF7AE264> /usr/lib/libxar.1.dylib 0x7fff93128000 - 0x7fff93195ff7 com.apple.datadetectorscore (4.0 - 249.0) <16362ADC-BE1C-31B1-9303-DEFADE0DF3CA> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore 0x7fff93196000 - 0x7fff9319dff7 com.apple.CommerceCore (1.0 - 19) <99B2A6D3-ED2A-3BE9-8683-8F205A01EE19> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore 0x7fff9319e000 - 0x7fff9319efff com.apple.CoreServices (57 - 57) <62EDA6EE-0116-356E-997B-05A80D74A8B9> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff9319f000 - 0x7fff9322cff7 com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit 0x7fff9364a000 - 0x7fff937f1fff com.apple.QuartzCore (1.8 - 286.0) <2503FFF9-63D2-3138-A78C-AE1992BB23B4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff937f2000 - 0x7fff93c9dff7 com.apple.MediaToolbox (1.0 - 899.3) <4CD32711-6F2B-3922-9AD4-6C114281FFD1> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff93f13000 - 0x7fff94008fff libiconv.2.dylib (??? - 7) <22736181-36E2-388D-8370-79CCD13FEA2C> /usr/lib/libiconv.2.dylib 0x7fff94009000 - 0x7fff94034ff7 libxslt.1.dylib (??? - 11.1) <4F030C81-624F-3CDB-A636-60492EB5ABAB> /usr/lib/libxslt.1.dylib 0x7fff94035000 - 0x7fff94037ff7 libunc.dylib (??? - 24) /usr/lib/system/libunc.dylib 0x7fff94038000 - 0x7fff9408dff7 libTIFF.dylib (??? - 818) <64BF7139-051B-34DD-BD47-0A63BE4EAAA2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff94099000 - 0x7fff9409bfff com.apple.securityhi (4.0 - 55002) <07453725-9392-3DCE-90FB-8EC68FFBD615> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI 0x7fff9409c000 - 0x7fff940c4ff7 libJPEG.dylib (??? - 818) <7FB0F841-776C-33E9-8B2C-C891CDB64FD4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff940c5000 - 0x7fff940cffff com.apple.aps.framework (3.0 - 3.0) <4AC405EA-09CD-3571-AB7C-CEC5F90E6C35> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService 0x7fff940d0000 - 0x7fff941b2f57 libobjc.A.dylib (??? - 522) <58D1FFA4-272C-3351-9C7C-46B41CB5C57D> /usr/lib/libobjc.A.dylib 0x7fff941b3000 - 0x7fff942f1ff7 com.apple.avfoundation (2.0 - 343.1) <2FCB6399-7DFA-3267-98D4-52BE909479D5> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x7fff942f2000 - 0x7fff9435bfff libstdc++.6.dylib (??? - 56) <3D7DCC84-1F8B-32D0-9B48-49A54B6ED305> /usr/lib/libstdc++.6.dylib 0x7fff9435c000 - 0x7fff944cdff7 com.apple.QTKit (7.7.1 - 2539) <8C11FD97-A511-3054-9445-4D11A096CF85> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x7fff944ce000 - 0x7fff944cefff com.apple.quartzframework (1.5 - 1.5) <74A52770-16C4-39AE-BED8-EF481AC22F08> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x7fff944cf000 - 0x7fff945c0fff libsqlite3.dylib (??? - 132) <4AEE22D9-9077-3CD6-8D68-8BDEC66C1750> /usr/lib/libsqlite3.dylib 0x7fff945c1000 - 0x7fff945dbff7 com.apple.GenerationalStorage (1.0 - 126.1) /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage 0x7fff945dc000 - 0x7fff945e9fff libbz2.1.0.dylib (??? - 29) <53BA668D-8869-3E2E-987E-0EC7462ED5E1> /usr/lib/libbz2.1.0.dylib 0x7fff945ea000 - 0x7fff9479bfff com.apple.AutomatorFramework (1.2.2 - 336) /System/Library/Frameworks/Automator.framework/Versions/A/Automator 0x7fff9479f000 - 0x7fff947a7fff libsystem_dnssd.dylib (??? - 375) <13C7ACD3-9EBE-3C40-9172-43963373B219> /usr/lib/system/libsystem_dnssd.dylib 0x7fff947b2000 - 0x7fff94ad7fff com.apple.HIToolbox (2.0 - ???) <3D80567F-1DFC-3346-AED2-A4BE0B8B4E57> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox 0x7fff94ad8000 - 0x7fff94b1aff7 libcups.2.dylib (??? - 310) <7A6E0D65-6C15-30E3-9054-92318ADC2827> /usr/lib/libcups.2.dylib 0x7fff94b1b000 - 0x7fff94b6dff7 com.apple.opencl (2.0.10 - 2.0.10) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff94b6e000 - 0x7fff94bd6fff libvDSP.dylib (??? - 380) <3607642F-BC66-3916-A957-49BCD8CC290A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib 0x7fff94c04000 - 0x7fff94c86fff com.apple.Heimdal (3.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff94c87000 - 0x7fff94cbffff libncurses.5.4.dylib (??? - 37) <97E5612F-A5A7-3E21-A955-19E6BD20C4E3> /usr/lib/libncurses.5.4.dylib 0x7fff94cc5000 - 0x7fff94cc9ff7 com.apple.CommonPanels (1.2.5 - 94) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels 0x7fff94cce000 - 0x7fff94ccffff libffi.dylib (??? - 1) /usr/lib/libffi.dylib 0x7fff94cd0000 - 0x7fff94cd6fff com.apple.phonenumbers (1.0 - 47) /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s 0x7fff94cda000 - 0x7fff94cedff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <7F2215D4-5557-30D7-AE39-52424D75F626> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff94cee000 - 0x7fff94d4bff7 com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <3141EEF8-BC81-37D0-876C-5FFD6C98A321> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff94d4c000 - 0x7fff94d85ff7 com.apple.GSS (3.0 - 2.0) <8C958315-B0C8-36AD-9782-DE697FAB98E3> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff94d86000 - 0x7fff94d86fff com.apple.vecLib (3.8 - vecLib 3.8) <2BEE3837-B31C-39FF-B274-D00590DC68F2> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff94d87000 - 0x7fff94d8efff libcopyfile.dylib (??? - 89) <183B2AFF-79A4-3BD7-87F2-BBC672DE9D4F> /usr/lib/system/libcopyfile.dylib 0x7fff94d8f000 - 0x7fff95006ff7 com.apple.AddressBook.framework (7.0 - 1115) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook 0x7fff95007000 - 0x7fff95032ff7 com.apple.framework.Apple80211 (8.0 - 800.4) <967C04D9-2B13-35A8-B1DE-538333C27B8C> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff9592e000 - 0x7fff95948fff com.apple.ScriptingBridge (1.3 - ???) /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge 0x7fff95949000 - 0x7fff959b3fff libc++.1.dylib (??? - 60) /usr/lib/libc++.1.dylib 0x7fff959b4000 - 0x7fff959b4fff com.apple.Carbon (154 - 154) <394EB10D-B24F-3E7C-A24B-A1D5E5FB76B7> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff959b5000 - 0x7fff959dcfff com.apple.PerformanceAnalysis (1.15 - 15) /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis 0x7fff959de000 - 0x7fff95a00ff7 com.apple.Kerberos (2.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff95a29000 - 0x7fff95a35ff7 com.apple.CrashReporterSupport (10.8 - 404) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport 0x7fff95ab1000 - 0x7fff95addfff com.apple.quartzfilters (1.8.0 - 1.7.0) <3DD28606-7BDD-3F18-B9CC-72CAD3AF43E0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters 0x7fff95ade000 - 0x7fff95ae5fff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff95ae6000 - 0x7fff95af0ff7 com.apple.DisplayServicesFW (2.6 - 352.3.4) <1B8A91A5-3C36-31E2-A15B-7858EB159952> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices 0x7fff95af1000 - 0x7fff95d80ff7 com.apple.imageKit (2.2 - 1.0) <4BDB84A9-E4B4-34D2-B24A-54D4F34DE2EB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit 0x7fff95d81000 - 0x7fff9665e057 com.apple.CoreGraphics (1.600.0 - ???) <7663AB14-1A8E-327D-AA05-D288CEE58548> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff9665f000 - 0x7fff96687fff com.apple.CoreVideo (1.7 - 88.0) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff96688000 - 0x7fff966d2fff com.apple.framework.CoreWLAN (3.0 - kFamilyMajorVersionkFamilyMinorVersionkFamilyBuildVersion) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff966d3000 - 0x7fff966d4ff7 libsystem_sandbox.dylib (??? - 189.1) /usr/lib/system/libsystem_sandbox.dylib 0x7fff966e3000 - 0x7fff966e6fff libRadiance.dylib (??? - 818) <871C7530-9E26-31D2-B640-7B265831E9A5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff9674b000 - 0x7fff9674ffff libCGXType.A.dylib (??? - 250.0.5) <22873864-587D-34F4-9507-36CEFCD6EB71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x7fff96757000 - 0x7fff96758ff7 libdnsinfo.dylib (??? - 453.5) <246B12A6-6E16-3C3D-8335-DE935A8B8367> /usr/lib/system/libdnsinfo.dylib 0x7fff967b0000 - 0x7fff96806fff com.apple.ImageCaptureCore (4.0 - 4.0) /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re 0x7fff96807000 - 0x7fff96816fff com.apple.opengl (1.8.1 - 1.8.1) <71BD52C1-98B0-3C95-9A81-6B587D7ADB32> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff96b41000 - 0x7fff96b41fff com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <0FBEB010-A5D8-3DC4-BC61-604726C81F52> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib 0x7fff96f70000 - 0x7fff96f71fff com.apple.ServerInformation (1.1 - 1) <1A8F25A7-63FA-3225-9F89-EAFDD0AF5B60> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/Server Information 0x7fff96f72000 - 0x7fff9700cfff libvMisc.dylib (??? - 380) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib 0x7fff9700d000 - 0x7fff97012fff libcompiler_rt.dylib (??? - 30) <37E0C1B2-2DAD-3B1E-800D-8EDF31C41CC8> /usr/lib/system/libcompiler_rt.dylib 0x7fff97013000 - 0x7fff97104ff7 com.apple.PubSub (1.0.5 - 65.31) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub 0x7fff97127000 - 0x7fff978c5fef com.apple.CoreAUC (6.15.00 - 6.15.00) <4BAC5C6E-B878-3B78-A5E9-904884693406> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff97912000 - 0x7fff9792dfff com.apple.frameworks.preferencepanes (15.0 - 15.0) <1168670E-2D54-30F1-8DFA-F6D6C596BFFF> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 3 thread_create: 0 thread_set_state: 0 Calls made by this process:
task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine:
task_for_pid: 10319 thread_create: 1 thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=271.4M resident=194.3M(72%) swapped_out_or_unallocated=77.1M(28%)
Writable regions: Total=17.2G written=59.0M(0%) resident=86.9M(0%) swapped_out=0K(0%) unallocated=17.1G(100%)
REGION TYPE VIRTUAL =========== ======= CG backing stores 2156K CG raster data 16K CG shared images 1248K CoreServices 2368K JS JIT generated code 8K JS JIT generated code (reserved) 1.0G reserved VM address space (unallocated) MALLOC 374.4M MALLOC (reserved) 15.8G reserved VM address space (unallocated) MALLOC guard page 64K Memory tag=240 4K Memory tag=241 16K Memory tag=242 12K Memory tag=243 4K Memory tag=249 156K Memory tag=251 44K SQLite page cache 192K STACK GUARD 56.1M Stack 16.2M VM_ALLOCATE 16.3M __CI_BITMAP 80K __DATA 44.0M __IMAGE 528K __LINKEDIT 66.4M __TEXT 204.9M __UNICODE 544K mapped file 129.3M shared memory 588K =========== ======= TOTAL 17.6G TOTAL, minus reserved VM space 915.5M
Model: MacBookPro6,2, BootROM MBP61.0057.B0F, 2 processors, Intel Core i5, 2.4 GHz, 8 GB, SMC 1.58f15
Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 256 MB
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353237334348302D4348392020
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353237334348302D4348392020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.106.98.57.11)
Bluetooth: Version 4.0.7b17, 2 service, 11 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: Hitachi HTS545032B9SA02, 320.07 GB
Serial ATA Device: MATSHITADVD-R UJ-898
USB Device: hub_device, 0x0424 (SMSC), 0x2514, 0xfa100000 / 2
USB Device: BRCM2070 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000 / 5
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8218, 0xfa113000 / 8
USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfa130000 / 4
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0236, 0xfa120000 / 3
USB Device: hub_device, 0x0424 (SMSC), 0x2514, 0xfd100000 / 2
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 4
USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0xfd110000 / 3