Is Edge Animate is 1.5.0.217.23270 free to use indefinately?

Hi,
I downloaded and installed Adobe Edge from Creative Cloud.
Is there a way to find out how many days are left in the trial-period?
I'm running Windows7
Regards, Goos

Hi Goos,
Its possible that Edge Animate is unique in this respect and may not have the same trial behavior as other products. I know this was true for an earlier release of Edge Animate.
See this blog post:
http://blogs.adobe.com/edge/2012/09/24/adobe-edge-animate-1-0-is-available-now-with-a-surp rise/
It might still be the case.
What version of Edge Animate is it? We can confirm in the Edge Animate product specific forum.
-Dave

Similar Messages

  • Why doesn't Edge Animate show up in my 30 day free Creative Cloud membership apps download page?

    Why doesn't Edge Animate show up in my 30 day free Creative Cloud membership apps download page? I subscribed to the 30 day free Creative Cloud membership just yesterday.
    Please help.

    Could it be that you are running Windows XP?  I believe there is some automatic detection of the operating system you are running, and if it is not supported by the application, it does not show up on the download page.

  • How do I use Edge Animate to make a clickable image which can be used in Author, and which will redirect you to a different page in your ebook?

    If anyone has experience with Edge Animate, I know that I can make an image clickable, and I can insert a url to define where it will go once clicked. But I want to make a widget to use in iBooks Author, that can take the reader to a certain page of the book. Is this possible?
    It all seems very complicated. Make one thing in Edge Animate, then somehow have that reference something in Author, which will finally work in an ebook. I have no clue where to begin.

    Sort of. I'm using this code inside an action for a button symbol. But it doesn't work perfectly. Trying to debug it.
    Let me know if you have any luck.
    //Check to see if pageCounter already exists
    if (typeof EC.pageCounter === 'undefined') {
      // it doesn't exist so initialize it to first page
        EC.pageCounter = 2;
    //check if the page is only 1 digit -- patch for single digit
    if (EC.pageCounter < 9) {
       // it is, so we need to pad a 0 on the front.
      EC.pageCounterString = "0" + EC.pageCounter;
      //e.g.  01 ...09,11,12,13....115,222352,,....
    else {
      EC.pageCounterString = EC.pageCounter;
    EC.loadComposition(EC.pageCounterString + "/publish/web/" + EC.pageCounterString + ".html", sym.$("container"));
    EC.pageCounter = EC.pageCounter + 1;
    //TODO for back  -1

  • The last 'An' update has bug; An error occurred. Please save your work and restart Edge Animate

    After the last Edge Animate I started to get this error:  An error occurred. Please save your work and restart Edge Animate.  Anyone else having this issue with version 1.5.0.217.23270
    I'm using Windows 7 Profession 64 bit.
    24 gb ram
    At the time of the error on timeline, around 21 second frame, only 4.82 gb of ram was being used and CPU was using less that 10% processing. No spikes. 

    Elaine,
    On the webserver its running fine for being partially completed.  http://dirtyhumanoids.com/publish/web/TonalpohualliAndTheEyeOfProvidence.html
    It's crashing within Animate on all 3 copies.
    Copy 1 was created and saved before last upgrade (no . 
    Copy 2 of this file was created before the update and saved a few times before and after the upgrade. 
    Copy 3, is just trying to figure out what went wrong with copy 2.  BTW, Copy 1 is also having the same issue. 
    The only thing I can think of that I might have messed up on was creating a picture into a symbol much late in the project.
    I wish I knew how to video record my desktop so you could analysis my Edge Animate.
    Regards,
    Matt

  • How do you add Edge Animate to HTML Module using DotNetNuke (DNN)?

    First off I'm new to the whole web design/coding/html/css/jquery/etc., and the program Edge Animate is amazing!
    I have a site up using DNN and wanted to put what I created on Animate onto one of the pages. I added an HTML module and that's where I'm stuck.
    I do not know where to get the complete code so it works, and I do not know where to upload the Animate files. When it comes to creating the thing, I can manage (by reading ALOT), but when it comes to implamenting I am just stumped.
    Any idea?
    If you need more specific info just give the word, and I'll try my best.
    Thanks,
      Moses G.

    There are four basic steps needed to embed an Edge Animate composition into an existing page:
    Publish from Edge Animate. (This creates the necessary files to run the animation. Also, the code referenced in Step 2 and 3 below will be included in the .html file that Animate creates inside the publish/web folder, which you can just copy/paste.)
    Add a <div> to the page that has the ID of Stage and the correct class name for your stage (i.e. the "Composition ID" for your project in Animate).
    For example: 
    <div id="Stage" class="EDGE-1655086"></div>
    Include the Preload .js file and the default style in your page's header, within Edge Runtime HTML comments.
    For example: 
    <!--Adobe Edge Runtime-->
    <script type="text/javascript" charset="utf-8" src="test-1655086_edgePreload.js"></script>
    <style>
    .edgeLoad-EDGE-1655086 { display:none; }
    </style>
    <!--Adobe Edge Runtime End-->
    Make sure to upload all of the include files to your server in the appropriate relative locations. This includes the _edge.js files, _edgeActions.js file, _edgePreload.js file, the edge_includes folder and its contents, any other files/folders created inside the "publish/web" folder when you publish from Edge Animate (e.g. "images" folder, etc.).
    Here is a very simple example that will hopefully help to clarify:
    http://thetraininggrounds.com/An-test/Insert-An-into-existing-page.html
    As a reference, these are all of the files involved in the example:
    An-test/Insert-An-into-existing-page.html (the existing HTML page)
    An-test/ball-bouncing-banner_edge.js
    An-test/ball-bouncing-banner_edgeActions.js
    An-test/ball-bouncing-banner_edgePreload.js
    An-test/edge_includes/edge.1.0.0.min.js
    An-test/edge_includes/jquery.easing.1.3.js
    An-test/edge_includes/jquery-1.7.1.min.js
    An-test/edge_includes/json2_min.js
    Thanks
    Harshit yadav

  • How do you upload Edge Animate on Adobe CDN?

    How do you upload Edge Animate on Adobe CDN?

    Hi Darrell,
    I'm using an exciting new software package called www.webflow.com and I asked the following question in a forum:
    Hi,
    How would you add this Edge Animate to Webflow? Is it possible?http://html.adobe.com/edge/animate/showcase/interactive-marquee/11
    The files are available here: http://html.adobe.com/edge/animate/showcase.html6
    Edge Animate gives you a few different option for publishing:
    The drop down that you see in the image next to "Chrome Frame Installer" has three options:
    Now Prompt
    iFrame Prompt
    Overlay Prompt
    These are the files saved when only "Publish content as static HTML" is checked. See "Publish Settings" image:
    Is it possible to add this animation to a Webflow site?
    If yes, any suggestions on how would be greatly appreciated.
    Thanks,
    Todd
    Here's Sergie's reply:
    Hi @TStanwood, it's possible, but the only way to do it is if you host your files on Adobe CDN or if you host it on your own server and then display an iframe with the index file in Webflow.
    That's the way to do it before we allow for hosting of non-image files on Webflow.
    After you have them hosted on your own server you can follow these instructions found on the Adobe forums:http://forums.adobe.com/thread/1166851
    You'll have to add this to your head code:
    <!--Adobe Edge Runtime--> 
        <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"></script>
        <script type="text/javascript" charset="utf-8" src="Bannerad_edgePreload.js"></script>
        <style>
            .edgeLoad-EDGE-160548878 { visibility:hidden; }
        </style>
    <!--Adobe Edge Runtime End--> 
    Replace Bannerad_edgePreload.js with the link to your server and the edge js file.
    And in the Webflow add a div block with the class EDGE-160548878 and id stage and the .js file should inject your html animation file into this div block.
    <div id="Stage" class="EDGE-160548878"> 
    </div> 
    I don't have a server to upload the files to. I really don't even know what any of this means.
    I'm wondering how and where I can upload the Edge Animate files to and then link to it by following the instructions above.
    Any help would be appreciated.
    Thanks,
    Todd

  • Edge Animate will not open in Adobe Application Manager

    Do I have to buy a monthy subscription?

    You do not have to buy a subscription.
    From the Edge Animate FAQ at http://html.adobe.com/edge/animate/faq.html under Pricing & Availability:
    How much is Edge Animate and how do I get it?
    As a limited-time introductory offer, a perpetual, non-expiring license of Edge Animate is available for free. Edge Animate is therefore available to both free and complete Creative Cloud members.
    Edge Animate is valued at $499 USD (perpetual license) or $14.99/month (single product subscription).
    Why is Edge Animate free?
    During the preview period for Edge Animate we received tremendous feedback that helped shape the tool into what it is today. To thank our community for actively participating in the development of Edge Animate we are offering the first full release of the product for free.
    How long will Edge Animate be free? What will it cost later?
    After the free introductory offer ends, we anticipate that future versions of Edge Animate will be available to complete Creative Cloud members, as a perpetual license and as a monthly single product subscription.
    Is Edge Animate only available as a subscription product?
    No. Once the current version of Edge Animate is downloaded and installed, it is available to use at any time, without an ongoing subscription.

  • Typekit font not displaying in iPad DPS app (created by Indesign) in Web Content (Edge Animate)

    I think I have tried every permutation to make this work, but I am probably missing something. 
    I am creating a single DPS iPad app with InDesign, and I am using a Typekit font throughout.  So far so good. 
    I have created an Edge Animate project using the same Typekit font.  In preview mode, it is fine as well. 
    However, when I place the Edge Animate project into a frame in InDesign and use the Web Content Folio Overlay (regardless of whether I use the .oam file or link directly .html output published by Animate), the Typekit font will not show up in the Edge Animate portion of the DPS app and will instead use a fallback font. 
    Can anyone suggest a way to make Typekit fonts in Edge Animate work when embedded in a DPS app?  (For what it's worth, I have the same problem when embedding html output from Tumult Hype, so it seems unlikely that this is an issue with Edge Animate at all and probably has more to do with something in the way the DPS app is dealing with embedded html content.)
    Thanks in advance for any assistance. 

    Believe me, I understand the pain. Unfortunately there's only so much we can do at Adobe as the EULAs provided by the foundries for their respective fonts are very explicit in where you can and can not use them.
    For example, packaging an InDeisgn file and sending it off for pre-press with the fonts included in the package is in direct violation of most font EULAs. In a studio environment, you're only allowed to have a font installed on n number of computers and need to have multiple licenses to accomidate >n number of seats. When creating a PDF, fonts explicitly have to be subsetted before embedding into the PDF.
    That's just to paint a picture of the fragile state of using fonts in print, usage in digital mediums is just another bee in your bonnet when it comes to considering when you can and cannot use a font.
    Services like Typekit Desktop are trying to make this easier by removing a lot of those pain and condierations for you, by blanketing all these fonts under a single license you're free to use for print and the web. There's still some gotchyas, but we're aiming to greatly reduce how much you have to think about it where we can.
    So yes there's a bit of education when it comes to mixing embedded HTML content/fonts with DPS, but at least there's options
    Sarah

  • Do I need to pay to use Edge Animate

    I hace a paid account I'm still in the 30 days I close my paid account  do I need to pay to use Edge Animate ?

    No you do not need to pay currently use Edge Animate.
    From the Edge Animate FAQ at http://html.adobe.com/edge/animate/faq.html under Pricing & Availability:
    How much is Edge Animate and how do I get it?
    As a limited-time introductory offer, a perpetual, non-expiring license of Edge Animate is available for free. Edge Animate is therefore available to both free and complete Creative Cloud members.
    Edge Animate is valued at $499 USD (perpetual license) or $14.99/month (single product subscription).
    Why is Edge Animate free?
    During the preview period for Edge Animate we received tremendous feedback that helped shape the tool into what it is today. To thank our community for actively participating in the development of Edge Animate we are offering the first full release of the product for free.
    How long will Edge Animate be free? What will it cost later?
    After the free introductory offer ends, we anticipate that future versions of Edge Animate will be available to complete Creative Cloud members, as a perpetual license and as a monthly single product subscription.
    Is Edge Animate only available as a subscription product?
    No. Once the current version of Edge Animate is downloaded and installed, it is available to use at any time, without an ongoing subscription.

  • SVG supports CSS and SMIL, can Edge Animate help?

    SVG supports CSS and SMIL, can Edge Animate help?

    DvdW_,
    The objective of my use is to have  Edge Animate OPEN/IMPORT an SVG file with many other SVG elements then animate just one item. For example, below is a flight instrument that I want to animate just the needle. How could that be done? Or is Edge Animate the wrong tool?
    GV
    <?xml version="1.0" encoding="iso-8859-1"?>
    <!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
    <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20000303 Stylable//EN"   "http://www.w3.org/TR/2000/03/WD-SVG-20000303/DTD/svg-20000303-stylable.dtd" [
              <!ENTITY st0 "fill:#474747;">
              <!ENTITY st1 "fill:#D9D9D9;stroke:none;">
              <!ENTITY st2 "fill:#7C7C7C;">
              <!ENTITY st3 "font-size:6.0012;">
              <!ENTITY st4 "fill:#141414;">
              <!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;fill:#363636;stroke:#000000;stroke-miterlimit:4;">
              <!ENTITY st6 "fill:#E5E5E5;stroke:none;">
              <!ENTITY st7 "fill:#171717;">
              <!ENTITY st8 "fill:#191919;">
              <!ENTITY st9 "fill:#4D4D4D;">
              <!ENTITY st10 "fill:#B2B2B2;">
              <!ENTITY st11 "fill:#1A1A1A;">
              <!ENTITY st12 "fill:#878787;">
              <!ENTITY st13 "fill:#1C1C1C;">
              <!ENTITY st14 "fill:#1E1E1E;">
              <!ENTITY st15 "fill-rule:nonzero;clip-rule:nonzero;fill:#999999;stroke:#000000;stroke-miterlimit:4;">
              <!ENTITY st16 "fill:#595959;">
              <!ENTITY st17 "fill:#202020;">
              <!ENTITY st18 "fill:#212121;">
              <!ENTITY st19 "fill:#232323;">
              <!ENTITY st20 "fill:#252525;">
              <!ENTITY st21 "fill-rule:nonzero;clip-rule:nonzero;fill:none;stroke:#000000;stroke-miterlimit:4;">
              <!ENTITY st22 "fill:#292929;">
              <!ENTITY st23 "fill:#2B2B2B;">
              <!ENTITY st24 "fill:#2C2C2C;">
              <!ENTITY st25 "fill:#2D2D2D;">
              <!ENTITY st26 "fill:#2E2E2E;">
              <!ENTITY st27 "fill-rule:nonzero;clip-rule:nonzero;fill:#CCCCCC;stroke:#000000;stroke-miterlimit:4;">
              <!ENTITY st28 "fill:#FFFFFF;">
              <!ENTITY st29 "fill:#646464;">
              <!ENTITY st30 "fill:#666666;">
              <!ENTITY st31 "fill:#303030;">
              <!ENTITY st32 "fill:#323232;">
              <!ENTITY st33 "fill:#333333;">
              <!ENTITY st34 "fill:#353535;">
              <!ENTITY st35 "fill:#373737;">
              <!ENTITY st36 "fill:#393939;">
              <!ENTITY st37 "fill:#000000;">
              <!ENTITY st38 "font-family:'Helvetica';">
              <!ENTITY st39 "fill:#3A3A3A;">
              <!ENTITY st40 "fill:#3C3C3C;">
              <!ENTITY st41 "fill:#3E3E3E;">
              <!ENTITY st42 "fill:#D9D9D9;">
              <!ENTITY st43 "fill:#707070;">
              <!ENTITY st44 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
              <!ENTITY st45 "stroke:none;">
              <!ENTITY st46 "fill:#A6A6A6;">
              <!ENTITY st47 "fill:#404040;">
              <!ENTITY st48 "fill:#414141;">
    ]>
    <svg  width="162.031pt" height="164.281pt" viewBox="0 0 162.031 164.281" xml:space="preserve">
              <style type="text/css">
              <![CDATA[
              ]]>
              </style>
              <g id="Bounding_x0020_Box" style="&st21;">
                        <path style="&st45;" d="M162.031,164.281V0H0v164.281h162.031z"/>
                        <path style="&st45;" d="M81.016,134.197c29.371,0,53.181-23.811,53.181-53.181s-23.811-53.181-53.181-53.181S27.8 34,51.645,27.834,81.016s23.811,53.181,53.181,53.181z"/>
                        <text transform="matrix(1 0 0 1 4.126 159.0308)"><tspan x="0" y="0" style="&st45; &st38; &st3;">ACSPRUCE/5KSALT</tspan></text>
              </g>
              <g id="Spare_x0020_Number_x0020_Set" style="&st44;">
                        <g style="&st45;">
                                  <g>
                                            <path d="M87.134,60.226l-0.757,0.555v-0.81l0.757-0.555h0.765v5.338h-0.765v-4.528z"/>
                                  </g>
                                  <g>
                                            <path d="M89.52,64.034l2.084-2.609c0.165-0.21,0.195-0.375,0.195-0.532c0-0.375-0.277-0.757-0.735 -0.757c-0.412,0-0.742,0.292-0.78,0.772H89.52c0.008-0.87,0.682-1.537,1.484-1.537c0.892,0,1. 56,0.682,1.56,1.529c0,0.353-0.098,0.66-0.322,0.938l-1.717,2.152
                                                      h2.039v0.765H89.52v-0.72z"/>
                                  </g>
                                  <g>
                                            <path d="M94.2,61.665h0.262c0.51,0,0.825-0.322,0.825-0.757s-0.352-0.772-0.779-0.772c-0.323,0-0. 652,0.21-0.735,0.645h-0.765c0.06-0.757,0.712-1.41,1.469-1.41c0.952,0,1.575,0.742,1.575,1.5 22c0,0.405-0.127,0.817-0.57,1.102
                                                      c0.45,0.285,0.629,0.735,0.629,1.17c0,0.989-0.712,1.634-1.619,1.6 34c-0.72,0-1.372-0.48-1.515-1.372h0.765c0.143,0.367,0.36,0.607,0.795,0.607c0.427,0,0.81-0. 323,0.81-0.847c0-0.533-0.375-0.847-0.825-0.847H94.2v-0.675z"/>
                                  </g>
                                  <g>
                                            <path d="M96.571,63.239l1.784-3.824h0.855l-1.807,3.824h1.395v-1.537h0.765v1.537h0.428v0.72h-0.4 28v0.795h-0.765v-0.795h-2.227v-0.72z"/>
                                  </g>
                                  <g>
                                            <path d="M100.457,59.416h2.842v0.765h-2.122v1.207c0.255-0.202,0.525-0.292,0.855-0.292c0.405,0,0 .757,0.18,0.952,0.39c0.292,0.315,0.42,0.577,0.42,1.462c0,0.712-0.098,0.99-0.33,1.282c-0.21 7,0.277-0.622,0.57-1.155,0.57c-0.689,0-1.447-0.39-1.559-1.387
                                                      h0.765c0.083,0.382,0.337,0.623,0.765,0.623c0.75,0,0.75-0.645,0.7 5-1.147c0-0.592-0.142-1.027-0.772-1.027c-0.292,0-0.51,0.12-0.69,0.442h-0.72v-2.887z"/>
                                  </g>
                                  <g>
                                            <path d="M107.665,59.416h3.037v0.765l-1.807,4.573h-0.855l1.807-4.573h-1.417v0.772h-0.765v-1.537 z"/>
                                  </g>
                                  <path d="M105.737,61.605c-0.127,0-0.292,0.022-0.405,0.067h-0.015l1.125-2.257h-0.855l-1.432,2.86 4c-0.135,0.27-0.203,0.577-0.203,0.892c0,1.005,0.742,1.627,1.484,1.627c0.756,0,1.491-0.449, 1.561-1.545h-0.768c-0.044,0.555-0.417,0.781-0.748,0.781
                                            c-0.465,0-0.765-0.277-0.765-0.877c0-0.6,0.345-0.877,0.765-0.877c0.419 ,0,0.765,0.277,0.765,0.877c0,0.038-0.014,0.062-0.017,0.097h0.768c0.003-0.056,0.014-0.105,0 .014-0.164c0-1.035-0.6-1.484-1.274-1.484z"/>
                                  <path d="M112.683,59.371c-0.862,0-1.529,0.682-1.529,1.544c0,0.465,0.217,0.795,0.532,1.08c-0.405 ,0.27-0.629,0.697-0.629,1.2c0,0.021,0.005,0.039,0.005,0.059h0.773c-0.002-0.023-0.014-0.042 -0.014-0.066c0-0.488,0.405-0.847,0.862-0.847
                                            c0.458,0,0.862,0.359,0.862,0.847c0,0.487-0.405,0.847-0.862,0.847c-0.4 35,0-0.811-0.33-0.848-0.781h-0.773c0.031,0.912,0.756,1.545,1.621,1.545c0.885,0,1.627-0.66, 1.627-1.604c0-0.502-0.225-0.93-0.63-1.2c0.315-0.285,0.533-0.615,0.533-1.08
                                            c0-0.008-0.002-0.015-0.002-0.023l-0.771-0.039c0.001,0.018,0.009,0.029 ,0.009,0.047c0,0.502-0.375,0.765-0.765,0.765c-0.39,0-0.765-0.263-0.765-0.765c0-0.502,0.375 -0.765,0.765-0.765c0.376,0,0.73,0.25,0.756,0.718l0.771,0.039
                                            c-0.012-0.851-0.673-1.521-1.527-1.521z"/>
                                  <path d="M116.328,59.371c-0.757,0-1.492,0.45-1.561,1.549l0.761,0.038c0.026-0.59,0.415-0.822,0.7 55-0.822c0.465,0,0.765,0.278,0.765,0.877s-0.345,0.877-0.765,0.877s-0.765-0.277-0.765-0.877 c0-0.021,0.009-0.034,0.01-0.055l-0.761-0.038
                                            c-0.003,0.055-0.013,0.103-0.013,0.161c0,1.035,0.6,1.484,1.274,1.484c0 .127,0,0.292-0.022,0.405-0.067h0.015l-1.125,2.257h0.854l1.432-2.864c0.135-0.27,0.203-0.577 ,0.203-0.892c0-1.004-0.743-1.627-1.485-1.627z"/>
                                  <path d="M119.884,59.371c-0.787,0-1.514,0.555-1.514,1.537v2.354c0,0.982,0.727,1.537,1.514,1.537 s1.515-0.555,1.515-1.537v-0.095l-0.765-0.229v0.279c0,0.518-0.3,0.817-0.75,0.817c-0.45,0-0. 75-0.3-0.75-0.817v-2.264c0-0.517,0.3-0.817,0.75-0.817
                                            c0.45,0,0.75,0.3,0.75,0.817v1.985l0.765,0.229v-2.259c0-0.982-0.728-1. 537-1.515-1.537z"/>
                        </g>
              </g>
              <g id="Base" style="&st5;">
                        <g style="&st45;">
                                  <g>
                                            <path d="M80.641,162.581c43.942,0,79.564-35.623,79.564-79.565S124.583,3.451,80.641,3.451S1.076, 39.074,1.076,83.016s35.623,79.565,79.565,79.565z"/>
                                            <g>
                                                      <path style="&st32;" d="M76.916,161.956c38.832,0.404,64.504-35.568,63.958-75.119c-0.786-40.379-30.65-70.472-67 .841-72.985C37.111,4.6,1.076,39.548,1.076,83.016c0,42.637,33.728,77.398,75.84,78.94z"/>
                                                      <path style="&st25;" d="M73.19,161.332c33.722,0.809,49.444-35.514,48.352-70.672c-1.572-36.817-25.678-61.38-56. 118-66.406C37.523,5.748,1.076,40.021,1.076,83.016c0,41.333,31.832,75.231,72.114,78.316z"/>
                                                      <path style="&st22;" d="M69.464,160.707c28.611,1.214,34.381-35.458,32.744-66.224c-2.358-33.254-20.705-52.288-4 4.394-59.826C37.935,6.897,1.076,40.496,1.076,83.016c0,40.027,29.936,73.064,68.389,77.691z" />
                                                      <path style="&st20;" d="M65.739,160.082c23.5,1.619,19.32-35.404,17.138-61.778c-3.144-29.691-15.732-43.195-32.6 71-53.246C38.347,8.045,1.076,40.97,1.076,83.016c0,38.723,28.041,70.897,64.664,77.066z"/>
                                                      <path style="&st18;" d="M62.014,159.458c18.39,2.023,4.258-35.349,1.529-57.331c-3.929-26.128-10.759-34.102-20.9 46-46.666C38.759,9.194,1.076,41.443,1.076,83.016c0,37.417,26.145,68.73,60.938,76.442z"/>
                                                      <path style="&st14;" d="M58.289,158.833c13.28,2.428-10.802-35.294-14.077-52.884c-4.715-22.566-5.786-25.009-9.2 23-40.086c4.183-55.52-33.913-23.945-33.913,17.153c0,36.113,24.249,66.563,57.213,75.817z"/>
                                            </g>
                                            <path style="&st11;" d="M54.563,158.208c8.169,2.833-25.863-35.24-29.684-48.438c-5.501-19.004-0.813-15.917,2.5- 33.507C39.583,11.492,1.076,42.391,1.076,83.016c0,34.808,22.353,64.396,53.488,75.193z"/>
                                  </g>
                                  <path style="&st0;" d="M50.453,154.477c-12.195-5.073-23.517-14.588-32.824-27.953C3,105.52,0.474,78.915,6.658, 59.667C3,69.513,3.085,72.258,3.085,83.016c0,32.124,19.532,59.687,47.368,71.461z"/>
                                  <g>
                                            <path d="M96.894,126.774c21.116,19.196,37.313,20.782,51.354-1.788c7.58-12.184,11.958-26.566,11. 958-41.971c0-25.291-11.801-47.827-30.196-62.4C116.443,9.868,79.891,18.82,79.891,62.762s-5. 001,44.008,17.003,64.012z"/>
                                            <g>
                                                      <path style="&st48;" d="M99.465,120.916c23.57,16.454,37.734,21.178,50.079,0.193c6.626-11.129,10.447-24.166,10. 447-38.094c0-23.102-10.377-43.781-26.623-57.529C120.11,11.994,89.959,26.026,85.105,63.69c- 6.277,37.665-10.778,40.079,14.36,57.226z"/>
                                                      <path style="&st9;" d="M102.037,115.058c26.025,13.711,38.156,21.574,48.804,2.174c5.673-10.075,8.936-21.765,8. 936-34.217c0-20.913-8.953-39.736-23.049-52.658c-12.95-16.239-36.7,2.874-46.407,34.261c-12. 555,31.387-16.555,36.15,11.716,50.439z"/>
                                                      <path style="&st16;" d="M104.609,109.199c28.479,10.969,38.578,21.971,47.528,4.156c4.72-9.021,7.425-19.365,7.42 5-30.34c0-18.724-7.529-35.69-19.476-47.786c-12.641-18.985-29.99,5.209-44.551,30.318c-18.83 2,25.11-22.333,32.221,9.073,43.651z"/>
                                                      <path style="&st29;" d="M107.181,103.341c30.934,8.227,39,22.367,46.253,6.137c3.767-7.967,5.914-16.964,5.914-26 .463c0-16.535-6.105-31.645-15.902-42.915c-12.333-21.731-23.281,7.544-42.695,26.376c-25.109 ,18.833-28.11,28.292,6.43,36.865z"/>
                                                      <path style="&st43;" d="M109.753,97.482c33.388,5.484,39.421,22.763,44.978,8.119c2.813-6.913,4.402-14.564,4.402 -22.585c0-14.346-4.681-27.599-12.328-38.043c-12.026-24.478-16.572,9.879-40.839,22.433C74.5 8,79.96,72.079,91.767,109.753,97.482z"/>
                                                      <path style="&st2;" d="M112.325,91.625c35.842,2.742,39.843,23.159,43.703,10.1c1.859-5.859,2.891-12.163,2.891- 18.708c0-12.157-3.257-23.553-8.754-33.172c-11.717-27.224-9.862,12.213-38.983,18.49c-37.665 ,6.277-39.665,20.433,1.143,23.291z"/>
                                            </g>
                                            <path style="&st12;" d="M114.897,85.766c38.297,0,40.265,23.556,42.428,12.082c0.906-4.806,1.38-9.764,1.38-14.83 2c0-9.968-1.833-19.508-5.181-28.301c-11.409-29.97-3.153,14.548-37.127,14.548c-43.942,0-45. 442,16.503-1.5,16.503z"/>
                                  </g>
                                  <path style="&st37;" d="M80.641,153.568c38.964,0,70.552-31.588,70.552-70.552s-31.588-70.552-70.552-70.552S10.0 88,44.051,10.088,83.016s31.588,70.552,70.552,70.552z"/>
                                  <path d="M80.641,152.396c38.317,0,69.381-31.063,69.381-69.381s-31.063-69.381-69.381-69.381S11.2 6,44.698,11.26,83.016s31.063,69.381,69.381,69.381z"/>
                                  <g>
                                            <g>
                                                      <path style="&st47;" d="M80.266,149.465c36.635,0,66.334-29.699,66.334-66.334c0-36.634-29.699-66.333-66.334-66. 333c-36.634,0-66.333,29.699-66.333,66.333c0,36.635,29.699,66.334,66.333,66.334z"/>
                                            </g>
                                            <g>
                                                      <path style="&st41;" d="M83.928,21.066c-33.8,1.259-62.854,32.341-65.72,66.295c-1.004,33.865,25.742,61.545,61.4 07,61.695c36.834,0.245,67.276-29.692,66.471-66.723c-0.358-35.244-28.359-62.584-62.158-61.2 68z"/>
                                                      <path style="&st40;" d="M87.589,25.334c-30.966,2.518-59.374,34.983-65.105,66.257c-2.008,31.095,21.784,56.758,5 6.48,57.058c37.034,0.489,68.22-29.685,66.608-67.111c-0.717-33.855-27.019-58.836-57.983-56. 203z"/>
                                                      <path style="&st39;" d="M91.252,29.604C63.121,33.381,35.358,67.23,26.761,95.822c-3.012,28.324,17.826,51.969,51 .553,52.418c37.233,0.733,69.163-29.678,66.744-67.5c-1.074-32.464-25.677-55.087-53.806-51.1 37z"/>
                                                      <path style="&st36;" d="M94.914,33.872c-25.297,5.037-52.414,40.269-63.877,66.18c-4.016,25.555,13.869,47.181,46 .626,47.78c37.434,0.978,70.106-29.671,66.881-67.889c-1.433-31.075-24.337-51.338-49.631-46. 072z"/>
                                                      <path style="&st35;" d="M98.575,38.141c-22.462,6.295-48.934,42.911-63.262,66.142c-5.021,22.785,9.911,42.394,41 .7,43.143c37.633,1.222,71.048-29.664,67.018-68.278c-1.791-29.685-22.997-47.589-45.456-41.0 06z"/>
                                                      <path style="&st34;" d="M102.237,42.409c-19.628,7.555-45.454,45.553-62.648,66.103c-6.024,20.015,5.953,37.606,3 6.773,38.504c37.833,1.467,71.992-29.657,67.156-68.667c-2.149-28.294-21.657-43.84-41.28-35. 941z"/>
                                                      <path style="&st33;" d="M105.9,46.678c-16.793,8.814-41.974,48.196-62.034,66.065c-7.029,17.245,1.995,32.817,31. 846,33.865c38.032,1.711,72.935-29.65,67.292-69.055c-2.507-26.904-20.315-40.091-37.104-30.8 75z"/>
                                                      <path style="&st32;" d="M109.562,50.947c-13.959,10.073-38.494,50.838-61.42,66.026c-8.033,14.475-1.962,28.029,2 6.919,29.228c38.232,1.956,73.878-29.643,67.429-69.444c-2.865-25.514-18.975-36.342-32.928-2 5.81z"/>
                                                      <path style="&st31;" d="M113.223,55.215c-11.125,11.332-35.014,53.48-60.806,65.988c-9.037,11.705-5.92,23.241,21 .993,24.589c38.432,2.2,74.82-29.636,67.566-69.833c-3.224-24.124-17.635-32.593-28.753-20.74 4z"/>
                                                      <path style="&st26;" d="M116.885,59.484c-8.291,12.591-31.534,56.123-60.192,65.949c-10.041,8.936-9.877,18.454,1 7.066,19.952c38.632,2.444,75.764-29.629,67.703-70.222c-3.582-22.735-16.294-28.844-24.577-1 5.679z"/>
                                                      <path style="&st24;" d="M120.548,63.753c-5.456,13.851-28.054,58.766-59.578,65.911c-11.045,6.165-13.835,13.665, 12.138,15.313c38.832,2.689,76.707-29.622,67.84-70.611c-3.94-21.344-14.954-25.094-20.401-10 .613z"/>
                                                      <path style="&st23;" d="M124.209,68.021c-2.621,15.109-24.574,61.408-58.963,65.873c-12.049,3.395-17.793,8.876,7 .212,10.674c39.031,2.934,77.65-29.615,67.977-70.999c-4.298-19.955-13.613-21.346-16.226-5.5 48z"/>
                                            </g>
                                            <path style="&st22;" d="M127.871,72.29c0.213,16.368-21.094,64.05-58.349,65.834c-13.054,0.625-21.751,4.089,2.28 5,6.036c39.23,3.178,78.592-29.608,68.114-71.388c-4.656-18.564-12.273-17.597-12.05-0.482z"/ >
                                  </g>
                        </g>
              </g>
              <g id="Labels_x0020__x0028_Body_x0029_" style="&st27;">
                        <path style="&st1;" d="M79.769,123.537c-1.26,0-2.423,0.888-2.423,2.459v0.755l1.224,0.506v-1.189c0-0.828,0.479 -1.308,1.2-1.308c0.719,0,1.199,0.48,1.199,1.308v3.623c0,0.828-0.48,1.308-1.199,1.308c-0.72 ,0-1.2-0.48-1.2-1.308v-2.433l-1.224-0.506v3.011
                                  c0,1.572,1.164,2.459,2.423,2.459c1.259,0,2.423-0.888,2.423-2.459v-3.767c0- 1.571-1.164-2.459-2.423-2.459z"/>
                        <path style="&st6;" d="M140.072,85.563l0.055-2.625l-4.542,1.217l4.487,1.408z"/>
                        <g style="&st45;">
                                  <g>
                                            <g>
                                                      <path d="M43.422,40.598l-5.599-6.116c-0.209-0.229-0.565-0.246-0.794-0.037c-0.23,0.209-0.246,0.5 65-0.037,0.795l5.599,6.116c0.209,0.229,0.565,0.246,0.795,0.037s0.246-0.565,0.037-0.795z"/>
                                                      <path d="M38.403,45.644l-6.321-5.366c-0.236-0.202-0.592-0.173-0.793,0.063c-0.201,0.236-0.173,0. 591,0.063,0.793l6.321,5.366c0.236,0.202,0.592,0.173,0.793-0.063c0.202-0.236,0.173-0.591-0. 063-0.793z"/>
                                                      <path d="M34.056,51.279l-6.944-4.531c-0.26-0.17-0.609-0.098-0.779,0.162c-0.17,0.26-0.098,0.609, 0.163,0.779l6.943,4.531c0.26,0.17,0.609,0.098,0.779-0.162c0.17-0.26,0.098-0.609-0.162-0.77 9z"/>
                                                      <path d="M30.449,57.415l-7.457-3.625c-0.279-0.137-0.616-0.021-0.752,0.258c-0.136,0.279-0.021,0. 616,0.259,0.752l7.457,3.625v0c0.279,0.137,0.616,0.021,0.752-0.258c0.137-0.279,0.021-0.616- 0.258-0.752z"/>
                                                      <path d="M25.671,70.793l-8.124-1.657c-0.304-0.063-0.602,0.133-0.665,0.438s0.133,0.602,0.438,0.6 65l8.124,1.657c0.304,0.063,0.602-0.133,0.665-0.438c0.063-0.304-0.133-0.602-0.438-0.665z"/>
                                                      <path d="M24.576,77.825l-8.268-0.626c-0.31-0.024-0.58,0.208-0.604,0.518c-0.024,0.31,0.208,0.581 ,0.518,0.604l8.268,0.626c0.31,0.024,0.58-0.208,0.604-0.518c0.024-0.31-0.208-0.581-0.518-0. 604z"/>
                                                      <path d="M24.371,84.939l-8.281,0.415c-0.311,0.015-0.55,0.279-0.535,0.589c0.015,0.311,0.278,0.55 ,0.589,0.535l8.281-0.416c0.31-0.015,0.55-0.278,0.535-0.589c-0.015-0.311-0.278-0.55-0.589-0 .535z"/>
                                                      <path d="M25.059,92.023l-8.164,1.45c-0.306,0.054-0.51,0.345-0.457,0.651c0.054,0.306,0.346,0.51, 0.652,0.457l8.163-1.45c0.306-0.054,0.511-0.345,0.457-0.651c-0.054-0.306-0.345-0.51-0.651-0 .457z"/>
                                                      <path d="M29.057,105.654l-7.546,3.434c-0.283,0.128-0.409,0.461-0.281,0.744c0.128,0.283,0.461,0. 409,0.745,0.281l7.546-3.434c0.283-0.128,0.409-0.461,0.28-0.745c-0.128-0.283-0.461-0.409-0. 744-0.28z"/>
                                                      <path d="M32.304,111.987l-7.056,4.353c-0.265,0.163-0.348,0.509-0.185,0.773c0.163,0.265,0.509,0. 348,0.773,0.185l7.057-4.353c0.265-0.163,0.348-0.509,0.185-0.774c-0.163-0.265-0.509-0.348-0 .774-0.185z"/>
                                                      <path d="M36.319,117.863l-6.456,5.203c-0.242,0.194-0.281,0.548-0.086,0.791c0.194,0.243,0.549,0. 281,0.791,0.087l6.456-5.203h0c0.243-0.195,0.281-0.549,0.087-0.791c-0.195-0.242-0.549-0.281 -0.791-0.086z"/>
                                                      <path d="M41.039,123.189l-5.752,5.971c-0.216,0.223-0.21,0.58,0.013,0.795c0.223,0.216,0.58,0.21, 0.795-0.013l5.752-5.971c0.216-0.223,0.21-0.579-0.013-0.795c-0.223-0.216-0.58-0.21-0.795,0. 013z"/>
                                                      <path d="M52.285,131.868l-4.087,7.213c-0.153,0.27-0.059,0.614,0.211,0.767c0.27,0.154,0.613,0.06 ,0.767-0.21l4.087-7.213c0.154-0.27,0.06-0.614-0.21-0.767c-0.27-0.154-0.614-0.06-0.767,0.21 z"/>
                                                      <path d="M58.633,135.083l-3.151,7.668c-0.119,0.287,0.018,0.616,0.305,0.735s0.616-0.018,0.735-0. 305l3.151-7.668c0.119-0.287-0.018-0.616-0.305-0.735s-0.616,0.018-0.735,0.305z"/>
                                                      <path d="M65.335,137.478l-2.165,8.003c-0.082,0.3,0.095,0.609,0.395,0.691c0.3,0.082,0.609-0.095, 0.691-0.395l2.165-8.003c0.082-0.3-0.095-0.609-0.395-0.69c-0.3-0.082-0.609,0.095-0.691,0.39 5z"/>
                                                      <path d="M72.284,139.013l-1.145,8.211c-0.043,0.308,0.17,0.592,0.478,0.636c0.308,0.043,0.592-0.1 71,0.636-0.479l1.145-8.211c0.043-0.307-0.17-0.592-0.478-0.636s-0.592,0.171-0.636,0.479z"/>
                                                      <path d="M86.483,139.425l0.933,8.238c0.035,0.309,0.313,0.532,0.622,0.497c0.309-0.034,0.531-0.31 3,0.497-0.621l-0.933-8.238c-0.035-0.309-0.313-0.531-0.622-0.497c-0.309,0.034-0.531,0.313-0 .497,0.621z"/>
                                                      <path d="M93.509,138.295l1.958,8.056c0.073,0.302,0.377,0.488,0.679,0.416c0.302-0.073,0.488-0.37 7,0.415-0.679l-1.958-8.056c-0.073-0.302-0.376-0.488-0.679-0.415c-0.302,0.073-0.488,0.376-0 .415,0.679z"/>
                                                      <path d="M100.338,136.293l2.952,7.747c0.11,0.291,0.435,0.437,0.726,0.327c0.291-0.11,0.437-0.435 ,0.327-0.725l-2.952-7.747c-0.11-0.291-0.435-0.437-0.726-0.327c-0.291,0.11-0.437,0.435-0.32 7,0.726z"/>
                                                      <path d="M106.862,133.451l3.899,7.316c0.146,0.274,0.486,0.379,0.761,0.233c0.274-0.146,0.379-0.4 86,0.233-0.76l-3.9-7.316c-0.146-0.274-0.486-0.379-0.76-0.233c-0.274,0.146-0.379,0.486-0.23 3,0.761z"/>
                                                      <path d="M118.592,125.439l5.596,6.116c0.209,0.23,0.565,0.246,0.795,0.037c0.229-0.209,0.246-0.56 5,0.037-0.795l-5.596-6.116c-0.209-0.229-0.565-0.246-0.795-0.037c-0.229,0.209-0.246,0.565-0 .037,0.795z"/>
                                                      <path d="M123.612,120.396l6.319,5.367c0.236,0.202,0.591,0.174,0.793-0.063c0.202-0.237,0.173-0.5 92-0.063-0.793l-6.319-5.367c-0.236-0.202-0.591-0.173-0.793,0.063s-0.173,0.592,0.063,0.793z "/>
                                                      <path d="M127.96,114.763l6.941,4.533c0.26,0.17,0.609,0.098,0.779-0.162s0.098-0.608-0.162-0.779l -6.941-4.533c-0.26-0.17-0.608-0.098-0.779,0.162s-0.098,0.608,0.162,0.779z"/>
                                                      <path d="M131.568,108.629l7.455,3.627c0.279,0.137,0.616,0.021,0.752-0.258c0.137-0.279,0.021-0.6 16-0.258-0.753l-7.455-3.627v0c-0.279-0.137-0.616-0.021-0.752,0.258c-0.136,0.279-0.021,0.61 6,0.258,0.752z"/>
                                                      <path d="M136.349,95.254l8.123,1.659c0.304,0.063,0.602-0.133,0.665-0.438c0.063-0.304-0.133-0.60 2-0.438-0.665l-8.123-1.659c-0.304-0.063-0.602,0.133-0.664,0.437c-0.063,0.305,0.133,0.602,0 .437,0.665z"/>
                                                      <path d="M137.446,88.223l8.266,0.628c0.31,0.024,0.581-0.208,0.605-0.517c0.024-0.31-0.208-0.581- 0.518-0.604l-8.266-0.628c-0.31-0.024-0.581,0.208-0.604,0.517s0.208,0.581,0.517,0.604z"/>
                                                      <path d="M137.654,81.11l8.28-0.413c0.31-0.015,0.55-0.279,0.535-0.589c-0.015-0.311-0.279-0.55-0. 589-0.535l-8.28,0.413h0c-0.311,0.015-0.55,0.279-0.535,0.589c0.015,0.31,0.278,0.55,0.589,0. 535z"/>
                                                      <path d="M136.968,74.027l8.163-1.447c0.306-0.054,0.511-0.345,0.457-0.651s-0.345-0.511-0.651-0.4 57l-8.163,1.447v0c-0.306,0.054-0.511,0.345-0.457,0.651s0.345,0.511,0.651,0.457z"/>
                                                      <path d="M132.975,60.396l7.547-3.431c0.283-0.128,0.409-0.461,0.281-0.745c-0.128-0.283-0.461-0.4 09-0.745-0.281l-7.546,3.432c-0.283,0.128-0.409,0.461-0.281,0.744s0.461,0.409,0.744,0.281z" />
                                                      <path d="M129.73,54.063l7.057-4.35c0.265-0.162,0.348-0.509,0.186-0.773c-0.163-0.265-0.509-0.348 -0.774-0.186l-7.057,4.35c-0.265,0.163-0.348,0.509-0.185,0.773c0.163,0.265,0.509,0.348,0.77 3,0.186z"/>
                                                      <path d="M125.717,48.187l6.457-5.2c0.242-0.194,0.281-0.548,0.087-0.791c-0.195-0.242-0.549-0.281 -0.791-0.086l-6.456,5.2v0c-0.242,0.195-0.281,0.549-0.087,0.791s0.548,0.281,0.791,0.087z"/>
                                                      <path d="M121,42.859l5.753-5.968c0.216-0.223,0.21-0.58-0.013-0.795c-0.223-0.216-0.58-0.21-0.795 ,0.013l-5.754,5.968h0c-0.216,0.223-0.21,0.58,0.013,0.795s0.58,0.21,0.795-0.013z"/>
                                                      <path d="M109.758,34.178l4.088-7.211c0.154-0.27,0.06-0.613-0.21-0.767c-0.27-0.154-0.614-0.06-0. 767,0.21l-4.089,7.211c-0.154,0.27-0.06,0.613,0.21,0.767c0.27,0.153,0.613,0.06,0.767-0.21z" />
                                                      <path d="M103.411,30.961l3.153-7.667c0.119-0.287-0.018-0.616-0.305-0.735c-0.287-0.119-0.616,0.0 18-0.734,0.305l-3.153,7.667v0c-0.119,0.288,0.018,0.616,0.305,0.735s0.616-0.018,0.735-0.305 z"/>
                                                      <path d="M96.711,28.565l2.167-8.001c0.082-0.299-0.095-0.609-0.395-0.691c-0.3-0.082-0.609,0.095- 0.69,0.395l-2.167,8.001h0c-0.082,0.3,0.095,0.609,0.394,0.691c0.3,0.082,0.609-0.095,0.691-0 .395z"/>
                                                      <path d="M89.764,27.028l1.147-8.209c0.043-0.308-0.17-0.593-0.478-0.636s-0.592,0.17-0.636,0.478l -1.147,8.21c-0.043,0.308,0.17,0.592,0.478,0.636c0.308,0.044,0.592-0.17,0.636-0.478z"/>
                                                      <path d="M75.566,26.612l-0.93-8.237c-0.034-0.309-0.313-0.532-0.621-0.498c-0.309,0.035-0.531,0.3 13-0.497,0.621l0.93,8.238v0c0.035,0.309,0.313,0.532,0.621,0.497c0.309-0.034,0.531-0.312,0. 497-0.621z"/>
                                                      <path d="M68.541,27.74l-1.956-8.055c-0.072-0.302-0.376-0.488-0.678-0.416c-0.302,0.072-0.488,0.3 76-0.416,0.678l1.956,8.056c0.073,0.302,0.376,0.488,0.678,0.415c0.302-0.072,0.488-0.376,0.4 16-0.678z"/>
                                                      <path d="M61.712,29.739l-2.949-7.747c-0.11-0.291-0.435-0.437-0.725-0.327S57.601,22.1,57.71,22.3 9l2.95,7.748v0c0.11,0.291,0.435,0.437,0.725,0.327s0.437-0.435,0.327-0.725z"/>
                                                      <path d="M55.188,32.579l-3.897-7.316c-0.146-0.274-0.486-0.379-0.761-0.233s-0.379,0.486-0.233,0. 76l3.897,7.316c0.146,0.274,0.486,0.379,0.76,0.233s0.379-0.486,0.234-0.76z"/>
                                            </g>
                                            <g>
                                                      <path d="M42.918,30.874l6.9,9.857c0.356,0.509,1.058,0.633,1.567,0.276c0.509-0.356,0.633-1.058,0 .277-1.567l-6.9-9.857c-0.356-0.509-1.058-0.633-1.567-0.276c-0.509,0.356-0.633,1.058-0.277, 1.567z"/>
                                                      <path d="M19.547,63.225l11.375,3.919c0.588,0.202,1.228-0.11,1.43-0.697c0.203-0.588-0.109-1.228- 0.697-1.431L20.28,61.097c-0.587-0.202-1.228,0.11-1.43,0.697c-0.203,0.588,0.11,1.228,0.697, 1.431z"/>
                                                      <path d="M19.653,103.133l11.507-3.515c0.594-0.182,0.929-0.811,0.747-1.405c-0.182-0.594-0.811-0. 929-1.405-0.747l-11.506,3.516c-0.594,0.182-0.929,0.811-0.748,1.405s0.811,0.929,1.405,0.747 z"/>
                                                      <path d="M43.197,135.358l7.243-9.607c0.374-0.496,0.275-1.202-0.221-1.576c-0.497-0.374-1.202-0.2 75-1.576,0.222l-7.243,9.607c-0.374,0.496-0.275,1.202,0.221,1.576c0.496,0.375,1.202,0.275,1 .576-0.221z"/>
                                                      <path d="M81.185,147.59l0.212-12.029c0.011-0.622-0.484-1.134-1.105-1.145c-0.622-0.011-1.134,0.4 84-1.145,1.105l-0.213,12.03c-0.011,0.621,0.484,1.134,1.105,1.145c0.621,0.011,1.134-0.483,1 .145-1.105z"/>
                                                      <path d="M119.107,135.158l-6.898-9.857c-0.356-0.509-1.058-0.633-1.567-0.276c-0.509,0.356-0.633, 1.058-0.277,1.567l6.898,9.857c0.356,0.509,1.058,0.633,1.567,0.277c0.509-0.356,0.633-1.058, 0.276-1.567z"/>
                                                      <path d="M142.48,102.811l-10.306-3.552l-0.879,2.077l10.453,3.602c0.587,0.203,1.228-0.11,1.43-0. 697c0.203-0.587-0.109-1.228-0.697-1.43z"/>
                                                      <path d="M142.377,62.903l-10.686,3.264l0.698,2.14l10.645-3.251c0.594-0.181,0.929-0.81,0.748-1.4 05c-0.182-0.594-0.811-0.929-1.405-0.747z"/>
                                                      <path d="M118.837,30.678l-7.243,9.606c-0.374,0.496-0.275,1.202,0.221,1.576c0.496,0.375,1.202,0. 275,1.576-0.221l7.243-9.606c0.374-0.497,0.275-1.202-0.221-1.576c-0.496-0.375-1.202-0.275-1 .576,0.221z"/>
                                                      <path d="M80.852,18.443l-0.214,12.029c-0.011,0.621,0.484,1.134,1.105,1.145c0.622,0.011,1.134-0. 484,1.145-1.105l0.214-12.029c0.011-0.621-0.484-1.134-1.105-1.145c-0.621-0.011-1.134,0.484- 1.145,1.105z"/>
                                            </g>
                                  </g>
                                  <g style="&st42;">
                                            <g>
                                                      <g>
                                                                <path d="M79.315,94.536h1.133v6.403h3.643v1.071h-4.776v-7.474z"/>
                                                      </g>
                                                      <g>
                                                                <path d="M85.26,95.543h-2.047v-1.008h5.227v1.008h-2.047v6.466H85.26v-6.466z"/>
                                                      </g>
                                                      <path d="M77.319,102.009h1.197l-2.719-7.474h-0.944l-2.719,7.474h1.197l0.577-1.669h1.388v-1.008h -1.063l1.082-3.264h0.021l1.081,3.264h-1.121v1.008h1.446l0.577,1.669z"/>
                                            </g>
                                            <g>
                                                      <g>
                                                                <path d="M78.954,110.71h1.098l0.909,1.476l0.909-1.476h1.098l-1.494,2.231l1.556,2.331h-1.097l-0. 972-1.521l-0.972,1.521h-1.098l1.556-2.331l-1.493-2.231z"/>
                                                      </g>
                                                      <g>
                                                                <g>
                                                                          <path d="M63.375,111.412h-0.459v-0.702h0.459v-0.603c0-0.855,0.531-1.242,1.241-1.242h0.594v0.864 h-0.521c-0.297,0-0.396,0.099-0.396,0.378v0.603h0.917v0.702h-0.917v3.86h-0.917v-3.86z"/>
                                                                </g>
                                                                <g>
                                                                          <path d="M74.788,109.325h0.917v1.385h0.666v0.702h-0.666v2.654c0,0.252,0.099,0.342,0.324,0.342h0 .342v0.864h-0.477c-0.639,0-1.106-0.405-1.106-1.125v-2.735h-0.459v-0.702h0.459v-1.385z"/>
                                                                </g>
                                                                <path d="M67.387,110.657c-0.882,0-1.88,0.576-1.88,2.348c0,1.871,1.089,2.321,2.024,2.321c0.612,0 ,1.197-0.216,1.646-0.738l-0.666-0.566c-0.27,0.279-0.647,0.44-0.999,0.44c-0.63,0-1.088-0.37 7-1.088-1.125h2.843v-0.756c0-0.141-0.014-0.275-0.038-0.404
                                                                          h-0.956c0.04,0.121,0.07,0.251,0.076,0.404h-1.925c0.018 -0.692,0.423-1.062,0.962-1.062c0.421,0,0.748,0.23,0.887,0.658h0.956c-0.175-0.942-0.956-1.5 21-1.842-1.521z"/>
                                                                <path d="M70.106,112.178h0.892c0.137-0.427,0.469-0.658,0.89-0.658c0.54,0,0.936,0.369,0.962,1.06 2h-1.925c0.003-0.153,0.033-0.283,0.072-0.404h-0.892c-0.058,0.244-0.099,0.51-0.099,0.827c0, 1.871,1.089,2.321,2.024,2.321c0.612,0,1.196-0.216,1.646-0.738
                                                                          l-0.666-0.566c-0.27,0.279-0.648,0.44-0.999,0.44c-0.63, 0-1.088-0.377-1.088-1.125h2.843v-0.756c0-1.178-0.873-1.925-1.88-1.925c-0.724,0-1.518,0.4-1 .782,1.521z"/>
                                                      </g>
                                                      <g>
                                                                <g>
                                                                          <path d="M87.027,109.838l-0.909,0.666v-0.972l0.909-0.666h0.917v6.406h-0.917v-5.434z"/>
                                                                </g>
                                                                <path d="M91.762,108.812c-0.944,0-1.817,0.666-1.817,1.845v2.825c0,1.179,0.873,1.844,1.817,1.844 c0.945,0,1.817-0.666,1.817-1.844v-1.116h-0.917v1.062c0,0.621-0.36,0.981-0.9,0.981c-0.54,0- 0.899-0.36-0.899-0.981v-2.717c0-0.621,0.36-0.98,0.899-0.98
                                                                          c0.54,0,0.9,0.36,0.9,0.98v1.655h0.917v-1.708c0-1.179-0 .873-1.845-1.817-1.845z"/>
                                                                <path d="M96.083,108.812c-0.944,0-1.817,0.666-1.817,1.845v1.708h0.918v-1.655c0-0.621,0.36-0.98, 0.899-0.98s0.9,0.36,0.9,0.98v2.717c0,0.621-0.36,0.981-0.9,0.981s-0.899-0.36-0.899-0.981v-1 .062h-0.918v1.116c0,1.179,0.873,1.844,1.817,1.844
                                                                          c0.945,0,1.817-0.666,1.817-1.844v-2.825c0-1.179-0.873- 1.845-1.817-1.845z"/>
                                                      </g>
                                            </g>
                                            <g>
                                                      <g>
                                                                <g>
                                                                          <path d="M82.364,33.592h4.546v1.224h-3.395v1.931c0.408-0.324,0.839-0.468,1.367-0.468c0.648,0,1. 212,0.288,1.523,0.624c0.468,0.503,0.672,0.923,0.672,2.339c0,1.14-0.156,1.583-0.528,2.051c- 0.348,0.444-0.996,0.912-1.847,0.912
                                                                                    c-1.104,0-2.315-0.624-2.495-2.219h1.224c0.132,0.6 12,0.54,0.996,1.223,0.996c1.2,0,1.2-1.031,1.2-1.835c0-0.948-0.228-1.644-1.235-1.644c-0.468 ,0-0.816,0.192-1.104,0.708h-1.152v-4.619z"/>
                                                                </g>
                                                                <g>
                                                                          <path d="M76.442,40.849l3.335-4.175c0.264-0.336,0.312-0.6,0.312-0.852c0-0.6-0.444-1.211-1.175-1 .211c-0.66,0-1.188,0.468-1.248,1.235h-1.224c0.012-1.392,1.092-2.459,2.375-2.459c1.428,0,2. 495,1.091,2.495,2.447c0,0.564-0.156,1.056-0.516,1.5
                                                                                    l-2.747,3.442h3.263V42h-4.87v-1.151z"/>
                                                                </g>
                                                      </g>
                                                      <g>
                                                                <g>
                                                                          <path d="M101.039,121.1l2.855-6.118h1.367l-2.891,6.118h2.231v-2.459h1.224v2.459h0.684v1.152h-0. 684v1.271h-1.224v-1.271h-3.563V121.1z"/>
                                                                </g>
                                                                <g>
                                                                          <path d="M107.195,114.982h4.546v1.224h-3.395v1.931c0.408-0.324,0.84-0.468,1.368-0.468c0.647,0,1 .211,0.288,1.523,0.624c0.468,0.504,0.672,0.924,0.672,2.339c0,1.14-0.156,1.583-0.528,2.051c -0.348,0.444-0.996,0.912-1.848,0.912
                                                                                    c-1.104,0-2.315-0.624-2.495-2.219h1.224c0.132,0.6 12,0.54,0.996,1.224,0.996c1.2,0,1.2-1.032,1.2-1.835c0-0.948-0.228-1.644-1.236-1.644c-0.468 ,0-0.815,0.192-1.104,0.708h-1.151v-4.618z"/>
                                                                </g>
                                                      </g>
                                                      <g>
                                                                <g>
                                                                          <path d="M104.375,46.589h0.42c0.815,0,1.319-0.516,1.319-1.211s-0.564-1.236-1.248-1.236c-0.516,0 -1.043,0.336-1.176,1.032h-1.224c0.096-1.211,1.14-2.255,2.352-2.255c1.523,0,2.519,1.188,2.5 19,2.436c0,0.647-0.204,1.308-0.912,1.763
                                                                                    c0.72,0.456,1.007,1.176,1.007,1.872c0,1.583-1.139 ,2.615-2.591,2.615c-1.152,0-2.195-0.768-2.423-2.195h1.224c0.228,0.588,0.576,0.972,1.271,0. 972c0.684,0,1.296-0.516,1.296-1.355c0-0.852-0.6-1.355-1.32-1.355h-0.516v-1.08z"/>
                                                                </g>
                                                                <path d="M113.326,49.144v-3.767c0-1.571-1.164-2.459-2.423-2.459c-1.259,0-2.423,0.888-2.423,2.45 9v3.767c0,1.469,1.019,2.33,2.18,2.438l-0.052-1.235c-0.551-0.117-0.904-0.567-0.904-1.274v-3 .623c0-0.828,0.479-1.308,1.199-1.308s1.2,0.48,1.2,1.308v3.623
                                                                          c0,0.828-0.48,1.307-1.2,1.307c-0.104,0-0.202-0.013-0.2 95-0.033l0.052,1.235c0.081,0.007,0.161,0.021,0.243,0.021c1.26,0,2.423-0.888,2.423-2.459z"/ >
                                                      </g>
                                                      <g>
                                                                <g>
                                                                          <path d="M49.894,49.233l3.334-4.175c0.264-0.335,0.312-0.6,0.312-0.852c0-0.6-0.444-1.211-1.175-1 .211c-0.66,0-1.188,0.468-1.248,1.235h-1.223c0.012-1.392,1.091-2.459,2.375-2.459c1.427,0,2. 495,1.092,2.495,2.447c0,0.563-0.156,1.055-0.516,1.499
                                                                                    l-2.747,3.443h3.263v1.224h-4.87v-1.151z"/>
                                                                </g>
                                                                <path d="M58.149,41.771c-0.058,0-0.113,0.011-0.17,0.015l0.051,1.219c0.04-0.003,0.078-0.01,0.119 -0.01c0.72,0,1.2,0.479,1.2,1.308v3.623c0,0.828-0.48,1.308-1.2,1.308s-1.2-0.48-1.2-1.308v-3 .623c0-0.78,0.429-1.246,1.081-1.297l-0.051-1.219
                                                                          c-1.191,0.077-2.253,0.944-2.253,2.444v3.767c0,1.572,1. 164,2.459,2.423,2.459s2.423-0.888,2.423-2.459V44.23c0-1.571-1.163-2.459-2.423-2.459z"/>
                                                      </g>
                                                      <g>
                                                                <g>
                                                                          <path d="M36.083,93.398l-1.211,0.888v-1.295l1.211-0.888h1.224v8.541h-1.224v-7.246z"/>
                                                                </g>
                                                                <path d="M42.396,92.031c-1.26,0-2.423,0.888-2.423,2.459v3.767c0,1.571,1.164,2.459,2.423,2.459c1 .259,0,2.423-0.888,2.423-2.459v-0.355l-1.224-0.506v0.79c0,0.828-0.479,1.307-1.199,1.307s-1 .2-0.479-1.2-1.307v-3.623c0-0.828,0.48-1.307,1.2-1.307
                                                                          s1.199,0.479,1.199,1.307v2.833l1.224,0.506V94.49c0-1.5 71-1.164-2.459-2.423-2.459z"/>
                                                      </g>
                                                      <g>
                                                                <path d="M52.161,115.387h4.546v1.224h-3.395v1.931c0.408-0.324,0.84-0.468,1.368-0.468c0.647,0,1. 211,0.288,1.523,0.624c0.468,0.504,0.671,0.924,0.671,2.339c0,1.14-0.156,1.583-0.527,2.051C5 6,123.532,55.352,124,54.5,124c-1.104,0-2.315-0.624-2.495-2.219
                                                                          h1.224c0.132,0.612,0.54,0.996,1.224,0.996c1.199,0,1.19 9-1.032,1.199-1.835c0-0.947-0.228-1.643-1.235-1.643c-0.468,0-0.815,0.192-1.104,0.708h-1.15 1v-4.618z"/>
                                                      </g>
                                                      <g>
                                                                <g>
                                                                          <g>
                                                                                    <path d="M35.09,65.247l-1.211,0.888v-1.295l1.211-0.888h1.224v8.541H35.09v-7.246z"/>
                                                                          </g>
                                                                </g>
                                                                <g>
                                                                          <path d="M38.224,64.075h4.546v1.224h-3.395v1.931c0.408-0.324,0.84-0.468,1.368-0.468c0.647,0,1.2 11,0.288,1.523,0.624c0.468,0.504,0.671,0.924,0.671,2.339c0,1.14-0.156,1.583-0.527,2.051c-0 .348,0.444-0.996,0.912-1.848,0.912
                                                                                    c-1.104,0-2.315-0.624-2.495-2.219h1.224c0.132,0.6 12,0.54,0.996,1.224,0.996c1.199,0,1.199-1.032,1.199-1.835c0-0.947-0.228-1.643-1.235-1.643c -0.468,0-0.815,0.192-1.104,0.708h-1.151v-4.618z"/>
                                                                </g>
                                                      </g>
                                            </g>
                                  </g>
                        </g>
              </g>
              <g id="Inner_x0020_Dial" style="&st44;">
                        <g style="&st45;">
                                  <g>
                                            <path d="M131.76,67.067l-24.167,7.025c0.781,2.692,1.174,5.545,1.112,8.496c-0.062,2.95-0.575,5.7 85-1.47,8.441l24.427,8.234c1.534-4.782,2.421-9.859,2.533-15.136c0.125-5.948-0.745-11.682-2 .434-17.06z"/>
                                  </g>
                                  <g>
                                            <path d="M131.76,67.067c0,0-21.543,7.424-22.179,7.911c-0.635,0.487,0.023,4.802-0.039,7.752c-0.0 63,2.95-1.294,7.976-0.307,8.622c0.987,0.646,22.426,7.91,22.426,7.91c1.534-4.782,2.421-9.85 9,2.533-15.136c0.125-5.948-0.745-11.682-2.434-17.06z"/>
                                  </g>
                                  <g>
                                            <g>
                                                      <path style="&st4;" d="M131.3,70.935c-1.617-0.409-17.727,4.503-18.363,4.99s-1.208,3.9-1.27,6.851c-0.063,2.95- 1.536,7.596-0.549,8.242c0.987,0.646,17.995,6.507,19.25,6.284c1.255-0.224,2.413-7.675,2.524 -12.952c0.126-5.947,0.025-13.004-1.592-13.414z"/>
                                            </g>
                                            <g>
                                                      <path style="&st7;" d="M130.752,72.37c-1.617-0.409-15.996,3.735-16.632,4.222c-0.635,0.487-1.59,3.41-1.653,6.3 6c-0.062,2.95-0.901,7.163,0.085,7.809s16.013,5.626,17.268,5.403c1.255-0.224,2.452-6.999,2. 553-11.755c0.113-5.33-0.004-11.63-1.622-12.039z"/>
                                                      <path style="&st8;" d="M130.204,73.806c-1.617-0.409-14.265,2.968-14.9,3.455c-0.636,0.487-1.973,2.92-2.036,5.8 7s-0.267,6.729,0.72,7.375s14.03,4.745,15.286,4.521s2.492-6.323,2.581-10.557c0.1-4.712-0.03 3-10.255-1.65-10.664z"/>
                                                      <path style="&st13;" d="M129.655,75.241c-1.617-0.41-12.534,2.2-13.169,2.687c-0.635,0.487-2.356,2.43-2.418,5.38 c-0.063,2.95,0.367,6.296,1.354,6.942c0.987,0.646,12.048,3.863,13.303,3.64c1.255-0.224,2.53 1-5.647,2.61-9.359
                                                                c0.086-4.095-0.063-8.88-1.68-9.289z"/>
                                                      <path style="&st14;" d="M129.107,76.677c-1.617-0.41-10.803,1.433-11.438,1.92c-0.636,0.487-2.739,1.939-2.801,4. 889c-0.063,2.95,1.001,5.863,1.988,6.509c0.986,0.646,10.066,2.982,11.321,2.758s2.57-4.972,2 .638-8.162c0.073-3.478-0.092-7.505-1.708-7.914z"/>
                                                      <path style="&st17;" d="M128.559,78.112c-1.617-0.409-9.071,0.666-9.707,1.153c-0.635,0.487-3.121,1.449-3.184,4. 399c-0.062,2.95,1.636,5.429,2.623,6.076c0.987,0.646,8.084,2.1,9.339,1.876c1.255-0.224,2.61 -4.296,2.666-6.964
                                                                c0.061-2.86-0.121-6.13-1.737-6.54z"/>
                                                      <path style="&st19;" d="M128.01,79.547c-1.617-0.409-7.34-0.102-7.976,0.385c-0.635,0.487-3.503,0.958-3.566,3.90 9s2.271,4.996,3.257,5.643c0.987,0.646,6.102,1.218,7.357,0.995c1.255-0.224,2.649-3.62,2.694 -5.767c0.047-2.243-0.15-4.755-1.767-5.165z"/>
                                            </g>
                                            <g>
                                                      <path style="&st20;" d="M127.461,80.983c-1.617-0.409-5.609-0.869-6.244-0.382c-0.636,0.487-3.887,0.468-3.949,3. 418c-0.063,2.95,2.905,4.563,3.892,5.209c0.986,0.646,4.119,0.337,5.375,0.114s2.688-2.944,2. 723-4.569s-0.179-3.38-1.796-3.79z"/>
                                            </g>
                                  </g>
                        </g>
              </g>
              <g id="Inner_x0020_Dial_x0020_Numbers" style="&st15;">
                        <g style="&st45;">
                                  <g>
                                            <g>
                                                      <path d="M131.335,75.126l-7.305,1.061l0.162,1.114l7.305-1.061l-0.162-1.114z"/>
                                                      <path d="M131.523,89.609l-7.287-1.032l-0.158,1.114l7.287,1.032l0.158-1.114z"/>
                                            </g>
                                            <g style="&st9;">
                                                      <path d="M129.95,68.883l-4.506,1.247l0.3,1.084l4.506-1.247l-0.3-1.084z"/>
                                                      <path d="M125.102,97

  • How does anyone get adobe to respond? - Adobe edge animate 3.0 crashes on launch!!

    Here's the details again adobe. PLEASE help!
    Process:         Adobe Edge Animate [617]
    Path:            /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/MacOS/Adobe Edge Animate
    Identifier:      com.adobe.Adobe Edge Animate.application
    Version:         3.0.0 (3.0.0.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [168]
    Responsible:     Adobe Edge Animate [617]
    User ID:         501
    Date/Time:       2014-02-16 15:07:39.085 +0000
    OS Version:      Mac OS X 10.9.1 (13B3116)
    Report Version:  11
    Anonymous UUID:  3893AC7F-6C66-4D89-122F-70D8BC77B3B9
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    terminating with uncaught exception of type dvacore::filesupport::file_exception: $$$/dvacore/filesupport/error=Error with file: '@0'.
    abort() called
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x91891952 __pthread_kill + 10
    1   libsystem_pthread.dylib                 0x90c00167 pthread_kill + 101
    2   libsystem_c.dylib                       0x927be340 abort + 155
    3   libc++abi.dylib                         0x9b2d4869 abort_message + 169
    4   libc++abi.dylib                         0x9b2f557b default_terminate_handler() + 264
    5   libc++abi.dylib                         0x9b2f2dd0 std::__terminate(void (*)()) + 14
    6   libc++abi.dylib                         0x9b2f27eb __cxa_throw + 116
    7   com.adobe.dvacore.framework             0x00446c3b dvacore::utility::ThrowIfCopyError(long, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&) + 331
    8   com.adobe.dvacore.framework             0x00446a22 dvacore::utility::FileUtils::Copy(std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&) + 290
    9   com.adobe.Adobe Edge Animate.application          0x00023563 helium::FolderCopy(dvacore::filesupport::Dir, dvacore::filesupport::Dir) + 723
    10  com.adobe.Adobe Edge Animate.application          0x0000c8b2 helium::App::MigratePrefs() + 1058
    11  com.adobe.Adobe Edge Animate.application          0x0000bcc9 helium::App::PreInitialize(exo::app::AppInitArgs&, boost::program_options::variables_map&) + 425
    12  com.adobe.Adobe Edge Animate.application          0x00044994 main + 388
    13  com.adobe.Adobe Edge Animate.application          0x000029a5 start + 53
    Thread 1:
    0   libsystem_kernel.dylib                  0x91892046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x90c00dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x90c04cce start_wqthread + 30
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x91892992 kevent64 + 10
    1   libdispatch.dylib                       0x9a4238bd _dispatch_mgr_invoke + 238
    2   libdispatch.dylib                       0x9a423556 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib                  0x91892046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x90c00dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x90c04cce start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0xa0652c0c  ecx: 0xbffff02c  edx: 0x91891952
      edi: 0xa03fd1a8  esi: 0x00000006  ebp: 0xbffff048  esp: 0xbffff02c
       ss: 0x00000023  efl: 0x00000206  eip: 0x91891952   cs: 0x0000000b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x004907c0
    Logical CPU:     0
    Error Code:      0x00080148
    Trap Number:     132
    Binary Images:
        0x1000 -    0xa7ffb +com.adobe.Adobe Edge Animate.application (3.0.0 - 3.0.0.0) <30997E47-777E-3951-B7CD-756E5CC5DAD5> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/MacOS/Adobe Edge Animate
      0x17d000 -   0x1ccfef +com.adobe.headlights.LogSessionFramework (2.1.2.1785) <7B2DC92D-14B9-39B7-9982-EE295F0E82EF> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
      0x200000 -   0x202fff +com.adobe.AdobeCrashReporter (7.0 - 7.0.1) <940AF5C8-23AA-3311-A69F-6FC43C80F05B> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporte r
      0x209000 -   0x20dfff +com.adobe.boost_date_time.framework (3.0.0 - 3.0.0.0) <CC705430-5F60-35BC-A1A8-7D3A83D1CD4F> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
      0x221000 -   0x22eff3 +com.adobe.boost_threads.framework (3.0.0 - 3.0.0.0) <15F4484D-FDF8-3767-B2C1-075014177DD3> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
      0x250000 -   0x25affb +com.adobe.boost_signals.framework (3.0.0 - 3.0.0.0) <76C26160-4DDC-3082-9902-5DD388C4ACE8> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
      0x271000 -   0x273ff7 +com.adobe.boost_system.framework (3.0.0 - 3.0.0.0) <0F0A902D-EA49-3CF2-953A-C7F0EE6A1E6A> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
      0x27b000 -   0x4beff3 +com.adobe.dvacore.framework (3.0.0 - 3.0.0.0) <6ABAA81C-82C6-3AA3-9749-63758BE6F030> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
      0x6c5000 -   0xb0bff7 +com.adobe.dvaui.framework (3.0.0 - 3.0.0.0) <3783C677-AF28-3901-9FB9-B75DDA14173E> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
    0x1070000 -  0x1119ff7 +com.adobe.dvaworkspace.framework (3.0.0 - 3.0.0.0) <FA1B7381-16DA-3B70-AE95-6622F9A9D94A> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace
    0x120a000 -  0x12c6ff3 +com.adobe.exo.framework (3.0.0 - 3.0.0.0) <329F8C8E-C931-348B-853A-893BDE9A3E28> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/exo.framework/Versions/A/exo
    0x1406000 -  0x14bdffb +com.adobe.dvaeve.framework (3.0.0 - 3.0.0.0) <DB565AE5-F1E9-3D78-A05E-25ABC71C6AF7> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvaeve.framework/Versions/A/dvaeve
    0x1618000 -  0x1921ffb +com.adobe.dvaadameve.framework (3.0.0 - 3.0.0.0) <FC8B81CA-85C2-383A-8EF6-1A2267030CC8> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
    0x1f76000 -  0x1f88ffb +com.adobe.boost_filesystem.framework (3.0.0 - 3.0.0.0) <D30AA740-44F2-311A-A71A-F4367CE58F4E> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesystem
    0x1fa5000 -  0x2038ff7 +com.adobe.boost_regex.framework (3.0.0 - 3.0.0.0) <867B9677-4E8D-31B9-8B11-A1CD3736B7B6> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_regex
    0x20c8000 -  0x2115fff +com.adobe.AgKernel.framework (3.0.0 - 3.0.0.0) <7A5AFD87-8439-33E9-81BE-D30988B03667> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/AgKernel.framework/Versions/A/AgKernel
    0x2145000 -  0x2239ff3 +com.adobe.dvalua.framework (3.0.0 - 3.0.0.0) <B84C1A94-4E5C-3912-A30A-19A449688D85> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvalua.framework/Versions/A/dvalua
    0x2394000 -  0x23b7ffb +com.adobe.bezierlua.framework (3.0.0 - 3.0.0.0) <FE95B81B-C4C6-3515-9336-4C1F4245E50F> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/bezierlua.framework/Versions/A/bezierlua
    0x23d4000 -  0x23dbff3 +com.adobe.dvaundo.framework (3.0.0 - 3.0.0.0) <AF864897-DFE3-34EA-A64D-165DEC7548BA> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvaundo.framework/Versions/A/dvaundo
    0x23ea000 -  0x252efff +com.adobe.scintilla.framework (3.0.0 - 3.0.0.0) <85FD731B-93F1-3F4C-AF0F-4FED28E1200B> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/scintilla.framework/Versions/A/scintilla
    0x25ad000 -  0x269fff7 +com.adobe.amtlib (7.0.0.247 - 7.0.0.247) <40EB4ADC-F7EF-344B-A75B-B50DB61EDF3C> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x26b1000 -  0x26f9fff +com.adobe.dvawebview.framework (3.0.0 - 3.0.0.0) <4DF4F3F2-E40C-3AC3-AC29-6892BCD5E4EF> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvawebview.framework/Versions/A/dvawebview
    0x279b000 -  0x279dffe +com.adobe.lua_zip.framework (3.0.0 - 3.0.0.0) <39554708-8657-3087-88EB-35E6B3CFA24B> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/lua_zip.framework/Versions/A/lua_zip
    0x27a4000 -  0x27b3ff3 +com.adobe.lua_zlib.framework (3.0.0 - 3.0.0.0) <4B80467D-9FF4-386F-8E20-4EAF5F7DD782> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/lua_zlib.framework/Versions/A/lua_zlib
    0x27bc000 -  0x27d2fff +com.adobe.libzip.framework (3.0.0 - 3.0.0.0) <9C1D69CE-DE94-31A9-B204-9ED3B1E98D11> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/libzip.framework/Versions/A/libzip
    0x27e5000 -  0x27f4ffb +com.adobe.dvatexteditor.framework (3.0.0 - 3.0.0.0) <2F8C4BEB-E63C-30AF-9B30-D2D3F8B5ECD9> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvatexteditor.framework/Versions/A/dvatexteditor
    0x2819000 -  0x5923ffb +libcef.dylib (31130.5.84) <75133BA3-A4DB-3D34-9C59-974A9EAF59D6> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvawebview.framework/Versions/A/cef/Chromium Embedded Framework.framework/Libraries/libcef.dylib
    0x8fe1e000 - 0x8fe50417  dyld (239.3) <4B280BB1-55F8-313F-86A6-8ADD644ED69E> /usr/lib/dyld
    0x90008000 - 0x90061ffa  libTIFF.dylib (1038) <4204CF01-2B19-3846-ADA4-2E3F3BCAD117> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x90062000 - 0x900cdff9  com.apple.Heimdal (4.0 - 2.0) <0DC5A0C2-D664-3B18-B4FD-DD027D62DE8A> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x900e2000 - 0x90133ff1  libstdc++.6.dylib (60) <354F284B-2343-3810-9CA2-E28038824F6E> /usr/lib/libstdc++.6.dylib
    0x9013f000 - 0x901a0ff7  com.apple.Symbolication (1.4 - 129) <E5948C08-6ADF-3D86-9134-6AE49CF1DA0F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x901a1000 - 0x901deff7  libauto.dylib (185.5) <CD008E66-4A0C-35F5-8D72-80D76A716A03> /usr/lib/libauto.dylib
    0x901df000 - 0x9045bff7  com.apple.QuickTime (7.7.3 - 2826.0.1) <9DB76746-DCFA-371D-A1D5-E41C17202684> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9045c000 - 0x90746fd2  com.apple.vImage (7.0 - 7.0) <D94F266B-B1E3-3734-8C6C-CB4EF655F411> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x90747000 - 0x9074ffff  libcopyfile.dylib (103) <3442BBA3-ABB7-3A7D-9F8A-DB55A3CA2151> /usr/lib/system/libcopyfile.dylib
    0x90750000 - 0x907a1ffb  com.apple.CoreMedia (1.0 - 1273.35) <6BEDE306-DCAA-3D1E-AED4-6FC2A8CEF1C7> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x907c8000 - 0x907d3fff  com.apple.CrashReporterSupport (10.9 - 538) <16850C12-BBC7-3F02-AA33-A0BFE5FAD6FE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporter Support
    0x907d4000 - 0x907dcffe  libGFXShared.dylib (9.3.1) <1EF75B97-012E-3730-8017-5E832946B83D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x907dd000 - 0x907ddffd  libOpenScriptingUtil.dylib (157) <4D06E8ED-D312-34EA-A448-DFF45ADC3CE5> /usr/lib/libOpenScriptingUtil.dylib
    0x907de000 - 0x907eaffc  libbz2.1.0.dylib (29) <3CEF1E92-BA42-3F8A-8E8D-9E1F7658E5C7> /usr/lib/libbz2.1.0.dylib
    0x907eb000 - 0x9081bff7  com.apple.CoreServicesInternal (184.8 - 184.8) <2AA649CA-CBEC-31D4-9A57-BB3471D04157> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI nternal
    0x9081e000 - 0x90887fff  com.apple.datadetectorscore (5.0 - 354.0) <CEE08580-8FFC-3241-9E7D-851908179FB2> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x90888000 - 0x90890fff  liblaunch.dylib (842.1.4) <3E946C2F-76B5-3980-BC07-30D78BBD3279> /usr/lib/system/liblaunch.dylib
    0x90891000 - 0x90afeff6  com.apple.security (7.0 - 55471) <5FCF76B2-92C6-3404-87D3-91B3F6E203AA> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x90b0b000 - 0x90b27fff  libCRFSuite.dylib (34) <FFF76EBA-DF35-3A5F-857F-3F4B1C9F4C77> /usr/lib/libCRFSuite.dylib
    0x90b33000 - 0x90b35fff  libquarantine.dylib (71) <39FC7A3E-9508-3C82-9945-4E4229742FEC> /usr/lib/system/libquarantine.dylib
    0x90b36000 - 0x90b86ff7  libcorecrypto.dylib (161.1) <135FD99E-2211-3DF4-825C-C9F816107F0C> /usr/lib/system/libcorecrypto.dylib
    0x90b87000 - 0x90bfdff3  com.apple.securityfoundation (6.0 - 55122) <25149798-A37E-316F-84AB-93029EAF33D8> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x90bfe000 - 0x90c05ffb  libsystem_pthread.dylib (53.1.4) <AD357A6E-6746-3FB2-B6F5-8101E9DE7671> /usr/lib/system/libsystem_pthread.dylib
    0x90c06000 - 0x90c7bff1  com.apple.ApplicationServices.ATS (360 - 363.1) <6947C85B-3CAB-3FD1-86FD-B14FE212735C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x90c7c000 - 0x90d49ff7  com.apple.backup.framework (1.5.1 - 1.5.1) <DDA29C05-3FBA-3E8C-9EB7-97D5871C9257> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x90fc2000 - 0x90ff8fff  com.apple.IconServices (25 - 25.17) <05C87A32-3E0F-3EE7-8CE5-DB6463369FFA> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x90ff9000 - 0x91000ff7  com.apple.XPCService (2.0 - 1) <34C02E62-62C2-3BA5-95F2-0B5A9AC092F2> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x910ad000 - 0x910d7ff7  libsandbox.1.dylib (278.10) <DAC89956-5476-32E1-87CB-334731FAA372> /usr/lib/libsandbox.1.dylib
    0x910d8000 - 0x9144dff9  com.apple.HIToolbox (2.1 - 696) <43CB31D6-4C2B-30FA-A374-DB7C5728E7AD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x91528000 - 0x9152affe  libCVMSPluginSupport.dylib (9.3.1) <771F15D1-AB7E-32ED-98F1-8335EF1F9E5C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib
    0x91532000 - 0x91833ff7  com.apple.CoreServices.CarbonCore (1077.14 - 1077.14) <42E10BD1-995B-3FB4-8A6D-5FD071FB8BD1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x91866000 - 0x9186aff7  libmacho.dylib (845) <AAB35F2B-B515-37CD-A637-A2E88DFE4080> /usr/lib/system/libmacho.dylib
    0x9186b000 - 0x91879ff7  libz.1.dylib (53) <3D1E738F-D26C-3721-8E16-52473B560A8F> /usr/lib/libz.1.dylib
    0x9187a000 - 0x91897ff4  libsystem_kernel.dylib (2422.75.4) <1FB471BD-92E5-314E-9C2B-154B117C06E8> /usr/lib/system/libsystem_kernel.dylib
    0x91898000 - 0x924b3ff3  com.apple.AppKit (6.9 - 1265) <AE258D94-0272-394F-BBB7-9B5C165A4A78> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x924b4000 - 0x924b8ffa  libcache.dylib (62) <F69AA956-EA55-3562-8A8E-C6393662B1D6> /usr/lib/system/libcache.dylib
    0x924b9000 - 0x924b9fff  com.apple.ApplicationServices (48 - 48) <6766DF5C-6A98-3AAF-A222-D99599BB5A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x924ba000 - 0x924d5ff6  libPng.dylib (1038) <97F26689-9706-348E-A07D-5A332B17750A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x924d6000 - 0x92500fff  libxslt.1.dylib (13) <249D54AB-1D82-38FE-ABEC-0D575450C73B> /usr/lib/libxslt.1.dylib
    0x925a1000 - 0x925acffb  libcommonCrypto.dylib (60049) <7C884189-8A58-3D10-9164-571DAABB7D58> /usr/lib/system/libcommonCrypto.dylib
    0x925f4000 - 0x92648fff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <DAA1002F-BEC8-37F3-9DB9-6B84F9A3819D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x9265d000 - 0x92661ffa  libGIF.dylib (1038) <1108B78D-2B39-3823-8FF8-6A9FDC31AC4E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x92662000 - 0x92676ff9  com.apple.MultitouchSupport.framework (245.13 - 245.13) <6860A0D0-3654-3B02-B2E9-C4D2637167B8> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x92677000 - 0x9269bfff  libJPEG.dylib (1038) <1154DC9B-6E0C-3EED-9C39-E382474B5FC1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x926cc000 - 0x926e6ff7  com.apple.GenerationalStorage (2.0 - 160.2) <D6235DD6-3039-383F-9378-294A2EC11E50> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt orage
    0x92714000 - 0x92760ff7  libcups.2.dylib (372) <75C1C149-4054-3060-97AE-AFC1ACCA793F> /usr/lib/libcups.2.dylib
    0x92761000 - 0x927f3ffe  libsystem_c.dylib (997.1.1) <8288A730-B230-34E2-8C4B-6A1FBD12C023> /usr/lib/system/libsystem_c.dylib
    0x927f4000 - 0x927f7ff9  com.apple.TCC (1.0 - 1) <DE9FBF11-4ABB-317F-A3F8-4D26A98A5AEF> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x927f8000 - 0x92805ff7  com.apple.AppleFSCompression (56 - 1.0) <32474B4B-209F-3A35-A66D-53B90879F02B> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompress ion
    0x92806000 - 0x92831ff5  com.apple.ChunkingLibrary (2.0 - 155.1) <87D1076A-1EC8-3C26-93DB-E4AD394A45AF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x9283d000 - 0x9287cff7  com.apple.bom (12.0 - 192) <B5E5E554-BFBD-3CB7-A43B-92F51F596FB4> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x928a0000 - 0x92d47fe7  com.apple.CoreAUC (6.22.08 - 6.22.08) <D3D4EF49-FEC9-3B40-A0BD-BBCDF638410E> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x92d48000 - 0x92d49ffa  libsystem_sandbox.dylib (278.10) <31C77DCA-F6CA-33F7-BE57-500932EA8494> /usr/lib/system/libsystem_sandbox.dylib
    0x92d58000 - 0x92db4ffa  com.apple.print.framework.PrintCore (9.0 - 428) <68C13032-D1B7-31C7-968B-E4C6325A0DA7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x92db5000 - 0x931dafe3  com.apple.VideoToolbox (1.0 - 1273.35) <053E5F1E-54F4-3EA9-B421-5F5D114F8E7F> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x931db000 - 0x931dffff  com.apple.CommonPanels (1.2.6 - 96) <CDB85D69-FF93-31CF-B530-5DA366C9288C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x931e0000 - 0x931e3ff7  com.apple.help (1.3.3 - 46) <616B1C40-AAB2-3041-9CBE-A7058E4285B5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x93223000 - 0x9361bffe  com.apple.CoreGraphics (1.600.0 - 599.7) <A98A8C69-9394-301F-9504-0728EFFC9854> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x9361c000 - 0x93625fff  com.apple.audio.SoundManager (4.1 - 4.1) <7E80241B-435E-340E-8E03-BDFF7763B77F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x93631000 - 0x9368fffd  com.apple.AE (665.5 - 665.5) <58CF4AC0-2F2E-3C4F-8075-636CD45A6130> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x9369c000 - 0x9369cfff  libkeymgr.dylib (28) <43297D93-111A-3880-AE0D-55C7404C52DC> /usr/lib/system/libkeymgr.dylib
    0x93792000 - 0x93796ffc  com.apple.IOSurface (91 - 91) <B337413D-F2D6-3272-B74A-9E1392ED5756> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x93797000 - 0x937c8ffd  com.apple.GSS (4.0 - 2.0) <FB94C6FD-E9AE-3B26-9242-E3298EF1BA69> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x937cf000 - 0x938c3fff  libFontParser.dylib (111.1) <D8F9B2A4-41A6-3407-8D80-13A841F97BE5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x9439e000 - 0x943c9ff7  libsystem_network.dylib (241.3) <FA1F2F7B-93B9-37FD-8070-A60725749A1F> /usr/lib/system/libsystem_network.dylib
    0x943ca000 - 0x9453cffb  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <BA08CB4B-B6DA-31BE-BCE9-A738CB25A48A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x94577000 - 0x94600fff  com.apple.CoreSymbolication (3.0 - 141) <3A521E7C-37B6-3ED1-863C-8CB5E2DEAC08> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n
    0x94601000 - 0x94650fff  com.apple.opencl (2.3.58 - 2.3.58) <82A383B9-EFE6-38D0-8465-CFB8F9367834> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x94651000 - 0x94697ff7  libFontRegistry.dylib (127) <BB1B8711-BEC9-3D0B-8C8D-9697039EE033> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x94698000 - 0x94702ff7  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <4B96CA5D-2670-3B66-B648-3F2B5BAE5238> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x947cb000 - 0x948ddffc  libsqlite3.dylib (158) <A1CDF363-AB65-3D3F-B62C-171C01DEE337> /usr/lib/libsqlite3.dylib
    0x948de000 - 0x948ecff7  com.apple.Sharing (132.2 - 132.2) <2BE8E58B-3C0D-35E4-8B00-6BE89821E757> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x948ed000 - 0x94940fff  com.apple.htmlrendering (77 - 1.1.4) <E4988ECB-285F-3FC0-A8EC-48A1260A96C7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x94941000 - 0x94996fff  libc++.1.dylib (120) <AE695E83-E3C6-3F13-BFC2-A2945AEAB0AC> /usr/lib/libc++.1.dylib
    0x94997000 - 0x94a0afff  com.apple.SearchKit (1.4.0 - 1.4.0) <B07169DD-5577-3898-8146-0E63A5FD31DF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x94a0b000 - 0x94a0bfff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <DDAC0B59-F886-3AB1-98E8-C71FFF161CD4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x94a0c000 - 0x94a15ffa  com.apple.CommonAuth (4.0 - 2.0) <6CB82D57-3C55-39E5-9036-8047DF3E6F57> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x94a16000 - 0x94a1affc  libpam.2.dylib (20) <763AC655-931B-3891-AB6A-F2CD4A21F906> /usr/lib/libpam.2.dylib
    0x94b6d000 - 0x94d33ffb  libicucore.A.dylib (511.27) <653147E9-7326-337A-99E1-B42E4D801E53> /usr/lib/libicucore.A.dylib
    0x94d34000 - 0x94d53ff9  com.apple.framework.Apple80211 (9.0 - 900.47) <68E399FF-AB98-378D-94AC-D0869A72344F> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x94d7e000 - 0x94d88ff7  com.apple.speech.synthesis.framework (4.6.2 - 4.6.2) <16E20DCD-89F4-3C8E-9DBA-EED359807038> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x94d8d000 - 0x94d90fff  libdyld.dylib (239.3) <ED3D413D-D8FE-39A3-ADF4-00B4E7244A67> /usr/lib/system/libdyld.dylib
    0x94d91000 - 0x94dadff9  com.apple.Ubiquity (1.3 - 289) <64DEF1B4-F874-3DF2-9D58-ABBF0A15C5BB> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x94dae000 - 0x94e9aff7  libxml2.2.dylib (26) <32040145-6FD6-3AD2-B98B-39F73BF9AC47> /usr/lib/libxml2.2.dylib
    0x94e9b000 - 0x951e7ffb  com.apple.MediaToolbox (1.0 - 1273.35) <E30AF97C-165A-37EA-9373-1A99188FA8B6> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x951e8000 - 0x9521affb  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <1D512F2A-695A-3D82-A6B3-1DDC88865BE5> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x95220000 - 0x9522efff  libxar.1.dylib (202) <B73748D4-F830-3C71-98B3-7A3ABF5136FD> /usr/lib/libxar.1.dylib
    0x9522f000 - 0x953dbff1  com.apple.QuartzCore (1.8 - 332.0) <C8467E02-1AC0-333E-890E-9AAD65FAEC0E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x953dc000 - 0x953eefff  libsystem_asl.dylib (217.1.4) <F4B8D4CC-71BC-3C45-8669-91747B456739> /usr/lib/system/libsystem_asl.dylib
    0x953ef000 - 0x953f9fff  com.apple.bsd.ServiceManagement (2.0 - 2.0) <907F726B-BA7D-360C-8E46-02DB99DD903A> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x9541b000 - 0x95449ff3  com.apple.DebugSymbols (106 - 106) <37B107F9-4AA0-39FF-9602-A27811C8DC96> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x9544a000 - 0x95454ff2  com.apple.AppSandbox (3.0 - 1) <085C3B38-C7D8-3A62-AFC6-CEE27F93DFD1> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x9546c000 - 0x95490fff  libxpc.dylib (300.1.17) <9115C2E7-FA58-3D25-8676-6360C7CF8E13> /usr/lib/system/libxpc.dylib
    0x95495000 - 0x954a1ffe  libkxld.dylib (2422.75.4) <E33644D0-8809-356F-8144-67CC09052E9B> /usr/lib/system/libkxld.dylib
    0x95528000 - 0x9556afff  libGLU.dylib (9.3.1) <F15F3C93-3B42-35AF-8417-B2F79FDE1B70> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9556b000 - 0x95574fff  libsystem_notify.dylib (121) <C52DC28B-66DF-3F1C-8A2B-4D1F41DEB168> /usr/lib/system/libsystem_notify.dylib
    0x9573d000 - 0x957bdff7  com.apple.CoreServices.OSServices (600.4 - 600.4) <21FF2945-32B7-3ABD-ACBB-5533241999D8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x957be000 - 0x959c0ff7  com.apple.CoreFoundation (6.9 - 855.11) <21BA3E03-EA00-3AC4-8B31-806779114FE8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x959c1000 - 0x959c3ffb  libRadiance.dylib (1038) <B3B8CD5D-74C8-3D73-BC98-21F7B18E77C1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x95c5d000 - 0x95c99ff4  com.apple.RemoteViewServices (2.0 - 94) <C08AC054-A318-3BC8-9634-510B39493C52> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces
    0x95c9a000 - 0x95cb7ffb  libresolv.9.dylib (54) <3EC12A7F-6BA1-3976-9F1F-6A4B76303028> /usr/lib/libresolv.9.dylib
    0x95cb8000 - 0x95cbafff  com.apple.securityhi (9.0 - 55005) <51765C73-80D1-33E3-9589-3E88380CE007> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x95cbb000 - 0x95cbcffc  com.apple.TrustEvaluationAgent (2.0 - 25) <064B485D-56E0-3DD7-BBE2-E08A5BFFF8B3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x95cbd000 - 0x95cc8ff6  com.apple.NetAuth (5.0 - 5.0) <3B2E9615-EE12-38FC-BDCF-09529FF9464B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x95cc9000 - 0x95ff4ff6  com.apple.Foundation (6.9 - 1056) <B30A8E0D-B36F-37D9-AA80-E4E02D6EE192> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x95ff5000 - 0x962e7ff8  com.apple.CoreImage (9.0.54) <52994AA9-1B03-3720-B02D-6E888D2A23E4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework /Versions/A/CoreImage
    0x9638d000 - 0x963a5fff  com.apple.CFOpenDirectory (10.9 - 173.1.1) <630A5CCF-8FC3-379D-B0BD-41DCE1F0B624> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x96cf8000 - 0x96cf8fff  com.apple.CoreServices (59 - 59) <BF15253B-242B-378A-8546-8F7619764AAC> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x96cf9000 - 0x96e05fff  com.apple.ImageIO.framework (3.3.0 - 1038) <4776FAFD-F80F-3BDE-A396-80D988BE8EC1> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x96e79000 - 0x970214af  libobjc.A.dylib (551.1) <18361D2F-0405-39B0-8354-2D865703118D> /usr/lib/libobjc.A.dylib
    0x97022000 - 0x97027ff3  libsystem_platform.dylib (24.1.4) <03238EB4-2C7C-3D55-8FA4-12F697B88878> /usr/lib/system/libsystem_platform.dylib
    0x97028000 - 0x970ebff1  com.apple.CoreText (352.0 - 367.15) <8C486246-B12A-39E1-9B35-DE9451FDCF4B> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x97189000 - 0x9718afff  liblangid.dylib (117) <F18F76C6-7E4B-34AD-AE81-C1C031BF2F7D> /usr/lib/liblangid.dylib
    0x9718b000 - 0x9726eff7  libcrypto.0.9.8.dylib (50) <F24D0250-CD74-3955-9E67-109765B882C1> /usr/lib/libcrypto.0.9.8.dylib
    0x9726f000 - 0x972c2ff3  com.apple.CoreMediaIO (403.0 - 4555) <6BE07264-EBEC-3F85-BF09-FF350627D058> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x972cc000 - 0x972d3ff2  com.apple.NetFS (6.0 - 4.0) <D295AB6B-CB1D-39E3-9D2F-42273D928D70> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x972d4000 - 0x972daffb  libunwind.dylib (35.3) <316039E0-FB7A-35DA-89BE-C461213D6BDE> /usr/lib/system/libunwind.dylib
    0x972db000 - 0x976a0ff6  libLAPACK.dylib (1094.5) <E6286E68-3501-31AC-813E-75B3B3968011> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x976a1000 - 0x97803ff3  com.apple.CFNetwork (673.0.3 - 673.0.3) <5E0E9AE8-073B-3F2B-B0C7-A0129DE787F6> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x97804000 - 0x9786dfff  com.apple.SystemConfiguration (1.13 - 1.13) <542075CD-9085-3F30-B84B-DD0277D6A40E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x9786e000 - 0x97872ffe  libCoreVMClient.dylib (58.1) <0EB8FFD7-AFED-3A63-810E-29629831D43D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x97873000 - 0x97ad7fff  com.apple.CoreData (107 - 481) <EF1D2394-41E0-356F-B8F8-3E60151EC441> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x97ad8000 - 0x97af3ff5  com.apple.openscripting (1.4 - 157) <5C161A52-8D2F-3D56-A988-05727BED7A59> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x97afb000 - 0x97b04fff  com.apple.DiskArbitration (2.6 - 2.6) <53700F94-766F-3DA0-A9DF-DE2F8FF84CB3> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x97b5d000 - 0x97b75ff7  libsystem_malloc.dylib (23.1.10) <689AB95D-FF71-364E-B6C7-7EFD1E4CB7E6> /usr/lib/system/libsystem_malloc.dylib
    0x97b76000 - 0x97ce6fff  com.apple.QTKit (7.7.3 - 2826.0.1) <4229223C-DBAF-31A3-874E-061B5F5D0F9A> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x97ce7000 - 0x97cf0fff  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <E2A5F1E3-2B8A-3E85-8559-18B1A29AE271> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x97cf2000 - 0x97d83fff  com.apple.ColorSync (4.9.0 - 4.9.0) <10317959-1392-3689-B3F6-F8E2D84931BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x97d84000 - 0x97df9ffb  com.apple.framework.IOKit (2.0.1 - 907.1.13) <86D72735-9DFB-35C8-83F7-CE0DCF17D354> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x97dfa000 - 0x97dfafff  com.apple.Cocoa (6.8 - 20) <63DA3D59-5D81-3340-A985-A11CE4A3E83F> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x97f06000 - 0x97f9eff7  com.apple.Metadata (10.7.0 - 800.12.2) <5E9EA0AC-EE9E-362E-9DAC-9B7D21A53A2A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x97f9f000 - 0x97fedff9  com.apple.HIServices (1.22 - 466) <30636237-408A-3552-90C1-1279348DF7CB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x97fee000 - 0x97ffdfff  libGL.dylib (9.3.1) <32F61D19-8636-3B3F-94A2-AB2C4367B82A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x97ffe000 - 0x97ffffff  libsystem_blocks.dylib (63) <2AC67D5E-ECD4-3644-A53C-9684F9B7AA33> /usr/lib/system/libsystem_blocks.dylib
    0x98000000 - 0x980fefff  libJP2.dylib (1038) <E5860548-4C4F-3C4D-948E-1A25EF5ADA71> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x980ff000 - 0x9819bfff  com.apple.QD (3.50 - 298) <39109A21-3337-3F6D-B33B-53737C2187E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x981a4000 - 0x981d0ff7  com.apple.DictionaryServices (1.2 - 208) <59E9F98C-9C58-34C6-9D78-1FD4649DCBC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x981d1000 - 0x982a1fef  libvDSP.dylib (423.32) <E2FA7230-A001-3F6B-9ACF-6998C51AD7DC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x982a2000 - 0x982b4fff  libbsm.0.dylib (33) <1BE92DB5-0D2F-3BB5-BCC6-8A71EF2A3450> /usr/lib/libbsm.0.dylib
    0x982b5000 - 0x982b9fff  libheimdal-asn1.dylib (323.12) <9EA2A221-301B-3B9A-BBF2-38134145B5A8> /usr/lib/libheimdal-asn1.dylib
    0x982ba000 - 0x982d1ff4  com.apple.CoreMediaAuthoring (2.2 - 947) <DE5E1DB2-F8CB-3132-A1A9-6F50BDD0A559> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthor ing
    0x982d2000 - 0x9831afff  com.apple.PerformanceAnalysis (1.47 - 47) <48BE84A9-3753-3CDA-A092-2F8CA36C731C> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAna lysis
    0x9831b000 - 0x98330ff3  com.apple.AppContainer (3.0 - 1) <84FB395F-0467-3D21-8FB5-4ED7BB9C82E7> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x98331000 - 0x98338fff  libMatch.1.dylib (19) <3B3680FC-2AC9-37CC-B262-5ACE2CF8939A> /usr/lib/libMatch.1.dylib
    0x98339000 - 0x98466ff9  com.apple.avfoundation (2.0 - 651.12) <46DF19FF-7A29-33CE-9D80-E2CEE163C2C6> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x9846a000 - 0x98495ff7  libpcap.A.dylib (42) <66FBEAD3-FE91-3A89-8706-FB95229068AC> /usr/lib/libpcap.A.dylib
    0x98496000 - 0x984a4ff3  com.apple.opengl (9.3.1 - 9.3.1) <8E5EB187-90D0-31BE-BF14-A1D9B402AA0C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x984a5000 - 0x98503ff7  com.apple.CoreUtils (1.9 - 190.4) <8F169D88-9D9A-3D12-8C8F-287CC7F286C7> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x98504000 - 0x98505fff  libDiagnosticMessagesClient.dylib (100) <B936B1D4-90BB-395D-8EA9-E1237608E7D0> /usr/lib/libDiagnosticMessagesClient.dylib
    0x9850a000 - 0x98560ff6  com.apple.ScalableUserInterface (1.0 - 1) <30203384-7230-356E-BF47-76307CD21148> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterfa ce.framework/Versions/A/ScalableUserInterface
    0x98561000 - 0x98589fff  libsystem_info.dylib (449.1.3) <3FE52670-FFEE-3D04-ADE7-EA69BC00B066> /usr/lib/system/libsystem_info.dylib
    0x985ed000 - 0x9862affb  libGLImage.dylib (9.3.1) <26AB4352-1F99-3170-B5E0-459F561233D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x9862b000 - 0x98781ff0  libBLAS.dylib (1094.5) <5A53FE27-32DE-322C-BAB3-E03B93D37F88> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x98782000 - 0x9879bfff  libAVFAudio.dylib (32.2) <F1189373-0635-32D5-BB0C-1261959DB675> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
    0x987a6000 - 0x987a7fff  libremovefile.dylib (33) <E6B6F0CD-1700-31DC-93DB-3D33EC85DA0C> /usr/lib/system/libremovefile.dylib
    0x987a8000 - 0x987b4ff7  com.apple.OpenDirectory (10.9 - 173.1.1) <2AA24814-2DC6-3E28-B71B-186B686F0F19> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x987b5000 - 0x987c5ff5  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8106E9A2-F2A7-392C-B404-E88A20843F0C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x987f6000 - 0x988dcff7  com.apple.coreui (2.1 - 231) <AE791086-2144-30F8-A943-BFF90C6B9D6A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x988dd000 - 0x988deffd  libunc.dylib (28) <74F7C952-F254-3E55-9C00-780DCEF3F410> /usr/lib/system/libunc.dylib
    0x98984000 - 0x98984ffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <F43CF0ED-A017-35EE-813D-37D08A60A74B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x99974000 - 0x99974fff  com.apple.Carbon (154 - 157) <33457512-4EA2-373B-BB04-A6A7B6D4E54A> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x99975000 - 0x99988fff  com.apple.ImageCapture (9.0 - 9.0) <2128121D-9069-3BF2-BE7D-D6CD7B9C6630> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x99989000 - 0x99dbdff7  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <557A6F7A-4A24-32B0-A1FD-4B0E27912648> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x9a1eb000 - 0x9a1ebfff  com.apple.Accelerate (1.9 - Accelerate 1.9) <E8443BE8-482C-300A-BEDA-EDB07242A64B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9a1ec000 - 0x9a253ffc  com.apple.framework.CoreWLAN (4.0 - 400.45.1) <8DADD7D2-AB98-34ED-8D6F-335338502CBE> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x9a254000 - 0x9a259ff6  libcompiler_rt.dylib (35) <B838D63E-59DD-3C07-A17F-F90906F3FB09> /usr/lib/system/libcompiler_rt.dylib
    0x9a25a000 - 0x9a273fff  com.apple.Kerberos (3.0 - 1) <B5231442-5643-3605-8464-8F654A4C5019> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9a27e000 - 0x9a2bcff7  com.apple.NavigationServices (3.8 - 215) <196E21DC-C420-33B2-AC5C-CC35264C5E58> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x9a2bd000 - 0x9a3f4ff3  com.apple.desktopservices (1.8 - 1.8) <1CA936E2-C5DB-32BF-AFD0-E8FF97A462A5> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x9a3f5000 - 0x9a3f6fff  libSystem.B.dylib (1197.1.1) <5A9C548E-A852-35B3-B9AB-DF658EF75242> /usr/lib/libSystem.B.dylib
    0x9a420000 - 0x9a438ffd  libdispatch.dylib (339.1.9) <4A985218-0898-3554-8DB1-BCA0B676B9A6> /usr/lib/system/libdispatch.dylib
    0x9a439000 - 0x9a43bfff  com.apple.SecCodeWrapper (3.0 - 1) <29ECC157-F444-31FE-99CC-A9289FF3AC8D> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x9ad63000 - 0x9ad68ff7  com.apple.print.framework.Print (9.0 - 260) <6875EC0C-7DD0-3660-AFD6-25E407F49E0D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x9ad69000 - 0x9ae00ff7  com.apple.ink.framework (10.9 - 207) <710EF47E-89F1-317F-AEAB-A42FE0E40B92> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x9b0ad000 - 0x9b159ffb  libvMisc.dylib (423.32) <43873EFF-FB43-3301-BEE8-F2C3A046D7A6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x9b18d000 - 0x9b192fff  com.apple.MediaAccessibility (1.0 - 43) <F7B5A9CB-2F38-32AF-8B8E-B6CDB31D68C5> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x9b193000 - 0x9b19bfff  libsystem_dnssd.dylib (522.1.11) <AFF243AD-A0AF-3D7B-9E56-7B5BE81FC08C> /usr/lib/system/libsystem_dnssd.dylib
    0x9b19c000 - 0x9b1c3fff  com.apple.CoreVideo (1.8 - 117.2) <4FDBE865-4A94-39B7-B9F4-44055EC988C3> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9b2d4000 - 0x9b2f7ff7  libc++abi.dylib (48) <5367BE5A-D475-3FB4-972D-E1DC999A709A> /usr/lib/libc++abi.dylib
    0x9b410000 - 0x9b441ffa  libsystem_m.dylib (3047.16) <7BF40745-1A2D-3DB2-8D49-3F149851AE15> /usr/lib/system/libsystem_m.dylib
    0x9b442000 - 0x9b51dff7  com.apple.LaunchServices (572.23 - 572.23) <7E52FB5C-9ECF-3CB9-BF18-6652B8D8CDE0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x9b51e000 - 0x9b520fff  libsystem_configuration.dylib (596.12) <DE9038BB-0403-3263-885F-D949F8FBAFE7> /usr/lib/system/libsystem_configuration.dylib
    0x9baee000 - 0x9bbdeffb  libiconv.2.dylib (41) <848FEBA7-2E3E-3ECB-BD59-007F32468787> /usr/lib/libiconv.2.dylib
    0x9bbdf000 - 0x9bcecfe4  com.apple.MediaControlSender (1.9 - 190.4) <364BDDB2-4280-3BAB-9CC4-697FDC303BCA> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSen der
    0x9c014000 - 0x9c069ff7  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <A20E9FFF-79AE-30CD-8377-AA939EEDCE3F> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 1
        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: 336
        thread_create: 8
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=241.4M resident=164.9M(68%) swapped_out_or_unallocated=76.5M(32%)
    Writable regions: Total=52.8M written=1612K(3%) resident=2380K(4%) swapped_out=0K(0%) unallocated=50.5M(96%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    Kernel Alloc Once                     4K
    MALLOC                             41.7M
    MALLOC (admin)                       48K
    Stack                              65.1M
    VM_ALLOCATE                        1236K
    __DATA                             16.4M
    __IMAGE                             528K
    __LINKEDIT                         65.4M
    __OBJC                             2272K
    __PAGEZERO                            4K
    __TEXT                            176.0M
    __UNICODE                           544K
    mapped file                       119.3M
    shared memory                         4K
    ===========                      =======
    TOTAL                             488.5M

    Good Morning Meenat. thank you so much for your reply. I really appreciate it. 
    Yes What I do is uninstall Edge using the uninstaller, clicking 'remove prefs' I then log out of CC and log back in so I recognises that Edge is not there. It doesn't. So I go to the Edge download page and click to trial it, then CC installs. I then launch Edge and it crashes.
    Here's this afternoon's report:
    Process:         Adobe Edge Animate [1741]
    Path:            /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/MacOS/Adobe Edge Animate
    Identifier:      com.adobe.Adobe Edge Animate.application
    Version:         3.0.0 (3.0.0.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [183]
    Responsible:     Adobe Edge Animate [1741]
    User ID:         501
    Date/Time:       2014-02-25 12:05:29.949 +0000
    OS Version:      Mac OS X 10.9.1 (13B3116)
    Report Version:  11
    Anonymous UUID:  3893AC7F-6C66-4D89-122F-70D8BC77B3B9
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    terminating with uncaught exception of type dvacore::filesupport::file_exception: $$$/dvacore/filesupport/error=Error with file: '@0'.
    abort() called
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x91891952 __pthread_kill + 10
    1   libsystem_pthread.dylib                 0x90c00167 pthread_kill + 101
    2   libsystem_c.dylib                       0x927be340 abort + 155
    3   libc++abi.dylib                         0x9b2d4869 abort_message + 169
    4   libc++abi.dylib                         0x9b2f557b default_terminate_handler() + 264
    5   libc++abi.dylib                         0x9b2f2dd0 std::__terminate(void (*)()) + 14
    6   libc++abi.dylib                         0x9b2f27eb __cxa_throw + 116
    7   com.adobe.dvacore.framework             0x00446c3b dvacore::utility::ThrowIfCopyError(long, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&) + 331
    8   com.adobe.dvacore.framework             0x00446a22 dvacore::utility::FileUtils::Copy(std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&) + 290
    9   com.adobe.Adobe Edge Animate.application          0x00023563 helium::FolderCopy(dvacore::filesupport::Dir, dvacore::filesupport::Dir) + 723
    10  com.adobe.Adobe Edge Animate.application          0x0000c8b2 helium::App::MigratePrefs() + 1058
    11  com.adobe.Adobe Edge Animate.application          0x0000bcc9 helium::App::PreInitialize(exo::app::AppInitArgs&, boost::program_options::variables_map&) + 425
    12  com.adobe.Adobe Edge Animate.application          0x00044994 main + 388
    13  com.adobe.Adobe Edge Animate.application          0x000029a5 start + 53
    Thread 1:
    0   libsystem_kernel.dylib                  0x91892046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x90c00dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x90c04cce start_wqthread + 30
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x91892992 kevent64 + 10
    1   libdispatch.dylib                       0x9a4238bd _dispatch_mgr_invoke + 238
    2   libdispatch.dylib                       0x9a423556 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib                  0x91892046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x90c00dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x90c04cce start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0xa0652c0c  ecx: 0xbffff02c  edx: 0x91891952
      edi: 0xa03fd1a8  esi: 0x00000006  ebp: 0xbffff048  esp: 0xbffff02c
       ss: 0x00000023  efl: 0x00000206  eip: 0x91891952   cs: 0x0000000b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x004907c0
    Logical CPU:     0
    Error Code:      0x00080148
    Trap Number:     132
    Binary Images:
        0x1000 -    0xa7ffb +com.adobe.Adobe Edge Animate.application (3.0.0 - 3.0.0.0) <30997E47-777E-3951-B7CD-756E5CC5DAD5> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/MacOS/Adobe Edge Animate
      0x17d000 -   0x1ccfef +com.adobe.headlights.LogSessionFramework (2.1.2.1785) <7B2DC92D-14B9-39B7-9982-EE295F0E82EF> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
      0x200000 -   0x202fff +com.adobe.AdobeCrashReporter (7.0 - 7.0.1) <940AF5C8-23AA-3311-A69F-6FC43C80F05B> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporte r
      0x209000 -   0x20dfff +com.adobe.boost_date_time.framework (3.0.0 - 3.0.0.0) <CC705430-5F60-35BC-A1A8-7D3A83D1CD4F> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
      0x221000 -   0x22eff3 +com.adobe.boost_threads.framework (3.0.0 - 3.0.0.0) <15F4484D-FDF8-3767-B2C1-075014177DD3> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
      0x250000 -   0x25affb +com.adobe.boost_signals.framework (3.0.0 - 3.0.0.0) <76C26160-4DDC-3082-9902-5DD388C4ACE8> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
      0x271000 -   0x273ff7 +com.adobe.boost_system.framework (3.0.0 - 3.0.0.0) <0F0A902D-EA49-3CF2-953A-C7F0EE6A1E6A> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
      0x27b000 -   0x4beff3 +com.adobe.dvacore.framework (3.0.0 - 3.0.0.0) <6ABAA81C-82C6-3AA3-9749-63758BE6F030> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
      0x6c5000 -   0xb0bff7 +com.adobe.dvaui.framework (3.0.0 - 3.0.0.0) <3783C677-AF28-3901-9FB9-B75DDA14173E> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
    0x1070000 -  0x1119ff7 +com.adobe.dvaworkspace.framework (3.0.0 - 3.0.0.0) <FA1B7381-16DA-3B70-AE95-6622F9A9D94A> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace
    0x120a000 -  0x12c6ff3 +com.adobe.exo.framework (3.0.0 - 3.0.0.0) <329F8C8E-C931-348B-853A-893BDE9A3E28> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/exo.framework/Versions/A/exo
    0x1406000 -  0x14bdffb +com.adobe.dvaeve.framework (3.0.0 - 3.0.0.0) <DB565AE5-F1E9-3D78-A05E-25ABC71C6AF7> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvaeve.framework/Versions/A/dvaeve
    0x1618000 -  0x1921ffb +com.adobe.dvaadameve.framework (3.0.0 - 3.0.0.0) <FC8B81CA-85C2-383A-8EF6-1A2267030CC8> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
    0x1f76000 -  0x1f88ffb +com.adobe.boost_filesystem.framework (3.0.0 - 3.0.0.0) <D30AA740-44F2-311A-A71A-F4367CE58F4E> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesystem
    0x1fa5000 -  0x2038ff7 +com.adobe.boost_regex.framework (3.0.0 - 3.0.0.0) <867B9677-4E8D-31B9-8B11-A1CD3736B7B6> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_regex
    0x20c8000 -  0x2115fff +com.adobe.AgKernel.framework (3.0.0 - 3.0.0.0) <7A5AFD87-8439-33E9-81BE-D30988B03667> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/AgKernel.framework/Versions/A/AgKernel
    0x2145000 -  0x2239ff3 +com.adobe.dvalua.framework (3.0.0 - 3.0.0.0) <B84C1A94-4E5C-3912-A30A-19A449688D85> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvalua.framework/Versions/A/dvalua
    0x2394000 -  0x23b7ffb +com.adobe.bezierlua.framework (3.0.0 - 3.0.0.0) <FE95B81B-C4C6-3515-9336-4C1F4245E50F> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/bezierlua.framework/Versions/A/bezierlua
    0x23d4000 -  0x23dbff3 +com.adobe.dvaundo.framework (3.0.0 - 3.0.0.0) <AF864897-DFE3-34EA-A64D-165DEC7548BA> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvaundo.framework/Versions/A/dvaundo
    0x23ea000 -  0x252efff +com.adobe.scintilla.framework (3.0.0 - 3.0.0.0) <85FD731B-93F1-3F4C-AF0F-4FED28E1200B> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/scintilla.framework/Versions/A/scintilla
    0x25ad000 -  0x269fff7 +com.adobe.amtlib (7.0.0.247 - 7.0.0.247) <40EB4ADC-F7EF-344B-A75B-B50DB61EDF3C> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x26b1000 -  0x26f9fff +com.adobe.dvawebview.framework (3.0.0 - 3.0.0.0) <4DF4F3F2-E40C-3AC3-AC29-6892BCD5E4EF> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvawebview.framework/Versions/A/dvawebview
    0x279b000 -  0x279dffe +com.adobe.lua_zip.framework (3.0.0 - 3.0.0.0) <39554708-8657-3087-88EB-35E6B3CFA24B> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/lua_zip.framework/Versions/A/lua_zip
    0x27a4000 -  0x27b3ff3 +com.adobe.lua_zlib.framework (3.0.0 - 3.0.0.0) <4B80467D-9FF4-386F-8E20-4EAF5F7DD782> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/lua_zlib.framework/Versions/A/lua_zlib
    0x27bc000 -  0x27d2fff +com.adobe.libzip.framework (3.0.0 - 3.0.0.0) <9C1D69CE-DE94-31A9-B204-9ED3B1E98D11> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/libzip.framework/Versions/A/libzip
    0x27e5000 -  0x27f4ffb +com.adobe.dvatexteditor.framework (3.0.0 - 3.0.0.0) <2F8C4BEB-E63C-30AF-9B30-D2D3F8B5ECD9> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvatexteditor.framework/Versions/A/dvatexteditor
    0x2819000 -  0x5923ffb +libcef.dylib (31130.5.84) <75133BA3-A4DB-3D34-9C59-974A9EAF59D6> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvawebview.framework/Versions/A/cef/Chromium Embedded Framework.framework/Libraries/libcef.dylib
    0x8fedd000 - 0x8ff0f417  dyld (239.3) <4B280BB1-55F8-313F-86A6-8ADD644ED69E> /usr/lib/dyld
    0x90008000 - 0x90061ffa  libTIFF.dylib (1038) <4204CF01-2B19-3846-ADA4-2E3F3BCAD117> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x90062000 - 0x900cdff9  com.apple.Heimdal (4.0 - 2.0) <0DC5A0C2-D664-3B18-B4FD-DD027D62DE8A> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x900e2000 - 0x90133ff1  libstdc++.6.dylib (60) <354F284B-2343-3810-9CA2-E28038824F6E> /usr/lib/libstdc++.6.dylib
    0x9013f000 - 0x901a0ff7  com.apple.Symbolication (1.4 - 129) <E5948C08-6ADF-3D86-9134-6AE49CF1DA0F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x901a1000 - 0x901deff7  libauto.dylib (185.5) <CD008E66-4A0C-35F5-8D72-80D76A716A03> /usr/lib/libauto.dylib
    0x901df000 - 0x9045bff7  com.apple.QuickTime (7.7.3 - 2826.0.1) <9DB76746-DCFA-371D-A1D5-E41C17202684> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9045c000 - 0x90746fd2  com.apple.vImage (7.0 - 7.0) <D94F266B-B1E3-3734-8C6C-CB4EF655F411> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x90747000 - 0x9074ffff  libcopyfile.dylib (103) <3442BBA3-ABB7-3A7D-9F8A-DB55A3CA2151> /usr/lib/system/libcopyfile.dylib
    0x90750000 - 0x907a1ffb  com.apple.CoreMedia (1.0 - 1273.35) <6BEDE306-DCAA-3D1E-AED4-6FC2A8CEF1C7> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x907c8000 - 0x907d3fff  com.apple.CrashReporterSupport (10.9 - 538) <16850C12-BBC7-3F02-AA33-A0BFE5FAD6FE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporter Support
    0x907d4000 - 0x907dcffe  libGFXShared.dylib (9.3.1) <1EF75B97-012E-3730-8017-5E832946B83D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x907dd000 - 0x907ddffd  libOpenScriptingUtil.dylib (157) <4D06E8ED-D312-34EA-A448-DFF45ADC3CE5> /usr/lib/libOpenScriptingUtil.dylib
    0x907de000 - 0x907eaffc  libbz2.1.0.dylib (29) <3CEF1E92-BA42-3F8A-8E8D-9E1F7658E5C7> /usr/lib/libbz2.1.0.dylib
    0x907eb000 - 0x9081bff7  com.apple.CoreServicesInternal (184.8 - 184.8) <2AA649CA-CBEC-31D4-9A57-BB3471D04157> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI nternal
    0x9081e000 - 0x90887fff  com.apple.datadetectorscore (5.0 - 354.0) <CEE08580-8FFC-3241-9E7D-851908179FB2> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x90888000 - 0x90890fff  liblaunch.dylib (842.1.4) <3E946C2F-76B5-3980-BC07-30D78BBD3279> /usr/lib/system/liblaunch.dylib
    0x90891000 - 0x90afeff6  com.apple.security (7.0 - 55471) <5FCF76B2-92C6-3404-87D3-91B3F6E203AA> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x90b0b000 - 0x90b27fff  libCRFSuite.dylib (34) <FFF76EBA-DF35-3A5F-857F-3F4B1C9F4C77> /usr/lib/libCRFSuite.dylib
    0x90b33000 - 0x90b35fff  libquarantine.dylib (71) <39FC7A3E-9508-3C82-9945-4E4229742FEC> /usr/lib/system/libquarantine.dylib
    0x90b36000 - 0x90b86ff7  libcorecrypto.dylib (161.1) <135FD99E-2211-3DF4-825C-C9F816107F0C> /usr/lib/system/libcorecrypto.dylib
    0x90b87000 - 0x90bfdff3  com.apple.securityfoundation (6.0 - 55122) <25149798-A37E-316F-84AB-93029EAF33D8> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x90bfe000 - 0x90c05ffb  libsystem_pthread.dylib (53.1.4) <AD357A6E-6746-3FB2-B6F5-8101E9DE7671> /usr/lib/system/libsystem_pthread.dylib
    0x90c06000 - 0x90c7bff1  com.apple.ApplicationServices.ATS (360 - 363.1) <6947C85B-3CAB-3FD1-86FD-B14FE212735C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x90c7c000 - 0x90d49ff7  com.apple.backup.framework (1.5.1 - 1.5.1) <DDA29C05-3FBA-3E8C-9EB7-97D5871C9257> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x90fc2000 - 0x90ff8fff  com.apple.IconServices (25 - 25.17) <05C87A32-3E0F-3EE7-8CE5-DB6463369FFA> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x90ff9000 - 0x91000ff7  com.apple.XPCService (2.0 - 1) <34C02E62-62C2-3BA5-95F2-0B5A9AC092F2> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x910ad000 - 0x910d7ff7  libsandbox.1.dylib (278.10) <DAC89956-5476-32E1-87CB-334731FAA372> /usr/lib/libsandbox.1.dylib
    0x910d8000 - 0x9144dff9  com.apple.HIToolbox (2.1 - 696) <43CB31D6-4C2B-30FA-A374-DB7C5728E7AD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x91528000 - 0x9152affe  libCVMSPluginSupport.dylib (9.3.1) <771F15D1-AB7E-32ED-98F1-8335EF1F9E5C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib
    0x91532000 - 0x91833ff7  com.apple.CoreServices.CarbonCore (1077.14 - 1077.14) <42E10BD1-995B-3FB4-8A6D-5FD071FB8BD1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x91866000 - 0x9186aff7  libmacho.dylib (845) <AAB35F2B-B515-37CD-A637-A2E88DFE4080> /usr/lib/system/libmacho.dylib
    0x9186b000 - 0x91879ff7  libz.1.dylib (53) <3D1E738F-D26C-3721-8E16-52473B560A8F> /usr/lib/libz.1.dylib
    0x9187a000 - 0x91897ff4  libsystem_kernel.dylib (2422.75.4) <1FB471BD-92E5-314E-9C2B-154B117C06E8> /usr/lib/system/libsystem_kernel.dylib
    0x91898000 - 0x924b3ff3  com.apple.AppKit (6.9 - 1265) <AE258D94-0272-394F-BBB7-9B5C165A4A78> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x924b4000 - 0x924b8ffa  libcache.dylib (62) <F69AA956-EA55-3562-8A8E-C6393662B1D6> /usr/lib/system/libcache.dylib
    0x924b9000 - 0x924b9fff  com.apple.ApplicationServices (48 - 48) <6766DF5C-6A98-3AAF-A222-D99599BB5A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x924ba000 - 0x924d5ff6  libPng.dylib (1038) <97F26689-9706-348E-A07D-5A332B17750A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x924d6000 - 0x92500fff  libxslt.1.dylib (13) <249D54AB-1D82-38FE-ABEC-0D575450C73B> /usr/lib/libxslt.1.dylib
    0x925a1000 - 0x925acffb  libcommonCrypto.dylib (60049) <7C884189-8A58-3D10-9164-571DAABB7D58> /usr/lib/system/libcommonCrypto.dylib
    0x925f4000 - 0x92648fff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <DAA1002F-BEC8-37F3-9DB9-6B84F9A3819D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x9265d000 - 0x92661ffa  libGIF.dylib (1038) <1108B78D-2B39-3823-8FF8-6A9FDC31AC4E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x92662000 - 0x92676ff9  com.apple.MultitouchSupport.framework (245.13 - 245.13) <6860A0D0-3654-3B02-B2E9-C4D2637167B8> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x92677000 - 0x9269bfff  libJPEG.dylib (1038) <1154DC9B-6E0C-3EED-9C39-E382474B5FC1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x926cc000 - 0x926e6ff7  com.apple.GenerationalStorage (2.0 - 160.2) <D6235DD6-3039-383F-9378-294A2EC11E50> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt orage
    0x92714000 - 0x92760ff7  libcups.2.dylib (372) <75C1C149-4054-3060-97AE-AFC1ACCA793F> /usr/lib/libcups.2.dylib
    0x92761000 - 0x927f3ffe  libsystem_c.dylib (997.1.1) <8288A730-B230-34E2-8C4B-6A1FBD12C023> /usr/lib/system/libsystem_c.dylib
    0x927f4000 - 0x927f7ff9  com.apple.TCC (1.0 - 1) <DE9FBF11-4ABB-317F-A3F8-4D26A98A5AEF> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x927f8000 - 0x92805ff7  com.apple.AppleFSCompression (56 - 1.0) <32474B4B-209F-3A35-A66D-53B90879F02B> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompress ion
    0x92806000 - 0x92831ff5  com.apple.ChunkingLibrary (2.0 - 155.1) <87D1076A-1EC8-3C26-93DB-E4AD394A45AF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x9283d000 - 0x9287cff7  com.apple.bom (12.0 - 192) <B5E5E554-BFBD-3CB7-A43B-92F51F596FB4> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x928a0000 - 0x92d47fe7  com.apple.CoreAUC (6.22.08 - 6.22.08) <D3D4EF49-FEC9-3B40-A0BD-BBCDF638410E> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x92d48000 - 0x92d49ffa  libsystem_sandbox.dylib (278.10) <31C77DCA-F6CA-33F7-BE57-500932EA8494> /usr/lib/system/libsystem_sandbox.dylib
    0x92d58000 - 0x92db4ffa  com.apple.print.framework.PrintCore (9.0 - 428) <68C13032-D1B7-31C7-968B-E4C6325A0DA7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x92db5000 - 0x931dafe3  com.apple.VideoToolbox (1.0 - 1273.35) <053E5F1E-54F4-3EA9-B421-5F5D114F8E7F> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x931db000 - 0x931dffff  com.apple.CommonPanels (1.2.6 - 96) <CDB85D69-FF93-31CF-B530-5DA366C9288C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x931e0000 - 0x931e3ff7  com.apple.help (1.3.3 - 46) <616B1C40-AAB2-3041-9CBE-A7058E4285B5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x93223000 - 0x9361bffe  com.apple.CoreGraphics (1.600.0 - 599.7) <A98A8C69-9394-301F-9504-0728EFFC9854> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x9361c000 - 0x93625fff  com.apple.audio.SoundManager (4.1 - 4.1) <7E80241B-435E-340E-8E03-BDFF7763B77F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x93631000 - 0x9368fffd  com.apple.AE (665.5 - 665.5) <58CF4AC0-2F2E-3C4F-8075-636CD45A6130> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x9369c000 - 0x9369cfff  libkeymgr.dylib (28) <43297D93-111A-3880-AE0D-55C7404C52DC> /usr/lib/system/libkeymgr.dylib
    0x93792000 - 0x93796ffc  com.apple.IOSurface (91 - 91) <B337413D-F2D6-3272-B74A-9E1392ED5756> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x93797000 - 0x937c8ffd  com.apple.GSS (4.0 - 2.0) <FB94C6FD-E9AE-3B26-9242-E3298EF1BA69> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x937cf000 - 0x938c3fff  libFontParser.dylib (111.1) <D8F9B2A4-41A6-3407-8D80-13A841F97BE5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x9439e000 - 0x943c9ff7  libsystem_network.dylib (241.3) <FA1F2F7B-93B9-37FD-8070-A60725749A1F> /usr/lib/system/libsystem_network.dylib
    0x943ca000 - 0x9453cffb  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <BA08CB4B-B6DA-31BE-BCE9-A738CB25A48A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x94577000 - 0x94600fff  com.apple.CoreSymbolication (3.0 - 141) <3A521E7C-37B6-3ED1-863C-8CB5E2DEAC08> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n
    0x94601000 - 0x94650fff  com.apple.opencl (2.3.58 - 2.3.58) <82A383B9-EFE6-38D0-8465-CFB8F9367834> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x94651000 - 0x94697ff7  libFontRegistry.dylib (127) <BB1B8711-BEC9-3D0B-8C8D-9697039EE033> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x94698000 - 0x94702ff7  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <4B96CA5D-2670-3B66-B648-3F2B5BAE5238> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x947cb000 - 0x948ddffc  libsqlite3.dylib (158) <A1CDF363-AB65-3D3F-B62C-171C01DEE337> /usr/lib/libsqlite3.dylib
    0x948de000 - 0x948ecff7  com.apple.Sharing (132.2 - 132.2) <2BE8E58B-3C0D-35E4-8B00-6BE89821E757> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x948ed000 - 0x94940fff  com.apple.htmlrendering (77 - 1.1.4) <E4988ECB-285F-3FC0-A8EC-48A1260A96C7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x94941000 - 0x94996fff  libc++.1.dylib (120) <AE695E83-E3C6-3F13-BFC2-A2945AEAB0AC> /usr/lib/libc++.1.dylib
    0x94997000 - 0x94a0afff  com.apple.SearchKit (1.4.0 - 1.4.0) <B07169DD-5577-3898-8146-0E63A5FD31DF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x94a0b000 - 0x94a0bfff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <DDAC0B59-F886-3AB1-98E8-C71FFF161CD4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x94a0c000 - 0x94a15ffa  com.apple.CommonAuth (4.0 - 2.0) <6CB82D57-3C55-39E5-9036-8047DF3E6F57> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x94a16000 - 0x94a1affc  libpam.2.dylib (20) <763AC655-931B-3891-AB6A-F2CD4A21F906> /usr/lib/libpam.2.dylib
    0x94b6d000 - 0x94d33ffb  libicucore.A.dylib (511.27) <653147E9-7326-337A-99E1-B42E4D801E53> /usr/lib/libicucore.A.dylib
    0x94d34000 - 0x94d53ff9  com.apple.framework.Apple80211 (9.0 - 900.47) <68E399FF-AB98-378D-94AC-D0869A72344F> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x94d7e000 - 0x94d88ff7  com.apple.speech.synthesis.framework (4.6.2 - 4.6.2) <16E20DCD-89F4-3C8E-9DBA-EED359807038> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x94d8d000 - 0x94d90fff  libdyld.dylib (239.3) <ED3D413D-D8FE-39A3-ADF4-00B4E7244A67> /usr/lib/system/libdyld.dylib
    0x94d91000 - 0x94dadff9  com.apple.Ubiquity (1.3 - 289) <64DEF1B4-F874-3DF2-9D58-ABBF0A15C5BB> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x94dae000 - 0x94e9aff7  libxml2.2.dylib (26) <32040145-6FD6-3AD2-B98B-39F73BF9AC47> /usr/lib/libxml2.2.dylib
    0x94e9b000 - 0x951e7ffb  com.apple.MediaToolbox (1.0 - 1273.35) <E30AF97C-165A-37EA-9373-1A99188FA8B6> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x951e8000 - 0x9521affb  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <1D512F2A-695A-3D82-A6B3-1DDC88865BE5> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x95220000 - 0x9522efff  libxar.1.dylib (202) <B73748D4-F830-3C71-98B3-7A3ABF5136FD> /usr/lib/libxar.1.dylib
    0x9522f000 - 0x953dbff1  com.apple.QuartzCore (1.8 - 332.0) <C8467E02-1AC0-333E-890E-9AAD65FAEC0E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x953dc000 - 0x953eefff  libsystem_asl.dylib (217.1.4) <F4B8D4CC-71BC-3C45-8669-91747B456739> /usr/lib/system/libsystem_asl.dylib
    0x953ef000 - 0x953f9fff  com.apple.bsd.ServiceManagement (2.0 - 2.0) <907F726B-BA7D-360C-8E46-02DB99DD903A> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x9541b000 - 0x95449ff3  com.apple.DebugSymbols (106 - 106) <37B107F9-4AA0-39FF-9602-A27811C8DC96> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x9544a000 - 0x95454ff2  com.apple.AppSandbox (3.0 - 1) <085C3B38-C7D8-3A62-AFC6-CEE27F93DFD1> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x9546c000 - 0x95490fff  libxpc.dylib (300.1.17) <9115C2E7-FA58-3D25-8676-6360C7CF8E13> /usr/lib/system/libxpc.dylib
    0x95495000 - 0x954a1ffe  libkxld.dylib (2422.75.4) <E33644D0-8809-356F-8144-67CC09052E9B> /usr/lib/system/libkxld.dylib
    0x95528000 - 0x9556afff  libGLU.dylib (9.3.1) <F15F3C93-3B42-35AF-8417-B2F79FDE1B70> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9556b000 - 0x95574fff  libsystem_notify.dylib (121) <C52DC28B-66DF-3F1C-8A2B-4D1F41DEB168> /usr/lib/system/libsystem_notify.dylib
    0x9573d000 - 0x957bdff7  com.apple.CoreServices.OSServices (600.4 - 600.4) <21FF2945-32B7-3ABD-ACBB-5533241999D8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x957be000 - 0x959c0ff7  com.apple.CoreFoundation (6.9 - 855.11) <21BA3E03-EA00-3AC4-8B31-806779114FE8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x959c1000 - 0x959c3ffb  libRadiance.dylib (1038) <B3B8CD5D-74C8-3D73-BC98-21F7B18E77C1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x95c5d000 - 0x95c99ff4  com.apple.RemoteViewServices (2.0 - 94) <C08AC054-A318-3BC8-9634-510B39493C52> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces
    0x95c9a000 - 0x95cb7ffb  libresolv.9.dylib (54) <3EC12A7F-6BA1-3976-9F1F-6A4B76303028> /usr/lib/libresolv.9.dylib
    0x95cb8000 - 0x95cbafff  com.apple.securityhi (9.0 - 55005) <51765C73-80D1-33E3-9589-3E88380CE007> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x95cbb000 - 0x95cbcffc  com.apple.TrustEvaluationAgent (2.0 - 25) <064B485D-56E0-3DD7-BBE2-E08A5BFFF8B3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x95cbd000 - 0x95cc8ff6  com.apple.NetAuth (5.0 - 5.0) <3B2E9615-EE12-38FC-BDCF-09529FF9464B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x95cc9000 - 0x95ff4ff6  com.apple.Foundation (6.9 - 1056) <B30A8E0D-B36F-37D9-AA80-E4E02D6EE192> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x95ff5000 - 0x962e7ff8  com.apple.CoreImage (9.0.54) <52994AA9-1B03-3720-B02D-6E888D2A23E4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework /Versions/A/CoreImage
    0x9638d000 - 0x963a5fff  com.apple.CFOpenDirectory (10.9 - 173.1.1) <630A5CCF-8FC3-379D-B0BD-41DCE1F0B624> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x96cf8000 - 0x96cf8fff  com.apple.CoreServices (59 - 59) <BF15253B-242B-378A-8546-8F7619764AAC> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x96cf9000 - 0x96e05fff  com.apple.ImageIO.framework (3.3.0 - 1038) <4776FAFD-F80F-3BDE-A396-80D988BE8EC1> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x96e79000 - 0x970214af  libobjc.A.dylib (551.1) <18361D2F-0405-39B0-8354-2D865703118D> /usr/lib/libobjc.A.dylib
    0x97022000 - 0x97027ff3  libsystem_platform.dylib (24.1.4) <03238EB4-2C7C-3D55-8FA4-12F697B88878> /usr/lib/system/libsystem_platform.dylib
    0x97028000 - 0x970ebff1  com.apple.CoreText (352.0 - 367.15) <8C486246-B12A-39E1-9B35-DE9451FDCF4B> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x97189000 - 0x9718afff  liblangid.dylib (117) <F18F76C6-7E4B-34AD-AE81-C1C031BF2F7D> /usr/lib/liblangid.dylib
    0x9718b000 - 0x9726eff7  libcrypto.0.9.8.dylib (50) <F24D0250-CD74-3955-9E67-109765B882C1> /usr/lib/libcrypto.0.9.8.dylib
    0x9726f000 - 0x972c2ff3  com.apple.CoreMediaIO (403.0 - 4555) <6BE07264-EBEC-3F85-BF09-FF350627D058> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x972cc000 - 0x972d3ff2  com.apple.NetFS (6.0 - 4.0) <D295AB6B-CB1D-39E3-9D2F-42273D928D70> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x972d4000 - 0x972daffb  libunwind.dylib (35.3) <316039E0-FB7A-35DA-89BE-C461213D6BDE> /usr/lib/system/libunwind.dylib
    0x972db000 - 0x976a0ff6  libLAPACK.dylib (1094.5) <E6286E68-3501-31AC-813E-75B3B3968011> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x976a1000 - 0x97803ff3  com.apple.CFNetwork (673.0.3 - 673.0.3) <5E0E9AE8-073B-3F2B-B0C7-A0129DE787F6> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x97804000 - 0x9786dfff  com.apple.SystemConfiguration (1.13 - 1.13) <542075CD-9085-3F30-B84B-DD0277D6A40E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x9786e000 - 0x97872ffe  libCoreVMClient.dylib (58.1) <0EB8FFD7-AFED-3A63-810E-29629831D43D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x97873000 - 0x97ad7fff  com.apple.CoreData (107 - 481) <EF1D2394-41E0-356F-B8F8-3E60151EC441> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x97ad8000 - 0x97af3ff5  com.apple.openscripting (1.4 - 157) <5C161A52-8D2F-3D56-A988-05727BED7A59> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x97afb000 - 0x97b04fff  com.apple.DiskArbitration (2.6 - 2.6) <53700F94-766F-3DA0-A9DF-DE2F8FF84CB3> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x97b5d000 - 0x97b75ff7  libsystem_malloc.dylib (23.1.10) <689AB95D-FF71-364E-B6C7-7EFD1E4CB7E6> /usr/lib/system/libsystem_malloc.dylib
    0x97b76000 - 0x97ce6fff  com.apple.QTKit (7.7.3 - 2826.0.1) <4229223C-DBAF-31A3-874E-061B5F5D0F9A> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x97ce7000 - 0x97cf0fff  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <E2A5F1E3-2B8A-3E85-8559-18B1A29AE271> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x97cf2000 - 0x97d83fff  com.apple.ColorSync (4.9.0 - 4.9.0) <10317959-1392-3689-B3F6-F8E2D84931BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x97d84000 - 0x97df9ffb  com.apple.framework.IOKit (2.0.1 - 907.1.13) <86D72735-9DFB-35C8-83F7-CE0DCF17D354> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x97dfa000 - 0x97dfafff  com.apple.Cocoa (6.8 - 20) <63DA3D59-5D81-3340-A985-A11CE4A3E83F> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x97f06000 - 0x97f9eff7  com.apple.Metadata (10.7.0 - 800.12.2) <5E9EA0AC-EE9E-362E-9DAC-9B7D21A53A2A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x97f9f000 - 0x97fedff9  com.apple.HIServices (1.22 - 466) <30636237-408A-3552-90C1-1279348DF7CB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x97fee000 - 0x97ffdfff  libGL.dylib (9.3.1) <32F61D19-8636-3B3F-94A2-AB2C4367B82A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x97ffe000 - 0x97ffffff  libsystem_blocks.dylib (63) <2AC67D5E-ECD4-3644-A53C-9684F9B7AA33> /usr/lib/system/libsystem_blocks.dylib
    0x98000000 - 0x980fefff  libJP2.dylib (1038) <E5860548-4C4F-3C4D-948E-1A25EF5ADA71> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x980ff000 - 0x9819bfff  com.apple.QD (3.50 - 298) <39109A21-3337-3F6D-B33B-53737C2187E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x981a4000 - 0x981d0ff7  com.apple.DictionaryServices (1.2 - 208) <59E9F98C-9C58-34C6-9D78-1FD4649DCBC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x981d1000 - 0x982a1fef  libvDSP.dylib (423.32) <E2FA7230-A001-3F6B-9ACF-6998C51AD7DC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x982a2000 - 0x982b4fff  libbsm.0.dylib (33) <1BE92DB5-0D2F-3BB5-BCC6-8A71EF2A3450> /usr/lib/libbsm.0.dylib
    0x982b5000 - 0x982b9fff  libheimdal-asn1.dylib (323.12) <9EA2A221-301B-3B9A-BBF2-38134145B5A8> /usr/lib/libheimdal-asn1.dylib
    0x982ba000 - 0x982d1ff4  com.apple.CoreMediaAuthoring (2.2 - 947) <DE5E1DB2-F8CB-3132-A1A9-6F50BDD0A559> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthor ing
    0x982d2000 - 0x9831afff  com.apple.PerformanceAnalysis (1.47 - 47) <48BE84A9-3753-3CDA-A092-2F8CA36C731C> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAna lysis
    0x9831b000 - 0x98330ff3  com.apple.AppContainer (3.0 - 1) <84FB395F-0467-3D21-8FB5-4ED7BB9C82E7> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x98331000 - 0x98338fff  libMatch.1.dylib (19) <3B3680FC-2AC9-37CC-B262-5ACE2CF8939A> /usr/lib/libMatch.1.dylib
    0x98339000 - 0x98466ff9  com.apple.avfoundation (2.0 - 651.12) <46DF19FF-7A29-33CE-9D80-E2CEE163C2C6> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x9846a000 - 0x98495ff7  libpcap.A.dylib (42) <66FBEAD3-FE91-3A89-8706-FB95229068AC> /usr/lib/libpcap.A.dylib
    0x98496000 - 0x984a4ff3  com.apple.opengl (9.3.1 - 9.3.1) <8E5EB187-90D0-31BE-BF14-A1D9B402AA0C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x984a5000 - 0x98503ff7  com.apple.CoreUtils (1.9 - 190.4) <8F169D88-9D9A-3D12-8C8F-287CC7F286C7> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x98504000 - 0x98505fff  libDiagnosticMessagesClient.dylib (100) <B936B1D4-90BB-395D-8EA9-E1237608E7D0> /usr/lib/libDiagnosticMessagesClient.dylib
    0x9850a000 - 0x98560ff6  com.apple.ScalableUserInterface (1.0 - 1) <30203384-7230-356E-BF47-76307CD21148> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterfa ce.framework/Versions/A/ScalableUserInterface
    0x98561000 - 0x98589fff  libsystem_info.dylib (449.1.3) <3FE52670-FFEE-3D04-ADE7-EA69BC00B066> /usr/lib/system/libsystem_info.dylib
    0x985ed000 - 0x9862affb  libGLImage.dylib (9.3.1) <26AB4352-1F99-3170-B5E0-459F561233D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x9862b000 - 0x98781ff0  libBLAS.dylib (1094.5) <5A53FE27-32DE-322C-BAB3-E03B93D37F88> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x98782000 - 0x9879bfff  libAVFAudio.dylib (32.2) <F1189373-0635-32D5-BB0C-1261959DB675> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
    0x987a6000 - 0x987a7fff  libremovefile.dylib (33) <E6B6F0CD-1700-31DC-93DB-3D33EC85DA0C> /usr/lib/system/libremovefile.dylib
    0x987a8000 - 0x987b4ff7  com.apple.OpenDirectory (10.9 - 173.1.1) <2AA24814-2DC6-3E28-B71B-186B686F0F19> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x987b5000 - 0x987c5ff5  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8106E9A2-F2A7-392C-B404-E88A20843F0C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x987f6000 - 0x988dcff7  com.apple.coreui (2.1 - 231) <AE791086-2144-30F8-A943-BFF90C6B9D6A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x988dd000 - 0x988deffd  libunc.dylib (28) <74F7C952-F254-3E55-9C00-780DCEF3F410> /usr/lib/system/libunc.dylib
    0x98984000 - 0x98984ffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <F43CF0ED-A017-35EE-813D-37D08A60A74B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x99974000 - 0x99974fff  com.apple.Carbon (154 - 157) <33457512-4EA2-373B-BB04-A6A7B6D4E54A> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x99975000 - 0x99988fff  com.apple.ImageCapture (9.0 - 9.0) <2128121D-9069-3BF2-BE7D-D6CD7B9C6630> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x99989000 - 0x99dbdff7  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <557A6F7A-4A24-32B0-A1FD-4B0E27912648> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x9a1eb000 - 0x9a1ebfff  com.apple.Accelerate (1.9 - Accelerate 1.9) <E8443BE8-482C-300A-BEDA-EDB07242A64B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9a1ec000 - 0x9a253ffc  com.apple.framework.CoreWLAN (4.0 - 400.45.1) <8DADD7D2-AB98-34ED-8D6F-335338502CBE> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x9a254000 - 0x9a259ff6  libcompiler_rt.dylib (35) <B838D63E-59DD-3C07-A17F-F90906F3FB09> /usr/lib/system/libcompiler_rt.dylib
    0x9a25a000 - 0x9a273fff  com.apple.Kerberos (3.0 - 1) <B5231442-5643-3605-8464-8F654A4C5019> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9a27e000 - 0x9a2bcff7  com.apple.NavigationServices (3.8 - 215) <196E21DC-C420-33B2-AC5C-CC35264C5E58> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x9a2bd000 - 0x9a3f4ff3  com.apple.desktopservices (1.8 - 1.8) <1CA936E2-C5DB-32BF-AFD0-E8FF97A462A5> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x9a3f5000 - 0x9a3f6fff  libSystem.B.dylib (1197.1.1) <5A9C548E-A852-35B3-B9AB-DF658EF75242> /usr/lib/libSystem.B.dylib
    0x9a420000 - 0x9a438ffd  libdispatch.dylib (339.1.9) <4A985218-0898-3554-8DB1-BCA0B676B9A6> /usr/lib/system/libdispatch.dylib
    0x9a439000 - 0x9a43bfff  com.apple.SecCodeWrapper (3.0 - 1) <29ECC157-F444-31FE-99CC-A9289FF3AC8D> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x9ad63000 - 0x9ad68ff7  com.apple.print.framework.Print (9.0 - 260) <6875EC0C-7DD0-3660-AFD6-25E407F49E0D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x9ad69000 - 0x9ae00ff7  com.apple.ink.framework (10.9 - 207) <710EF47E-89F1-317F-AEAB-A42FE0E40B92> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x9b0ad000 - 0x9b159ffb  libvMisc.dylib (423.32) <43873EFF-FB43-3301-BEE8-F2C3A046D7A6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x9b18d000 - 0x9b192fff  com.apple.MediaAccessibility (1.0 - 43) <F7B5A9CB-2F38-32AF-8B8E-B6CDB31D68C5> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x9b193000 - 0x9b19bfff  libsystem_dnssd.dylib (522.1.11) <AFF243AD-A0AF-3D7B-9E56-7B5BE81FC08C> /usr/lib/system/libsystem_dnssd.dylib
    0x9b19c000 - 0x9b1c3fff  com.apple.CoreVideo (1.8 - 117.2) <4FDBE865-4A94-39B7-B9F4-44055EC988C3> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9b2d4000 - 0x9b2f7ff7  libc++abi.dylib (48) <5367BE5A-D475-3FB4-972D-E1DC999A709A> /usr/lib/libc++abi.dylib
    0x9b410000 - 0x9b441ffa  libsystem_m.dylib (3047.16) <7BF40745-1A2D-3DB2-8D49-3F149851AE15> /usr/lib/system/libsystem_m.dylib
    0x9b442000 - 0x9b51dff7  com.apple.LaunchServices (572.23 - 572.23) <7E52FB5C-9ECF-3CB9-BF18-6652B8D8CDE0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x9b51e000 - 0x9b520fff  libsystem_configuration.dylib (596.12) <DE9038BB-0403-3263-885F-D949F8FBAFE7> /usr/lib/system/libsystem_configuration.dylib
    0x9baee000 - 0x9bbdeffb  libiconv.2.dylib (41) <848FEBA7-2E3E-3ECB-BD59-007F32468787> /usr/lib/libiconv.2.dylib
    0x9bbdf000 - 0x9bcecfe4  com.apple.MediaControlSender (1.9 - 190.4) <364BDDB2-4280-3BAB-9CC4-697FDC303BCA> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSen der
    0x9c014000 - 0x9c069ff7  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <A20E9FFF-79AE-30CD-8377-AA939EEDCE3F> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 1
        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: 5238
        thread_create: 54
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=241.4M resident=162.1M(67%) swapped_out_or_unallocated=79.4M(33%)
    Writable regions: Total=64.8M written=1660K(3%) resident=2448K(4%) swapped_out=0K(0%) unallocated=62.4M(96%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    Kernel Alloc Once                     4K
    MALLOC                             53.7M
    MALLOC (admin)                       48K
    Stack                              65.1M
    VM_ALLOCATE                        1236K
    __DATA                             16.4M
    __IMAGE                             528K
    __LINKEDIT                         65.4M
    __OBJC                             2272K
    __PAGEZERO                            4K
    __TEXT                            176.0M
    __UNICODE                           544K
    mapped file                       119.3M
    shared memory                         4K
    ===========                      =======
    TOTAL                             500.5M

  • How do I include 'Edge Web Fonts' into Edge Animate?

    How do I include 'Edge Web Fonts' (not Google Web Fonts) into Edge Animate?

    Have you tried to use google fonts? I have used them and they work for me.
    When you add your font for example:
    Copy paste:
    <link href='http://fonts.googleapis.com/css?family=Finger+Paint' rel='stylesheet' type='text/css'>
    and then for font family.
    'Finger Paint', cursive;
    then select addfont on the addfont screen

  • Adobe Edge Animate CC 2014.1

    Hello, do the animation in Adobe Edge Animate CC 2014.1
    and faced with a problem, animating picture animation works when you hover over the image and still have the text which also operates and has a different animation, and the problem is if I'm pokartinke mouse and spend the mouse over the text in the image on the animation picture as if jumps and starts with a new one, I want to know how to do so that would be mouse as I had not seen the text of this so I can keep the mouse on the image and animation are normally worked

    UPDATE
    i have ulpaded 2 animation ( one normal and one Responsive ) in 2 different server here the link
    www.eclipseadv.com/maliRP/maliRP.html
    Untitled
    via SAFARI or CHROME on MAC all OK
    but via IPAD ( SAFARI, CHROME and MERCURY) i didn't see the video, just the animation of the BUTTON  and the link if i click on it (not in Mercury), like in the content viewer.

  • How to make something like this in Edge Animate?

    Hi,
    I'm hoping to make something like this – https://www.youtube.com/watch?v=OJeDppEHI1g – in Edge Animate but I'm not sure where to start.
    I'm new to Edge but am keen to explore.
    Anyone have any feedback on whether:
    1. It's possible, and
    2. What techniques/effects have been used.
    Thanks!

    Hi there and welcome,
      Could you be a little more specific on what it is exactly that you would want to create? Most of what I can see from that website is doable in Edge Animate, but if you specify what it is you'd like to accomplish I could walk you through how to do it.
    Thanks!

  • Sticky header and footer in Edge Animate

    I've created a long scrolling site in EA and need my navigation bar and logo to remain static at the top as I scroll down. I also want my Contacts bar at the bottom to stay put. Can anyone help me?
    I'm not familiar with JS, CSS or HTML5 so please imagine you're talking to a child. I also need to know where to add the code in the Edge Animate project.
    Thanks for your patience...

    These fragments might fall under the category of "other", as an example, there is a copyright fragment in the Other tab of the fragment toolbox window. You could copy that and enhance it to make your footer.

Maybe you are looking for

  • How to format external drive in MS/DOS

    Hello. I have formatted my external drives in the past using MS/DOS. Today, Disk Utility does not have this option! I only have two Mac OS options and the Unix file system option. What gives? What is the Unix file system? Do I have to use this one no

  • Lead time using credit release date

    Hi sap Gurus , How the Sap  System should have capability to calculate the lead time using credit release date as starting date need flexibility change the lead time and How to configure in sap Thanks & Regards rajesh

  • Midp 2.0 cant play sounds properly

    still having trouble with the midp sound player thing - see my recent post on sound. I guess the summary is: do you create and keep a different Player for each type of sound, or do you have only one Player which has to go through the realize()->prefe

  • Stream drops on a regular schedule

    I have a live video/audio stream running. There are fairly frequent drops/reconnections. As you can see below, it only occurs in a pretty well-defined time window and does not happen anytime during overnight hours.  I'm a newbie to FMLE so, if possib

  • MDIS processing of error records

    Dear MDM experts, If we are using MDIS,say our import file has 25 records and there are problems with 5 records with regards to its "VALUE MAPPING"     does MDIS write these 5 records into the VALUEX folder  or only the first occurence of the value m