Giter VIP home page Giter VIP logo

fsnotes's People

Contributors

alex-kovac avatar ambv avatar aonez avatar aseygo avatar bilke avatar buddax2 avatar clayreimann avatar dogra25130 avatar filipstachura avatar gingerbeardman avatar glushchenko avatar greendog99 avatar holton-jiang avatar hqweay avatar isapozhnik avatar jeff-h avatar jornetsimon avatar luispinto23 avatar mazide avatar nth-chile avatar oyakub avatar pazner avatar pusnow avatar shawnaxsom avatar sloria avatar t-bullock avatar takerudmc avatar tjmcewan avatar uetchy avatar vchristinne avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fsnotes's Issues

Font handling (in rtf docs)

At present you can paste text in from elsewhere and the formatting is maintained. You can end up with notes with different fonts, sizes (and colours) than what you've chosen in the prefs.

Also, some RTF docs appear to specify the font intrinsically, and others not. Changing the font in the prefs changes it (temporally) for the current note, and it takes effect on some other notes, but not all.

For me there's a philosophical angle to this; I want my notes devoid of distraction, both when entering and when reading. It's purely about the content. There are dozens of notes apps that allow full typographical control, and I dislike them all because of it :)

I propose:

  • when a note is displayed, set its font and size to that chosen in the prefs
  • when text is pasted in, remove any formatting and make them conform to the font prefs

(incidentally both are how nvALT handles it, so maybe I just can't handle change lol)

@glushchenko let me know if you'd like me to have a crack at this.

Making fast notes

Love this enhancement :)

One suggestion/request — would you consider the nvALT behaviour with this? When you type a string then hit enter to create a new note, currently you name the new note "Untitled Note" and pre-populate the note with the entered string.

My request is to base the filename off the entered string, and leave the note empty.

Closing the main window makes it unreachable.

When I close the main window of the app, it keeps running in the dock, but it is impossible to get up the window again. The only solution is to manually quit it and restart it, this is a bit cumbersome.

I would expect that closing the main window either quits the app completely or that clicking the dock icon brings up the main window again. If you ask me, the first would actually be my preference... I would then add it as a permanent icon to my dock and start it whenever needed, without wasting resources if I don't need it.

[Feature Request] Simplenote Sync support

The killer feature of NVAlt for me is the Simplenote integration. The Simplenote app is great on phones and tablets, very nice to use. So the NVAlt+Simplenote combination is a great and flexible workflow. Except that NVAlt has lots of unfixed bugs.

Now, if someone tells me there is somethings faster and better than Simplenote for iOS dealing with a Dropbox/iCloud folder of notes then...

files with no extension have issues

All of the notes I imported from Notational Velocity have no file extension. This seems to cause strange behavior. If I have a note called "foo note" and view it in fsnotes it appears to be renamed to "foo note.txt". If I type "foo note" into the search bar and hit return, a new note called "foo note.md" is created. Somehow I sometimes end up with two notes with the same name in the fsnotes sidebar. I try to delete one but nothing happens. I assume this is related to the above, but I'm not sure how to reproduce it.

Running app with no notes

if storage.noteList.count == 0 {

If there are no notes don't think the app should recheck the filesystem for notes at this place in the code; I think it should happen only once, perhaps in viewDidLoad or similar.

At present the app crashes as soon as it runs for me. The crash is unrelated — it was due to my development code.

Make note pane more compact

I'd like the note pane to be more compact.

It would be great if the large linespacing could be reduced (it's currently larger than that in the main pane, even though the font it smaller.

More importantly, it would be really useful newlines in the note could be stripped for display, so the preview of this note

# Heading

This note is about foo and bar

becomes # Heading This note is about foo and bar.

Many of my notes start with heading and then a blank line, then more text (that is useful to see in the note pane preview).

can't un-style text

In RTF mode, I can apply bold and italics using the usual keyboard shortcuts or the format menu, but once applied, I can't un-apply the style. eg highlighting a word and pressing ⌘B bolds it, but if you then do another ⌘B it the bold doesn't turn off.

Thanks again for your ongoing great work on FSNotes!

Renaming a note change its extension to .md

Hello,

Renaming a note change its extension to .md, regardless the default extension set in FSNotes Preferences.

Expected: renaming a note just leave its extension untouched.

Thanks

Preview pane appearance

This is the preview of FSNotes's Hello World note in nvALT (left) and FSNotes (right)

screen shot 2017-09-11 at 09 36 08

The FSNotes preview takes up slightly more space but shows much less information. I much prefer the nvALT layout. Seems like they are:

  • replacing all groups of whitespace with a single space (so no double spaces in the preview)
  • showing two lines of preview and getting rid of a bunch of linespacing and other vertical whitespace

I'd love to see these both added.

Also, you can't see it here, but it seems like FSNotes is ignoring macOS's Language & Region setting and using US format for dates regardless. This is a bug. Would be great if this could be fixed.

(Also, fwiw, I find the fixed width font very spidery and difficult to read at this size. I see the argument for it in a window you can edit, but for a small preview I think something proportionial would be more legible.)

Scalability

I currently have about 1,200 notes (each an .rtf file) managed by nvALT. With this many notes, fsnotes isn't performant when filtering, due to the fact that it loads the contents of every single note file each time another character is entered into the search string (in populateTable).

I propose moving the note loading into the AppDelegate's applicationDidFinishLaunching and store them all in a Notes.shared singleton. That way, note searches should be pretty much instantaneous even with 10,000 notes.

The only downside I can think of is keeping the notes array synced with those on disk. I personally think that could be ignored for a while, and just assume that fsnotes is the only app editing notes. Down the track it shouldn't be too hard to monitor the filesystem for external changes to notes.

Unable to delete notes from within apps

There needs to be some option to delete notes from within the app. Its way to easy to accidentally create a new Untitled note, and the only way of deleting them is by leaving the app.

Compile with Xcode 9 / Swift 4.

Now that the app store is accepting submissions compiled with Xcode 9 / Swift 4, I'm hoping you can recompile the app with those, and thus reinstate the improved note search :)

Thanks for your work!

RTF

Looks promising! Any plans to support rtf as a document format?

Note body not displayed

I was messing with the preferences and changed the "Search Bar Orientation" to Horizontal then back to Vertical. The app crashes each time I make a preference change. And now I can't seem to get the box with the note body to show up.

Search shortcut fine-tuning

I use the "search shortcut" primarily to bring FSNotes to the foreground. So if I'm flicking back and forth between a note and some other app, it's currently a bit annoying that the search shortcut clears the search, and thus deselects the note that I was reading.

I'd propose that the shortcut simply selects everything in the search field, and also places the cursor there, but leaves anything already in the search field, and thus leaves the same note selected.

Would you be happy for me to change that?

Change shortcut to delete note

Delete note should be Cmd-Delete, not Delete.

Visually it's currently very difficult to tell if the cursor is in the note edit pane or the note list pane. That makes it very easy to delete a note by mistake, since pressing delete in one pane deletes a character, while pressing it another deletes the entire note.

Not only is it an easy mistake to make. It's serious because it results in permanent data loss. There's no undo for Delete Note, either inside the app, or by dragging the file from the Trash (it's deleted completely, not moved from trash).

Cannot specify notes folder

Hello - I hope this is the right place to ask for help. A few days ago I bought FSNotes on the app store, and it has been working fine.

Today I did a Cocktail run, which clears caches and so on, then when I rebooted, FSNotes would not start. I tried restarting FSNotes several times but, nothing.

So I uninstalled and reinstalled FSNotes, after which, I can start FSNotes, but, I cannot specify the Notes folder I'd like, in its Preferences. When I select ~/Dropbox/Notes, the textbox where the path goes is blank. Probably needless to say, in that state, when I look at the UI, it simply shows the test note and nothing else.

Please advise how I might troubleshoot?

Sincerely,
RIck Cogley

macOS High Sierra: 10.13
FSNotes: Version 1.1.6 (47)
Cocktail High Sierra edition: 11.0.1

"Choose Folder" dialog for the storage location lacks "New folder" button

The "Choose Folder" dialog that one can open to change the Storage folder in the Preferences doesn't have a "New Folder" button, so one can only pick an existing folder for the storage.

Would be cool if it had a "New Folder" button (seems to be a common thing, just checked against the "Save" dialog of TextEdit and it has that button). :)

Tested with FSNotes Version 1.1.9 (61) on macOS 10.13.1 (17B48).

search / filtering leniency

I am used to nvALT's searches, which are pretty lenient. I think it searches across all notes for any which contain all the words entered in the search field, regardless of the order they appear.

For example, searching on "npm install" in FSNotes returns just four of my notes (which contain exactly those two words side-by-side), whereas nvALT returns nine results, including notes containing both the words but in any order.

Perhaps an even better idea would be fuzzy searching, which could take FSNotes well beyond nvALT. Have you seen FuseJS before?
http://fusejs.io

They now have an official Swift implementation, which might be interesting for FSNotes:
https://github.com/krisk/fuse-swift

Sandbox issue when trying to compile & run

Unfortunately my MAS version of fsnotes is crashing on startup (do you get the error reports from that when I submit them to Apple?).

I'm keen to get access to my notes again so am trying to compile the app — haven't done this for a few weeks. It compiles fine, but unfortunately now when I run it can't access the bookmark for my notes path. I get the following error: Error storing bookmarks; I printed the error there and get:

 Error Domain=NSCocoaErrorDomain Code=256 "Failed to retrieve app-scope key" UserInfo={NSDebugDescription=Failed to retrieve app-scope key}

I haven't used bookmarks before; do I need to turn on code signing for this to work?

Search results are not highlighted

I am not sure if this is an issue or just an oversight, but when someone searches from a word, the pane only shows the files without highlighting the search keyword within the files. This is an unexpected UI behavior.

Thanks for the work. This looks very promising.

Feature Request: Renaming and Deleting Notes

I really like how the app is starting to shape up! I think it would be very useful to have the means to rename a file (= note title) and to delete it, e.g., by adding a context menu to the list of notes. I realized that the renaming already works sometimes by clicking on an item, but not always... and this functionality seems to stop working after the app runs for some time.

Formatting not saved with RTF notes

FSNotes set to RTF extension (for existing NVAlt note compatibility, preference, etc.). Formatting is not saved with pre-existing or new RTF notes. Markdown notes work fine. OS X 10.13.

Upon further testing it appears as though underline is saved, but bold and italic are not. Headers, images and links don't work at all (presumably due to not being markdown). Tabs, breaks and spaces all seem to work as expected.

Change keyboard shortcut to select location/search bar

Esc is a non-standard shortcut to select a search or location bar.

It's off the main keyboard so it's slower to hit, and it's missing entirely from the physical keyboards of the newest Macbooks.

I suggest you copy nv/ALT and use Cmd-L (which matches expectations from web browsers).

Esc is a good key to deselect the location bar (and empty the preview pane), because it's a less integratal part of the app's functionality.

Multiple folders

Does fsnotes support multiple folders, for very different topics or, for example, to have a notes archive?

`Cmd` + backspace triggers note deletion instead of standard Mac text-editing functionality (delete to beginning of line)

When focus is in the text editing pane, keyboard shortcuts should target the standard Mac platform functions; i.e. Cmd and Alt should address by-line and by-word movement respectively. While Alt works as expected for cursor movement and backspacing, and Cmd works as expected for cursor movement, the expected Cmd + backspace functionality is bypassed in lieu of note deletion. Example:

  • create note, type a line of text
  • with the cursor at the end of the line, hold Cmd and press the backspace key
    • expected: the line should be deleted with the cursor left at the beginning of the now-blank line
    • actual: note deletion is triggered, and the confirmation modal pops up

Is there any way to develop SimpleNote sync?

I am currently using nvAlt for my notes and I'm waiting for BitWriter but in the mean time, I found this awesome project 👍 I noticed there was a branch for CloudKit development and I am wondering if it is possible to implement sync with SimpleNote? The simperium sign up seems to be closed: "Registration is Closed. We're not accepting new accounts at this time. Thanks for your interest in Simperium."

So is it just impossible at the moment? I have an Android device so should I just use Google Drive to sync from Mac to Android?

Thanks! You have done great work

PODs

Hey — I think the POD situation needs a tiny clarification. Either you should commit the entire Pods directory or .gitignore it. When I build the app I have to run $ pod install every time I check out a fresh master branch so I vote for committing it all :) But since it's not currently committed, I then have 124 new files awaiting committing, because Pods is not current git-ignored.

See https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control for info on committing or git-ignoring.

Immediately crashes upon load

Process:               FSNotes [54255]
Path:                  /Applications/FSNotes.app/Contents/MacOS/FSNotes
Identifier:            co.fluder.FSNotes
Version:               1.1.8 (61)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           FSNotes [54255]
User ID:               501

Date/Time:             2017-11-21 11:13:34.970 -0600
OS Version:            Mac OS X 10.13.1 (17B48)
Report Version:        12
Anonymous UUID:        3F1CB9C1-9B95-C6ED-8157-DC7744F5BFD0


Time Awake Since Boot: 260000 seconds

System Integrity Protection: enabled

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes:       0x0000000000000001, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Illegal instruction: 4
Termination Reason:    Namespace SIGNAL, Code 0x4
Terminating Process:   exc handler [0]

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   co.fluder.FSNotes             	0x000000010da8d148 Note.getDateForLabel() + 296
1   co.fluder.FSNotes             	0x000000010da8d18f @objc Note.getPreviewForLabel() + 31
2   com.apple.Foundation          	0x00007fff3f54e0fd -[NSObject(NSKeyValueCoding) valueForKeyPath:] + 260
3   com.apple.AppKit              	0x00007fff3aaf7373 -[NSBinder valueForBinding:resolveMarkersToPlaceholders:] + 162
4   com.apple.AppKit              	0x00007fff3ab91187 -[NSValueBinder _adjustObject:mode:observedController:observedKeyPath:context:editableState:adjustState:] + 226
5   com.apple.AppKit              	0x00007fff3ab91018 -[NSValueBinder _observeValueForKeyPath:ofObject:context:] + 277
6   com.apple.AppKit              	0x00007fff3ab90e89 -[NSTextValueBinder _observeValueForKeyPath:ofObject:context:] + 42
7   com.apple.Foundation          	0x00007fff3f549f4d NSKeyValueNotifyObserver + 350
8   com.apple.Foundation          	0x00007fff3f549800 NSKeyValueDidChange + 475
9   com.apple.Foundation          	0x00007fff3f685370 NSKeyValueDidChangeWithPerThreadPendingNotifications + 132
10  com.apple.AppKit              	0x00007fff3b342474 -[NSView didChangeValueForKey:] + 93
11  com.apple.Foundation          	0x00007fff3f5744e3 _NSSetObjectValueAndNotify + 164
12  com.apple.AppKit              	0x00007fff3aba2bb6 -[NSTableRowData _addViewToRowView:atColumn:row:] + 629
13  com.apple.AppKit              	0x00007fff3aba276f -[NSTableRowData _addViewsToRowView:atRow:] + 211
14  com.apple.AppKit              	0x00007fff3aba0dee -[NSTableRowData _initializeRowView:atRow:] + 397
15  com.apple.AppKit              	0x00007fff3b48b918 -[NSTableRowData _preparedRowViewForRow:storageHandler:] + 154
16  com.apple.AppKit              	0x00007fff3ab9f21b -[NSTableRowData _addRowViewForVisibleRow:withPriorView:] + 392
17  com.apple.AppKit              	0x00007fff3ab9efdc -[NSTableRowData _addRowViewForVisibleRow:withPriorRowIndex:inDictionary:withRowAnimation:] + 416
18  com.apple.AppKit              	0x00007fff3b48db4f -[NSTableRowData _updateVisibleRowEntries] + 1906
19  com.apple.AppKit              	0x00007fff3ab9dcda -[NSTableRowData updateVisibleRowViews] + 294
20  com.apple.AppKit              	0x00007fff3ab9d4aa -[NSTableView layout] + 206
21  com.apple.AppKit              	0x00007fff3b3459e4 _NSViewLayout + 587
22  com.apple.AppKit              	0x00007fff3ab4119b -[NSView _layoutSubtreeWithOldSize:] + 437
23  com.apple.AppKit              	0x00007fff3ab41414 -[NSView _layoutSubtreeWithOldSize:] + 1070
24  com.apple.AppKit              	0x00007fff3ab41414 -[NSView _layoutSubtreeWithOldSize:] + 1070
25  com.apple.AppKit              	0x00007fff3ab41414 -[NSView _layoutSubtreeWithOldSize:] + 1070
26  com.apple.AppKit              	0x00007fff3ab41414 -[NSView _layoutSubtreeWithOldSize:] + 1070
27  com.apple.AppKit              	0x00007fff3ab41414 -[NSView _layoutSubtreeWithOldSize:] + 1070
28  com.apple.AppKit              	0x00007fff3ab41414 -[NSView _layoutSubtreeWithOldSize:] + 1070
29  com.apple.AppKit              	0x00007fff3b34c740 -[NSView _layoutSubtreeIfNeededAndAllowTemporaryEngine:] + 1380
30  com.apple.AppKit              	0x00007fff3ab5e987 -[NSWindow(NSConstraintBasedLayout) _layoutViewTree] + 163
31  com.apple.AppKit              	0x00007fff3abca1ef -[NSWindow(NSConstraintBasedLayout) layoutIfNeeded] + 268
32  com.apple.AppKit              	0x00007fff3b37a0c9 ___NSWindowGetDisplayCycleObserver_block_invoke.5891 + 67
33  com.apple.AppKit              	0x00007fff3abda86a __37+[NSDisplayCycle currentDisplayCycle]_block_invoke + 695
34  com.apple.QuartzCore          	0x00007fff4855a4a7 CA::Transaction::run_commit_handlers(CATransactionPhase) + 49
35  com.apple.QuartzCore          	0x00007fff485590b9 CA::Transaction::commit() + 171
36  com.apple.AppKit              	0x00007fff3b3916e4 __65+[CATransaction(NSCATransaction) NS_setFlushesWithDisplayRefresh]_block_invoke + 283
37  com.apple.CoreFoundation      	0x00007fff3d49d227 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
38  com.apple.CoreFoundation      	0x00007fff3d49d14f __CFRunLoopDoObservers + 527
39  com.apple.CoreFoundation      	0x00007fff3d47f708 __CFRunLoopRun + 1240
40  com.apple.CoreFoundation      	0x00007fff3d47efa3 CFRunLoopRunSpecific + 483
41  com.apple.HIToolbox           	0x00007fff3c79e866 RunCurrentEventLoopInMode + 286
42  com.apple.HIToolbox           	0x00007fff3c79e4df ReceiveNextEventCommon + 366
43  com.apple.HIToolbox           	0x00007fff3c79e354 _BlockUntilNextEventMatchingListInModeWithFilter + 64
44  com.apple.AppKit              	0x00007fff3aa9ba23 _DPSNextEvent + 2085
45  com.apple.AppKit              	0x00007fff3b230e6c -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3044
46  com.apple.AppKit              	0x00007fff3aa90831 -[NSApplication run] + 764
47  com.apple.AppKit              	0x00007fff3aa5f9d2 NSApplicationMain + 804
48  co.fluder.FSNotes             	0x000000010da3e179 main + 9
49  libdyld.dylib                 	0x00007fff64a5f145 start + 1

Thread 1:
0   libsystem_kernel.dylib        	0x00007fff64baf6da __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff64ce926f _pthread_wqthread + 1552
2   libsystem_pthread.dylib       	0x00007fff64ce8c4d start_wqthread + 13

Thread 2:
0   libsystem_kernel.dylib        	0x00007fff64baf6da __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff64ce926f _pthread_wqthread + 1552
2   libsystem_pthread.dylib       	0x00007fff64ce8c4d start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib        	0x00007fff64baf6da __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff64ce906a _pthread_wqthread + 1035
2   libsystem_pthread.dylib       	0x00007fff64ce8c4d start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib        	0x00007fff64baf6da __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff64ce906a _pthread_wqthread + 1035
2   libsystem_pthread.dylib       	0x00007fff64ce8c4d start_wqthread + 13

Thread 5:
0   libsystem_pthread.dylib       	0x00007fff64ce8c40 start_wqthread + 0

Thread 6:
0   libsystem_kernel.dylib        	0x00007fff64baf6da __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff64ce926f _pthread_wqthread + 1552
2   libsystem_pthread.dylib       	0x00007fff64ce8c4d start_wqthread + 13

Thread 7:
0   libsystem_kernel.dylib        	0x00007fff64baf6da __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff64ce906a _pthread_wqthread + 1035
2   libsystem_pthread.dylib       	0x00007fff64ce8c4d start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000608000098a60  rcx: 0x0000000000000015  rdx: 0x0000000000000004
  rdi: 0x0000000000000000  rsi: 0x0000000000000004  rbp: 0x00007ffee21c0ef0  rsp: 0x00007ffee21c0ed0
   r8: 0x0000000000000004   r9: 0x00007fff3f86ad4e  r10: 0x00db660100db4600  r11: 0x00007fff3d039af0
  r12: 0x00007fff97ac2058  r13: 0x000060000013ae00  r14: 0x0000608000271980  r15: 0x0000608000098a60
  rip: 0x000000010da8d148  rfl: 0x0000000000010246  cr2: 0x000000010e5751e8
  
Logical CPU:     4
Error Code:      0x00000000
Trap Number:     6


Binary Images:
       0x10da3c000 -        0x10daa3fff +co.fluder.FSNotes (1.1.8 - 61) <65FE85BC-6FE9-3649-A7B7-12196605D151> /Applications/FSNotes.app/Contents/MacOS/FSNotes
       0x10db40000 -        0x10db6bfff +org.cocoapods.Down (0.4.2 - 1) <A76BA7F8-4597-3A38-BBA0-B53D88414D36> /Applications/FSNotes.app/Contents/Frameworks/Down.framework/Versions/A/Down
       0x10dba0000 -        0x10dbadff7 +org.cocoapods.MASShortcut (2.3.6 - 1) <D64B1345-9B29-3B8C-A58E-43E2B2CCC24D> /Applications/FSNotes.app/Contents/Frameworks/MASShortcut.framework/Versions/A/MASShortcut
       0x10dbca000 -        0x10dbdaff7 +libswiftAppKit.dylib (4.0.2 - 900.0.69.2) <6D4826F0-5F22-3BBC-9213-8C3FBEA0C444> /Applications/FSNotes.app/Contents/Frameworks/libswiftAppKit.dylib
       0x10dbed000 -        0x10dbf7ff7 +libswiftCloudKit.dylib (4.0.2 - 900.0.69.2) <41A31435-A11D-34BE-854D-7F505EE5E4CB> /Applications/FSNotes.app/Contents/Frameworks/libswiftCloudKit.dylib
       0x10dc06000 -        0x10dc0cff7 +libswiftContacts.dylib (4.0.2 - 900.0.69.2) <10635F32-54EF-3087-9B06-70BCAEF46340> /Applications/FSNotes.app/Contents/Frameworks/libswiftContacts.dylib
       0x10dc18000 -        0x10dfdbff7 +libswiftCore.dylib (4.0.2 - 900.0.69.2) <A535E275-9C5F-343A-957E-B80E77B7D7F4> /Applications/FSNotes.app/Contents/Frameworks/libswiftCore.dylib
       0x10e317000 -        0x10e321ff7 +libswiftCoreData.dylib (4.0.2 - 900.0.69.2) <16C19CF4-0C73-3148-9D9D-F77DD654F57D> /Applications/FSNotes.app/Contents/Frameworks/libswiftCoreData.dylib
       0x10e336000 -        0x10e339ff7 +libswiftCoreFoundation.dylib (4.0.2 - 900.0.69.2) <80230230-574D-3335-A18C-452936C04E84> /Applications/FSNotes.app/Contents/Frameworks/libswiftCoreFoundation.dylib
       0x10e345000 -        0x10e355ff7 +libswiftCoreGraphics.dylib (4.0.2 - 900.0.69.2) <D5CAC0B7-6C6B-38B6-9341-6F4A07275C30> /Applications/FSNotes.app/Contents/Frameworks/libswiftCoreGraphics.dylib
       0x10e370000 -        0x10e375ffe +libswiftCoreImage.dylib (4.0.2 - 900.0.69.2) <88440F74-AA9D-3DF0-BEE8-5152BFBD5A68> /Applications/FSNotes.app/Contents/Frameworks/libswiftCoreImage.dylib
       0x10e37b000 -        0x10e380fff +libswiftCoreLocation.dylib (4.0.2 - 900.0.69.2) <8FC2F34E-D836-3F8E-B026-8A207F0610F5> /Applications/FSNotes.app/Contents/Frameworks/libswiftCoreLocation.dylib
       0x10e386000 -        0x10e38cfff +libswiftDarwin.dylib (4.0.2 - 900.0.69.2) <FCD7A191-5261-33E0-965B-483BE1AF8BCA> /Applications/FSNotes.app/Contents/Frameworks/libswiftDarwin.dylib
       0x10e39d000 -        0x10e3b8ff7 +libswiftDispatch.dylib (4.0.2 - 900.0.69.2) <6E15CB01-1909-38CA-97D9-74266EDEEF37> /Applications/FSNotes.app/Contents/Frameworks/libswiftDispatch.dylib
       0x10e3eb000 -        0x10e55dfff +libswiftFoundation.dylib (4.0.2 - 900.0.69.2) <DD04B0E6-102F-31E8-B5F7-60EB4419B2B5> /Applications/FSNotes.app/Contents/Frameworks/libswiftFoundation.dylib
       0x10e6a1000 -        0x10e6a4ff7 +libswiftIOKit.dylib (4.0.2 - 900.0.69.2) <C3439007-D625-312C-8788-1E5558A76BA5> /Applications/FSNotes.app/Contents/Frameworks/libswiftIOKit.dylib
       0x10e6b1000 -        0x10e6b9fff +libswiftMetal.dylib (4.0.2 - 900.0.69.2) <6CCDA179-A421-3F0F-8693-93CDD040960C> /Applications/FSNotes.app/Contents/Frameworks/libswiftMetal.dylib
       0x10e6c9000 -        0x10e6cffff +libswiftObjectiveC.dylib (4.0.2 - 900.0.69.2) <3198AD0F-BD5A-3056-BD6E-6C5AB8FF1BC6> /Applications/FSNotes.app/Contents/Frameworks/libswiftObjectiveC.dylib
       0x10e6da000 -        0x10e6e1fff +libswiftQuartzCore.dylib (4.0.2 - 900.0.69.2) <B2D2404C-90EE-3896-BC81-944115AC6D41> /Applications/FSNotes.app/Contents/Frameworks/libswiftQuartzCore.dylib
       0x10e6e7000 -        0x10e6eaff3 +libswiftXPC.dylib (4.0.2 - 900.0.69.2) <DD50147C-A875-37F3-A7BE-DD989CBB47A2> /Applications/FSNotes.app/Contents/Frameworks/libswiftXPC.dylib
       0x10e6f4000 -        0x10e6f9fff +libswiftos.dylib (4.0.2 - 900.0.69.2) <36A45BA0-0807-3D5A-90E4-35DB17D25766> /Applications/FSNotes.app/Contents/Frameworks/libswiftos.dylib
       0x10ff56000 -        0x10ffa098f  dyld (519.2.1) <CD85EFBA-B9D6-3FD5-B777-A23B2DDEF192> /usr/lib/dyld
       0x1125fc000 -        0x112b42fff  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.28.29 - 10.2.8) <A821435E-7C33-3068-94E5-E34B946769D1> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
       0x112d5d000 -        0x112e23ff3  com.apple.AMDRadeonX4000GLDriver (1.58.32 - 1.5.8) <8FFD6674-B5EE-3B8D-9529-333CB2A53C6A> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/AMDRadeonX4000GLDriver
       0x112e87000 -        0x112fbafff  com.apple.AMDMTLBronzeDriver (1.58.32 - 1.5.8) <98C81230-13D6-3DB1-9F1C-A9F3E8B57999> /System/Library/Extensions/AMDMTLBronzeDriver.bundle/Contents/MacOS/AMDMTLBronzeDriver
    0x7fff35ea4000 -     0x7fff361f1ff7  com.apple.RawCamera.bundle (8.01.1 - 1017.1.3) <9914E459-4C2F-33C6-846D-DFDC69BDB755> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff36439000 -     0x7fff36b0ffff  ATIRadeonX4000SCLib.dylib (1.58.32.1) <1A98FF8C-79F8-3BE7-B07C-D5AA244DC86E> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/ATIRadeonX4000SCLib.dylib
    0x7fff3748d000 -     0x7fff37511ff7  com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.28.29 - 10.2.8) <06DD4EEF-4CC6-3602-89B3-FDD7375D0E1E> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
    0x7fff39685000 -     0x7fff3985aff7  com.apple.avfoundation (2.0 - 1334.3) <21D9D9E2-829C-3CC7-B262-DB73A091C750> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff3985b000 -     0x7fff39912ff7  com.apple.audio.AVFAudio (1.0 - ???) <0AF373D0-B01B-31BC-85E0-FA09AEB79803> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
    0x7fff39a22000 -     0x7fff39a22fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <5AA750F5-D633-32BA-B7F3-4F651FB1761E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff39a23000 -     0x7fff39a39fe3  libCGInterfaces.dylib (417) <27E09D39-51B5-3297-BE33-0DB1736B833A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff39a3a000 -     0x7fff39f38fc3  com.apple.vImage (8.1 - ???) <310976EE-E12D-39D7-8F58-6EE924E08576> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff39f39000 -     0x7fff3a093fcb  libBLAS.dylib (1211.20.1) <B70FC2EE-0859-39DB-927E-0020AE96907F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff3a094000 -     0x7fff3a0c1fef  libBNNS.dylib (32) <9CA15DC6-004A-32FD-BFCA-F5D488012C43> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff3a0c2000 -     0x7fff3a482ff7  libLAPACK.dylib (1211.20.1) <04B937A4-D0E7-33C8-A1C3-2724AD4FAB2F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff3a483000 -     0x7fff3a498ff7  libLinearAlgebra.dylib (1211.20.1) <355307DE-82A5-32A3-8AC6-603D90E99601> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff3a499000 -     0x7fff3a49eff3  libQuadrature.dylib (3) <3D6BF66A-55B2-3692-BAC7-DEB0C676ED29> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff3a49f000 -     0x7fff3a4fdfff  libSparse.dylib (79.1.1) <7AD0F8A8-FD36-36FE-B83D-58648EBD0027> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff3a4fe000 -     0x7fff3a511fff  libSparseBLAS.dylib (1211.20.1) <9C7AB67B-5BFD-3571-8D90-312D1DB10098> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff3a512000 -     0x7fff3a6befc3  libvDSP.dylib (622.20.8) <6FFCA52B-7D60-326A-ADF2-601F39A8685A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff3a6bf000 -     0x7fff3a76ffef  libvMisc.dylib (622.20.8) <54F90047-879F-3260-8604-6E453149B49E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff3a770000 -     0x7fff3a770fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <8A96A8ED-7B88-3D17-8D17-41D224E0EC90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff3a771000 -     0x7fff3a7c8fff  com.apple.Accounts (113 - 113) <A3D5892A-5688-3641-83C5-FF948629A392> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff3a7c9000 -     0x7fff3aa59ffb  com.apple.AddressBook.framework (11.0 - 1806) <187F2B73-57BD-3230-8A49-4174C5991421> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff3aa5a000 -     0x7fff3b8b5ff7  com.apple.AppKit (6.9 - 1561.10.101) <AC5C259A-615C-3929-8586-0BC920696AFA> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff3b907000 -     0x7fff3b907fff  com.apple.ApplicationServices (48 - 50) <3EB38526-9975-36C9-BADC-F9019A608267> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff3b908000 -     0x7fff3b96efff  com.apple.ApplicationServices.ATS (377 - 445) <2303339C-5E2A-37DB-B2B0-E4E5DA9121E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff3ba07000 -     0x7fff3bb29ff7  libFontParser.dylib (222.1.1) <56C57A24-6A6A-3F32-8E40-5BFA4DA4B04D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff3bb2a000 -     0x7fff3bb74ff7  libFontRegistry.dylib (221) <A22F82C0-B4FE-3DB5-B968-79B28257DF2F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff3bc19000 -     0x7fff3bc4cff7  libTrueTypeScaler.dylib (222.1.1) <29514976-A984-3815-A4BB-F1E22F6742ED> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff3bcb6000 -     0x7fff3bcbaff3  com.apple.ColorSyncLegacy (4.13.0 - 1) <7C8AD42D-5A89-3BA6-B55D-374D9267E939> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff3bd5a000 -     0x7fff3bdacff7  com.apple.HIServices (1.22 - 622) <2E83CD6F-ED98-3C29-BD0A-8525E38AB5DB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff3bdad000 -     0x7fff3bdbbfff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <71A9C815-AC55-3E36-A618-F6778F5119AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff3bdbc000 -     0x7fff3be08fff  com.apple.print.framework.PrintCore (13 - 503) <BC23C22A-7691-3BD4-8013-BAAE3A44763C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff3be09000 -     0x7fff3be43fff  com.apple.QD (3.12 - 403) <38D8106A-4FFA-3FE9-9999-714CADD7EE9C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff3be44000 -     0x7fff3be50fff  com.apple.speech.synthesis.framework (7.0.14 - 7.0.14) <C8AACF93-9FF5-32FE-A448-E174702509FA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff3be51000 -     0x7fff3c0d9ff7  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <6894F95E-63B4-3484-A428-2963FB9BFEF9> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff3c0db000 -     0x7fff3c0dbfff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <FE0BC0EC-6353-34B5-8479-B33D6ED7EE5B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff3c3f1000 -     0x7fff3c755fff  com.apple.CFNetwork (889.9 - 889.9) <AD7E1066-F856-314B-A0E0-3CDA012F4AFF> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff3c76a000 -     0x7fff3c76afff  com.apple.Carbon (158 - 158) <C34E5FF0-4FDA-35F1-85C2-FDAC4EDE8331> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff3c76b000 -     0x7fff3c76effb  com.apple.CommonPanels (1.2.6 - 98) <39C8EBA3-EEB2-335B-8A88-D6C64BAA112F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff3c76f000 -     0x7fff3ca73ff7  com.apple.HIToolbox (2.1.1 - 909.1) <39EA833C-2FAD-33B9-BB99-7BDCBCE4B08A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff3ca74000 -     0x7fff3ca77ffb  com.apple.help (1.3.8 - 64) <18D02016-119A-33E8-AEB0-E9466BA4AD56> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff3ca78000 -     0x7fff3ca7dfff  com.apple.ImageCapture (9.0 - 9.0) <2DE590E5-DF0E-3962-A2BE-06EBC79B3D72> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff3ca7e000 -     0x7fff3cb13ffb  com.apple.ink.framework (10.9 - 220) <D8AECAE3-9FD2-32E3-B659-026F33650BB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff3cb14000 -     0x7fff3cb2eff7  com.apple.openscripting (1.7 - 174) <1CF64DD1-144D-3702-A728-1F476E1A00ED> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff3cb4f000 -     0x7fff3cb50fff  com.apple.print.framework.Print (12 - 267) <E4CBAAFC-9045-38AC-9F93-8C931DDED9D8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff3cb51000 -     0x7fff3cb53ff7  com.apple.securityhi (9.0 - 55006) <E7668200-B4CB-3612-96B8-D57E94077787> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff3cb54000 -     0x7fff3cb5afff  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <1F10ED1F-12C7-39AC-88A0-43A1338F9316> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff3cb5b000 -     0x7fff3cc65ff3  com.apple.cloudkit.CloudKit (720 - 720) <924E4AD3-C1AE-3527-8BA6-0E6D0441C709> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fff3cc66000 -     0x7fff3cc66fff  com.apple.Cocoa (6.11 - 22) <E2A920D1-E3DE-3904-A53E-B86AB2F4C7C5> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff3cc74000 -     0x7fff3cd2dff7  com.apple.ColorSync (4.13.0 - 544) <E959C37C-099B-3DD8-AB3B-67F0625939F7> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff3cd2e000 -     0x7fff3ce17ffb  com.apple.contacts (1.0 - 2328) <FB60D5DB-D691-3A13-A605-4F1A362065AC> /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts
    0x7fff3ceb8000 -     0x7fff3cf4bff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <505A5EFB-6BCD-3E94-936F-1722C67F608E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff3cfb2000 -     0x7fff3cfdbffb  com.apple.CoreBluetooth (1.0 - 1) <942F88A5-AD68-3359-90D5-6F1A3311C51A> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff3cfdc000 -     0x7fff3d32dfeb  com.apple.CoreData (120 - 847.1) <9B5E7B0B-1957-3D56-99CA-6422123D300C> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff3d32e000 -     0x7fff3d3f9fff  com.apple.CoreDisplay (1.0 - 79.8) <094FFB53-C609-3925-B933-CCF0AD2B695B> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff3d3fa000 -     0x7fff3d899fef  com.apple.CoreFoundation (6.9 - 1445.12) <C01736CF-D425-316C-A984-C8AF46EAD8CD> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff3d89b000 -     0x7fff3dea7fef  com.apple.CoreGraphics (2.0 - 1125.3.4) <AF7EE79B-5FA8-3C8C-B537-B3F35D0904AA> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff3dea9000 -     0x7fff3e1a1ffb  com.apple.CoreImage (13.0.0 - 579.1.3) <92A69430-A484-37F7-B9D1-D065137D34EF> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff3e1a2000 -     0x7fff3e20cff7  com.apple.corelocation (2236.0.11) <C44A1B15-F43C-3329-B281-A1F6B8487475> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff3e410000 -     0x7fff3e4ebffb  com.apple.CoreMedia (1.0 - 2074.4) <66F0674F-900B-3A92-B12F-D0803FC145BA> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff3e4ec000 -     0x7fff3e53afff  com.apple.CoreMediaIO (803.0 - 4976) <B4DDF603-ACE4-3428-B875-1F6F330BDA3F> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff3e53b000 -     0x7fff3e53bfff  com.apple.CoreServices (822.9 - 822.9) <F56B0D43-BD84-3214-AB01-346BD33C9583> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff3e53c000 -     0x7fff3e5b0ff7  com.apple.AE (733 - 733) <09481487-37C2-359E-9E9A-7393B7C8643B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff3e5b1000 -     0x7fff3e888ff7  com.apple.CoreServices.CarbonCore (1178.2 - 1178.2) <A1FE74F8-953B-371E-A8AC-E87B30FB79C6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff3e889000 -     0x7fff3e8bdff7  com.apple.DictionaryServices (1.2 - 284) <3FCEE280-8DD0-37C9-BFD4-7BA87AAFC8EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff3e8be000 -     0x7fff3e8c6ff3  com.apple.CoreServices.FSEvents (1239 - 1239) <7BBC5CB7-DBC8-316B-99B0-781827159A2F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff3e8c7000 -     0x7fff3ea7efff  com.apple.LaunchServices (822.9 - 822.9) <E181C2C2-7283-3653-8E19-DA69EBE529E7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff3ea7f000 -     0x7fff3eb2eff3  com.apple.Metadata (10.7.0 - 1191.1) <0BB6AAA9-4185-3DBF-A93C-1787353FEBC7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff3eb2f000 -     0x7fff3eb8cff7  com.apple.CoreServices.OSServices (822.9 - 822.9) <C91ABD5F-1FE3-3108-AB5E-BF90D56D1F55> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff3eb8d000 -     0x7fff3ebfbfff  com.apple.SearchKit (1.4.0 - 1.4.0) <14053F88-2C76-35CA-9FC1-2A9BC0B63F88> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff3ebfc000 -     0x7fff3ec20ffb  com.apple.coreservices.SharedFileList (71.2 - 71.2) <41713411-2729-39F9-951A-DE39A00495F0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff3eeba000 -     0x7fff3f008ff3  com.apple.CoreText (352.0 - 578.7) <B47CD5A5-47E8-3B07-A37D-A82E389405C4> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff3f009000 -     0x7fff3f043fff  com.apple.CoreVideo (1.8 - 278.0) <9C66B618-8582-3731-A0F1-36FDD730FB07> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff3f044000 -     0x7fff3f0ceffb  com.apple.framework.CoreWLAN (13.0 - 1335) <CC027E31-E925-3682-9E47-93DBBB4F8445> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff3f25b000 -     0x7fff3f266ff7  com.apple.DirectoryService.Framework (10.13 - 207) <B50F66C6-52D9-38CA-A56E-54298E51F0AD> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff3f348000 -     0x7fff3f34dfff  com.apple.DiskArbitration (2.7 - 2.7) <44836CE9-A9ED-3017-972A-7A0A3D6B472B> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff3f50e000 -     0x7fff3f8d1fff  com.apple.Foundation (6.9 - 1443.14) <70D20A4F-74BC-34D6-8451-DF943C5AA42F> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff3f941000 -     0x7fff3f971ff7  com.apple.GSS (4.0 - 2.0) <EA4ADB9D-FB33-3D20-BE11-7F833988FDD9> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff3fa82000 -     0x7fff3fb85ffb  com.apple.Bluetooth (6.0.0 - 6.0.1f1) <7C3FBAE9-F2A8-319E-88D9-16250E0B36F9> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff3fbe5000 -     0x7fff3fc80fff  com.apple.framework.IOKit (2.0.2 - 1445.20.1) <3316799C-14BC-366E-8A58-67485E5CD69E> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff3fc82000 -     0x7fff3fc88ffb  com.apple.IOSurface (209 - 209) <507843CC-3C5D-3548-B86D-4564123F3993> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff3fc89000 -     0x7fff3fcdcff7  com.apple.ImageCaptureCore (7.0 - 7.0) <08AD8B51-AF58-348A-9988-61AABDF987D6> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff3fcdd000 -     0x7fff3fe50fe7  com.apple.ImageIO.framework (3.3.0 - 1694.5) <45F9DB28-AF9E-388A-AA8C-B1D384A5C46E> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff3fe51000 -     0x7fff3fe55ffb  libGIF.dylib (1694.5) <91E5099B-E916-31DC-B11B-BA0D097C6492> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff3fe56000 -     0x7fff3ff3dfef  libJP2.dylib (1694.5) <149E77A9-FECC-3716-8CE2-7853D038EE62> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff3ff3e000 -     0x7fff3ff61ff7  libJPEG.dylib (1694.5) <9DBAEA95-BED3-3D4B-9BFF-FE6D9F6238D6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff4023d000 -     0x7fff40263feb  libPng.dylib (1694.5) <8F65CAA8-48FC-37BA-AF66-C3261900C60A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff40264000 -     0x7fff40266ffb  libRadiance.dylib (1694.5) <7BF9D344-799F-3DFA-AB0C-666282CADA41> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff40267000 -     0x7fff402b4fff  libTIFF.dylib (1694.5) <0494DA5F-610E-3C8A-A5F1-C43AD585F403> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff4046e000 -     0x7fff40fd3fff  com.apple.JavaScriptCore (13604 - 13604.3.5) <2BC54B62-EBBF-3287-A2F3-221499A259C8> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff40feb000 -     0x7fff41004ff7  com.apple.Kerberos (3.0 - 1) <CAF075C0-4C24-3ACE-9AE6-77BEFDEA3622> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff41005000 -     0x7fff4103afff  com.apple.LDAPFramework (2.4.28 - 194.5) <8419BDB5-12DF-3BC9-871D-7A270E080249> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff412b8000 -     0x7fff412bffff  com.apple.MediaAccessibility (1.0 - 114) <D72C593A-AC32-3419-AB86-6B07217EBFD5> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff4134b000 -     0x7fff41947ff7  com.apple.MediaToolbox (1.0 - 2074.4) <A6CC9CEB-AB05-382C-A75A-9E7566848C05> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff41949000 -     0x7fff419c8ff7  com.apple.Metal (123.3.5 - 123.3.5) <C158CADB-0722-37D8-84CE-B6B4E80B9768> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff419e3000 -     0x7fff419f8fff  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <D3685A4F-533C-39A6-80B6-7CCA49234329> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff419f9000 -     0x7fff41a63fef  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <50B454D2-5D46-394E-B089-AC3242FEA9A2> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff41a64000 -     0x7fff41a83fff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <0D5F11B0-476D-34EB-8CD0-491BEDA5E4F2> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff41a84000 -     0x7fff41afaff7  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <A4E950B8-380B-3561-8EA4-5C07C3F43816> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff41afb000 -     0x7fff41afbff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <02E0B95E-1F7C-317A-AF09-149E01D2D641> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff42b06000 -     0x7fff42b12ffb  com.apple.NetFS (6.0 - 4.0) <81B22AE7-7094-30F2-BF41-84CA05EDB95B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff45969000 -     0x7fff45971fef  libcldcpuengine.dylib (2.8.7) <DD781325-D94E-3AD7-8D6C-817FB3068917> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff45972000 -     0x7fff459bfffb  com.apple.opencl (2.8.11 - 2.8.11) <5C8205DF-43F1-3189-93DE-2E340C9A53B8> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff459c0000 -     0x7fff459dcffb  com.apple.CFOpenDirectory (10.13 - 207) <33490A70-08A6-3849-BE79-CAE90E298872> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff459dd000 -     0x7fff459e8fff  com.apple.OpenDirectory (10.13 - 207) <3081EE64-A69D-3153-8433-C9333D416BF6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff46b67000 -     0x7fff46b69fff  libCVMSPluginSupport.dylib (16.2.1) <1CFE33C5-137B-32EF-8507-5A5484115B55> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff46b6a000 -     0x7fff46b6dff7  libCoreFSCache.dylib (160.9) <FF64C4CC-F262-3176-B06A-632C47CD636B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff46b6e000 -     0x7fff46b72fff  libCoreVMClient.dylib (160.9) <390D5A60-55BB-3D7B-928B-52BFCA05FD07> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff46b73000 -     0x7fff46b7bfff  libGFXShared.dylib (16.2.1) <8A527D8B-1111-3E1B-8083-D5BBB8D15AA5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff46b7c000 -     0x7fff46b87fff  libGL.dylib (16.2.1) <1C64ADD9-1BF9-3ED9-A492-077D7A322917> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff46b88000 -     0x7fff46bc3fe7  libGLImage.dylib (16.2.1) <81442ED9-FA9E-32EF-9597-B8EDC29564D1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff46bc4000 -     0x7fff46d30fff  libGLProgrammability.dylib (16.2.1) <F118EA0E-D21E-3500-B821-CB3246C3B4B2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff46d31000 -     0x7fff46d6fffb  libGLU.dylib (16.2.1) <D9E8DAE9-51E8-3237-BCD5-D554C823738B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff476e7000 -     0x7fff476f5ffb  com.apple.opengl (16.2.1 - 16.2.1) <66266ABC-2655-337C-AC64-955A16A8FCBB> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff476f6000 -     0x7fff4788dffb  GLEngine (16.2.1) <53D5DCDE-77AA-38C6-8D9F-C3585765EB43> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff4788e000 -     0x7fff478b6ffb  GLRendererFloat (16.2.1) <92D33086-74FF-304B-B2FE-D9F9A4D29122> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff47a6d000 -     0x7fff47bb9fff  com.apple.QTKit (7.7.3 - 3014) <CF2818E6-E215-3C24-A2AC-1B5F8AD7E398> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff47bba000 -     0x7fff47e1ffff  com.apple.imageKit (3.0 - 1039) <729C0EC7-1286-372B-8AA9-002AC41382BC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff47e20000 -     0x7fff47f18ffb  com.apple.PDFKit (1.0 - 662.1.6) <07D70852-EFA9-3110-A0F9-62AA6363A0BE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff47f19000 -     0x7fff4842bff7  com.apple.QuartzComposer (5.1 - 364) <D99600D5-C066-3D49-8641-369A69300D16> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff4842c000 -     0x7fff4844ffff  com.apple.quartzfilters (1.10.0 - 1.10.0) <8CBE10F3-828F-373C-B92A-A5289CBCF77A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff48450000 -     0x7fff48547fff  com.apple.QuickLookUIFramework (5.0 - 743.3) <464A71CB-B356-3E9F-91A7-4179095E6F64> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff48548000 -     0x7fff48548fff  com.apple.quartzframework (1.5 - 21) <3F3BE91F-A032-3E92-ACEA-E2DFEC999E93> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff48549000 -     0x7fff4878cfff  com.apple.QuartzCore (1.11 - 574.10.7) <556DE20F-0F03-31C9-B5EC-CDE82D8879BA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff4878d000 -     0x7fff487e4fff  com.apple.QuickLookFramework (5.0 - 743.3) <DB4CAFA3-4F4F-3802-A1CA-197BC4C55F15> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff489a9000 -     0x7fff489bffff  com.apple.SafariServices.framework (13604 - 13604.3.5) <2F6BFA53-D43F-38EC-8668-E7BAE6797C79> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
    0x7fff48fc1000 -     0x7fff492dcff7  com.apple.security (7.0 - 58286.20.16) <ED7F62C8-4E61-34E0-9F1B-59DE4B8BD334> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff492dd000 -     0x7fff49366ff7  com.apple.securityfoundation (6.0 - 55185.1.1) <4048FFF8-A5BE-37FE-AAA8-4E00E4C733BE> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff49367000 -     0x7fff49394fff  com.apple.securityinterface (10.0 - 55109.1.1) <BBF2D04F-C31A-3E9D-9235-DD5E76E360F8> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fff49395000 -     0x7fff49398ffb  com.apple.xpc.ServiceManagement (1.0 - 1) <480072A0-FCE2-3A90-86D9-BAA21EC33F3F> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff4973c000 -     0x7fff497acffb  com.apple.SystemConfiguration (1.17 - 1.17) <77EB81C7-7017-3777-BCB7-8DD078ABE25D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff49961000 -     0x7fff49cd9fff  com.apple.VideoToolbox (1.0 - 2074.4) <49F53BF8-809B-3A73-9FCA-4E684DA76625> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff49f7b000 -     0x7fff4a493fe7  libwebrtc.dylib (7604.3.5) <56D3232A-1A64-337B-AE67-FD1524A2D82D> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libwebrtc.dylib
    0x7fff4a494000 -     0x7fff4b924ffb  com.apple.WebCore (13604 - 13604.3.5) <B05956DA-4DC4-370F-A72E-00599875B38B> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff4b925000 -     0x7fff4bb16fff  com.apple.WebKitLegacy (13604 - 13604.3.5) <FCC6CD95-004E-36A0-8745-F7ADFA254D11> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
    0x7fff4bb17000 -     0x7fff4bf06fff  com.apple.WebKit (13604 - 13604.3.5) <48109C15-ADB8-3F62-A566-E0E30B27CF23> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff4c371000 -     0x7fff4c3fcfeb  com.apple.APFS (1.0 - 1) <38DC700C-4232-3EE1-B092-13800457678E> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff4cfe0000 -     0x7fff4d008fff  com.apple.framework.Apple80211 (13.0 - 1335) <335EE09E-40E4-344C-AED9-5E59E309F8FE> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff4d00a000 -     0x7fff4d019fef  com.apple.AppleFSCompression (96.1.1 - 1.0) <B24CC74D-7B69-3313-9DC1-8E8B3E9EEBA2> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff4d153000 -     0x7fff4d19bfff  com.apple.AppleJPEG (1.0 - 1) <DCAB2588-8879-3A64-87EA-EAA770BA1ADB> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff4d19c000 -     0x7fff4d1adffb  com.apple.AppleLDAP (10.13 - 46) <F7F893F5-A98A-39A1-9F28-61D7355B9280> /System/Library/PrivateFrameworks/AppleLDAP.framework/Versions/A/AppleLDAP
    0x7fff4d1ae000 -     0x7fff4d1ccff7  com.apple.aps.framework (4.0 - 4.0) <A3AFDF09-4BD5-3AB9-BDC9-78F5782584B5> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fff4d1cd000 -     0x7fff4d1d5ff3  com.apple.AppleSRP (5.0 - 1) <4CEC34CF-63E3-3023-B61B-F8D133698534> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff4d1d6000 -     0x7fff4d1fefff  com.apple.applesauce (1.0 - ???) <32FF4851-2F68-35BA-835F-91856A20C323> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff4d2c7000 -     0x7fff4d2caff3  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <A6795AC1-D528-3A2F-9C43-14EBFC57B7D6> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff4d2cb000 -     0x7fff4d31bff7  com.apple.AppleVAFramework (5.0.39 - 5.0.39) <2014E0F5-F0A3-31C6-890A-FF7A714D2F90> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff4d9bd000 -     0x7fff4d9c4ff7  com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <7F54A7A8-3667-3071-9DE6-2D915C63F70C> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff4d9c5000 -     0x7fff4da4cff7  com.apple.backup.framework (1.9.1 - 1.9.1) <0024C0A2-C57F-3F62-B0EA-D80264697B90> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff4e0f5000 -     0x7fff4e122fff  com.apple.CalendarAgentLink (8.0 - 250) <37D477DA-9DC9-340F-927E-D16CB4EC72D8> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink
    0x7fff4e7e7000 -     0x7fff4e836ff3  com.apple.ChunkingLibrary (187 - 187) <E7A859F1-58E2-3C32-9F1E-BCC9E814F183> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff4f3a5000 -     0x7fff4f3aeffb  com.apple.CommonAuth (4.0 - 2.0) <F9A7C82E-197F-382E-B854-3DCE83FD6DA3> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff4f3c3000 -     0x7fff4f3d7ff7  com.apple.commonutilities (8.0 - 900) <9285EF18-980C-3CF0-856E-C5D3A5276F7D> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
    0x7fff4f559000 -     0x7fff4f5b9ffb  com.apple.AddressBook.ContactsFoundation (8.0 - ???) <F29FB6E5-B5DC-387C-8A5C-24C89B7C81D9> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
    0x7fff4f5ba000 -     0x7fff4f5dcfff  com.apple.contacts.ContactsPersistence (1.0 - 2328) <0B308D5B-E719-3CA6-BADC-0A59F1F604FD> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
    0x7fff4f63c000 -     0x7fff4fa1cfff  com.apple.CoreAUC (249.0.0 - 249.0.0) <7F406271-A215-3C75-BDAA-B9611BA2822E> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff4fa1d000 -     0x7fff4fa4dff7  com.apple.CoreAVCHD (5.9.0 - 5900.4.1) <D0879D8F-488A-3D46-BC50-AD7B0642C0E8> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff4fc47000 -     0x7fff4fc50ff7  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <0A87A91C-A2CF-3BB1-9038-7F610111BC30> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff4fdb4000 -     0x7fff4fdc4ff7  com.apple.CoreEmoji (1.0 - 69.2.4) <7FB592BF-FAA2-3290-8B04-28BCEA49F519> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff5067f000 -     0x7fff50695ff7  com.apple.CoreMediaAuthoring (2.2 - 956) <A5003E93-68B3-3A0E-8252-454CC4CFEC4D> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff509bc000 -     0x7fff509c1ff7  com.apple.CoreOptimization (1.0 - 1) <785B622B-8F7D-3B4D-83AF-EB98CB79FFF6> /System/Library/PrivateFrameworks/CoreOptimization.framework/Versions/A/CoreOptimization
    0x7fff509c2000 -     0x7fff50a60fff  com.apple.CorePDF (4.0 - 414) <7A374551-6DD9-35F4-9376-D55D9983E1ED> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff50af8000 -     0x7fff50b00ff7  com.apple.CorePhoneNumbers (1.0 - 1) <88C31D1D-6611-345F-BF8B-635EC10DB2E5> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff50b01000 -     0x7fff50b5dfff  com.apple.CorePrediction (1.0 - 1) <B1E687BA-4E62-321B-8C87-D37C540A5A68> /System/Library/PrivateFrameworks/CorePrediction.framework/Versions/A/CorePrediction
    0x7fff50c89000 -     0x7fff50cbaff3  com.apple.CoreServicesInternal (309 - 309) <CB3D74CC-1568-3E66-8015-2A3D11BCAF21> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff50fdf000 -     0x7fff51070fff  com.apple.CoreSymbolication (63075) <22359913-3FAE-3FE3-9F88-F3521169FB4E> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff510f3000 -     0x7fff51227fd7  com.apple.coreui (2.1 - 489) <C4AA981A-A1DC-3F65-84DF-228F4007AE6B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff51228000 -     0x7fff51321ffb  com.apple.CoreUtils (5.2 - 520.68) <7F80020B-0208-38A7-B333-EC1463FF1AA4> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff51376000 -     0x7fff513dafff  com.apple.framework.CoreWiFi (13.0 - 1335) <4244427A-5662-3B38-BF08-C4510FCFBB12> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff513db000 -     0x7fff513eaff7  com.apple.CrashReporterSupport (10.13 - 1) <842680F4-0BFB-386A-A32D-E9ED39DCE790> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff51467000 -     0x7fff51476ff7  com.apple.framework.DFRFoundation (1.0 - 189.1) <C7DE4082-6AC1-3971-AAC7-979E33C9D0F1> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff51479000 -     0x7fff5147dffb  com.apple.DSExternalDisplay (3.1 - 380) <BEC07C7C-F3AC-3CF3-B13E-3EBFD6224C0D> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff51504000 -     0x7fff5157aff7  com.apple.datadetectorscore (7.0 - 590) <9DBE71C0-BF62-3E8E-9465-C0B45669B047> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff515c8000 -     0x7fff51608ff7  com.apple.DebugSymbols (141 - 141) <99562E28-0E56-3F6F-93A1-EF997A5E1F87> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff51609000 -     0x7fff51732fff  com.apple.desktopservices (1.12.1 - 1.12.1) <E00E237A-CB67-3ABC-BAE2-41CE7AA5C4B8> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff5196d000 -     0x7fff51978ff7  com.apple.DisplayServicesFW (3.1 - 380) <FB1FBB24-7FD5-3B57-8D3C-39F953F8A9BB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff52490000 -     0x7fff528befff  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <80C97AD7-D5C2-311A-B268-4AA60CAD6CED> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff5451a000 -     0x7fff5451afff  libmetal_timestamp.dylib (802.1.35) <73D8B306-6321-30DB-8522-819344E19AF8> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3802/Libraries/libmetal_timestamp.dylib
    0x7fff55b7a000 -     0x7fff55b85ff7  libGPUSupportMercury.dylib (16.2.1) <2F5484E5-E49D-3CFD-AFF6-D959B958DC26> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff55f22000 -     0x7fff55f47ff3  com.apple.GenerationalStorage (2.0 - 281.1) <11EC25E8-EC77-3750-BD54-3C1B29D3C448> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff55f5f000 -     0x7fff5687bff7  com.apple.GeoServices (1.0 - 1357.21.9.8.2) <F7EA719D-1D35-3C8C-889D-D0006D80A052> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff568be000 -     0x7fff568cdfff  com.apple.GraphVisualizer (1.0 - 5) <0A93C5DE-0D28-312E-8764-6B0FB805ED91> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff56945000 -     0x7fff569b9fff  com.apple.Heimdal (4.0 - 2.0) <600A9BD5-3DD2-3F7C-B40E-8485026FE936> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff57250000 -     0x7fff57259fff  com.apple.IOAccelMemoryInfo (1.0 - 1) <BFBE817E-686F-3ED6-8E71-38D2A7EDF7DF> /System/Library/PrivateFrameworks/IOAccelMemoryInfo.framework/Versions/A/IOAccelMemoryInfo
    0x7fff5725a000 -     0x7fff57261ffb  com.apple.IOAccelerator (374.1 - 374.1) <DD7ACD4F-F908-3ED8-A144-4091AA3C85BE> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff57265000 -     0x7fff5727bff7  com.apple.IOPresentment (1.0 - 32.1) <23542804-9605-3458-9468-22B0DE738E21> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff5763a000 -     0x7fff5765fffb  com.apple.IconServices (97.3 - 97.3) <9FB00A91-C46B-3CF1-973A-FDDABCEA088D> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff57766000 -     0x7fff57769ff3  com.apple.InternationalSupport (1.0 - 1) <0EA71B0F-1B0D-3072-8945-1FD9041A80BD> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
    0x7fff577d7000 -     0x7fff577e7ffb  com.apple.IntlPreferences (2.0 - 227) <64C849EB-CFEC-32F1-A695-CC237422102E> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
    0x7fff578f1000 -     0x7fff579e6fff  com.apple.LanguageModeling (1.0 - 159.2.1) <CC4069FF-BF5C-30F5-98F5-D6F746C5AA04> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff579e7000 -     0x7fff57a29ff7  com.apple.Lexicon-framework (1.0 - 33.2) <5CC5E8EE-62A1-3EA5-B300-A39ABD0CF12D> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff57a2d000 -     0x7fff57a34ff7  com.apple.LinguisticData (1.0 - 238.2.2) <0C53E8E4-5BB6-377E-BD74-DDC3B548D699> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff58243000 -     0x7fff58246fff  com.apple.Mangrove (1.0 - 1) <13832222-8A6B-3790-8914-BE874B5ED4DD> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff5860f000 -     0x7fff58676ff7  com.apple.gpusw.MetalTools (1.0 - 1) <A9C560B2-2830-3CC3-8069-128F8D7B8B85> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff5867e000 -     0x7fff58692ff3  com.apple.MobileAssets (1.0 - 437.20.5) <CEF3E77C-1EE7-3D72-A1CF-F3BF0BEA6EE9> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
    0x7fff587e0000 -     0x7fff587f8fff  com.apple.MobileKeyBag (2.0 - 1.0) <7F46C861-1CF9-3134-8493-276AE6EC6CC9> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff58884000 -     0x7fff588acff7  com.apple.MultitouchSupport.framework (1004.1 - 1004.1) <69BF94F5-9301-3755-98A1-A981DB03C395> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff588ad000 -     0x7fff588b5ff3  com.apple.multiverse (1.0 - 27.20.14) <417B6BCE-F4CD-32DE-B732-FD01FA497B27> /System/Library/PrivateFrameworks/MultiverseSupport.framework/Versions/A/MultiverseSupport
    0x7fff58b10000 -     0x7fff58b1bfff  com.apple.NetAuth (6.2 - 6.2) <5C6F492A-28EF-3A0E-B573-6F3D60CFF0C7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff5a30e000 -     0x7fff5a34effb  com.apple.PerformanceAnalysis (1.183 - 183) <520FEF4A-4C60-31FA-8BA0-528294BC41ED> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff5a3c5000 -     0x7fff5a3c5ff7  com.apple.PhoneNumbers (1.0 - 1) <ECC7CCB3-4903-3677-B0C9-E64F036C64EC> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
    0x7fff5c0c1000 -     0x7fff5c110ff3  com.apple.ProtectedCloudStorage (1.0 - 1) <7660AC05-E899-3AC9-91F2-0F24905DA946> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff5c111000 -     0x7fff5c12ffff  com.apple.ProtocolBuffer (1 - 259) <D047A3FE-C7A8-3CAA-9891-6232BA88C247> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff5c29c000 -     0x7fff5c2b1ff3  com.apple.QuickLookThumbnailing (1.0 - 1) <0771325B-BBAD-3865-B2A3-BE7089641C52> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
    0x7fff5c2f5000 -     0x7fff5c2ffffb  com.apple.xpc.RemoteServiceDiscovery (1.0 - 1205.20.31) <87B35FB7-EF18-3D4E-85AE-F4CC39959021> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
    0x7fff5c300000 -     0x7fff5c323ffb  com.apple.RemoteViewServices (2.0 - 125) <AEDBCE8C-88B7-315A-9F81-3E068F0D3EDC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff5c324000 -     0x7fff5c336ffb  com.apple.xpc.RemoteXPC (1.0 - 1205.20.31) <C38B586F-E862-31AF-8ACB-ADC0F5E01B6D> /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC
    0x7fff5dc28000 -     0x7fff5dd2cff7  com.apple.Sharing (933.2 - 933.2) <21CB05ED-E038-34E7-865E-9656DEC83763> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff5dd56000 -     0x7fff5dd57fff  com.apple.performance.SignpostNotification (1.0 - 1) <5C953AF5-746A-3049-A2BC-901D6C7B583F> /System/Library/PrivateFrameworks/SignpostNotification.framework/Versions/A/SignpostNotification
    0x7fff5ea50000 -     0x7fff5ece8fff  com.apple.SkyLight (1.600.0 - 312.11) <75F0EBAD-AF87-3125-B5D0-752278352FEC> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff5f495000 -     0x7fff5f4a2ff7  com.apple.SpeechRecognitionCore (4.0.13 - 4.0.13) <AC026FB9-78F8-31F9-BB80-619D5378DB70> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff5f937000 -     0x7fff5f95eff7  com.apple.StreamingZip (1.0 - 1) <28338823-F1BE-3E5E-A16F-E28C2B73AF99> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
    0x7fff6002f000 -     0x7fff600b3fe7  com.apple.Symbolication (9.0 - 63079.1) <177BC9CA-E6AE-3B40-806F-0080C0CDFF29> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff600c4000 -     0x7fff600cbfff  com.apple.SymptomDiagnosticReporter (1.0 - 820.20.3) <54B5BCAB-74EE-3F92-A4F5-A1B33AD9E260> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
    0x7fff6059e000 -     0x7fff605a5ff3  com.apple.TCC (1.0 - 1) <9E54D9D2-FCBE-39EF-BAD5-4C2C41DA0D36> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff607ac000 -     0x7fff6086dff7  com.apple.TextureIO (3.4 - 3.4) <7C93B388-7171-3B3D-BD23-0A8280059260> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff608be000 -     0x7fff608d9ffb  com.apple.ToneKit (1.0 - 1) <A0242052-983B-3726-B5BD-D2E672CEFE2F> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
    0x7fff608da000 -     0x7fff60901fff  com.apple.ToneLibrary (1.0 - 1) <7EEABD7F-D0CB-327E-A772-ACF406B9C8F2> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
    0x7fff60911000 -     0x7fff60912fff  com.apple.TrustEvaluationAgent (2.0 - 31) <39F533B2-211E-3635-AF47-23F27749FF4A> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff60918000 -     0x7fff60ac7fff  com.apple.UIFoundation (1.0 - 545) <36B09831-2916-3CE3-BD68-2D304BA7CDEF> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff6178c000 -     0x7fff6185bfff  com.apple.ViewBridge (341.1 - 341.1) <53A2272D-E834-3A48-829B-D71E05B9E714> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff621ec000 -     0x7fff621eeffb  com.apple.loginsupport (1.0 - 1) <5E2C4AA7-066D-3FDB-B0E1-4CDAF287392C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff6222f000 -     0x7fff6225cfff  com.apple.contacts.vCard (1.0 - 2328) <9AC39042-9E1C-3D8F-8397-68FEC47407A2> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
    0x7fff62352000 -     0x7fff62385fff  libclosured.dylib (519.2.1) <31A6AC03-8F51-367E-9E00-FF0F1AD10F6F> /usr/lib/closure/libclosured.dylib
    0x7fff62424000 -     0x7fff6245dff7  libCRFSuite.dylib (41) <AB2DA745-F22C-30CF-81D4-35DD716463B8> /usr/lib/libCRFSuite.dylib
    0x7fff6245e000 -     0x7fff62469fff  libChineseTokenizer.dylib (28) <D30A7DB6-058F-3286-9583-60C9EEB77A6E> /usr/lib/libChineseTokenizer.dylib
    0x7fff624fb000 -     0x7fff624fcff3  libDiagnosticMessagesClient.dylib (104) <9712E980-76EE-3A89-AEA6-DF4BAF5C0574> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff62533000 -     0x7fff626fdff3  libFosl_dynamic.dylib (17.7) <B2476843-7FA7-3E62-B79F-2B15FE557E63> /usr/lib/libFosl_dynamic.dylib
    0x7fff62735000 -     0x7fff62735fff  libOpenScriptingUtil.dylib (174) <203D2C39-61BB-3713-A502-2D17B04A42AC> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff6285f000 -     0x7fff62863ffb  libScreenReader.dylib (562.1.3) <17789E85-9B19-383D-B253-4D7F298378F5> /usr/lib/libScreenReader.dylib
    0x7fff62864000 -     0x7fff62865ff3  libSystem.B.dylib (1252) <C5473FF4-E5A9-31D3-83F9-094D8A76C31F> /usr/lib/libSystem.B.dylib
    0x7fff628f8000 -     0x7fff628f8fff  libapple_crypto.dylib (109.20.5) <71AE014E-4C98-3868-9EE8-2A3F23536B41> /usr/lib/libapple_crypto.dylib
    0x7fff628f9000 -     0x7fff6290fff7  libapple_nghttp2.dylib (1.24) <01402BC4-4822-3676-9C80-50D83F816424> /usr/lib/libapple_nghttp2.dylib
    0x7fff62910000 -     0x7fff6293aff3  libarchive.2.dylib (54) <8FC28DD8-E315-3C3E-95FE-D1D2CBE49888> /usr/lib/libarchive.2.dylib
    0x7fff6293b000 -     0x7fff629bcfdf  libate.dylib (1.13.1) <178ACDAD-DE7E-346C-A613-1CBF7929AC07> /usr/lib/libate.dylib
    0x7fff629c0000 -     0x7fff629c0ff3  libauto.dylib (187) <A05C7900-F8C7-3E75-8D3F-909B40C19717> /usr/lib/libauto.dylib
    0x7fff629c1000 -     0x7fff62a75ff7  libboringssl.dylib (109.20.5) <A1CC732C-B0AC-35FA-8DE0-03CF4BA67F5A> /usr/lib/libboringssl.dylib
    0x7fff62a76000 -     0x7fff62a86ff3  libbsm.0.dylib (39) <770B341F-3BB7-3123-B53C-F2D58868A963> /usr/lib/libbsm.0.dylib
    0x7fff62a87000 -     0x7fff62a94ffb  libbz2.1.0.dylib (38) <0A5086BB-4724-3C14-979D-5AD4F26B5B45> /usr/lib/libbz2.1.0.dylib
    0x7fff62a95000 -     0x7fff62aebfff  libc++.1.dylib (400.9) <FCF5E1F6-2B04-3545-8004-F3AB32FED172> /usr/lib/libc++.1.dylib
    0x7fff62aec000 -     0x7fff62b10ff7  libc++abi.dylib (400.7) <217656D5-BC40-37FF-B322-91CB2AAD4F34> /usr/lib/libc++abi.dylib
    0x7fff62b12000 -     0x7fff62b22fff  libcmph.dylib (6) <A5509EE8-7E00-3224-8814-015B077A3CF5> /usr/lib/libcmph.dylib
    0x7fff62b23000 -     0x7fff62b39fff  libcompression.dylib (47) <E64D4416-DFBF-314B-BBB9-BED23C3A251C> /usr/lib/libcompression.dylib
    0x7fff62de1000 -     0x7fff62df9ff7  libcoretls.dylib (155) <DFE2454F-2FE3-3B2B-A22B-422947C34C69> /usr/lib/libcoretls.dylib
    0x7fff62dfa000 -     0x7fff62dfbffb  libcoretls_cfhelpers.dylib (155) <D3F4B882-40C1-3CD4-927B-0E0ED6031D0B> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff62f94000 -     0x7fff63124fff  libcrypto.35.dylib (22) <067CFC21-249D-392D-ADE1-785100BF0F83> /usr/lib/libcrypto.35.dylib
    0x7fff632cb000 -     0x7fff63321ff3  libcups.2.dylib (462.1) <4F4F85FD-D907-3D51-A3F0-2A239E165A07> /usr/lib/libcups.2.dylib
    0x7fff633a3000 -     0x7fff633aaff3  libdscsym.dylib (183) <B0DD51C0-0628-38B1-8863-635C4AEBB16E> /usr/lib/libdscsym.dylib
    0x7fff6345f000 -     0x7fff6345ffff  libenergytrace.dylib (16) <A92AB8B8-B986-3CE6-980D-D55090FEF387> /usr/lib/libenergytrace.dylib
    0x7fff63496000 -     0x7fff6349bffb  libheimdal-asn1.dylib (520) <D968FE68-7770-3AEA-BFEB-3F7F4CB10DDC> /usr/lib/libheimdal-asn1.dylib
    0x7fff634c7000 -     0x7fff635b8ff7  libiconv.2.dylib (51) <0772997F-4109-38A1-91ED-0F3F16AE99E5> /usr/lib/libiconv.2.dylib
    0x7fff635b9000 -     0x7fff637e0ffb  libicucore.A.dylib (59131.0.1) <3EA7567C-0A0C-3052-BC3C-DDB05A5679A7> /usr/lib/libicucore.A.dylib
    0x7fff6382d000 -     0x7fff6382efff  liblangid.dylib (128) <39C39393-0D05-301D-93B2-F224FC4949AA> /usr/lib/liblangid.dylib
    0x7fff6382f000 -     0x7fff63848ffb  liblzma.5.dylib (10) <3D419A50-961F-37D2-8A01-3DC7AB7B8D18> /usr/lib/liblzma.5.dylib
    0x7fff63849000 -     0x7fff6385fff7  libmarisa.dylib (9) <D6D2D55D-1D2E-3442-B152-B18803C0ABB4> /usr/lib/libmarisa.dylib
    0x7fff63910000 -     0x7fff63b38ff7  libmecabra.dylib (779.5.3) <1F81DB66-4EEE-3B14-BA15-4930546C94D4> /usr/lib/libmecabra.dylib
    0x7fff63d10000 -     0x7fff63de6ff7  libnetwork.dylib (1229.21.1) <9998359C-3A37-3ED0-8CFC-C095C99F2102> /usr/lib/libnetwork.dylib
    0x7fff63e5c000 -     0x7fff6424a7e7  libobjc.A.dylib (723) <93A92316-DE1E-378C-8891-99720B50D075> /usr/lib/libobjc.A.dylib
    0x7fff6425d000 -     0x7fff64261fff  libpam.2.dylib (22) <7B4D2CE2-1438-387A-9802-5CEEFBF26F86> /usr/lib/libpam.2.dylib
    0x7fff64264000 -     0x7fff64298fff  libpcap.A.dylib (79.20.1) <FA13918B-A247-3181-B256-9B852C7BA316> /usr/lib/libpcap.A.dylib
    0x7fff64318000 -     0x7fff64334ffb  libresolv.9.dylib (65) <E8F3415B-4472-3202-8901-41FD87981DB2> /usr/lib/libresolv.9.dylib
    0x7fff6436f000 -     0x7fff64381fff  libsasl2.2.dylib (211) <D9E281A2-D7BA-32CD-8B96-54972B1D9E66> /usr/lib/libsasl2.2.dylib
    0x7fff64382000 -     0x7fff64383ff7  libspindump.dylib (247) <E7A7ECD0-1070-390C-A696-A3305CB9BD87> /usr/lib/libspindump.dylib
    0x7fff64384000 -     0x7fff64519fef  libsqlite3.dylib (274.1) <075468C1-75CE-318F-9E9B-F62B6A88E1B3> /usr/lib/libsqlite3.dylib
    0x7fff646e9000 -     0x7fff64722ffb  libusrtcp.dylib (1229.21.1) <ED5D440E-6BE6-3AF3-817B-4D0BA2E53EDE> /usr/lib/libusrtcp.dylib
    0x7fff64723000 -     0x7fff64726ffb  libutil.dylib (51.20.1) <216D18E5-0BAF-3EAF-A38E-F6AC37CBABD9> /usr/lib/libutil.dylib
    0x7fff64727000 -     0x7fff64734fff  libxar.1.dylib (400) <0316128D-3B47-3052-995D-97B4FE5491DC> /usr/lib/libxar.1.dylib
    0x7fff64738000 -     0x7fff6481ffff  libxml2.2.dylib (31.7) <49544596-BCF8-3765-8DC5-DB1A9A90EF92> /usr/lib/libxml2.2.dylib
    0x7fff64820000 -     0x7fff64848fff  libxslt.1.dylib (15.10) <66682AF6-C2D5-374C-901F-25A3E72814DC> /usr/lib/libxslt.1.dylib
    0x7fff64849000 -     0x7fff6485bffb  libz.1.dylib (70) <48C67CFC-940D-3857-8DAD-857774605352> /usr/lib/libz.1.dylib
    0x7fff648f8000 -     0x7fff648fcff7  libcache.dylib (80) <354F3B7D-404E-3398-9EBF-65CA2CE65211> /usr/lib/system/libcache.dylib
    0x7fff648fd000 -     0x7fff64907ff3  libcommonCrypto.dylib (60118.1.1) <6C502A55-3B54-3B48-BA7B-FA39F56C0B1E> /usr/lib/system/libcommonCrypto.dylib
    0x7fff64908000 -     0x7fff6490ffff  libcompiler_rt.dylib (62) <4487CFBA-A5D7-3282-9E6B-94CAD7BE507E> /usr/lib/system/libcompiler_rt.dylib
    0x7fff64910000 -     0x7fff64918fff  libcopyfile.dylib (146) <7E4BD264-5617-339B-AC73-E8D07EF2C51D> /usr/lib/system/libcopyfile.dylib
    0x7fff64919000 -     0x7fff6499dff7  libcorecrypto.dylib (562) <7974762C-DEF7-3056-9856-9821C27846DB> /usr/lib/system/libcorecrypto.dylib
    0x7fff64a24000 -     0x7fff64a5dff7  libdispatch.dylib (913.20.5) <389EBBCD-3AA2-3340-AA48-4FBF621401BD> /usr/lib/system/libdispatch.dylib
    0x7fff64a5e000 -     0x7fff64a7bff7  libdyld.dylib (519.2.1) <2597D818-42D2-3375-BD9D-451D5942A6BA> /usr/lib/system/libdyld.dylib
    0x7fff64a7c000 -     0x7fff64a7cffb  libkeymgr.dylib (28) <6D84A96F-C65B-38EC-BDB5-21FD2C97E7B2> /usr/lib/system/libkeymgr.dylib
    0x7fff64a7d000 -     0x7fff64a89ff3  libkxld.dylib (4570.20.62) <E82BC0F8-C51D-3BB2-A0EB-B7899CD6606C> /usr/lib/system/libkxld.dylib
    0x7fff64a8a000 -     0x7fff64a8aff7  liblaunch.dylib (1205.20.31) <0089D38D-868D-3748-A032-934AAE679F0D> /usr/lib/system/liblaunch.dylib
    0x7fff64a8b000 -     0x7fff64a8fffb  libmacho.dylib (900.0.1) <756F2553-07B6-3B42-ACEA-2F0F1A5E8D0F> /usr/lib/system/libmacho.dylib
    0x7fff64a90000 -     0x7fff64a92ff3  libquarantine.dylib (86) <6AC8773F-3817-3D82-99C2-01BABB9C3CBB> /usr/lib/system/libquarantine.dylib
    0x7fff64a93000 -     0x7fff64a94ff3  libremovefile.dylib (45) <912FA211-DD8C-3C92-8424-21B89F8B10FD> /usr/lib/system/libremovefile.dylib
    0x7fff64a95000 -     0x7fff64aacfff  libsystem_asl.dylib (356.1.1) <94972913-9DF0-3C78-847C-43E58919E3DA> /usr/lib/system/libsystem_asl.dylib
    0x7fff64aad000 -     0x7fff64aadfff  libsystem_blocks.dylib (67) <F2493BB5-B1C6-3C4D-9F1F-1B402E0F1DB7> /usr/lib/system/libsystem_blocks.dylib
    0x7fff64aae000 -     0x7fff64b37ff7  libsystem_c.dylib (1244.20.1) <E0A0A865-AFE5-3230-B535-772D3177D093> /usr/lib/system/libsystem_c.dylib
    0x7fff64b38000 -     0x7fff64b3bffb  libsystem_configuration.dylib (963) <D7EFEAE6-22A0-348E-BBBE-44FFD41934FA> /usr/lib/system/libsystem_configuration.dylib
    0x7fff64b3c000 -     0x7fff64b3fffb  libsystem_coreservices.dylib (51) <21A488D0-2D07-344E-8631-CC8B2A246F35> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff64b40000 -     0x7fff64b41fff  libsystem_darwin.dylib (1244.20.1) <4E340966-7DE7-38C4-8408-3708E592C21D> /usr/lib/system/libsystem_darwin.dylib
    0x7fff64b42000 -     0x7fff64b48ff7  libsystem_dnssd.dylib (878.20.3) <AB5B8E5E-75CD-3695-B89B-77DF73E3EDB1> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff64b49000 -     0x7fff64b92ff7  libsystem_info.dylib (517) <483BE95B-62EB-3663-ACB3-9915A40C70F5> /usr/lib/system/libsystem_info.dylib
    0x7fff64b93000 -     0x7fff64bb8ff7  libsystem_kernel.dylib (4570.20.62) <77865ABA-D9CA-31D5-B484-560660CAB07D> /usr/lib/system/libsystem_kernel.dylib
    0x7fff64bb9000 -     0x7fff64c04fcb  libsystem_m.dylib (3146) <ABB1B85F-9FFE-31B8-AD4F-E39A30794A93> /usr/lib/system/libsystem_m.dylib
    0x7fff64c05000 -     0x7fff64c24fff  libsystem_malloc.dylib (140.1.1) <9F0745FF-B92F-330D-8812-BB74001D1D33> /usr/lib/system/libsystem_malloc.dylib
    0x7fff64c25000 -     0x7fff64cc8ff3  libsystem_network.dylib (1229.21.1) <ECB15E1D-5D02-3B79-9C64-64BAAC808278> /usr/lib/system/libsystem_network.dylib
    0x7fff64cc9000 -     0x7fff64cd3ffb  libsystem_networkextension.dylib (767.20.1) <27F139B6-3250-345D-8495-7C22A00BC488> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff64cd4000 -     0x7fff64cddff3  libsystem_notify.dylib (172) <98EA3D62-7C86-30DE-8261-D020D2F1EFF3> /usr/lib/system/libsystem_notify.dylib
    0x7fff64cde000 -     0x7fff64ce5ff7  libsystem_platform.dylib (161.20.1) <9090E7AA-5F8F-31BA-8476-7B7122CC82BC> /usr/lib/system/libsystem_platform.dylib
    0x7fff64ce6000 -     0x7fff64cf1fff  libsystem_pthread.dylib (301.20.1) <8AF70211-A670-3CC7-AE24-EFE9F1C2B1E5> /usr/lib/system/libsystem_pthread.dylib
    0x7fff64cf2000 -     0x7fff64cf5ff3  libsystem_sandbox.dylib (765.21.1) <FAC0DA75-892E-3161-9D6A-2F999D8519B6> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff64cf6000 -     0x7fff64cf7ff3  libsystem_secinit.dylib (30) <F06ADB8F-9E94-34A7-B3C9-2C22FDD14BAD> /usr/lib/system/libsystem_secinit.dylib
    0x7fff64cf8000 -     0x7fff64cffff7  libsystem_symptoms.dylib (820.20.3) <4439B818-4C84-30E9-91B5-B7766FA74650> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff64d00000 -     0x7fff64d13ff7  libsystem_trace.dylib (829.20.1) <878582CE-0647-31DD-92C3-AFCD5C3A714D> /usr/lib/system/libsystem_trace.dylib
    0x7fff64d15000 -     0x7fff64d1aff7  libunwind.dylib (35.3) <6D4FCD49-D2A9-3233-95C7-A7635CE265F2> /usr/lib/system/libunwind.dylib
    0x7fff64d1b000 -     0x7fff64d47ff7  libxpc.dylib (1205.20.31) <58676E88-35FD-3CF3-99BB-2A82E09F8058> /usr/lib/system/libxpc.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 0
    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: 5045014
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=446.7M resident=0K(0%) swapped_out_or_unallocated=446.7M(100%)
Writable regions: Total=154.1M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=154.1M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               256K        3 
Activity Tracing                   256K        2 
CG backing stores                 1760K        3 
CG image                           588K        4 
CoreAnimation                      9.9M        8 
CoreData Object IDs               4100K        3 
CoreImage                           24K        3 
CoreUI image data                 1572K        9 
CoreUI image file                  180K        3 
Foundation                           4K        2 
Image IO                          1024K        2 
Kernel Alloc Once                    8K        2 
MALLOC                           123.4M       41 
MALLOC guard page                   64K       13 
SQLite page cache                   64K        2 
STACK GUARD                       56.0M        9 
Stack                             11.6M        9 
VM_ALLOCATE                         84K       14 
__DATA                            38.2M      328 
__FONT_DATA                          4K        2 
__GLSLBUILTINS                    2588K        2 
__LINKEDIT                       194.9M       29 
__TEXT                           251.9M      328 
__UNICODE                          560K        2 
mapped file                       49.1M       23 
shared memory                     1060K       12 
===========                     =======  ======= 
TOTAL                            748.8M      832 

Model: MacBookPro11,5, BootROM MBP114.0177.B00, 4 processors, Intel Core i7, 2.5 GHz, 16 GB, SMC 2.30f2
Graphics: AMD Radeon R9 M370X, AMD Radeon R9 M370X, PCIe, 2 GB
Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533642465238412D50422020
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533642465238412D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x152), Broadcom BCM43xx 1.0 (7.77.37.2.1a3)
Bluetooth: Version 6.0.0f1, 3 services, 27 devices, 1 incoming serial ports
Network Service: Thunderbolt Ethernet, Ethernet, en9
Network Service: Wi-Fi, AirPort, en0
PCI Card: pci1b4b,9182, AHCI Controller, Thunderbolt@192,0,0
PCI Card: Apple 57762-A0, Ethernet Controller, Thunderbolt@196,0,0
Serial ATA Device: ST3000DM001-1CH166, 3 TB
Serial ATA Device: APPLE SSD SM0512G, 500.28 GB
Serial ATA Device: ST3000DM001-1CH166, 3 TB
USB Device: USB 3.0 Bus
USB Device: USB3.0 Hub
USB Device: USB3.0 Hub
USB Device: USB3.0 Hub
USB Device: Apple Internal Keyboard / Trackpad
USB Device: Bluetooth USB Host Controller
USB Device: USB Receiver
USB Device: USB2.0 Hub
USB Device: USB2.0 Hub
USB Device: USB2.0 Hub
USB Device: USB PnP Sound Device
USB Device: HL-L2320D series
Thunderbolt Bus: MacBook Pro, Apple Inc., 27.1
Thunderbolt Device: 2big, LaCie, 3, 26.1

Text cursor keeps jumping to the end

I haven't worked out exactly why or when, but when I am editing a note, the text cursor keeps jumping to the end of the document—it happens every 2 or 3 keystrokes. Incredibly annoying!

My best theory is that it's to do with the code that moves the most recently-edited note to the top of the notes list... or perhaps the autosave or something?

Seeing this in MAS version 1.1.5 and 1.1.6

Is anyone else experiencing this?

Lost notes after setting storage location

I've just start writing my first note. After several minutes and lines, I wanted to set the location for storage notes; I've selected my Dropbox folder... I'VE LOST MY NOTE. Where's is it? Can I recover it? It was stored in any folder in my computer? THIS IS AN ISSUE. You must set the folder before you write, or you lost all notes when yo set the folder. Please help and fix it for upcoming versions.

Note styling

I'm wondering what your (longer-term) plans are regarding note text styling.

My hope is you'd consider offering basic style formatting, depending on the chosen file type eg RTF would offer: Bold, Italics, Strikethrough and underline, and Markdown would add H1 to H6. Neither would offer font face or size changes.

Feature Request: Disable Note Previews

I would love to have an option to disable the note preview in the left pane. Having a large number of notes, I personally prefer to only see the file name and the date in the left pane and see the content only when selecting a note.

iOS companion app

I've looked at many iOS apps hoping to find a good companion for FSNotes, but without purchasing numerous different apps it's hard to find anything that will work well with an iCloud folder full of document files.

Can anyone recommend one? Till now I used Simplenote for iOS but that was never ideal for me because:

a) it required me to sync my notes to a proprietary service which contradicts one of the major reasons I preferred nvALT (and now FSNotes) in the first place.
b) it looks like it might be going to slowly die (no new developer signups allowed now) which is exactly why I don't want a proprietary format for all my notes
c) it constantly removed all my RTF formatting, even from my originals on my Mac

If nobody can recommend an app — @glushchenko any chance you'd consider an FSNotes iOS version? 👍 Now that would be awesome :) I for one would gladly buy it even if it were also open source.

App store

Congratulations on launching this on the app store! Hopefully it will reach a much wider audience :) Thanks for your hard work on this.

Cannot create note with / in title

It's not possible to create a note with a slash in the title. Presumably the corresponding filename is the problem.

See nvALT for possbile workarounds (changing / to :, and : to -).

Faster performance would be nice

Notational Velocity manages to search through all ~10K of my notes pretty much instantly. There is a significant lag when searching with this tool. It's not unbearable, but it does make me miss NV.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.