IPhone : opening files + bundle subdirectories

Hello.
I would like to know :
- If there's another way to put and open files on the iPhone instead of using iPhone resource bundles (for example, I would like to add files later in my application "directory") ? It seems there's no way to put or open a file directly on the filesystem of the phone.
- If it is necessary to use bundles :
* is it possible to add a bundle later for an application (containing extra data files for example) ? (How ?)
* is it possible to use subdirectories in bundles ? (Even if I have subdirectories in my XCode resources directory, all the files seem to be copied in the same directory on the iPhone).
Thank you for your answer.
Patrick

In fact, my application needs to access files stored in such a hierarchy :
Directory1
- SubDirectory1
-- File1.txt
-- File2.txt
- SubDirectory2
-- File1.txt
-- File2.txt
Directory2
- SubDirectory1
-- File1.txt
-- File2.txt
- SubDirectory2
-- File1.txt
-- File2.txt
The problem is that the C-based library I use requires the path of the root directory and uses files in the subdirectories, so I added all that hierarchy in my project resources in XCode and I gave the path of the bundle to that library, but it did't work because all the files seem to be copied at the root of the bundle directory (ignoring my subdirectories). Is there any solution to that problem ?
Patrick

Similar Messages

  • Numbers - problem to open files with iPhone.

    Hello! I have a problem to open a numbers file on Iphone. this file is made with Mac and use the function "SE". I understand tha t the problem is on a table where I use this function. If I delete this part I'm able to open with the Iphone. I try also to cut the expression on 2 different "se" but not work. I'have a dubt about the possibiliy of use the "se" function on the numbers on Iphone.
    Someone have a problem like this? And find a soluction?
    Can you help me?
    Thanks
    Paolo

    Hi, I see your answer but I don't agree for 3 reasons:
    1 -  On numbers on mac the functions with ";" work good;
    2 - I try to put the comma like your suggestion but the system show me an error on the formula with the red triangle
    3 -  I read another time the online help about the instruction and is correct the ";"
    Follow I put a short screen-shot of the instruction help:
    SE
    La funzione SE restituisce uno dei due valori specificati a seconda che il suo risultato sia il valore booleano VERO o FALSO.
    SE(se_espressione; se_vero; se_falso)
    Thanks for your help but for the moments i follow to don't solve my problems.
    bye
    Paolo

  • How can I use the "open file" alarm on an iPhone?

    In the iCal program on a Mac, I can set an alarm to open a webpage at a specified time each morning automatically by using the "open file" feature in iCal and using a .webloc file for the URL.  However, the event, when synced through iCloud, does not open the webpage on my iPhone.  Is there a way for me to use the "open file" feature on my iPhone?
    If not by using the "open file" feature, is there a way (through an app or other setting) for me to open a website or a program at a specified time each morning?  Thanks!

    timl006 wrote:
    Hi all,
    I have an iPhone 4, running the latest IOS 4.x revision.  Like many of you, I have installed 3rd party apps to replace the existing default apps from Apple in order to get improved functionality.  Chief among them is the calendar app "Week Cal".  I had already switched to my various Google calendars for my appointments exclusively.  I then made my principal Google calendar my default calendar on both my iPhone and iCal on my Mac.
    The problem is that even though I deleted all local calendars on my mac and told the default iPhone Calendar app to hide all calendars, occasionally it somehow "finds" my Google calendar. Once found, the Calendar app is the one that pops up upon calendar alerts and not Week Cal.  The switch does not seem to be linked to syncing.
    Question #1:  How can I tell my iPhone what my default apps are?  Do I need to do something on my Mac as well?
    I'm guessing that Week Cal has some sort of setting that you use to point it to your calendar, yes?
    If so:
    #1 make sure that Sync iCal Calendars is unchecked in iTunes.
    #2 on your iPhone... Settings > Mail, Contacts, Calendars > turn OFF Calendars for all accounts.
    Now the iOS should no be looking to make contact with any data for Calendar.

  • IPhone - MainWindow.xib - ibtool cannot open files of this type

    Hi,
    I'm trying to compile the sample MoveMe application and cannot get it to compile. I get the following error:
    Description: "MainWindow.xib" could not be handled because ibtool cannot open files of this type.
    Failure Reason: ibtool cannot open files of this type.
    I have installed the beta3 version of the SDK. I'm new to building iPhone apps, so I may not have supplied all the required info to solve this issue.
    Interface Builder - version 3.1 (644)
    XCode - version 3.1 (Beta)
    I tried using "Active SDK" as "SDK at iphoneos2.0" but it couldn't find it:
    error: There is no SDK with specified name or path 'iphoneos2.0'
    so I am using "Simulator - Aspen 1.2"
    Thanks for any help.

    anymore updates on the topic ? done that and still getting the error...
    Building target “WhichWayIsUp” of project “WhichWayIsUp” with configuration “Release”
    Checking Dependencies
    CompileXIB /Volumes/WhichWayIsUp/en.lproj/MainWindow.xib
    cd /Volumes/WhichWayIsUp
    "/Volumes/14/iphone sdk dev tools/usr/bin/ibtool" --errors --warnings --notices --output-format human-readable-text --compile "/Volumes/14/iphone dev/whichwayisup/Release/WhichWayIsUp.app/Contents/Resources/en.lproj/MainWindo w.nib" /Volumes/WhichWayIsUp/en.lproj/MainWindow.xib
    /* com.apple.ibtool.errors */
    Internal Error:
    Description: “MainWindow.xib” could not be handled because ibtool cannot open files of this type.
    Failure Reason: ibtool cannot open files of this type.

  • I just transferred my garage band songs from my iphone to my mac. Why won't garage band open them? I just upgraded to ilife '11. Still won't work. Garage Band cannot open files in the "data" format.. Any Ideas?

    I just transferred my garage band songs from my iphone to my mac. Why won't garage band open them? I just upgraded to ilife '11. Still won't work. Garage Band cannot open files in the "data" format.. Any Ideas?

    Are you trying to transfer the GarageBand projects or the rendered audio files? What version of GarageBand do you have on your iPhone?
    I do not think you can share your GarageBand projects from your iPhone to GarageBand on your Mac, unless you have iCloud, afaik, only the audio files.
    How did you transfer the song?
    To share from an IOS device the Projects or audio files, see:  Share GarageBand songs
    Regards
    Léonie

  • Detect an open file on a share before the folder is moved

    I'm adding an archive feature to a labview application.
    It will archive all the files and subdirectories within the directory I point to.
    My challenge is as follows: The directory is on a network share drive so before the VI moves the directory to the archive location it needs to know if any files are open.  If any are open then it would try again later.  If the labview move function errored out before it moved a directory with open files it would be the perfect solution but it doesn't function this way - it errors after it moves everything except the open files.  Moving all closed files then moving the others when they become available isn't an option for me.
    In researching this it appears I need to access some kind of network management interface to get this info. 
    Does anyone know what resource I could use for this?  I thought "active directory services", accessed through .net, but it seems "user centric (namespace)" not file status centric - not sure though - haven't worked with ADS much and find it less than user friendly to research.
    I figure there has to be some mechanism I can hook into programmatically as a network client to check if any files within a directory are open.
    My application will run on a network client and I don't have access to the server/s hosting the share.
    I'm sure others have encountered this situation or maybe you could point me to another forum for this?
    Cheers,
    Christopher

    Hi Cristopher,
    It seems like the best way to achieve this functionality would be to use two steps. First, check if any of the files in the directory are open, then create the archive only if none of the files are found to be open.
    You may want to check out the following page: How Can I Check if a File is Already Open? The issue of checking for applications being run on different machines within a network is addressed there, so it may be a good resource for you. There are also several other Knowledge Base and Developer Zone articles linked to that page that should be helpful.
    I hope that helps!
    Matt
    Product Owner - NI Community
    National Instruments

  • Error: can't open file (-43)

    Hi Guys,
    I am a newbie to iphone development....I was trying my hand on audio recording module using apple SpeakHere demo....
    The problem is that I want to save the audio file in NSDocumentDirectory and want to playback the audio recorded from there...
    But if i am changing the path from NNSTemporaryDirectory to NSDocumentDirectory i got error stating "can't open file (-43)".
    I searched forum , but did not found any satisfactory answer...Can any body please tell me a way how to overcome this error.
    Waiting for your valuable suggestion.
    Thanks in advance
    Quest.

    It would be best to post a little example code showing where your problem is.

  • Unable To Open File.......... The system cannot find the file specified

    hi all.
    First time poster.
    i have a windows VM running on my macbook...
    have had no troubles for the last 2 months using hourly...
    have just restarted the mac, and have come up with the unable to open file error...
    i'm confused (extremely new to mac)
    is there anything i need / can do to fix? (had a heap of stuff i needed on the windows VM)
    thanks

    Welcome to the Community,
    I can't tell you what was causing this, but according to the support bundle you provided, three of the required .vmdk files are missing (Virtual Disk-s001.vmdk, Virtual Disk-s002.vmdk, and Virtual Disk-s003.vmdk). These files however still existed when you used the VM at "2015-05-23T12:29:04.017+10:00" (see vmware.log).
    Since the VM is running on a snapshot and the base .vmdk files have a time stamp of April, 14th, you should be able to recover these three files from a recent backup (assuming you are regularly backing up your system). You may also want to check whether there's a lost+found folder on your system which contains the files!?
    André

  • My photos are not showing up in the 'Open File' window

    When I try to access my Aperture library through the 'Photo' button on the left hand column of the open file dialogue box, I see an option for aperture but it brings up an incomplete version of my library. There do not seem to be any other versions (or older versions) of my Aperture library floating around on my computer. Is this a refresh problem? Is there a way to force a refresh? Any help would be greatly appreciated.
    Thanks,
    Joel Richards

    Bob,
    I have had may similar problems lately, as I experiment with putting photos on my iPad and iPhone.  (iTunes uses previews from Aperture, and the media browser (File -> Open) uses previews too.)
    It seems that something went haywire with Aperture's preview generation in the last year.  All I can suggest (from my personal experience) is to select all the photos you want, delete the previews, close Aperture, restart Aperture, regenerate the previews, close Aperture, restart Aperture and then do a couple different random things while waiting to figure out what happened.
    I don't mean to sound unhelpful, but that actually is the set of steps I follow when trying to figure out what's wrong with my preview sharing.
    nathan

  • IMovie for Mac: "iMovie cannot open files in the "iMovie for iOS Project" format."

    Question, asked professionally
    When will iMovie for Mac be able to open iMovie for iOS projects?
    Question, asked snarkily
    Any reasonable expectation that we will ever be able to edit projects--created in iMovie on our fancy new expensive phones--in iMovie on our fancy new expensive laptops?
    Specs
    iPhone 6 Plus (contract-free, 128 GB)
    iOS 8.1.2
    iMovie for IOS 2.1.1
    MacBook Pro (Retina, 15-inch, Mid-2014)
    OS X Yosemite 10.10.1
    iMovie for Mac 10.0.6
    Error Messages
    iMovie for Mac: "iMovie cannot open files in the "iMovie for iOS Project" format."
    iMovie for iOS: "An error occurred during export."
    Frustration
    Manufacturer: Apple (a multibillion dollar company)
    The year: 2015
    Hours lost: Three Weeks
    Total costs for both devices: $4,000
    Background Details
    I just wasted thousands of dollars on these two hardware devices by making the rookie mistake of assuming projects were compatible across iMovie applications. However, the exported .iMovieMobile project files are in an incompatible iMovie for iOS Project format that iMovie for Mac cannot import. So I am stuck with a 15 GB .iMovieMobile project file--for an hour-long+ video--that I created and I was editing on my iPhone for weeks that I can no longer edit on my iPhone due to an error, nor potentially rescue the lost hours on my Mac, the sole reason I purchased it one day ago. The reason I can no longer edit the project on the iPhone is because iMovie for iOS suddenly stopped displaying the video of the project in preview, external display, etc. The clip snapshots remain visible and the audio remains audible, but the video appears fully black. Any attempt to export the video at any resolution generates an error message. (This error applies only to this project; other projects export without issue.) I can save to and from iTunes or iCloud without issue, but import into iMovie for Mac is unavailable for this latest version. Deleting and reinstalling the app does not resolve the issue. Nothing has resolved this issue; so I purchased the Mac as a last attempt, and it appears that I will have to begin the meticulously painful process of recreating the video from scratch with all the titling, sound effects, precise edits, transitions, organization, etc. This video was to surprise my mother for her birthday with "this is your life" footage, including my late father. It may seem like a small first-world problem, but such things carry big emotional impacts. What began as such a wonderfully intuitive and joyful experience has descended into a soul-suffering nightmare of catastrophic proportions. This software grinch stole christmas.
    Likely Suspect
    I believe this originated from Apple's confusingly designed iTunes client that removed videos used by iMovie for IOS during a sync, which I successfully restored back to the iPhone. This apparently resulted in iOS seeking and then claiming to find all of the videos, but somehow a bug in the coding causes the audio to play but not display video, and no way to resolve the bug from an enduser standpoint. I was hoping that iMovie for Mac would allow me a workaround, but I'll never know because the iOS and Mac formats are currently and dishearteningly incompatible.
    Suggestions
    I never performed a full backup of the iPhone, but I don't believe any of the iCloud nor local backups actually backup iMovie projects themselves anyway. (That's a fail.) So one must back them up manually to iTunes or iCloud.
    MANUALLY BACKUP YOUR PROJECTS DAILY, IF NOT HOURLY.
    MANUALLY BACKUP YOUR PROJECTS BEFORE IMPORTING OR SYNCING FROM ITUNES.
    MANUALLY BACKUP YOUR PROJECTS BEFORE IMPORTING VIDEO CREATED OUTSIDE  OF YOUR IOS DEVICE.
    Resolutions
    Hope Apple fixes this problem soon? Perhaps.
    Return the Mac to Apple, if they allow? Perhaps.
    Someone in this community will provide a magical workaround--that I haven't already attempted? Perhaps.
    As unlikely these options may be, I shudder to imagine that I may be forced to suffer no resolution and $3,000+ completely down the drain, because if iMovie for IOS worked as intended, I wouldn't have ever purchased the Mac as a last ditch effort to rescue the project. It meant that much to me to surprise my mother by attempting to retrieve this project file from oblivion--but to no avail.

    I appreciate you taking the time to copy and paste boilerplate responses to increase your points in this forum, but I've already read all those support articles in depth; but you have barely read my post at all. Please don't guess a fix. Only someone with the latest versions of iMovie, iOS, iPhone, Yosemite, and MacBook Pro is qualified to troubleshoot this, because anyone would immediately see that the following option no longer exists:
    Open iMovie on your Mac, and choose File > Import > iMovie for iOS Project.
    Read my post before you reply: It clearly says in the title and within my post that I can neither export nor import through iTunes without receiving an error message. So your response neither solved my question nor helped me whatsoever.

  • How do I open MS Bundle on MacBook Pro?

    Request assistance opening MS Bundle on MacBook Pro.  I've purchased MS Bundle from the App store, downloaded it, however it doesn't seem to open.  In order to complete work, I downloaded OpenOffice, now whenever I try to open Work, OpenOffice starts up.  Should I remove Open Office first?  Then, how do I open Word, Excel, of Powerpoint in MS Bundle?  (I note the only reviewer of MS Bundle in the App store encountered the same problem.)  Thanking you for any advice. 

    Hello markwmsn
    Thank you very much for your response.  This was not clear from the Australian App store, where there was only one other reviewer (who also could not open the bundle and must have also thought he was purchasing MS Office, rather than a supplement to it.) 
    So, I've purchased the disk of MS Office Home and Student 2013, however now can't seem to instal it on my MacPro.  (I returned to Mac recently after numerous yrs on PC, so am clearly still working out how to use the Mac Pro well.)  I'm having difficulties locating instructions for the 2013 version on the MS website, and the instructions for the 2011 version indicate that an icon should appear, which hasn't happened here.  If I select any of the files through Finder, they don't activate the disk. 
    Your first response was beautifully clear.  I now would appreciate any advice on how to instal a MS Office disk.
    Thanks again,
    ipso12345

  • Lion Preview and Textedit very slow when opening files from Leopard Server

    My small office (about 10 users) recently upgraded our iMac's, Mac Mini's, and Macbook Pro's.  We are experiencing a big problem with Preview opening super slow (1-2 minutes) when trying to open JPG's, PDF's, etc from our 10.5.8 Leopard Server.  We have deleted numerous plist files related to Preview, completely deleted Preview.app from one iMac and reinstalled it via Pacifist and still no change in performance.  One of the new iMac's does open much faster than the others, but we cannot figure out why this one machine works well and the others don't.
    All machines are showing the below error (dozens of times) in Console when trying to open files directly from the server...
    sandboxd:  ([###])  Preview(###) deny system-fsctl
    We have searched the internet for a solution but have not come up with anything that works.  This problem exists with Textedit as well.  We did try opening a file from one Lion machine to the other and it opened very fast.  We also can open files very quickly from older 10.4.11 Tiger machines directly from the server.  So the best we can determine right now is Lion and Leopard Server are not playing nicely together.
    Any help would be greatly appreciated.
    I have pasted (one of) the console log files below for reference.
    Preview(3364) deny system-fsctl
    Process:         Preview [3364]
    Path:            /Applications/Preview.app/Contents/MacOS/Preview
    Load Address:    0x102c9a000
    Identifier:      Preview
    Version:         ??? (???)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [114]
    Date/Time:       2012-04-24 13:28:40.470 -0700
    OS Version:      Mac OS X 10.7.3 (11D50d)
    Report Version:  7
    Backtrace:
    0   libsystem_kernel.dylib                  0x00007fff922a0516 fsctl + 10
    1   AppleShareClientCore                    0x0000000105629f4a afp_getMountURL + 112
    2   afp                                     0x0000000104e7fe03 AFP_GetMountInfo + 161
    3   NetFS                                   0x00007fff8a17c295 NetFSGetMountInfo + 147
    4   NetFS                                   0x00007fff8a17e08f GetCompleteMountURL + 68
    5   CoreServicesInternal                    0x00007fff86ef1e51 _ZL29addVolumeInfoForURLToBookmarkPK13__CFAllocatorR19BookmarkMutableDataPK7__C FURLmjPK9__CFArrayPP9__CFError + 1535
    6   CoreServicesInternal                    0x00007fff86ef12fb _ZL28createBookmarkWithURLAtDepthPK13__CFAllocatorPK7__CFURLmS4_PK9__CFArrayR19 BookmarkMutableDatajbPP9__CFError + 3230
    7   CoreServicesInternal                    0x00007fff86ef2443 _CFURLCreateBookmarkData + 1309
    8   CoreFoundation                          0x00007fff8d1e3219 -[NSURL bookmarkDataWithOptions:includingResourceValuesForKeys:relativeToURL:error:] + 105
    9   Foundation                              0x00007fff91b72fbf -[NSURL(NSURL) encodeWithCoder:] + 239
    10  Foundation                              0x00007fff91b2e4ed _encodeObject + 1120
    11  Preview                                 0x0000000102cdfb4d
    12  AppKit                                  0x00007fff90975f0b -[NSWindow encodeRestorableStateWithCoder:] + 316
    13  AppKit                                  0x00007fff90974a00 -[NSPersistentUIRecord generateArchive:] + 177
    14  AppKit                                  0x00007fff90975937 recursivelyEncodeInvalidPersistentState + 525
    15  AppKit                                  0x00007fff90973ccc -[NSPersistentUIManager flushAllChangesOptionallyWaitingUntilDone:updatingSnapshots:] + 1128
    16  AppKit                                  0x00007fff90973836 -[NSPersistentUIManager flushPersistentStateAndClose:waitingUntilDone:] + 182
    17  AppKit                                  0x00007fff90973714 __-[NSPersistentUIManager acquireDirtyState]_block_invoke_1 + 53
    18  libdispatch.dylib                       0x00007fff8a79b2b6 _dispatch_source_invoke + 635
    19  libdispatch.dylib                       0x00007fff8a797f77 _dispatch_queue_invoke + 71
    20  libdispatch.dylib                       0x00007fff8a7986f7 _dispatch_main_queue_callback_4CF + 257
    21  CoreFoundation                          0x00007fff8d0da06c __CFRunLoopRun + 1724
    22  CoreFoundation                          0x00007fff8d0d9676 CFRunLoopRunSpecific + 230
    23  HIToolbox                               0x00007fff86aa731f RunCurrentEventLoopInMode + 277
    24  HIToolbox                               0x00007fff86aae5c9 ReceiveNextEventCommon + 355
    25  HIToolbox                               0x00007fff86aae456 BlockUntilNextEventMatchingListInMode + 62
    26  AppKit                                  0x00007fff90918f5d _DPSNextEvent + 659
    27  AppKit                                  0x00007fff90918861 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    28  AppKit                                  0x00007fff9091519d -[NSApplication run] + 470
    29  AppKit                                  0x00007fff90b93b88 NSApplicationMain + 867
    30  Preview                                 0x0000000102c9bdb4
    Binary Images:
           0x102c9a000 -        0x102e7efef  com.apple.Preview (5.5.1 - 719.16) <EE12E506-F88C-319F-A2B4-5EF997884F0C> /Applications/Preview.app/Contents/MacOS/Preview
           0x104e7f000 -        0x104e86fff  com.apple.URLMount.AFPPlugin (4.0 - 4.0) <91C71C5D-562D-37C4-9131-6E6F086288DE> /System/Library/Filesystems/NetFSPlugins/afp.bundle/Contents/MacOS/afp
           0x105618000 -        0x105664ff7  com.apple.AppleShareClientCore (2.5 - 2.5) <CC62F28C-398E-35E2-B2C0-B85A02E57247> /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/AppleShare ClientCore
        0x7fff86aa5000 -     0x7fff86dcfff7  com.apple.HIToolbox (1.8 - ???) <D6A0D513-4893-35B4-9FFE-865FF419F2C2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff86eec000 -     0x7fff86f17ff7  com.apple.CoreServicesInternal (113.12 - 113.12) <C37DAC1A-35D2-30EC-9112-5EEECED5C461> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8a17a000 -     0x7fff8a181fff  com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8a795000 -     0x7fff8a7a3fff  libdispatch.dylib (187.7.0 - compatibility 1.0.0) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
        0x7fff8d0a1000 -     0x7fff8d275fff  com.apple.CoreFoundation (6.7.1 - 635.19) <57B77925-9065-38C9-A05B-02F4F9ED007C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff90910000 -     0x7fff91514fff  com.apple.AppKit (6.7.3 - 1138.32) <A9EB81C6-C519-3F29-89F1-42C3E8930281> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff91ae2000 -     0x7fff91dfbff7  com.apple.Foundation (6.7.1 - 833.24) <6D4E6F93-64EF-3D41-AE80-2BB10E2E6323> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff92289000 -     0x7fff922a9fff  libsystem_kernel.dylib (1699.24.8 - compatibility 1.0.0) <C56819BB-3779-3726-B610-4CF7B3ABB6F9> /usr/lib/system/libsystem_kernel.dylib

    "Enable Related Files" isn't the fix for this issue. It's slightly different - I wanted to still load related files, but only the ones local to the file I was editing.
    The fix was to use DW's Resolve To IP Address feature. It required adding a registry value - it fixed the issue straight away
    This Adobe support doc helped: http://kb2.adobe.com/cps/887/cpsid_88742.html

  • Adobe Acrobat 11 will not open files in IE 10.0.06

    Adobe Acrobat 11 will not open files in IE 10.0.06. Problem started about 2 months ago. It can open older files on computer but cannot open or downloadd any from internet. Using Office 2010. Already spent an hour with my computer tech support under warranty. Please help identify issue. Thanks

    As a web designer - IMHO, Internet Exploder is absolute garbage disguised as software. This (and thousands of other threads in this and many other forums throughout the web) is just more proof of that. I've used Firefox since 2002 when it was still called Mozilla. It does about a million things IE can't and won't, and does them better, faster, and more sensibly.
    Microsoft KNOWS that most corporate workstations have Windows and most I/T departments forbid installation of unapporved software, including browsers, so (by a very slim margin) IE is still the most used browser in the world, but... that doesn't by any means make it the best choice. Because they know so many people are literally FORCED to use it at work, they will not make it more functional than they absolutely have to, because they don't care if people like it or not, when they have no other choice.
    On a home computer, it's different, and that's why Firefox is just a fraction of a percentage point behind IE in worldwide use, and thanks to iPhones, Safari is rapidly climbing the numbers too.
    Rather than trying to work around something that even Microsoft won't bother to fix, abandon their junk and go with Firefox, Opera, Chrome or Safari. It won't be long till you're glad you did.

  • CS5 InDesign crashing when opening files

    I have an issue with opening files in CS5. I wok in a school and we produce a quarterly magazine which is designed with Adobe InDesign. When trying to produce the current edition of the magazine we found that some of the files could not be opened as they caused CS5 to crash (the last dialogue box before the crash says 'converting data'). The same files are able to be opened using InDesign CS3. I tried opening the files in CS3 and then exporting as an .inx file but CS3 crashes trying to do this.
    All of this has been done on a clean out of the box installation of: Mac OS X 10.6.5 with InDesign 7.0.3.
    The issue has been reproduced with 7.0.1. and 7.0.2 using 10.5.8 and it has been seen on a MacBook and an iMac.
    I'm am kind of out ideas at the moment - I've tried the various different things like starting Mac OS X with safe boot, removing caches and so on. What perplexes me is that issue happens when I format a machine, install 10.6 or 10.5 from the disc (not extras, a straight minimal install) and then /only/ install CS5. The attempt to export using CS3 was also done on a clean machine prepared in the same fashion.
    Any suggestions to solve the issue would be much appreciated as we are unable to access about three years of back issues.
    Crash data for CS5 open crash:
    Process:         Adobe InDesign CS5 [709]
    Path:            /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Adobe InDesign CS5
    Identifier:      com.adobe.InDesign
    Version:         7.0.3.535 (7030)
    Code Type:       X86 (Native)
    Parent Process:  launchd [139]
    Date/Time:       2010-12-14 10:31:49.704 +0000
    OS Version:      Mac OS X 10.6.5 (10H574)
    Report Version:  6
    Interval Since Last Report:          578445 sec
    Crashes Since Last Report:           56
    Per-App Interval Since Last Report:  3171 sec
    Per-App Crashes Since Last Report:   10
    Anonymous UUID:                      800E1513-3AAA-4004-9B1D-FF56707EBACA
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000001
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   ???                           0xa0bc76f0 _XHNDL_trapback_instruction + 0
    1   com.adobe.InDesign.Text       0x1e54fec7 GetPlugIn + 449559
    2   ...adobe.InDesign.AppFramework 0x1a1424cf GetPlugIn + 54943
    3   ...adobe.InDesign.AppFramework 0x1a142667 GetPlugIn + 55351
    4   ....InDesign.Generic Page Item 0x1fef3b9b GetPlugIn + 582523
    5   ...adobe.InDesign.AppFramework 0x1a1424cf GetPlugIn + 54943
    6   ...adobe.InDesign.AppFramework 0x1a142d59 GetPlugIn + 57129
    7   ...adobe.InDesign.AppFramework 0x1a142c4d GetPlugIn + 56861
    8   ...InDesign.Document Framework 0x1c1e3af0 0x1c187000 + 379632
    9   ...InDesign.Document Framework 0x1c1e9930 0x1c187000 + 403760
    10  ...InDesign.Document Framework 0x1c19500c 0x1c187000 + 57356
    11  ...InDesign.Document Framework 0x1c194f0f 0x1c187000 + 57103
    12  ...e.InDesign.Document Actions 0x21d1d7c6 0x21d1b000 + 10182
    13  PublicLib.dylib               0x01164482 Command::DoImmediate(short) + 34
    14  com.adobe.InDesign.Utilities  0x1b3ebaa3 0x1b3ea000 + 6819
    15  com.adobe.InDesign.Utilities  0x1b3ebccc 0x1b3ea000 + 7372
    16  ...adobe.InDesign.AppFramework 0x1a12a788 0x1a110000 + 108424
    17  PublicLib.dylib               0x011655db CmdUtils::ProcessCommand(ICommand*) + 59
    18  ...e.InDesign.Document Actions 0x21d23519 GetPlugIn + 2185
    19  com.adobe.InDesign.Open Place 0x201d117c GetPlugIn + 29244
    20  com.adobe.InDesign.Open Place 0x201d2406 GetPlugIn + 33990
    21  com.adobe.InDesign.Open Place 0x201c9845 0x201c8000 + 6213
    22  com.adobe.InDesign.Open Place 0x201ca86b GetPlugIn + 2347
    23  PublicLib.dylib               0x01164482 Command::DoImmediate(short) + 34
    24  com.adobe.InDesign.Utilities  0x1b3ebaa3 0x1b3ea000 + 6819
    25  com.adobe.InDesign.Utilities  0x1b3ebccc 0x1b3ea000 + 7372
    26  ...adobe.InDesign.AppFramework 0x1a12a788 0x1a110000 + 108424
    27  PublicLib.dylib               0x011655db CmdUtils::ProcessCommand(ICommand*) + 59
    28  ...e.InDesign.Import Export UI 0x1ad2e9db GetPlugIn + 9243
    29  PublicLib.dylib               0x01164482 Command::DoImmediate(short) + 34
    30  com.adobe.InDesign.Utilities  0x1b3ebaa3 0x1b3ea000 + 6819
    31  com.adobe.InDesign.Utilities  0x1b3ebccc 0x1b3ea000 + 7372
    32  ...adobe.InDesign.AppFramework 0x1a12a788 0x1a110000 + 108424
    33  PublicLib.dylib               0x011655db CmdUtils::ProcessCommand(ICommand*) + 59
    34  ...e.InDesign.Document Actions 0x21d31158 GetPlugIn + 58568
    35  ...InDesign.Document Framework 0x1c2c0f44 GetPlugIn + 525652
    36  ...adobe.InDesign.AppFramework 0x1a1786d4 GetPlugIn + 276644
    37  ...adobe.InDesign.AppFramework 0x1a17c37d GetPlugIn + 292173
    38  ...adobe.InDesign.AppFramework 0x1a17dfd7 GetPlugIn + 299431
    39  PublicLib.dylib               0x0128d662 CScriptProvider::HandleMethodOnObjects(IDType<ScriptID_tag>, IScriptRequestData*, adobe::version_1::vector<InterfacePtr<IScript>, adobe::version_1::capture_allocator<InterfacePtr<IScript> > > const&) + 706
    40  com.adobe.InDesign.Scripting  0x1f4c27b4 GetPlugIn + 176628
    41  com.adobe.InDesign.Scripting  0x1f4c472e GetPlugIn + 184686
    42  com.adobe.InDesign.Scripting  0x1f4c4fcf GetPlugIn + 186895
    43  ...ign.Support for AppleScript 0x1f055fc7 GetPlugIn + 80967
    44  ...ign.Support for AppleScript 0x1f056a65 GetPlugIn + 83685
    45  ...ign.Support for AppleScript 0x1f057355 GetPlugIn + 85973
    46  ...ign.Support for AppleScript 0x1f01fde2 0x1f01e000 + 7650
    47  com.apple.AE                  0x90303f58 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 166
    48  com.apple.AE                  0x90303e57 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 43
    49  com.apple.AE                  0x90303d61 aeProcessAppleEvent + 197
    50  com.apple.HIToolbox           0x9580d323 AEProcessAppleEvent + 50
    51  ...obe.InDesign.Application UI 0x1bc98071 GetPlugIn + 298177
    52  ...obe.InDesign.Application UI 0x1bc955dc GetPlugIn + 287276
    53  com.apple.HIToolbox           0x957d8f2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    54  com.apple.HIToolbox           0x957d81f6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    55  com.apple.HIToolbox           0x957d8055 SendEventToEventTargetWithOptions + 58
    56  com.apple.HIToolbox           0x9580cbb0 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 3006
    57  com.apple.HIToolbox           0x957d9380 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2672
    58  com.apple.HIToolbox           0x957d81f6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    59  com.apple.HIToolbox           0x957fa9bb SendEventToEventTarget + 52
    60  ...adobe.InDesign.AppFramework 0x1a113125 0x1a110000 + 12581
    61  ...adobe.InDesign.AppFramework 0x1a1385fa GetPlugIn + 14282
    62  com.adobe.InDesign            0x000028ab main + 187
    63  com.adobe.InDesign            0x000027c6 start + 54
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib             0x91ac5982 kevent + 10
    1   libSystem.B.dylib             0x91ac609c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib             0x91ac5559 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib             0x91ac52fe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib             0x91ac4d81 _pthread_wqthread + 390
    5   libSystem.B.dylib             0x91ac4bc6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib             0x91a9f15a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x91accce5 _pthread_cond_wait + 1066
    2   libSystem.B.dylib             0x91afbac8 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore 0x98f23ecd TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore 0x98f1f873 MPWaitOnQueue + 250
    5   PMRuntime.dylib               0x00014130 MemUtils::GetAvailMem() + 288
    6   ...ple.CoreServices.CarbonCore 0x98f0385a PrivateMPEntryPoint + 68
    7   libSystem.B.dylib             0x91acc85d _pthread_start + 345
    8   libSystem.B.dylib             0x91acc6e2 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib             0x91a9f0fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x91a9f867 mach_msg + 68
    2   ...ple.CoreServices.CarbonCore 0x98fcbac8 TS_exception_listener_thread + 160
    3   libSystem.B.dylib             0x91acc85d _pthread_start + 345
    4   libSystem.B.dylib             0x91acc6e2 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib             0x91acd0a6 __semwait_signal + 10
    1   libSystem.B.dylib             0x91accd62 _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x91ace9f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x98f3851e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x98f23ea5 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x98f1f873 MPWaitOnQueue + 250
    6   AdobeACE                      0x0005a6f1 0x20000 + 239345
    7   AdobeACE                      0x0005a0ed 0x20000 + 237805
    8   ...ple.CoreServices.CarbonCore 0x98f0385a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x91acc85d _pthread_start + 345
    10  libSystem.B.dylib             0x91acc6e2 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib             0x91a9f142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x91acccfc _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x91b1546f pthread_cond_wait + 48
    3   com.adobe.amt.services        0x19635126 C_AMTUISwitchSuppressUpdates + 16768
    4   com.adobe.amt.services        0x1962ddb0 C_EULA_SetState + 2164
    5   com.adobe.amt.services        0x1963518c C_AMTUISwitchSuppressUpdates + 16870
    6   libSystem.B.dylib             0x91acc85d _pthread_start + 345
    7   libSystem.B.dylib             0x91acc6e2 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib             0x91a9f142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x91acccfc _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x91b1546f pthread_cond_wait + 48
    3   TINthread.dylib               0x211cb7a5 ThreadUtils::ThreadPool::Dispatcher() + 277
    4   TINthread.dylib               0x211cb83f ThreadUtils::ThreadPool::ThreadProc(void*) + 17
    5   libSystem.B.dylib             0x91acc85d _pthread_start + 345
    6   libSystem.B.dylib             0x91acc6e2 thread_start + 34
    Thread 7:
    0   libSystem.B.dylib             0x91acd0a6 __semwait_signal + 10
    1   libSystem.B.dylib             0x91accd62 _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x91ace9f8 pthread_cond_wait$UNIX2003 + 73
    3   ...adobe.InDesign.AppFramework 0x1a233fda GetPlugIn + 1044906
    4   ...adobe.InDesign.AppFramework 0x1a22fe2f GetPlugIn + 1028095
    5   ...adobe.InDesign.AppFramework 0x1a23012c GetPlugIn + 1028860
    6   ...adobe.InDesign.AppFramework 0x1a233aa6 GetPlugIn + 1043574
    7   boost_threads                 0x01704fcd thread_proxy + 141
    8   libSystem.B.dylib             0x91acc85d _pthread_start + 345
    9   libSystem.B.dylib             0x91acc6e2 thread_start + 34
    Thread 8:
    0   libSystem.B.dylib             0x91acd0a6 __semwait_signal + 10
    1   libSystem.B.dylib             0x91accd62 _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x91ace9f8 pthread_cond_wait$UNIX2003 + 73
    3   ...adobe.InDesign.AppFramework 0x1a233fda GetPlugIn + 1044906
    4   ...adobe.InDesign.AppFramework 0x1a22fe2f GetPlugIn + 1028095
    5   ...adobe.InDesign.AppFramework 0x1a23012c GetPlugIn + 1028860
    6   ...adobe.InDesign.AppFramework 0x1a233aa6 GetPlugIn + 1043574
    7   boost_threads                 0x01704fcd thread_proxy + 141
    8   libSystem.B.dylib             0x91acc85d _pthread_start + 345
    9   libSystem.B.dylib             0x91acc6e2 thread_start + 34
    Thread 9:
    0   libSystem.B.dylib             0x91acd0a6 __semwait_signal + 10
    1   libSystem.B.dylib             0x91af8ee5 nanosleep$UNIX2003 + 188
    2   ...sign.Support for JavaScript 0x1efbbfab GetPlugIn + 344123
    3   ...sign.Support for JavaScript 0x1ef9f9c3 GetPlugIn + 227923
    4   ...sign.Support for JavaScript 0x1efbc0b8 GetPlugIn + 344392
    5   libSystem.B.dylib             0x91acc85d _pthread_start + 345
    6   libSystem.B.dylib             0x91acc6e2 thread_start + 34
    Thread 10:
    0   libSystem.B.dylib             0x91adc5fe recvfrom$UNIX2003 + 10
    1   libSystem.B.dylib             0x91afc3c7 recv$UNIX2003 + 54
    2   ServiceManager-Launcher.dylib 0x259b46cf Invoke + 54887
    3   ServiceManager-Launcher.dylib 0x259b376e Invoke + 50950
    4   ServiceManager-Launcher.dylib 0x259b261f Invoke + 46519
    5   ServiceManager-Launcher.dylib 0x259b2671 Invoke + 46601
    6   ServiceManager-Launcher.dylib 0x259b26fb Invoke + 46739
    7   ServiceManager-Launcher.dylib 0x259acafe Invoke + 23190
    8   ServiceManager-Launcher.dylib 0x259acce7 Invoke + 23679
    9   ServiceManager-Launcher.dylib 0x259ad8c7 Invoke + 26719
    10  ServiceManager-Launcher.dylib 0x259ad9c5 Invoke + 26973
    11  ServiceManager-Launcher.dylib 0x259b0db0 Invoke + 40264
    12  ServiceManager-Launcher.dylib 0x259b1059 Invoke + 40945
    13  ServiceManager-Launcher.dylib 0x259b1687 Invoke + 42527
    14  ServiceManager-Launcher.dylib 0x259b1884 Invoke + 43036
    15  ServiceManager-Launcher.dylib 0x259a3826 Login + 1654
    16  ServiceManager-Launcher.dylib 0x259a4c71 Login + 6849
    17  ServiceManager-Launcher.dylib 0x259b1df3 Invoke + 44427
    18  ServiceManager-Launcher.dylib 0x259b4341 Invoke + 53977
    19  libSystem.B.dylib             0x91acc85d _pthread_start + 345
    20  libSystem.B.dylib             0x91acc6e2 thread_start + 34
    Thread 11:
    0   libSystem.B.dylib             0x91a9f20e mach_wait_until + 10
    1   libSystem.B.dylib             0x91b26819 nanosleep + 345
    2   PMRuntime.dylib               0x0001660c IDThreading::Sleep(unsigned long) + 60
    3   ...obe.InDesign.Application UI 0x1bc115f1 0x1bc00000 + 71153
    4   ...obe.InDesign.Application UI 0x1bc14de6 0x1bc00000 + 85478
    5   boost_threads                 0x01704fcd thread_proxy + 141
    6   libSystem.B.dylib             0x91acc85d _pthread_start + 345
    7   libSystem.B.dylib             0x91acc6e2 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x1e5406eb  ecx: 0x00000000  edx: 0x00000000
      edi: 0x00000001  esi: 0x2d17ae68  ebp: 0xbfffc368  esp: 0xbfffc150
       ss: 0x0000001f  efl: 0x00010246  eip: 0xa0bc76f0   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x00000001
    Binary Images:
        0x1000 -     0x4ffb +com.adobe.InDesign 7.0.3.535 (7030) <95D99393-D179-BC50-386C-509F6FD0809A> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Adobe InDesign CS5
        0xa000 -     0xafff +InDesignModel ??? (???) <D054C2C9-F070-A1E1-2D78-BACDC9DCC960> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/InDesignModel.framework/Versions/A/InDesignModel
        0xe000 -     0xefff +InDesignModelAndUI ??? (???) <770DFBFF-7C31-ECD4-88FE-BCFED53CFC33> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/InDesignModelAndUI.framework/Versions/A/InDesignModelAndUI
       0x12000 -    0x19ff3 +PMRuntime.dylib ??? (???) <EC9AB7BF-B671-AE6F-5C9E-7A49F9C265BE> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/PMRuntime.dylib
       0x20000 -   0x134fff +AdobeACE ??? (???) <DD291A17-ECF4-FE20-5837-AC1F5BC76940> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
      0x157000 -   0x67dfff +AdobeAGM ??? (???) <6F8EB120-6F01-38AE-8363-BC941B8AE12E> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
      0x7be000 -   0x7fafff +AdobeARE ??? (???) <EF398654-5384-F84A-8B62-DA1F64E2FAD1> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
      0x803000 -   0x81efff +AdobeBIB ??? (???) <CDFB3340-3A46-292A-121E-2820EC62D78E> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
      0x828000 -   0x849ff7 +AdobeBIBUtils ??? (???) <482199DF-1251-ED75-4958-563C6E49CD6F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
      0x855000 -   0xb47ff7 +AdobeCoolType ??? (???) <E688E020-77C0-9353-7DB6-A86E8C4F0D14> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
      0xbcf000 -   0xfa7ff7 +AdobeMPS ??? (???) <272DAEDE-FC7E-B412-7C97-CF47FF6BF242> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x1038000 -  0x10a6ff7 +ObjectModelLib.dylib ??? (???) <26F62F49-129D-A3FB-045D-94168CF5296F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/ObjectModelLib.dylib
    0x10c9000 -  0x1123fe7 +DataBaseLib.dylib ??? (???) <3FC5D05A-298D-654B-F235-C0579E0A347F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/DataBaseLib.dylib
    0x113c000 -  0x1553fff +PublicLib.dylib ??? (???) <60A0381D-B94E-C348-03E3-079D9C832F37> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/PublicLib.dylib
    0x16da000 -  0x16f1ff6 +AdobeAFL ??? (???) <CFC0FF78-A748-AC45-2E62-8F20090D911C> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeAFL.framework/Versions/A/AdobeAFL
    0x1702000 -  0x170aff3 +boost_threads ??? (???) <B00C0C9E-7175-B6D2-E58B-7278E0EB8863> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/boost_threads.framework/Versions/1_37/boost_threads
    0x1714000 -  0x1719ffd +ASLSupportLib.dylib ??? (???) <D4BEF46E-063B-696F-FE83-DD943ABA838A> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/ASLSupportLib.dylib
    0x171e000 -  0x171fff2 +libtbbmalloc.dylib ??? (???) <A1EAB5E4-3F88-5E37-7068-7A35A3EC69DE> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/libtbbmalloc.dylib
    0x1723000 -  0x1731fe7 +libtbb.dylib ??? (???) <FFA49B03-C516-D23D-B535-B64D7CD35ECE> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/libtbb.dylib
    0x1739000 -  0x1871fe7 +WRServices ??? (???) <9E3A36AD-71F1-B9C7-AC3F-30A7E63C8B57> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x18b3000 -  0x18b7ffc +com.adobe.AdobeCrashReporter 3.0 (3.0.20100302) <E6437929-0E69-8A56-E69F-F64305E82DD9> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x18be000 -  0x226efff +libicudata.dylib.36.0 36.0.0 (compatibility 36.0.0) <02108DEA-3DD2-14BE-DAEB-BE522B619C1D> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.36.0
    0x2271000 -  0x233eff3 +libicui18n.dylib.36.0 36.0.0 (compatibility 36.0.0) <08F15219-7F35-574E-7725-1ACAA1B18A00> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/ICUInternationalization.framework/Versions/3.6/libicui18n.dyl ib.36.0
    0x23a1000 -  0x247bfef +libicuuc.dylib.36.0 36.0.0 (compatibility 36.0.0) <5EE72009-40B3-7FB7-3A49-576AEDE0D400> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/ICUUnicode.framework/Versions/3.6/libicuuc.dylib.36.0
    0x24bb000 -  0x252bfeb +com.adobe.adobe_caps adobe_caps 3.0.116.0 (3.0.116.0) <50675115-BEDC-72F9-C42D-374196E83EC2> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x2536000 -  0x259cffb +com.adobe.amtlib amtlib 3.0.0.64 (3.0.0.64) <DD471011-9120-1BC2-F1B5-D6FF09D0859F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x25b2000 -  0x264bfef +boost_regex ??? (???) <462635B6-7AF0-B43D-74D6-4AC15ACBC66A> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/boost_regex.framework/Versions/1_37/boost_regex
    0x2690000 -  0x26d0ff7  com.apple.vmutils 4.2 (106) <2CE65D11-BA31-6884-0249-B503A337CD4D> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x26e9000 -  0x279efe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <0B69B1F5-3440-B0BF-957F-E0ADD49F13CB> /usr/lib/libcrypto.0.9.7.dylib
    0x27e4000 -  0x27e6ffb +boost_system ??? (???) <FBD2BBDA-A758-FFCE-ABBA-7FDAB09FAF0F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/boost_system.framework/Versions/1_37/boost_system
    0x27eb000 -  0x2987fff +WidgetBinLib.dylib ??? (???) <A653F189-2C78-4606-1921-350F81951C7C> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/WidgetBinLib.dylib
    0x2a65000 -  0x2c04fe7 +com.adobe.owl AdobeOwl version 3.0.84 (3.0.84) <25884999-8A98-F8C9-699B-ED75261B6BFC> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x2c6d000 -  0x2ceafff +AdobeOwlCanvas ??? (???) <65B2E680-4F43-BE46-2290-3500758D1BF7> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
    0x2d06000 -  0x2d09ff8 +com.adobe.ape.shim adbeape version 3.1.65.7508 (3.1.65.7508) <FFDDAB7A-220F-7344-F12B-010CA0C41DAB> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
    0x54de000 -  0x54e6fff +com.adobe.asneu.framework asneu version 1.7.0.1 (1.7.0.1) <80195B5C-2C67-D841-232C-74FCAB79D304> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/asneu.framework/Versions/A/asneu
    0x19610000 - 0x19677fea +com.adobe.amt.services AMTServices 3.0.0.64 (BuildVersion: 3.0; BuildDate: Mon Jan 26 2010 21:49:00) (3.0.0.64) <EE468E2C-A6BD-E2EE-7ABE-69168B143B44> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/amtservices.framework/Versions/A/amtservices
    0x19aa1000 - 0x19adaffb +com.adobe.AAM.AdobeUpdaterNotificationFramework UpdaterNotifications 1.0.0.64 (1.0.0.64) <C64CCBDC-B8E9-45E8-53E7-8577CFE9F2F0> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/UpdaterNotifications.framework/Versions/A/UpdaterNotification s
    0x19bea000 - 0x19bebff3 +com.adobe.InDesign.Metadata Database Filter 7.0.0.355 (???) <8153D24F-2DB5-B2AB-9717-70E7532E8B02> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Metadata Database Filter.InDesignPlugin/Metadata Database Filter
    0x19bef000 - 0x19bf0ff1 +com.adobe.InDesign.Global Preferences Panel 7.0.0.355 (???) <DF2380A0-A851-5529-7A36-1A3973B89200> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Global Preferences Panel.InDesignPlugin/Global Preferences Panel
    0x19bf4000 - 0x19bf5ff7  com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x19bfa000 - 0x19bfbfff +com.adobe.InDesign.Help 7.0.0.355 (???) <6E875143-BA05-093F-B1AE-385ADE146CC5> /Applications/Adobe InDesign CS5/Plug-Ins/UI/Help.InDesignPlugin/Help
    0x1a110000 - 0x1a29ffe3 +com.adobe.InDesign.AppFramework 7.0.3.535 (???) <E00DA19F-ACE4-ACC6-4E2B-EBF541C66054> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/AppFramework.InDesignPlugin/AppFramework
    0x1ab27000 - 0x1aca2ff7 +com.adobe.InDesign.Layout UI 7.0.0.355 (???) <37BB6E3D-6E3C-05D7-1EDB-F8D5D8171EA4> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Layout UI.InDesignPlugin/Layout UI
    0x1ad28000 - 0x1ad62ff7 +com.adobe.InDesign.Import Export UI 7.0.0.355 (???) <9B259867-0C2E-6976-E3A3-431F92EC255A> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Import Export UI.InDesignPlugin/Import Export UI
    0x1ad83000 - 0x1ae55ff7 +com.adobe.InDesign.Hyperlinks 7.0.0.355 (???) <E1361CF8-1690-FD55-6D73-3CCA8296195F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Hyperlinks.InDesignPlugin/Hyperlinks
    0x1ae9e000 - 0x1af08ff7 +com.adobe.InDesign.Master Page 7.0.3.535 (???) <0C595334-73B1-B04D-C6BE-F6A847D336BD> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Master Page.InDesignPlugin/Master Page
    0x1af2e000 - 0x1af49ffb +com.adobe.InDesign.IME 7.0.0.355 (???) <3510053A-A752-0311-B35B-14EBEAC6D18D> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/IME.InDesignPlugin/IME
    0x1af59000 - 0x1b0eafeb +com.adobe.InDesign.Text Walker 7.0.0.355 (???) <6FF2466F-5761-CB4D-1CBA-B79F8AFFEED7> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Text Walker.InDesignPlugin/Text Walker
    0x1b18a000 - 0x1b1cdff7 +com.adobe.InDesign.Linguistics 7.0.0.355 (???) <BF4F5396-52F8-68EA-AEFE-5A04BDB96DA6> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Linguistics.InDesignPlugin/Linguistics
    0x1b1ed000 - 0x1b23bfff +com.adobe.InDesign.Text Panel 7.0.0.355 (???) <B7A2C124-8C5A-F83F-10C1-1D092A258703> /Applications/Adobe InDesign CS5/Plug-Ins/Text/Text Panel.InDesignPlugin/Text Panel
    0x1b25b000 - 0x1b28aff0 +TextPanelLib.dylib ??? (???) <F7BEA3B0-B264-4ECA-C7C1-E161D2CDCE4F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/TextPanelLib.dylib
    0x1b2a6000 - 0x1b2e6ffc +com.adobe.InDesign.Spelling Panel 7.0.0.355 (???) <96DE3DF1-C22F-AF2F-4278-FDAAE598E3D6> /Applications/Adobe InDesign CS5/Plug-Ins/Text/Spelling Panel.InDesignPlugin/Spelling Panel
    0x1b306000 - 0x1b3aefff +com.adobe.InDesign.Text Editor 7.0.0.355 (???) <93D5B8A9-827E-4E67-BD48-5F00BA9D4760> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Text Editor.InDesignPlugin/Text Editor
    0x1b3ea000 - 0x1b40efef +com.adobe.InDesign.Utilities 7.0.0.355 (???) <AD54DEC4-0286-5511-D508-43356FD1E899> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Utilities.InDesignPlugin/Utilities
    0x1b426000 - 0x1b607fff +com.adobe.InDesign.Package and Preflight 7.0.3.535 (???) <1B76AF31-4DD9-96DB-EAE3-ACE402F0C556> /Applications/Adobe InDesign CS5/Plug-Ins/Prepress/Package and Preflight.InDesignPlugin/Package and Preflight
    0x1b695000 - 0x1b6edff7 +AdobeXMP ??? (???) <73329999-C364-2451-6574-4D0277057D19> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x1b6fc000 - 0x1b722ff6 +AdobeAXE8SharedExpat ??? (???) <5848BBCE-3A3E-66EE-5527-97A96F0CA4CC> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0x1b72a000 - 0x1b800fef +com.adobe.InDesign.Color Management 7.0.0.355 (???) <8BF046A2-C7F5-6DEB-8150-1646329874A8> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Color Management.InDesignPlugin/Color Management
    0x1b98a000 - 0x1b9b8ff2 +com.adobe.Reader for DOCX Reader for DOCX 5.5.0.7351 (5.5.0.7351) <DB73F46F-0AF2-85C4-7890-0607F6949AF8> /Applications/Adobe InDesign CS5/Plug-Ins/Filters/sangam readers/Reader for DOCX.smrd/Contents/MacOS/Reader for DOCX
    0x1b9c8000 - 0x1b9dcfff +AdobeSFL ??? (???) <83D25893-376A-89D9-BA9B-078913B8D34F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeSFL.framework/Versions/A/AdobeSFL
    0x1b9e2000 - 0x1b9eaffc +com.adobe.InDesign.Workgroup Client UI 7.0.0.355 (???) <282ADA7E-C3D6-ADF8-6FB8-466B5F074934> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Workgroup Client UI.InDesignPlugin/Workgroup Client UI
    0x1b9f0000 - 0x1b9f8ff3 +PathTypeLib.dylib ??? (???) <F753ACE3-9AB5-76D6-8F55-CEF5E19401AF> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/PathTypeLib.dylib
    0x1bc00000 - 0x1be61feb +com.adobe.InDesign.Application UI 7.0.3.535 (???) <461DF546-04FA-5C5A-075F-226EF70BCF95> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Application UI.InDesignPlugin/Application UI
    0x1bf62000 - 0x1bffafff +com.adobe.AdobeExtendScript ExtendScript 4.1.23 (4.1.23.7519) <71FF91EA-D98C-4A22-EF60-F5DD91995638> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
    0x1c038000 - 0x1c0c5ff7 +com.adobe.AdobeScCore ScCore 4.1.23 (4.1.23.7519) <AF48351A-8019-EC04-BF85-CE117D1146E3> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
    0x1c0f7000 - 0x1c14affb +com.adobe.headlights.LogSessionFramework ??? (2.0.1.011) <4F2BFF03-01D2-A07D-E5E2-7F88D4C2DEC4> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0x1c187000 - 0x1c314ffb +com.adobe.InDesign.Document Framework 7.0.3.535 (???) <7F5779F8-3973-BAF1-A385-CBF07164FFEB> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Document Framework.InDesignPlugin/Document Framework
    0x1c40a000 - 0x1c51aff3 +com.adobe.InDesign.SangamServicer-Mapper 7.0.0.355 (???) <932ACD2D-2394-61AC-D400-83D28700283D> /Applications/Adobe InDesign CS5/Plug-Ins/Filters/SangamServicer-Mapper.InDesignPlugin/SangamServicer-Mapper
    0x1c565000 - 0x1c5ceffb +AdobeSangam 3.0.0 (compatibility 3.0.0) <4FF2270C-9417-1059-527B-68C99BF43EA9> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeSangam.framework/Versions/A/AdobeSangam
    0x1c618000 - 0x1c6e5fe7 +AdobeAXEDOMCore ??? (???) <F76D74DC-FD5A-9783-C447-2E58773DA7E1> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
    0x1c712000 - 0x1c7cbfff +AdobeAXSLE ??? (???) <A8C8ECD6-9098-8EA6-EA22-3BCCCB81A29B> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeAXSLE.framework/Versions/A/AdobeAXSLE
    0x1c7f5000 - 0x1c878ff2 +AdobeSangamML ??? (???) <B0029614-553A-BEAB-21E1-0664E5481F68> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeSangamML.framework/Versions/A/AdobeSangamML
    0x1c8a9000 - 0x1c90eff3 +com.adobe.Reader for Excel Reader for Excel 5.5.0.7351 (5.5.0.7351) <13A79647-FDEE-DA76-4D9D-AD328F170941> /Applications/Adobe InDesign CS5/Plug-Ins/Filters/sangam readers/Reader for Excel.smrd/Contents/MacOS/Reader for Excel
    0x1c927000 - 0x1c9affff +com.adobe.Reader For PageMaker Reader For PageMaker 5.5.0.7351 (5.5.0.7351) <CB3DC121-77F5-1289-537F-D979E601407F> /Applications/Adobe InDesign CS5/Plug-Ins/Filters/sangam readers/Reader for PageMaker.smrd/Contents/MacOS/Reader for PageMaker
    0x1c9d1000 - 0x1c9f5ffb +PMFileReader.dylib ??? (???) <5C6DA068-A794-2099-9E3B-7F51E5FC478E> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/PMFileReader.dylib
    0x1c9fa000 - 0x1cafafff +com.adobe.Reader for Quark Reader for Quark 5.5.0.7351 (5.5.0.7351) <A525EFDE-6074-8CA1-6145-76B57CB0F448> /Applications/Adobe InDesign CS5/Plug-Ins/Filters/sangam readers/Reader for Quark.smrd/Contents/MacOS/Reader for Quark
    0x1cb1f000 - 0x1cb85ff4 +com.adobe.Reader for RTF Reader for RTF 5.5.0.7351 (5.5.0.7351) <735AD3FF-36DE-C1B9-7EEA-ECCF3E929D1A> /Applications/Adobe InDesign CS5/Plug-Ins/Filters/sangam readers/Reader for RTF.smrd/Contents/MacOS/Reader for RTF
    0x1cba3000 - 0x1cc17ff4 +com.adobe.Reader for Word Reader for Word 5.5.0.7351 (5.5.0.7351) <6E36D3D4-6EB7-8C51-9021-3C9301A089E4> /Applications/Adobe InDesign CS5/Plug-Ins/Filters/sangam readers/Reader for Word.smrd/Contents/MacOS/Reader for Word
    0x1cc34000 - 0x1cca9fe2 +com.adobe.Reader for XLSX Reader for XLSX 5.5.0.7351 (5.5.0.7351) <4020D646-03F7-B2A1-D3D3-4EFB98472E1B> /Applications/Adobe InDesign CS5/Plug-Ins/Filters/sangam readers/Reader for XLSX.smrd/Contents/MacOS/Reader for XLSX
    0x1ccd0000 - 0x1ccd8ff7 +com.adobe.ZTextReader ZTextReader 5.5.0.7351 (5.5.0.7351) <851A0B77-2110-B419-A8EB-B051C6CB7653> /Applications/Adobe InDesign CS5/Plug-Ins/Filters/sangam readers/ZTextReader.smrd/Contents/MacOS/ZTextReader
    0x1cd5d000 - 0x1cdc1ff7 +com.adobe.InDesign.XMLParser 7.0.0.355 (???) <16D1BE18-BDC0-598D-3DD6-933CE96E818D> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/XMLParser.InDesignPlugin/XMLParser
    0x1cde7000 - 0x1cfaefef +com.adobe.InDesign.XML 7.0.0.355 (???) <9B37046A-48B2-C794-E572-E7DFADAF8A30> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/XML.InDesignPlugin/XML
    0x1d047000 - 0x1d06bfff +com.adobe.InDesign.WorldReady 7.0.0.355 (???) <0B2B29B2-1DF5-BA1C-3F0D-01E8B3988813> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/WorldReady.InDesignPlugin/WorldReady
    0x1d07d000 - 0x1d0b1ffb +com.adobe.InDesign.Workgroup 7.0.0.355 (???) <724EA9BC-EFD4-9710-E20E-4B1C74304C7D> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Workgroup.InDesignPlugin/Workgroup
    0x1d0c6000 - 0x1d0e1fff +com.adobe.InDesign.Workgroup Client 7.0.0.355 (???) <193F094B-02D9-988A-47E6-C7E502E9F716> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Workgroup Client.InDesignPlugin/Workgroup Client
    0x1d0f0000 - 0x1d204feb +com.adobe.InDesign.Widgets 7.0.0.355 (???) <AE4D2421-4E04-1153-615A-78CEEC745C3E> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Widgets.InDesignPlugin/Widgets
    0x1d287000 - 0x1d395fef +com.adobe.InDesign.Transparency 7.0.0.355 (???) <7817B498-6756-5590-87B8-307C1B4422E8> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Transparency.InDesignPlugin/Transparency
    0x1d3e0000 - 0x1e123fff +com.adobe.psl AdobePSL 12.0.0.7524 (12.0.0.7524) <CFBCB19A-03F7-D095-1F48-8D68F05A25C5> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
    0x1e462000 - 0x1e4b4ff1 +com.adobe.InDesign.TOC 7.0.0.355 (???) <9EDF02F0-E9A9-58F8-5E3E-7C9C1ADA9849> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/TOC.InDesignPlugin/TOC
    0x1e4d2000 - 0x1e9c7fe7 +com.adobe.InDesign.Text 7.0.3.535 (???) <925DE053-80F6-E053-A5EE-7B111A49CB61> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Text.InDesignPlugin/Text
    0x1eb33000 - 0x1eb98fff +com.adobe.InDesign.Text Wrap 7.0.0.355 (???) <557851E0-6260-DE31-3AFA-8008B49FBCE2> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Text Wrap.InDesignPlugin/Text Wrap
    0x1ebbc000 - 0x1ebe6fff +com.adobe.InDesign.Text Wrap Path 7.0.0.355 (???) <9BFEF65A-3909-03F2-0501-CC32FAAABF5A> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Text Wrap Path.InDesignPlugin/Text Wrap Path
    0x1ebf0000 - 0x1ebfffff +com.adobe.InDesign.Text Editor Model 7.0.0.355 (???) <8E01C18E-4947-93AB-71CA-E017C80FB09C> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Text Editor Model.InDesignPlugin/Text Editor Model
    0x1ec09000 - 0x1ec52fff +com.adobe.InDesign.Text Attributes 7.0.0.355 (???) <07B49878-E35A-C031-205F-A25256640FCA> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Text Attributes.InDesignPlugin/Text Attributes
    0x1ec77000 - 0x1ecbefff +com.adobe.InDesign.TableStyles 7.0.0.355 (???) <59E0C1A1-4044-C145-6414-61CF041E9968> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/TableStyles.InDesignPlugin/TableStyles
    0x1ecd5000 - 0x1eecefff +com.adobe.InDesign.Table Model 7.0.0.355 (???) <F13B1585-BAAD-4C84-07BE-6428CEDA35B3> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Table Model.InDesignPlugin/Table Model
    0x1ef5b000 - 0x1efe5ff7 +com.adobe.InDesign.Support for JavaScript 7.0.0.355 (???) <196259C9-B203-DD5B-0733-8D146FC78723> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Support for JavaScript.InDesignPlugin/Support for JavaScript
    0x1f01e000 - 0x1f062fff +com.adobe.InDesign.Support for AppleScript 7.0.0.355 (???) <DEC65072-2AB5-9901-9CBC-6FED676B2B04> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Support for AppleScript.InDesignPlugin/Support for AppleScript
    0x1f07b000 - 0x1f14afe7 +com.adobe.InDesign.Graphics 7.0.3.535 (???) <78E789D9-AA9C-C2A1-7BA6-BEA044B5AB35> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Graphics.InDesignPlugin/Graphics
    0x1f193000 - 0x1f1e2ffb +com.adobe.InDesign.Stroke and Fill 7.0.0.355 (???) <42B4A176-B4DA-C638-A59F-94F3A3FFB416> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Stroke and Fill.InDesignPlugin/Stroke and Fill
    0x1f1fe000 - 0x1f2e1ffb +com.adobe.InDesign.Spread 7.0.3.535 (???) <D3FB9AED-D3B3-B3BF-1BB0-02500629264F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Spread.InDesignPlugin/Spread
    0x1f32d000 - 0x1f372ff0 +com.adobe.InDesign.Spread UI 7.0.0.355 (???) <6B9E2DAE-304A-1E95-E46E-D37CC49BEEA1> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Spread UI.InDesignPlugin/Spread UI
    0x1f38c000 - 0x1f3c8fff +com.adobe.InDesign.Spline 7.0.0.355 (???) <55F1F2F2-0BB7-96C1-726C-6D3E47351086> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Spline.InDesignPlugin/Spline
    0x1f3e4000 - 0x1f41dfff +com.adobe.InDesign.Spline UI 7.0.0.355 (???) <B40249D1-919F-FFC8-8E6F-344A29CF063B> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Spline UI.InDesignPlugin/Spline UI
    0x1f43b000 - 0x1f449fff +com.adobe.InDesign.Spelling Service 7.0.0.355 (???) <DBB0C9F7-934B-15B5-5CF5-FBEEE83ACC99> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Spelling Service.InDesignPlugin/Spelling Service
    0x1f455000 - 0x1f462fff +com.adobe.InDesign.Sound 7.0.0.355 (???) <15A968FB-7F7D-1022-9E99-70A3818AC346> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Sound.InDesignPlugin/Sound
    0x1f46d000 - 0x1f487ff2 +com.adobe.InDesign.Sections 7.0.0.355 (???) <5AFD740D-904C-2F9B-DE71-375B2B948BCF> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Sections.InDesignPlugin/Sections
    0x1f496000 - 0x1f530fff +com.adobe.InDesign.Scripting 7.0.3.535 (???) <6EEF2A59-36E7-ACFE-3A55-FA4A482085E6> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Scripting.InDesignPlugin/Scripting
    0x1f561000 - 0x1f57bfff +com.adobe.InDesign.Rulers 7.0.0.355 (???) <2546DE05-52F1-033E-90D0-03ED797D585C> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Rulers.InDesignPlugin/Rulers
    0x1f58a000 - 0x1f6d5fff +com.adobe.InDesign.Print 7.0.0.355 (???) <F6B4CCEF-06B9-5E17-9102-2B29A6713D6A> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Print.InDesignPlugin/Print
    0x1f734000 - 0x1f766ff7 +com.adobe.InDesign.PNG Import Filter 7.0.0.355 (???) <2C6DDB20-C560-14DD-84DC-A2AB8B6C0793> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/PNG Import Filter.InDesignPlugin/PNG Import Filter
    0x1f76f000 - 0x1f7a2ff7 +com.adobe.InDesign.Photoshop Import Filter 7.0.0.355 (???) <E31C18E9-8962-5D0C-7289-E5E02EA16AC9> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Photoshop Import Filter.InDesignPlugin/Photoshop Import Filter
    0x1f7b8000 - 0x1f80bff3 +com.adobe.InDesign.Book 7.0.0.355 (???) <CF89E43A-02A5-8A0A-2AF8-B85117122C18> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Book.InDesignPlugin/Book
    0x1f82e000 - 0x1f923fe7 +com.adobe.InDesign.Image 7.0.0.355 (???) <6261B004-671B-9411-3EF0-CC84D91752BA> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Image.InDesignPlugin/Image
    0x1f971000 - 0x1f97affb +com.adobe.InDesign.Group 7.0.0.355 (???) <DCC2D180-2385-BED5-873A-FE87139634AF> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Group.InDesignPlugin/Group
    0x1f983000 - 0x1fa67fef +com.adobe.InDesign.EPS Page Item 7.0.3.535 (???) <EF55D1FF-1E17-772F-76C5-D6AC15C660AD> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/EPS Page Item.InDesignPlugin/EPS Page Item
    0x1faad000 - 0x1fc82fff +com.adobe.InDesign.PDF 7.0.3.535 (???) <F3C61326-C2F1-A2D4-5F71-EDBCEB15526D> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/PDF.InDesignPlugin/PDF
    0x1fd0c000 - 0x1fdeffef +AdobePDFPort ??? (???) <A3B34989-24B0-04AF-D9BC-2B2718803809> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort
    0x1fe24000 - 0x1fe3fff9 +AdobePDFSettings ??? (???) /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSettings
    0x1fe59000 - 0x20007ff3 +com.adobe.InDesign.Generic Page Item 7.0.3.535 (???) <638DD85C-3033-34F7-76CC-EB1C896AF9B9> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Generic Page Item.InDesignPlugin/Generic Page Item
    0x20093000 - 0x200ccffb +com.adobe.InDesign.Path Type 7.0.0.355 (???) <7867A3AB-4925-CBF7-1877-7924AD7A732D> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Path Type.InDesignPlugin/Path Type
    0x200e7000 - 0x201aafff +com.adobe.InDesign.Paragraph Composer 7.0.0.355 (???) <1D553B63-9594-CBD7-81A3-1183D6A1B9FD> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Paragraph Composer.InDesignPlugin/Paragraph Composer
    0x201c8000 - 0x201fcfff +com.adobe.InDesign.Open Place 7.0.0.355 (???) <604DFE0C-0815-33D3-2087-C85D73F1961D> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Open Place.InDesignPlugin/Open Place
    0x20215000 - 0x2022afff +com.adobe.InDesign.Movie 7.0.0.355 (???) <77F87F68-A6E9-05B6-C892-6FAFABF645C6> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Movie.InDesignPlugin/Movie
    0x20238000 - 0x202b5ff7 +com.adobe.InDesign.Metadata 7.0.0.355 (???) <86187B9A-E072-BEB4-4E49-BF4A33FE6327> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Metadata.InDesignPlugin/Metadata
    0x202e4000 - 0x20370fef +AdobeXMPFiles ??? (???) <A72BD678-CAD0-0C2A-0989-11E87B154AB5> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles
    0x203a7000 - 0x203f6ff7 +com.adobe.InDesign.Media 7.0.0.355 (???) <007C8522-EF86-AA23-56EC-99F318647ACC> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Media.InDesignPlugin/Media
    0x20414000 - 0x2054ffff +com.adobe.InDesign.Links 7.0.0.355 (???) <DA8D69A9-77B5-12E0-99E9-7BA2FF99772E> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Links.InDesignPlugin/Links
    0x205b1000 - 0x205d2ff3 +com.adobe.InDesign.Layout 7.0.3.535 (???) <1F41D20D-C8BF-63BD-D0C8-73247AE81125> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Layout.InDesignPlugin/Layout
    0x205e2000 - 0x20606fff +com.adobe.InDesign.Layer 7.0.0.355 (???) <F2C9FAF7-2D6F-653E-4596-3759D27E7034> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Layer.InDesignPlugin/Layer
    0x2061a000 - 0x206d5fff +com.adobe.InDesign.INXCore 7.0.3.535 (???) <27DBA400-286D-FE80-5060-B5CA03272AAB> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/INXCore.InDesignPlugin/INXCore
    0x20715000 - 0x207f7ff7 +com.adobe.InDesign.Indexing 7.0.0.355 (???) <F225EE99-CFB6-6716-3B52-491DE35D7680> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Indexing.InDesignPlugin/Indexing
    0x20833000 - 0x208b1ff3 +com.adobe.InDesign.InCopyWorkflow 7.0.0.355 (???) <030DA376-E5A7-4B26-CE74-028927EF0A01> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/InCopyWorkflow.InDesignPlugin/InCopyWorkflow
    0x208ec000 - 0x208f6ff3 +com.adobe.InDesign.InCopySharedUI 7.0.0.355 (???) <675CBA9B-C45D-D0FE-653F-491D5007B3D3> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/InCopySharedUI.InDesignPlugin/InCopySharedUI
    0x20901000 - 0x209e0fe7 +com.adobe.InDesign.InCopyShared 7.0.0.355 (???) <239CCEA7-4A06-9B91-6C85-EF21FD036FEB> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/InCopyShared.InDesignPlugin/InCopyShared
    0x20a2f000 - 0x20a88fef +com.adobe.InDesign.Image Filters 7.0.0.355 (???) <AE6418DD-ACCA-DDFB-6CF0-ABBFAE2161C6> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Image Filters.InDesignPlugin/Image Filters
    0x20a96000 - 0x20aacfff +com.adobe.InDesign.Guides 7.0.0.355 (???) <FE5850EC-EA2C-5ACF-11BA-486C40359AB0> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Guides.InDesignPlugin/Guides
    0x20abb000 - 0x20b18ffb +com.adobe.InDesign.Gradient Fill 7.0.0.355 (???) <455F20A2-8706-A597-3074-386679BA5244> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Gradient Fill.InDesignPlugin/Gradient Fill
    0x20b3d000 - 0x20b47ff7 +com.adobe.InDesign.GenericSettings 7.0.0.355 (???) <7D3CD6DE-9481-BC92-4087-5E540161C515> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/GenericSettings.InDesignPlugin/GenericSettings
    0x20b4f000 - 0x20c5dfff +com.adobe.InDesign.GalleyUI 7.0.3.535 (???) <7A8B3DC9-8E21-200C-F195-46758C0C5338> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/GalleyUI.InDesignPlugin/GalleyUI
    0x20ca4000 - 0x20cf6ffb +com.adobe.InDesign.Galley 7.0.0.355 (???) <C71587A1-B603-E818-8497-ED257F8DB348> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Galley.InDesignPlugin/Galley
    0x20d12000 - 0x20d91fff +com.adobe.InDesign.FormField 7.0.0.355 (???) <BCC9DC16-7F02-138A-2848-80F9066A7A13> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/FormField.InDesignPlugin/FormField
    0x20dc3000 - 0x20ec0ff7 +com.adobe.InDesign.Font Manager 7.0.3.535 (???) <1F32D4C4-076F-6BAB-953D-FE5213FDF59E> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Font Manager.InDesignPlugin/Font Manager
    0x20efb000 - 0x20f1cfef +com.adobe.SING 12.0.4 (12.0.4) <440244FD-6A2F-4128-B9BF-F1C804B1CB6F> /Library/Application Support/Adobe/SING/Mark II/SING.bundle/Contents/MacOS/SING
    0x20f32000 - 0x20ffbff1 +com.adobe.SINGCore 12.0.11 (12.0.11) <87B1D0A5-E4F3-4239-A81E-BB5FA0B242D8> /Library/Application Support/Adobe/SING/Mark II/SINGCore.bundle/Contents/MacOS/SINGCore
    0x211ca000 - 0x211cdfff +TINthread.dylib ??? (???) /Library/Application Support/Adobe/SING/Mark II/TINthread.dylib
    0x211d4000 - 0x2149afd3 +com.adobe.TIN TIN 2.0.17 (2.0.17) /Library/Application Support/Adobe/SING/Mark II/TIN.bundle/Contents/MacOS/TIN
    0x2162d000 - 0x21943ffd +com.adobe.InDesign.Dynamic Documents 7.0.3.535 (???) <AD1A260A-19BC-2E17-FD84-AA4E41EF4D18> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Dynamic Documents.InDesignPlugin/Dynamic Documents
    0x21a1e000 - 0x21affff4 +ADBE_AGMFL ??? (???) <254CC454-1C89-DA76-E96D-ADF5FCD808AB> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/ADBE_AGMFL.framework/Versions/A/ADBE_AGMFL
    0x21b32000 - 0x21cc3ff3 +aflamingo ??? (???) <C4136948-FE16-15C4-F1B9-040E014AF2CA> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/aflamingo.framework/Versions/A/aflamingo
    0x21d0e000 - 0x21d14fff +com.adobe.InDesign.Document UI 7.0.0.355 (???) <6E172D7E-63B0-4372-E6DC-813199369E21> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Document UI.InDesignPlugin/Document UI
    0x21d1b000 - 0x21d39ffe +com.adobe.InDesign.Document Actions 7.0.0.355 (???) <C17E4523-A86F-CE6B-BECD-FD614F9D9C5C> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Document Actions.InDesignPlugin/Document Actions
    0x21d4a000 - 0x21d66ff3 +com.adobe.InDesign.Dialog Layout 7.0.0.355 (???) <C39BA2D7-EA14-E85A-2B2D-724A0271B14F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Dialog Layout.InDesignPlugin/Dialog Layout
    0x21d76000 - 0x21dbfff7 +com.adobe.InDesign.Conditional Text 7.0.0.355 (???) <092A939F-1479-ADD0-1884-AB0BAB881604> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Conditional Text.InDesignPlugin/Conditional Text
    0x21ddf000 - 0x21e35ff3 +com.adobe.InDesign.CompFontMgr 7.0.0.355 (???) <52EE7841-2C41-5FF4-AFB8-B06C63995856> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/CompFontMgr.InDesignPlugin/CompFontMgr
    0x21e55000 - 0x21ec7ffa +com.adobe.InDesign.CJKGrid 7.0.0.355 (???) <952E53B5-47A3-3F31-0AF4-632E7EE0E99A> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/CJKGrid.InDesignPlugin/CJKGrid
    0x21ef1000 - 0x21f79ffb +com.adobe.InDesign.CJK Text Attributes 7.0.0.355 (???) <CB39B002-8B38-2281-D6CE-EFC9AB8EDA36> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/CJK Text Attributes.InDesignPlugin/CJK Text Attributes
    0x21fad000 - 0x21fdefff +com.adobe.InDesign.CellStyles.rpln 7.0.0.355 (???) <E7F1E5A8-AD80-8448-1F5D-4E9645D7ABD8> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/CellStyles.rpln.InDesignPlugin/CellStyles.rpln
    0x21ff4000 - 0x22002fff +com.adobe.InDesign.Buzzword Access 7.0.0.355 (???) <37D12BD4-D9A1-4407-127E-512D2166D8B5> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Buzzword Access.InDesignPlugin/Buzzword Access
    0x2200c000 - 0x220b0fe1 +com.adobe.InDesign.BNCore 7.0.0.355 (???) <199825AD-29B7-2D34-F4BF-286755C34F22> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/BNCore.InDesignPlugin/BNCore
    0x220e4000 - 0x22135ff7 +com.adobe.InDesign.Behavior 7.0.0.355 (???) <1DB314F9-B4CB-0B14-0D92-D72CDC9E1D26> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Behavior.InDesignPlugin/Behavior
    0x2215d000 - 0x2218effb +com.adobe.InDesign.Basic Tools 7.0.0.355 (???) <C918728E-56AA-3921-07F1-420F5F4CF117> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Basic Tools.InDesignPlugin/Basic Tools
    0x221a9000 - 0x221d1ff7 +com.adobe.InDesign.AWSUI 7.0.0.355 (???) <5EDF3B1A-28BA-38F9-6A65-F8519A243C79> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/AWSUI.InDesignPlugin/AWSUI
    0x221e8000 - 0x22223ffb +com.adobe.InDesign.AWS 7.0.0.355 (???) <FFD50798-4E0C-9D85-FF0A-E0D89B7A8050> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/AWS.InDesignPlugin/AWS
    0x2223f000 - 0x222c0fe7 +com.adobe.InDesign.Assignments 7.0.3.535 (???) <C83A5AF1-93B0-1B05-D3B3-31843A2AAD18> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Assignments.InDesignPlugin/Assignments
    0x222f1000 - 0x22339ff3 +com.adobe.InDesign.Actions 7.0.0.355 (???) <0BCCFF8A-54D9-2FAB-A8C9-B74915CBA1F4> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Actions.InDesignPlugin/Actions
    0x22354000 - 0x2244cff7 +com.adobe.InDesign.XMedia UI 7.0.0.355 (???) <6667D552-A793-62CB-175E-4970F19BCF8B> /Applications/Adobe InDesign CS5/Plug-Ins/XMedia/XMedia UI.InDesignPlugin/XMedia UI
    0x224b4000 - 0x224f5fff +com.adobe.InDesign.Snippet 7.0.0.355 (???) <CB31C87A-FEE9-1573-5921-B356CDA2926E> /Applications/Adobe InDesign CS5/Plug-Ins/XMedia/Snippet.InDesignPlugin/Snippet
    0x22512000 - 0x22519ff5 +com.adobe.InDesign.Workgroup UI 7.0.0.355 (???) <E959A787-CD65-A25D-3B8C-B75303108E1B> /Applications/Adobe InDesign CS5/Plug-Ins/Workgroup/Workgroup UI.InDesignPlugin/Workgroup UI
    0x2251f000 - 0x2252cff1 +com.adobe.InDesign.Metadata UI 7.0.0.355 (???) <F45F1B21-A3FE-975C-029D-73FC59B68669> /Applications/Adobe InDesign CS5/Plug-Ins/Workflow/Metadata UI.InDesignPlugin/Metadata UI
    0x22534000 - 0x225a1fef +FileInfo ??? (???) <4A4C74F9-CA83-B174-F56D-F7671DC61389> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x225bc000 - 0x225c3fff +com.adobe.InDesign.PerformanceMetrics 7.0.0.355 (???) <2AB9D4A0-E984-C5EF-FABF-D2671F116033> /Applications/Adobe InDesign CS5/Plug-Ins/Utility/PerformanceMetrics.InDesignPlugin/PerformanceMetrics
    0x225ca000 - 0x225dafff +com.adobe.InDesign.Track Changes UI 7.0.0.355 (???) <F7ACACB2-E602-EB6B-89EA-D1866058481B> /Applications/Adobe InDesign CS5/Plug-Ins/UI/Track Changes UI.InDesignPlugin/Track Changes UI
    0x225e3000 - 0x225e8fff +com.adobe.InDesign.Track Changes Preferences 7.0.0.355 (???) <AA0D3336-B7B2-68EA-23E5-30C4D8E95EEE> /Applications/Adobe InDesign CS5/Plug-Ins/UI/Track Changes Preferences.InDesignPlugin/Track Changes Preferences
    0x225ef000 - 0x225f9fff +com.adobe.InDesign.Tool Tips 7.0.0.355 (???) <A31625D2-C7E6-40EC-5A20-3C1553803A18> /Applications/Adobe InDesign CS5/Plug-Ins/UI/Tool Tips.InDesignPlugin/Tool Tips
    0x22604000 - 0x22615ff3 +com.adobe.InDesign.Tool Box 7.0.0.355 (???) <8EB4E951-1F84-6992-6544-9364DA7EDE64> /Applications/Adobe InDesign CS5/Plug-Ins/UI/Tool Box.InDesignPlugin/Tool Box
    0x22624000 - 0x22640fff +com.adobe.InDesign.Shortcut Editor Dialog 7.0.0.355 (???) <BD72563F-DDDC-F988-5060-3B0F201BD015> /Applications/Adobe InDesign CS5/Plug-Ins/UI/Shortcut Editor Dialog.InDesignPlugin/Shortcut Editor Dialog
    0x22650000 - 0x22664ff8 +com.adobe.InDesign.Performance UI 7.0.0.355 (???) <5932EC9D-B8A4-7916-9F10-FBBD98BBA52F> /Applications/Adobe InDesign CS5/Plug-Ins/UI/Performance UI.InDesignPlugin/Performance UI
    0x22673000 - 0x22682ff8 +com.adobe.ahclientframework 1.5.0.30 (1.5.0.30) <24B39C2F-79B0-BDE3-C6D0-1F0E943070C7> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
    0x2268b000 - 0x22692ffa +com.adobe.InDesign.General Preferences Panel 7.0.0.355 (???) <8A6E86C8-9983-3D3B-5825-56702E51A738> /Applications/Adobe InDesign CS5/Plug-Ins/UI/General Preferences Panel.InDesignPlugin/General Preferences Panel
    0x2269a000 - 0x226b5ffb +com.adobe.InDesign.GapTool 7.0.0.355 (???) <F29D454E-0B8E-AE6F-3DB7-FD7456C8F421> /Applications/Adobe InDesign CS5/Plug-Ins/UI/GapTool.InDesignPlugin/GapTool
    0x226c2000 - 0x226ebff4 +com.adobe.InDesign.Galley Preferences 7.0.0.355 (???) <51838E2D-0260-3A36-B182-D9BB586DA95A> /Applications/Adobe InDesign CS5/Plug-Ins/UI/Galley Preferences.InDesignPlugin/Galley Preferences
    0x22704000 - 0x2272eff7 +com.adobe.InDesign.CSXS 7.0.0.355 (???) <D169CA69-0B16-E3C5-0369-2597A973B7AD> /Applications/Adobe InDesign CS5/Plug-Ins/UI/CSXS.InDesignPlugin/CSXS
    0x22745000 - 0x228bdffb +com.adobe.PlugPlug 2.0.0.746 (2.0.0.746) <08AD22E3-34C0-6749-E497-616C66A246AD> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
    0x22917000 - 0x2292bff7 +com.adobe.InDesign.Text Style Panel 7.0.0.355 (???) <14827AD2-028A-60A2-483A-A4A7EBF4E0F8> /Applications/Adobe InDesign CS5/Plug-Ins/Text/Text Style Panel.InDesignPlugin/Text Style Panel
    0x22938000 - 0x22954ff4 +com.adobe.InDesign.Text Ruler 7.0.0.355 (???) <3B6AA7F6-AB38-39CC-2EDC-EE243958BDC8> /Applications/Adobe InDesign CS5/Plug-Ins/Text/Text Ruler.InDesignPlugin/Text Ruler
    0x22962000 - 0x2297bfff +com.adobe.InDesign.Text Preferences 7.0.0.355 (???) <889C74DB-74F5-730D-D91D-C4C4898018F6> /Applications/Adobe InDesign CS5/Plug-Ins/Text/Text Preferences.InDesignPlugin/Text Preferences
    0x22988000 - 0x229a3ff1 +com.adobe.InDesign.Text Frame Options 7.0.0.355 (???) <1089EFE3-C64D-40AF-4787-970F4332BE2E> /Applications/Adobe InDesign CS5/Plug-Ins/Text/Text Frame Options.InDesignPlugin/Text Frame Options
    0x229b1000 - 0x22a14ff0 +com.adobe.InDesign.Color Picker Panel 7.0.0.355 (???) <F312F57F-9627-B487-9AE2-78F4EEE4548E> /Applications/Adobe InDesign CS5/Plug-Ins/Graphics/Color Picker Panel.InDesignPlugin/Color Picker Panel
    0x22a40000 - 0x22ad3ff0 +com.adobe.InDesign.Swatches Panel 7.0.0.355 (???) <03D6A3CE-263D-1EC5-CF79-46C89371E9DA> /Applications/Adobe InDesign CS5/Plug-Ins/Graphics/Swatches Panel.InDesignPlugin/Swatches Panel
    0x22b13000 - 0x22b1cff1 +com.adobe.InDesign.Text Color Panel 7.0.0.355 (???) <8C1F39E1-E2D3-8134-13E4-F811D9B452D0> /Applications/Adobe InDesign CS5/Plug-Ins/Text/Text Color Panel.InDesignPlugin/Text Color Panel
    0x22b24000 - 0x22b78ff7 +com.adobe.InDesign.Style Panel 7.0.0.355 (???) <26F90B93-2C75-7128-6B87-0B90AB5995AC> /Applications/Adobe InDesign CS5/Plug-Ins/Text/Style Panel.InDesignPlugin/Style Panel
    0x22ba4000 - 0x22bb2ff8 +com.adobe.InDesign.Story Panel 7.0.3.535 (???) <F8D3C6D7-235D-6ADF-132E-28DAF

    .. in which case I could run a cursory check. At the very least I will be able tell whether the file is physically damaged (missing parts of the file), or if it's internally damaged (a bad code in an otherwise good file).
    Are you free to post the file somewhere? [Unfortunately, Adobe doesn't allow InDesign files to be shared through this forum ]

  • I bought an iPhone from Ebay and it did not turn on so I looked on WinSCP and it said there was NO files PLEASE can someone send me iPhon 4 files!

    I bought an iPhone from Ebay and it did not turn on so I looked on WinSCP and it said there was NO files PLEASE can someone send me iPhone 4 files!

    No, no one can do that. You need to try restoring it:
    Placing your device into recovery (DFU-Device Firmware Upgrade) mode:
    Follow these steps to place your iOS device into recovery mode. If your iOS device is already in recovery mode, you can proceed immediately to step 6.
       1. Disconnect the USB cable from the iPhone, iPad, or iPod touch, but leave the
           other end of the cable connected to your computer's USB port.
       2. Turn off the device: Press and hold the Sleep/Wake button for a few seconds
           until the red slider appears, then slide the slider. Wait for the device to turn off.
                  * If you cannot turn off the device using the slider, press and hold the
                    Sleep/Wake and Home buttons at the same time. When the device turns off,
                    release the Sleep/Wake and Home buttons.
      3. While pressing and holding the Home button, reconnect the USB cable to the
           device. The device should turn on. Note: If you see the battery charge warning,
           let the device charge for at least ten minutes to ensure that the battery has some
           charge, and then start with step 2 again.
      4. Continue holding the Home button until you see the "Connect to iTunes" screen.
           When this screen appears you can release the Home button:
      5. If necessary, open iTunes. You should see the following "recovery mode" alert:
      6. Use iTunes to restore the device.
    If you don't see the "Connect to iTunes" screen, try these steps again. If you see the "Connect to iTunes" screen but the device does not appear in iTunes, see this article and its related links.
    Note: When using recovery mode, you can only restore the device. All user content on the device will be erased, but if you had previously synced with iTunes on this computer, you can restore from a previous backup. See this article for more information.

Maybe you are looking for

  • My passcode does not work on my ipad device. what are my options?

    How do I reset my passcode on my iPad device?

  • Can we rename the Apply button to RUN or GO in BI Publisher 11g?

    Hi , We have a requirement to rename the Apply button to RUN or GO. ( after selecting the parameters , we have to click the Apply button) Can this be achieved? Thanks Ashish

  • Phone numbers not recognised (sms & incoming)

    After a momunmental mobile me sync disaster (it somehow trippled every contact), I had to wipe mobile me (and subsequently all conatcs on my phone) and restore it from a back up. Activating one device at a time and replacing info on device with new d

  • Javadoc in netbeans

    i just downloaded firefox 18.0 and i tried to get javadoc in netbeans 7.3 and i get an error prompt : "Could not access the URL through the external browser. Check the browser configuration" i can get the javadoc with google chrome without problem. i

  • Free overnight shipping

    Ok, here goes....  I Edged up on Friday 3/6/2015 at 10am. Free overnight shipping. I get emails with order confirmation and then shipping confirmation with tracking number. Fed Ex tracking initial delivery of 3/9/2015 by 8pm. Monday the 9th comes and