Giter Club home page Giter Club logo

bunch's Introduction

🥃 Brett Terpstra

Software Developer and Writer @oracle-devrel, mad coder, blogger, podcaster, cat lover. I mean, I like dogs… but they're not cats.

total stars total stars followers followers

 ttscoff ttscoff

Connect With Me

ttscoff ttscoff linkedin

Also follow me on Mastodon!

bunch's People

Contributors

gitbook-bot avatar kotfu avatar lizard-heart avatar ttscoff 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

bunch's Issues

[FEATURE REQUEST] Use clipboard contents as a variable

Use the contents of the clipboard as a variable

---
title: say hello
---
* say hello ${clipboard}

Of course this would only work with the plaintext version of the contents.

I could see executing scripts this way with the content. And using bunch to execute the script saving it's output to a new variable and passing this output to another application.

Log when entering snippets

This is a suggestion purely for debugging purposes...

If you have your logger set to Debug Messages, you do not get a notification showing that the bunch has entered a snippet.

## Test Snippet
---
title: Test Embedded Snippet
---

<<#Test
___
---[Test]
(log this is a test)

Test Results (Log)

2021-05-30 22:07:58: ⚪[Tests/test_embedded_snippet] Open >>>>>>>>>>>>>>>>>>>>>
2021-05-30 22:07:58: ⚪[Tests/test_embedded_snippet] Processing command "log this is a test"
2021-05-30 22:07:58: 🟡[Tests/test_embedded_snippet] Logger: this is a test

Bunch fails to launch Hazeover

Every morning, I have a Bunch that launches and opens the book I'm working on. The Bunch launches Hazeover to help me focus. The launching of Hazeover has been failing however. Here's my Bunch, the Log, and my System Preferences "Privacy & Security" screenshot.

My Bunch

---
open on: MTWThF 06:25 am
# only auto-open on my work machine
schedule if: my-real-machine-UUID
menu order: 5
---

Scrivener
- ~/Dropbox/Apps/Scrivener/manuscript.scriv

firefox:writing group URL

Firefox_ ~3
HazeOver
* tell app "HazeOver" to set enabled to true
* tell app "HazeOver" to set intensity to 90

@scrivener ~5

The Log

2021-08-24 06:25:03: 🟡[GBK] Scheduled to open weekly starting 8/25/21, 06:25
2021-08-24 06:57:56: 🔴{
    NSAppleScriptErrorAppName = HazeOver;
    NSAppleScriptErrorBriefMessage = "Not authorized to send Apple events to HazeOver.";
    NSAppleScriptErrorMessage = "Not authorized to send Apple events to HazeOver.";
    NSAppleScriptErrorNumber = "-1743";
    NSAppleScriptErrorRange = "NSRange: {27, 7}";
}
2021-08-24 06:57:57: 🔴{
    NSAppleScriptErrorAppName = HazeOver;
    NSAppleScriptErrorBriefMessage = "Not authorized to send Apple events to HazeOver.";
    NSAppleScriptErrorMessage = "Not authorized to send Apple events to HazeOver.";
    NSAppleScriptErrorNumber = "-1743";
    NSAppleScriptErrorRange = "NSRange: {27, 9}";
}

I have my security preferences set correctly in System Preferences, however.

Screen Shot 2021-08-24 at 07 00 24

Using Multiple Choice only works once

If I have a bunch that gives a multiple choice and executes an embedded snippet - it will only ask the first time and all executions after that will use the first choice until I restart bunch completely.
The folder where all these bunches are has a folder.frontmatter file where toggles: false

---
title: Status
shortcut: s
menu order:50
menu divider: before
---

TeamsStatus = ?[
	Available
	BrB
	Away
	Busy
	DnD
	Offline
] "Which Status in Teams?"

<<#${TeamsStatus}
___
#[Available]
Teams/Available.bunch
#[BrB]
Teams/BrB.bunch
#[Away]
Teams/Away.bunch
#[Busy]
Teams/Busy.bunch
#[DnD]
Teams/DnD.bunch
#[Offline]
Teams/Offline.bunch
2021-07-15 16:30:56: 🔘Added file logger (/Users/jamie/Library/Logs/Bunch/com.brettterpstra.Bunch 2021-07-14--20-29-58-152.log)
2021-07-15 16:30:56: ⚪Launched ==========================================
2021-07-15 16:30:56: ⚪[Coding] Setting display title to "🧑🏼‍💻 Coding"
2021-07-15 16:30:56: ⚪[Home] Setting display title to "🏠 Home"
2021-07-15 16:30:56: ⚪[School] Setting display title to "🎓 School"
2021-07-15 16:30:56: ⚪[Work] Setting display title to "🖥 Work"
2021-07-15 16:30:56: ⚪[untagged] Setting display title to "🏷 Untagged"
2021-07-15 16:30:56: ⚪[Finance] Setting display title to "💵 Finance"
2021-07-15 16:30:56: ⚪[System] Setting display title to "🖥 System"
2021-07-15 16:30:56: ⚪[Teams/BrB] Setting display title to "Be Right Back"
2021-07-15 16:30:56: ⚪[Teams/Hide] Setting display title to "Hide"
2021-07-15 16:30:56: ⚪[Teams/Away] Setting display title to "Away"
2021-07-15 16:30:56: ⚪[Teams/Available] Setting display title to "Available"
2021-07-15 16:30:56: ⚪[Teams/Decline] Setting display title to "Decline Call"
2021-07-15 16:30:56: ⚪[Teams/Open] Setting display title to "Open"
2021-07-15 16:30:56: ⚪[Teams/Microphone] Setting display title to "Microphone"
2021-07-15 16:30:56: ⚪[Teams/Close] Setting display title to "Close"
2021-07-15 16:30:56: ⚪[Teams/Offline] Setting display title to "Offline"
2021-07-15 16:30:56: ⚪[Teams/Busy] Setting display title to "Busy"
2021-07-15 16:30:56: ⚪[Teams/Status] Setting display title to "Status"
2021-07-15 16:30:56: ⚪[Teams/DnD] Setting display title to "Do Not Disturb"
2021-07-15 16:30:56: ⚪[Teams/Hangup] Setting display title to "Hangup"
2021-07-15 16:30:56: ⚪[Teams/Camera] Setting display title to "Camera"
2021-07-15 16:30:56: ⚪[Teams/Video] Setting display title to "Accept Video"
2021-07-15 16:30:56: ⚪[Teams/Blur] Setting display title to "Blur"
2021-07-15 16:30:56: ⚪[Teams/Audio] Setting display title to "Accept Audio"
2021-07-15 16:30:56: ⚪[Scratch] Setting display title to "📝 Scratch"
2021-07-15 16:30:56: 🔘Observing file:///Users/jamie/Documents/Bunches/ for changes
2021-07-15 16:30:56: 🔘Generating status menu
2021-07-15 16:31:04: ⚪[Teams/Status] Open >>>>>>>>>>>>>>>>>>>>>
2021-07-15 16:31:04: ⚪Presenting multiple choice from array: (
    Available,
    BrB,
    Away,
    Busy,
    DnD,
    Offline
)
2021-07-15 16:31:07: ⚪Multiple Choice answered (Available)
2021-07-15 16:31:07: ⚪[Teams/Status] Opening Bunch (Teams/Available)
2021-07-15 16:31:07: ⚪[Teams/Status->Teams/Available] Open >>>>>>>>>>>>>>>>>>>>>
2021-07-15 16:31:07: 🔘Generating status menu
2021-07-15 16:31:07: ⚪[Teams/Status->Teams/Available] Running Shell Script (~/scripts/teams-available.sh)
2021-07-15 16:31:07: 🔘Generating status menu
2021-07-15 16:31:07: 🔘Generating status menu
2021-07-15 16:31:08: 🔘Generating status menu
2021-07-15 16:31:09: ⚪[Teams/Available] Sending key commands to Microsoft Teams (@2 !1 @/)
2021-07-15 16:31:10: ⚪[Teams/Available] Typing in Microsoft Teams (available)
2021-07-15 16:31:11: ⚪[Teams/Available] Sending key commands to Microsoft Teams (return)
2021-07-15 16:31:17: ⚪[Teams/Status] Open >>>>>>>>>>>>>>>>>>>>>
2021-07-15 16:31:17: ⚪[Teams/Status] Opening Bunch (Teams/Available)
2021-07-15 16:31:17: ⚪[Teams/Status->Teams/Available] Open >>>>>>>>>>>>>>>>>>>>>
2021-07-15 16:31:17: 🔘Generating status menu
2021-07-15 16:31:17: ⚪[Teams/Status->Teams/Available] Running Shell Script (~/scripts/teams-available.sh)
2021-07-15 16:31:17: 🔘Generating status menu
2021-07-15 16:31:17: 🔘Generating status menu
2021-07-15 16:31:18: 🔘Generating status menu
2021-07-15 16:31:19: ⚪[Teams/Available] Sending key commands to Microsoft Teams (@2 !1 @/)
2021-07-15 16:31:21: ⚪[Teams/Available] Typing in Microsoft Teams (available)
2021-07-15 16:31:21: ⚪[Teams/Available] Sending key commands to Microsoft Teams (return)
2021-07-15 16:31:25: 🔘Generating status menu
2021-07-15 16:31:30: ⚪[Teams/Status] Open >>>>>>>>>>>>>>>>>>>>>
2021-07-15 16:31:30: ⚪[Teams/Status] Opening Bunch (Teams/Available)
2021-07-15 16:31:30: ⚪[Teams/Status->Teams/Available] Open >>>>>>>>>>>>>>>>>>>>>
2021-07-15 16:31:30: 🔘Generating status menu
2021-07-15 16:31:30: ⚪[Teams/Status->Teams/Available] Running Shell Script (~/scripts/teams-available.sh)
2021-07-15 16:31:30: 🔘Generating status menu
2021-07-15 16:31:30: 🔘Generating status menu
2021-07-15 16:31:30: 🔘Generating status menu
2021-07-15 16:31:32: ⚪[Teams/Available] Sending key commands to Microsoft Teams (@2 !1 @/)
2021-07-15 16:31:33: ⚪[Teams/Available] Typing in Microsoft Teams (available)
2021-07-15 16:31:33: ⚪[Teams/Available] Sending key commands to Microsoft Teams (return)
2021-07-15 16:32:00: 🔘Removed directory observer
2021-07-15 16:32:00: ⚪Quitting ------------------------------------------
2021-07-15 16:32:05: 🔘Added file logger (/Users/jamie/Library/Logs/Bunch/com.brettterpstra.Bunch 2021-07-14--20-29-58-152.log)
2021-07-15 16:32:05: ⚪Launched ==========================================
2021-07-15 16:32:05: ⚪[Coding] Setting display title to "🧑🏼‍💻 Coding"
2021-07-15 16:32:05: ⚪[Home] Setting display title to "🏠 Home"
2021-07-15 16:32:05: ⚪[School] Setting display title to "🎓 School"
2021-07-15 16:32:05: ⚪[Work] Setting display title to "🖥 Work"
2021-07-15 16:32:05: ⚪[untagged] Setting display title to "🏷 Untagged"
2021-07-15 16:32:05: ⚪[Finance] Setting display title to "💵 Finance"
2021-07-15 16:32:05: ⚪[System] Setting display title to "🖥 System"
2021-07-15 16:32:05: ⚪[Teams/BrB] Setting display title to "Be Right Back"
2021-07-15 16:32:05: ⚪[Teams/Hide] Setting display title to "Hide"
2021-07-15 16:32:05: ⚪[Teams/Away] Setting display title to "Away"
2021-07-15 16:32:05: ⚪[Teams/Available] Setting display title to "Available"
2021-07-15 16:32:05: ⚪[Teams/Decline] Setting display title to "Decline Call"
2021-07-15 16:32:05: ⚪[Teams/Open] Setting display title to "Open"
2021-07-15 16:32:05: ⚪[Teams/Microphone] Setting display title to "Microphone"
2021-07-15 16:32:05: ⚪[Teams/Close] Setting display title to "Close"
2021-07-15 16:32:05: ⚪[Teams/Offline] Setting display title to "Offline"
2021-07-15 16:32:05: ⚪[Teams/Busy] Setting display title to "Busy"
2021-07-15 16:32:05: ⚪[Teams/Status] Setting display title to "Status"
2021-07-15 16:32:05: ⚪[Teams/DnD] Setting display title to "Do Not Disturb"
2021-07-15 16:32:05: ⚪[Teams/Hangup] Setting display title to "Hangup"
2021-07-15 16:32:05: ⚪[Teams/Camera] Setting display title to "Camera"
2021-07-15 16:32:05: ⚪[Teams/Video] Setting display title to "Accept Video"
2021-07-15 16:32:05: ⚪[Teams/Blur] Setting display title to "Blur"
2021-07-15 16:32:05: ⚪[Teams/Audio] Setting display title to "Accept Audio"
2021-07-15 16:32:05: ⚪[Scratch] Setting display title to "📝 Scratch"
2021-07-15 16:32:05: 🔘Observing file:///Users/jamie/Documents/Bunches/ for changes
2021-07-15 16:32:05: 🔘Generating status menu
2021-07-15 16:32:09: ⚪[Teams/Status] Open >>>>>>>>>>>>>>>>>>>>>
2021-07-15 16:32:09: ⚪Presenting multiple choice from array: (
    Available,
    BrB,
    Away,
    Busy,
    DnD,
    Offline
)
2021-07-15 16:32:15: ⚪Multiple Choice answered (Busy)
2021-07-15 16:32:15: ⚪[Teams/Status] Opening Bunch (Teams/Busy)
2021-07-15 16:32:15: ⚪[Teams/Status->Teams/Busy] Open >>>>>>>>>>>>>>>>>>>>>
2021-07-15 16:32:15: 🔘Generating status menu
2021-07-15 16:32:15: ⚪[Teams/Status->Teams/Busy] Running Shell Script (~/scripts/teams-busy.sh)
2021-07-15 16:32:15: 🔘Generating status menu
2021-07-15 16:32:15: 🔘Generating status menu
2021-07-15 16:32:15: 🔘Generating status menu
2021-07-15 16:32:17: ⚪[Teams/Busy] Sending key commands to Microsoft Teams (@2 !1 @/)
2021-07-15 16:32:18: ⚪[Teams/Busy] Typing in Microsoft Teams (busy)
2021-07-15 16:32:19: ⚪[Teams/Busy] Sending key commands to Microsoft Teams (return)

conditionals not opening snippets

When you have a conditional that calls an embedded snippet, the snippet is trying to open as if it were an app which is causing the bunch to silently fail.

Test Snippet

---
title: Testing Variables in Conditionals
sequential: true
---
(log outside conditional ${ValuePresent})

if ValuePresent
    (log inside if statement - ${ValuePresent})
    * say "${ValuePresent}"
    <<#Value
else
    # Craft Deeplink to Project Document
    (log inside else statement - ${ValuePresent})
    * say "No Value in the else statement"
    <<#No Value
end

___
---[Value]
* say "in the Value Snippet"
(log in the Value Snippet ${ValuePresent}

---[No Value]
* say "in the No Value Snippet"
(log in the No Value snippet ${ValuePresent})

Output from Log

2021-05-30 22:04:09: 🟡[Tests/test_passing_variables_into_conditionals] Logger: outside conditional test
2021-05-30 22:04:09: ⚪[Tests/test_passing_variables_into_conditionals] Processing command "log inside if statement - test"
2021-05-30 22:04:09: 🟡[Tests/test_passing_variables_into_conditionals] Logger: inside if statement - test
2021-05-30 22:04:09: ⚪[Tests/test_passing_variables_into_conditionals] Running AppleScript (say "test")
2021-05-30 22:04:09: ⚪[Tests/test_passing_variables_into_conditionals] Running as raw AppleScript (say "test")
2021-05-30 22:04:10: ⚪[Tests/test_passing_variables_into_conditionals] Launching app (<<#Value)

The thing that I noticed here was 2021-05-30 22:04:10: ⚪[Tests/test_passing_variables_into_conditionals] Launching app (<<#Value) instead of the normally entering the snippet silently.

Open Log fails

Been using non-beta Bunch for last two months, on latest version of Catalina.
Now trying a beta version 1.4.0(63) for the first time to get frontmatter commands :-)

But it's not picking up the (single) bunch I have, despite it being seen and run OK on non-beta version.
I select 'open log' and nothing happens. A few times. Quiting Bunch doesn't help.
I opened console.app directly and hunted around for where it might be logging. I found this rather confusing series of messages:
Screenshot 2021-02-06 at 13 14 44

inconsistency with `from_script` generating url

same errors with setting variables. This time around I used javascript for automation and the from script option to generate the following output

option: craftdocs://createblock?parentBlockId=5FA998E8-6B9D-473D-966D-3F0DCDD34EA4&index=2000&content=https%3A%2F%2Fbunchapp.co%2Fdocs%2Fintegration%2Fadvanced-scripting%2Fcustom-dialogs.html

if I execute the bunch using from script: I get 2021-05-07 11:13:37: :yellow_circle:Value for variable option not provided, removing

if I copy paste that output into the frontmatter, it works if I tell it to just run the .script * craft_lists.applescript it does nothing (I did remove the option: in that test)

Clear Checkmarks shortcut not working

Hi: The shortcut for clearing checkmarks is not working. I closed all my applications, just if any of them were obstructing the functionality, but I need to click the option with my mouse to make it work.
Thank you.

Screenshot of Bunch Beta (15052021 17-12-00)

Screenshot of Google Chrome (15052021 17-05-57)

Bunches with toggling turned off are broken

Just upgraded to Bunch Beta 1.4.0 (78) and the toggles: false feature in frontmatter seems to be broken in this version. My bunches that used to work now just don't run. However, I'm able to remove that line from the frontmatter and they work just fine. Guessing something broke underneath the covers?

Upon reviewing the log when I attempt to run the bunch, I get the following message:

2021-03-19 08:54:29: ⚪[Work_Startup] Open >>>>>>>>>>>>>>>>>>>>>
2021-03-19 08:54:29: ⚪[Work_Startup] Closing <<<<<<<<<<<<<<<<<<
2021-03-19 08:54:29: ⚪[Work_Startup] Close after schedule removed

My bunch syntax frontmatter looks like this:

---
title: Work Startup
toggles: false
---

For now, I'm able to get them working by turning them back to "toggle" mode, but I have very specific things I want to do for my "startup" and "shutdown" bunches, so I like to have them NOT toggling...

Upgrading Bunch Beta Launches a Bunch

As the subject lines says, I'm having an issue where every time bunch (beta) is upgraded, a particular bunch is run although it wasn't active when the upgrade process started.

Bunch Beta 1.4 crash

Per my email to you, @ttscoff:

I'm trying out the new Bunch 1.4 beta but it crashes on me. This is on an M1 MBA running Big Sur 11.2.3. I'm not really comfortable re-publishing the crash log here... The bunch file itself is pretty basic:

@@
%CotEditor
Couleurs
Fork
Pixelmator Pro
NotePlan 3
Discord

Finder
- XX
- <valid path>
- <valid path>

<valid url>

Continued high CPU utilization

macOS 11.4 Intel on MacMini (2018)
bunch 1.4.1 beta

I noticed the fan noise and investigated. Bunch has been sat at almost exactly 100% for 5+ minutes. It's not apparently doing anything. And the last log entry was over an hour ago (as expected).
I also notice that CPU time is 1:21:59 since last boot (10 days ago).

Quitting bunch and restarting brings it back to 0%.

Just realised it would have been more helpful to sample the process before quitting the app, sorry.

Bunch firing at random (wrong) times

It feels like this can't be happening given the amount of testing Bunch has had. But I have only one Bunch and its firing at random times. Here's the start of the Bunch file:

title: 📆 Daily Review
open at: 21:15
close at: 22:45
---

# Hide almost everything at 9.15pm

And here's an excerpt from the log from before and during the odd firing:

2021-05-25 11:29:12: ⚪[Review] Opening app BusyContacts
2021-05-25 11:29:12: ⚪[Review] Opening app Contacts
2021-05-26 00:22:52: ⚪[Review] Opening from daily timer 25/05/2021, 21:15
2021-05-26 00:23:07: ⚪[Review] Open >>>>>>>>>>>>>>>>>>>>>
2021-05-26 00:23:07: 🟡[Review] Scheduled to open daily starting 26/05/2021, 21:15
2021-05-26 00:23:07: 🟡[Review] Scheduled to close 26/05/2021, 22:45
2021-05-26 00:23:07: ⚪[Review] Launching app (Finder) and hiding
2021-05-26 00:23:07: ⚪[Review] Launching app (iTerm)

So it fired at 00:23 ...

I'm running Bunch 1.4.0 (102) on macOS 11.2.3.

Query Array Not Choosing the last choice

When I have a query array, the last option generates no matching section found in <.

---
title: Testing Query Arrays
---

snippet = ?[jay, foo, bar, biz]

<<#${snippet}
___
#[jay]
* say "jay"

#[foo]
* say "foo"

#[bar]
* say "bar"

#[biz]
* say "biz"

/*
Returned from Log
2021-04-09 13:07:55: ⚪[nova] Open >>>>>>>>>>>>>>>>>>>>>
2021-04-09 13:07:55: ⚪Presenting multiple choice from array: (
jay,
foo,
bar,
biz
)
2021-04-09 13:07:58: ⚪Multiple Choice answered (biz)
2021-04-09 13:07:58: 🔴[nova] Specified snippet fragment "#${snippet}", no matching section found in <.
2021-04-09 13:07:58: 🔘Generating status menu
2021-04-09 13:07:58: ⚪[nova] Launching app (snippet = ?[jay, foo, bar, biz])
*/

Focused app doesn't quit

It's there in beta 68 and also beta 69, if an app is marked as @ it's ignored when I quit a bunch.
Hidden apps close correctly.

Application Finder failed to launch

Hey, this latest version broke items being opened with the finder. Error says "Application Finder failed to launch" and a dialog pops up complaining "Application "Service Station Finder Extension" failed to launch and/or open..." and then the file I was trying to open. The bunch has:

Finder
- SOMEFILE_I_WANT_TO_OPEN

I fixed it by calling the actual programs that finder would call to open the files.

Originally posted by @moffat in #38 (reply in thread)

Force bunch open only works when called via x-callback

Having a bunch that runs a bunch that is already open generates an - Bunch (BUNCHNAME) already open message and the bunch is not triggered again.

You can get around this by calling the bunch via an x-callback-url (or setting toggle: true) but is there a way to do this with just referencing the bunch? Perhaps a flag could make it so that the bunch will always open again?

Bunch sometimes suddenly quits

Sometimes Bunch just stops running when I try to launch a bunch. When I click the bunch name in the menu bar sometimes the bunch starts executing, then the Bunch icon disappears and it is no longer there in Activity Monitor.

I have the logging set to Debug, but the log appears to just end. Here are some instances:

2021-05-24 12:42:42: ⚪[4RoadService] Open >>>>>>>>>>>>>>>>>>>>>
2021-05-24 12:42:42: ⚪[Off] Closing <<<<<<<<<<<<<<<<<<
2021-05-24 12:42:42: 🔘Generating status menu
2021-05-24 12:42:42: ⚪[4RoadService] Hiding all apps
2021-05-24 12:42:42: ⚪[4RoadService] Opening URL (focus://focus)
2021-05-24 12:46:10: ⚪[4RoadService] Open >>>>>>>>>>>>>>>>>>>>>
2021-05-24 12:46:10: ⚪[Off] Closing <<<<<<<<<<<<<<<<<<
2021-05-24 12:46:10: 🔘Generating status menu
2021-05-24 12:46:10: ⚪[4RoadService] Opening URL (focus://focus)
2021-05-24 12:48:46: ⚪[CentricAir] Open >>>>>>>>>>>>>>>>>>>>>
2021-05-24 12:48:46: ⚪[Off] Closing <<<<<<<<<<<<<<<<<<
2021-05-24 12:48:46: 🔘Generating status menu
2021-05-24 12:48:46: ⚪[CentricAir] Opening URL (focus://focus)
2021-05-24 12:48:46: ⚪[CentricAir] Hiding all apps
2021-05-24 12:48:46: ⚪[CentricAir] Processing command "wallpaper ~/pictures/desktops/electra-jr-2.png"
2021-05-24 12:57:43: ⚪[4RoadService] Open >>>>>>>>>>>>>>>>>>>>>
2021-05-24 12:57:43: ⚪[Off] Closing <<<<<<<<<<<<<<<<<<
2021-05-24 12:57:43: 🔘Generating status menu
2021-05-24 12:57:43: ⚪[4RoadService] Hiding all apps

I went poking around in Console and found some crash reports. They're attached to this issue.

Bunch Beta_2021-05-24-122022_John.log
Bunch Beta_2021-05-24-123005_John.log
Bunch Beta_2021-05-24-123450_John.log
Bunch Beta_2021-05-24-123741_John.log
Bunch Beta_2021-05-24-123851_John.log
Bunch Beta_2021-05-24-124249_John.log
Bunch Beta_2021-05-24-124611_John.log
Bunch Beta_2021-05-24-124847_John.log
Bunch Beta_2021-05-24-125744_John.log

Edit: This is on beta 102

Finder alert under Big Sur

Hello,
since a couple of releases sometimes, when opening a bunch, I get a Finder alert telling me that app x is not open anymore, but everything still works correctly and app x (it isn't the same app every time) is effectively open.

Bunch CLI 1.1.10.pre undefined method `[]' for nil:NilClass (NoMethodError)

Thank you very much for the update,

Bunch Beta seems to work fine now. However, I get some peculiar errors when trying to use the Bunch CLI v1.1.10.pre and Alfred workflow. Most options work, like -l, -s, -h, -v but not the actual run and gives the following messages:

Traceback (most recent call last):
6: from /usr/local/bin/bunch:23:in <main>' 5: from /usr/local/bin/bunch:23:in load'
4: from /Library/Ruby/Gems/2.6.0/gems/bunchcli-1.1.10.pre/bin/bunch:107:in <top (required)>' 3: from /Library/Ruby/Gems/2.6.0/gems/bunchcli-1.1.10.pre/bin/bunch:107:in map'
2: from /Library/Ruby/Gems/2.6.0/gems/bunchcli-1.1.10.pre/bin/bunch:107:in block in <top (required)>' 1: from /Library/Ruby/Gems/2.6.0/gems/bunchcli-1.1.10.pre/lib/bunch/bunchCLI.rb:156:in open'
/Library/Ruby/Gems/2.6.0/gems/bunchcli-1.1.10.pre/lib/bunch/url_generator.rb:20:in bundle_id': undefined method []' for nil:NilClass (NoMethodError)

Do you have any idea why?

All the best,
P-D

28 maj 2021 kl. 21:51 skrev Jay Miller @.*** @.***>>:

Interesting. Bunch should just be ignoring empty Bunches, not stopping and failing to create the menu all together. I'll check on that.

Re: Alfred, that's @kjaymiller https://github.com/kjaymiller and I'm sure he'd be able to let you know the status.

Trying to figure out the request on the Alfred side.... Can you submit an issue over at https://github.com/kjaymiller/bunch_alfred/issues https://github.com/kjaymiller/bunch_alfred/issues

You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub #53 (comment), or unsubscribe https://github.com/notifications/unsubscribe-auth/APLLTU6KIUOO2EIQHGJG6FDTP7X2NANCNFSM42WKZZUQ.

Mvh P-D

Originally posted by @P-D-L in #53 (comment)

Bunch variable not initialized in Automator workflows

I've copied your "Coding" bunch for my own purposes.
I - mostly - got it to work except for the Timing workflow.
It fails by saying "Please ensure that a variable named "Bunch" is defined in the Workflow."
The variable is defined (i downloaded the automator workflow from your article.) I've even deleted and redefined the Bunch variable, but no joy ...
Not sure how I can help debug.

Shared bunches folder?

I installed Bunch on my iMac yesterday with the bunches folder in the default place (~/Documents). I played with it for a few hours and created a few bunches and it was all good. My Documents folder is shared synced to my MBP. I installed Bunch there this morning but I can't seem to get it to find the folder. In prefs it is pointing to the right place (although it has a "B" on the MBP and a "b" on the iMac, but if I say "reveal" it finds it). But the Bunch menu doesn't display the 2 or 3 bunches that I created.

Preferences window unreadable

Bunch Preferences

Preferences window unreadable -- could be choice of Green for background? Green is a notoriously fickle colour as it often shows other colours like this.

Bunch Beta 1.4.0 (78) macOS 10.13.6 High Sierra, MacBook Pro Mid-2010 Gateway LCD monitor FHX2300bcmid 1920x1080 resolution DVI

Toggled Bunches do not open after switching "Toggle Bunches" behaviour

Steps to reproduce:

  • Start with "Toggle Bunches" mode on
  • Toggle a Bunch to open it
  • Switch "Toggle Bunches" mode off
  • Try to open the same Bunch again

I guess this is very much an edge case, but while running some test Bunches I've cooked up, I switched behaviours and found that my test bunch would no longer open at all. It seems that an "on" Bunch stays "on" and will not therefore open (or close I suspect) when working with "Toggle Bunches" mode off.

Bunch can't open files from command line using `open`

From the command line:

$ open -a Bunch MyBunchFile.bunch

I receive the following error message: 'The document “SnippetMaster.bunch” could not be opened. Bunch cannot open files in the “Bunch File” format.'

The hard decision will be what to have Bunch.app do when you open a file, maybe toggle the bunch?

There is a work around: you can accomplish the same thing by doing:

$ open x-bunch://toggle/MyBunchFile

Attempting to change the bunch folder crashes Bunch Beta

Hi Brett,

This is in Catalina. I keep my bunches in a dropbox folder, and Bunch Beta crashes every time I try to change the folder. Once I restart it, though, the folder has been switched correctly.

Best.


Process: Bunch Beta [15711]
Path: /Applications/Bunch Beta.app/Contents/MacOS/Bunch Beta
Identifier: com.brettterpstra.BunchBeta
Version: 1.4.0 (72)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Bunch Beta [15711]
User ID: 501

Date/Time: 2021-02-19 20:55:57.728 -0500
OS Version: Mac OS X 10.15.7 (19H524)
Report Version: 12
Bridge OS Version: 3.0 (14Y908)
Anonymous UUID: 78A84BA3-8D40-0400-14B6-AB89CE90E526

Sleep/Wake UUID: 0AED3CF5-1096-4A04-B2D4-2D1D2A573235

Time Awake Since Boot: 52000 seconds
Time Since Wake: 740 seconds

System Integrity Protection: enabled

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

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x000053cef3d94890
Exception Note: EXC_CORPSE_NOTIFY

Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [15711]

VM Regions Near 0x53cef3d94890:
__LINKEDIT 00000001071c4000-00000001071fc000 [ 224K] r--/r-- SM=COW /usr/lib/dyld
-->
MALLOC_NANO 0000600000000000-0000600008000000 [128.0M] rw-/rwx SM=COW

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libobjc.A.dylib 0x00007fff68c836e8 objc_retain + 24
1 com.brettterpstra.BunchBeta 0x0000000101142c9e 0x1010f5000 + 318622
2 com.apple.CoreServices.FSEvents 0x00007fff31488a85 implementation_callback_rpc + 3083
3 com.apple.CoreServices.FSEvents 0x00007fff31487dfe _Xcallback_rpc + 233
4 com.apple.CoreServices.FSEvents 0x00007fff31487cf7 FSEventsD2F_server + 55
5 com.apple.CoreServices.FSEvents 0x00007fff3148a92b FSEventsClientProcessMessageCallback + 46
6 com.apple.CoreFoundation 0x00007fff2fd99b05 __CFMachPortPerform + 250
7 com.apple.CoreFoundation 0x00007fff2fd6b304 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION + 41
8 com.apple.CoreFoundation 0x00007fff2fd6b250 __CFRunLoopDoSource1 + 541
9 com.apple.CoreFoundation 0x00007fff2fd69d79 __CFRunLoopRun + 2270
10 com.apple.CoreFoundation 0x00007fff2fd68e3e CFRunLoopRunSpecific + 462
11 com.apple.HIToolbox 0x00007fff2e995abd RunCurrentEventLoopInMode + 292
12 com.apple.HIToolbox 0x00007fff2e9957d5 ReceiveNextEventCommon + 584
13 com.apple.HIToolbox 0x00007fff2e995579 _BlockUntilNextEventMatchingListInModeWithFilter + 64
14 com.apple.AppKit 0x00007fff2cfdb039 _DPSNextEvent + 883
15 com.apple.AppKit 0x00007fff2cfd9880 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1352
16 com.apple.AppKit 0x00007fff2cfcb58e -[NSApplication run] + 658
17 com.apple.AppKit 0x00007fff2cf9d396 NSApplicationMain + 777
18 libdyld.dylib 0x00007fff69e38cc9 start + 1

Thread 1:
0 libsystem_pthread.dylib 0x00007fff6a038b68 start_wqthread + 0

Thread 2:: Dispatch queue: NSCGSDisableUpdates
0 libsystem_kernel.dylib 0x00007fff69f79e4e semaphore_timedwait_trap + 10
1 com.apple.SkyLight 0x00007fff5f04c342 CGSUpdateManager::enable_updates_common() + 302
2 com.apple.SkyLight 0x00007fff5f04ca84 SLSReenableUpdateTokenWithSeed + 121
3 libdispatch.dylib 0x00007fff69dde6c4 _dispatch_call_block_and_release + 12
4 libdispatch.dylib 0x00007fff69ddf658 _dispatch_client_callout + 8
5 libdispatch.dylib 0x00007fff69de4c44 _dispatch_lane_serial_drain + 597
6 libdispatch.dylib 0x00007fff69de55d6 _dispatch_lane_invoke + 363
7 libdispatch.dylib 0x00007fff69deec09 _dispatch_workloop_worker_thread + 596
8 libsystem_pthread.dylib 0x00007fff6a039a3d _pthread_wqthread + 290
9 libsystem_pthread.dylib 0x00007fff6a038b77 start_wqthread + 15

Thread 3:
0 libsystem_pthread.dylib 0x00007fff6a038b68 start_wqthread + 0

Thread 4:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x00007fff69f79dfa mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff69f7a170 mach_msg + 60
2 com.apple.CoreFoundation 0x00007fff2fd6aef5 __CFRunLoopServiceMachPort + 247
3 com.apple.CoreFoundation 0x00007fff2fd699c2 __CFRunLoopRun + 1319
4 com.apple.CoreFoundation 0x00007fff2fd68e3e CFRunLoopRunSpecific + 462
5 com.apple.AppKit 0x00007fff2d17c954 _NSEventThread + 132
6 libsystem_pthread.dylib 0x00007fff6a03d109 _pthread_start + 148
7 libsystem_pthread.dylib 0x00007fff6a038b8b thread_start + 15

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

Thread 6:
0 libsystem_pthread.dylib 0x00007fff6a038b68 start_wqthread + 0

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x000053cef3d94870 rbx: 0x0000000103367000 rcx: 0x00006000006e8890 rdx: 0x0000000000000001
rdi: 0x00006000027e4870 rsi: 0x00006000027e4870 rbp: 0x00007ffeeeb042d0 rsp: 0x00007ffeeeb04278
r8: 0x0000000103368000 r9: 0x0000000103367000 r10: 0x00006000006e9860 r11: 0x00007fff2fcea9f7
r12: 0x0000000000000000 r13: 0x00007fff68c836d0 r14: 0x00006000006e8890 r15: 0x00007faac962f0a0
rip: 0x00007fff68c836e8 rfl: 0x0000000000010202 cr2: 0x000053cef3d94890

Logical CPU: 1
Error Code: 0x00000004 (no mapping for user data read)
Trap Number: 14

Binary Images:
0x1010f5000 - 0x1011b4ff7 +com.brettterpstra.BunchBeta (1.4.0 - 72) <8E46BCAA-EA51-33F9-8710-00DDE47EDB1A> /Applications/Bunch Beta.app/Contents/MacOS/Bunch Beta
0x1011e8000 - 0x101203ff7 +com.deusty.CocoaLumberjack (3.7.0 - 1) <7124CC57-0D23-3852-BDF7-744A74A7663D> /Applications/Bunch Beta.app/Contents/Frameworks/CocoaLumberjack.framework/Versions/A/CocoaLumberjack
0x10122f000 - 0x101282ff7 +org.sparkle-project.Sparkle (1.24.0 a-67-g0e162c98 - 1.24.0) <1AAA2191-6EA6-35D4-BA37-24C404CE4C29> /Applications/Bunch Beta.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
0x104129000 - 0x10412c047 libobjc-trampolines.dylib (787.1) <88F9B648-C455-36F8-BBB9-7D1A9F57D073> /usr/lib/libobjc-trampolines.dylib
0x1070f7000 - 0x107188f47 dyld (750.6) <326C6480-04F4-3164-A363-53079A148E2F> /usr/lib/dyld
0x7fff286e7000 - 0x7fff28ae6ff1 com.apple.driver.AppleIntelKBLGraphicsMTLDriver (14.7.12 - 14.0.7) /System/Library/Extensions/AppleIntelKBLGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelKBLGraphicsMTLDriver
0x7fff2b96e000 - 0x7fff2b96efff com.apple.Accelerate (1.11 - Accelerate 1.11) <4F9977AE-DBDB-3A16-A536-AC1F9938DCDD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff2b96f000 - 0x7fff2b985fef libCGInterfaces.dylib (524.2.1) <8FD09D09-BB19-36C5-ADE9-4F22DA235AEE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff2b986000 - 0x7fff2bfdcfff com.apple.vImage (8.1 - 524.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff2bfdd000 - 0x7fff2c244ff7 libBLAS.dylib (1303.60.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff2c245000 - 0x7fff2c718fef libBNNS.dylib (144.100.2) <99C61C48-B14C-3DA6-8C31-6BF72DA0A3A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fff2c719000 - 0x7fff2cab4fff libLAPACK.dylib (1303.60.1) <5E3E3867-50C3-3E6A-9A2E-007CE77A4641> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff2cab5000 - 0x7fff2cacafec libLinearAlgebra.dylib (1303.60.1) <3D433800-0099-33E0-8C81-15F83247B2C9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff2cacb000 - 0x7fff2cad0ff3 libQuadrature.dylib (7) <371F36A7-B12F-363E-8955-F24F7C2048F6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fff2cad1000 - 0x7fff2cb41fff libSparse.dylib (103) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
0x7fff2cb42000 - 0x7fff2cb54fef libSparseBLAS.dylib (1303.60.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff2cb55000 - 0x7fff2cd2cfd7 libvDSP.dylib (735.140.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff2cd2d000 - 0x7fff2cdeffef libvMisc.dylib (735.140.1) <3601FDE3-B142-398D-987D-8151A51F0A96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff2cdf0000 - 0x7fff2cdf0fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff2cdf1000 - 0x7fff2ce50ff0 com.apple.Accounts (113 - 113) /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
0x7fff2cf9a000 - 0x7fff2dd5aff2 com.apple.AppKit (6.9 - 1894.60.100) <035927A5-657C-3D54-B9AA-0BBE7307514E> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff2ddaa000 - 0x7fff2ddaafff com.apple.ApplicationServices (48 - 50) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff2ddab000 - 0x7fff2de16fff com.apple.ApplicationServices.ATS (377 - 493.0.4.1) <87EA5DE1-506A-39FD-88BE-D8A3416C9012> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff2deaf000 - 0x7fff2deedff0 libFontRegistry.dylib (274.0.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff2df48000 - 0x7fff2df77fff com.apple.ATSUI (1.0 - 1) <5F513967-DDD7-3F22-AD14-8A38ABD9F2D0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
0x7fff2df78000 - 0x7fff2df7cffb com.apple.ColorSyncLegacy (4.13.0 - 1) <72EE68DB-F069-37F5-AA2A-40D5FCF139F4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
0x7fff2e016000 - 0x7fff2e06dffa com.apple.HIServices (1.22 - 676) <14DF4D42-E24D-3EBD-9A9D-93124D8D6AA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff2e06e000 - 0x7fff2e07cfff com.apple.LangAnalysis (1.7.0 - 1.7.0) <01B8B6B3-E2C3-3607-B34A-8283A7E0E924> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff2e07d000 - 0x7fff2e0c2ffa com.apple.print.framework.PrintCore (15.4 - 516.2) <437BCF12-48D2-3770-8BC9-567718FB1BCA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff2e0c3000 - 0x7fff2e0cdff7 com.apple.QD (4.0 - 413) <27A36D07-B5E9-32E6-87B6-3127F260F48D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff2e0ce000 - 0x7fff2e0dbffc com.apple.speech.synthesis.framework (9.0.24 - 9.0.24) <75344F8F-32CA-3558-B4E6-F56D498250E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff2e0dc000 - 0x7fff2e1bdffa com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <5B249BE8-90C2-303D-9D08-7E829341DB23> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff2e1bf000 - 0x7fff2e1bffff com.apple.audio.units.AudioUnit (1.14 - 1.14) <19BFF349-A9A2-355A-96F9-3ACD50231B0D> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff2e556000 - 0x7fff2e8e5ffa com.apple.CFNetwork (1128.0.2 - 1128.0.2) <967D1958-9BAD-3582-B63D-C4088D43D69B> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff2e961000 - 0x7fff2e961fff com.apple.Carbon (160 - 162) <93F221F5-B31E-31F4-ACC7-7840171C61E3> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff2e962000 - 0x7fff2e965ff3 com.apple.CommonPanels (1.2.6 - 101) <9F6E13D9-374B-386F-8E15-FDD6CE967859> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff2e966000 - 0x7fff2ec5aff3 com.apple.HIToolbox (2.1.1 - 994.6) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff2ec5b000 - 0x7fff2ec5eff3 com.apple.help (1.3.8 - 71) <36483951-6F3E-3F7E-8A5B-191C2357EF17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff2ec5f000 - 0x7fff2ec64ff7 com.apple.ImageCapture (9.0 - 1600.65) <1A1F320E-3E85-3F3D-8AE0-B238C4E92D40> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff2ec65000 - 0x7fff2ec65fff com.apple.ink.framework (10.15 - 227) <284507AE-EF47-3ABC-86A4-669243DB1D33> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff2ec66000 - 0x7fff2ec80ffa com.apple.openscripting (1.7 - 185.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff2eca1000 - 0x7fff2eca1fff com.apple.print.framework.Print (15 - 271) <0D9FB08F-EA87-3BE7-821B-C61BA5601050> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff2eca2000 - 0x7fff2eca4ff7 com.apple.securityhi (9.0 - 55008) <390C6FAA-99BF-3924-9180-9EAE41D9C6BE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff2eca5000 - 0x7fff2ecabfff com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <9614A01E-8303-3422-A3BA-6CE27540E09A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff2ee53000 - 0x7fff2ef49fff com.apple.ColorSync (4.13.0 - 3394.9) /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff2f234000 - 0x7fff2f73dffb com.apple.audio.CoreAudio (5.0 - 5.0) <47923B12-3D14-328A-9C86-27A3A2A73068> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff2f790000 - 0x7fff2f7c8fff com.apple.CoreBluetooth (1.0 - 1) <23DBB313-A082-3C08-8E1F-2D31EE4247EF> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff2f7c9000 - 0x7fff2fbb3fe8 com.apple.CoreData (120 - 977.3) <49AE61CA-C91E-31FE-9BD0-1AACFFB5181E> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff2fbb4000 - 0x7fff2fce6ff6 com.apple.CoreDisplay (1.0 - 186.6.15) <213D7011-8180-3CF4-9BE7-FB8F75DCDB95> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fff2fce7000 - 0x7fff30166feb com.apple.CoreFoundation (6.9 - 1677.201) <56B0FE5F-D493-3DF1-ABFF-ECC450268B97> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff30168000 - 0x7fff307ddff8 com.apple.CoreGraphics (2.0 - 1355.22) <438C1588-4EA6-3648-9905-53E804DC179A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff307eb000 - 0x7fff30b46ff0 com.apple.CoreImage (15.0.0 - 940.9) <69361069-01AB-342E-862B-73A74271A765> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff30f07000 - 0x7fff30fe2ffc com.apple.CoreMedia (1.0 - 2625.9) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff310cf000 - 0x7fff310cffff com.apple.CoreServices (1069.24 - 1069.24) <4DCFF933-1368-322A-97AB-C3BBEF8E5BBE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff310d0000 - 0x7fff31155fff com.apple.AE (838.1 - 838.1) <2E5FD5AE-8A7F-353F-9BD1-0241F3586181> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff31156000 - 0x7fff31437ff7 com.apple.CoreServices.CarbonCore (1217 - 1217) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff31438000 - 0x7fff31485ffd com.apple.DictionaryServices (1.2 - 323.6) <26B70C82-25BC-353A-858F-945B14C803A2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff31486000 - 0x7fff3148eff7 com.apple.CoreServices.FSEvents (1268.100.1 - 1268.100.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff3148f000 - 0x7fff316c9ff6 com.apple.LaunchServices (1069.24 - 1069.24) <9A5359D9-9148-3B18-B868-56A9DA5FB60C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff316ca000 - 0x7fff31762ff1 com.apple.Metadata (10.7.0 - 2076.7) <0973F7E5-D58C-3574-A3CE-4F12CAC2D4C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff31763000 - 0x7fff31790fff com.apple.CoreServices.OSServices (1069.24 - 1069.24) <0E4F48AD-402C-3E9D-9CA9-6DD9479B28F9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff31791000 - 0x7fff317f8fff com.apple.SearchKit (1.4.1 - 1.4.1) <2C5E1D85-E8B1-3DC5-91B9-E3EDB48E9369> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff317f9000 - 0x7fff3181dff5 com.apple.coreservices.SharedFileList (131.4 - 131.4) <02DE0D56-E371-3EF5-9BC1-FA435451B412> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff31b42000 - 0x7fff31cf9ffc com.apple.CoreText (643.1.5.4 - 643.1.5.4) <9962BA1D-8858-36FC-9C1E-856F59CB73C8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff31cfa000 - 0x7fff31d3effb com.apple.CoreVideo (1.8 - 344.3) <5314E70D-325F-3E98-99FC-00FDF520747E> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff31d3f000 - 0x7fff31dccffc com.apple.framework.CoreWLAN (13.0 - 1601.2) <6223BFD5-D451-3DE9-90F6-F609AC0B0027> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff32063000 - 0x7fff32069fff com.apple.DiskArbitration (2.7 - 2.7) <0BBBB6A6-604D-368B-9943-50B8CE75D51D> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff3225e000 - 0x7fff3238cff6 com.apple.FileProvider (304.1 - 304.1) /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider
0x7fff323a4000 - 0x7fff32769fff com.apple.Foundation (6.9 - 1677.201) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff327d6000 - 0x7fff32826ff7 com.apple.GSS (4.0 - 2.0) <2F3A67E6-D42A-3CF0-9041-A42C22D46F95> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff32963000 - 0x7fff32a77ff3 com.apple.Bluetooth (7.0.6 - 7.0.6f8) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff32add000 - 0x7fff32b81ff3 com.apple.framework.IOKit (2.0.2 - 1726.148.1) <0A9D244C-AECC-3D29-86DE-4F3B04F8DD25> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff32b83000 - 0x7fff32b94ffb com.apple.IOSurface (269.11 - 269.11) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff32c13000 - 0x7fff32d70fe6 com.apple.ImageIO.framework (3.3.0 - 1976.11.4) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff32d71000 - 0x7fff32d74fff libGIF.dylib (1976.11.5) <08257419-87B2-3D89-8E11-656EC5921262> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff32d75000 - 0x7fff32e2efe7 libJP2.dylib (1976.11.5) <54AD434B-6A9E-395D-AD19-B1E3AE3B75E0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff32e2f000 - 0x7fff32e52fe3 libJPEG.dylib (1976.11.5) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff330cf000 - 0x7fff330e9fef libPng.dylib (1976.11.5) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff330ea000 - 0x7fff330ebfff libRadiance.dylib (1976.11.5) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff330ec000 - 0x7fff33132fff libTIFF.dylib (1976.11.5) <4F0341BC-2DE1-3246-98A9-B72FB5604CE2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff335dd000 - 0x7fff3467dff1 com.apple.JavaScriptCore (15609 - 15609.4.1) <18766B97-AB12-331C-984C-F1C7C9363E8B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff34694000 - 0x7fff346a6ff3 com.apple.Kerberos (3.0 - 1) <03BB492B-016E-37BF-B020-39C2CF7487FE> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff346a7000 - 0x7fff346a7fff libHeimdalProxy.dylib (77) <0A2905EE-9533-3345-AF9B-AAC71513BDFD> /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
0x7fff34a39000 - 0x7fff34a43ffb com.apple.MediaAccessibility (1.0 - 125.1) <98065EA1-3484-3A5A-B05C-D2FABED8CEA4> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff3525e000 - 0x7fff35328fff com.apple.Metal (212.8 - 212.8) <98C944D6-62C8-355E-90F8-C1CA2429EF24> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff35345000 - 0x7fff35382ff7 com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <7EBAC15D-7837-395D-B405-1E29F7DA68FA> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
0x7fff35383000 - 0x7fff3540dfe2 com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
0x7fff3540e000 - 0x7fff35433ff4 com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <02006D92-E2AB-3892-A96B-37F6520C19BA> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
0x7fff35434000 - 0x7fff35449ffb com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
0x7fff3544a000 - 0x7fff355a8ffc com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <05612E06-50CB-318F-9F8E-EF4D49FAB3B0> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
0x7fff355a9000 - 0x7fff355f8ff4 com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
0x7fff355f9000 - 0x7fff355faff5 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fff3669a000 - 0x7fff366a6ffe com.apple.NetFS (6.0 - 4.0) <57CABC68-0585-3989-9161-157DBB544B82> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff366a7000 - 0x7fff367feff3 com.apple.Network (1.0 - 1) <4A0F3B93-4D23-3E74-9A3D-AD19E9C0E59E> /System/Library/Frameworks/Network.framework/Versions/A/Network
0x7fff39230000 - 0x7fff39288fff com.apple.opencl (3.5 - 3.5) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff39289000 - 0x7fff392a5fff com.apple.CFOpenDirectory (10.15 - 220.40.1) <7E6C88EB-3DD9-32B0-81FC-179552834FA9> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff392a6000 - 0x7fff392b1ffd com.apple.OpenDirectory (10.15 - 220.40.1) <4A92D8D8-A9E5-3A9C-942F-28576F6BCDF5> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff39c17000 - 0x7fff39c19fff libCVMSPluginSupport.dylib (17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff39c1a000 - 0x7fff39c1ffff libCoreFSCache.dylib (176.15) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff39c20000 - 0x7fff39c24fff libCoreVMClient.dylib (176.15) <018A48BA-1326-3847-8FB5-A7C99322EB87> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff39c25000 - 0x7fff39c2dff7 libGFXShared.dylib (17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff39c2e000 - 0x7fff39c38fff libGL.dylib (17.10.22) <96BB59BE-BB61-3410-81B9-7F2EB0A90DD9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff39c39000 - 0x7fff39c6dff7 libGLImage.dylib (17.10.22) <6D40FC2C-EA97-3963-ABC7-D86915B0A56E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff39e03000 - 0x7fff39e3ffff libGLU.dylib (17.10.22) <337FE11D-5CB1-3CFA-B253-F9978E83AF03> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff3a87b000 - 0x7fff3a88aff7 com.apple.opengl (17.10.22 - 17.10.22) <4D43EB22-BD57-3493-B574-332E13657FE9> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff3b848000 - 0x7fff3bacbffb com.apple.QuartzCore (1.11 - 841.4) <0028ADD7-42AD-310E-B725-2DF94C07FD6D> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff3c64e000 - 0x7fff3c997ff1 com.apple.security (7.0 - 59306.140.5) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff3c998000 - 0x7fff3ca20ffb com.apple.securityfoundation (6.0 - 55236.60.1) <7C69DF47-4017-3DF2-B55B-712B481654CB> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff3ca21000 - 0x7fff3ca4eff7 com.apple.securityinterface (10.0 - 55139.120.1) <3F834E36-6B8B-33F0-B36B-809DBCD1FE69> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x7fff3ca4f000 - 0x7fff3ca53ff8 com.apple.xpc.ServiceManagement (1.0 - 1) <9B36FD0E-D280-35EB-ABAB-6AC5D7B2118F> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff3d6ff000 - 0x7fff3d779ff7 com.apple.SystemConfiguration (1.19 - 1.19) <84F9B3BB-F7AF-3B7C-8CD0-D3C22D19619F> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff3d9f9000 - 0x7fff3dd7cff4 com.apple.VideoToolbox (1.0 - 2625.9) <6CF18E28-A7A8-3952-8171-7E4FF4FB37FA> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff3e01e000 - 0x7fff3e7bbff7 libwebrtc.dylib (7609.4.1) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libwebrtc.dylib
0x7fff3e7bc000 - 0x7fff40a26ff3 com.apple.WebCore (15609 - 15609.4.1) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fff40a27000 - 0x7fff40c33ffb com.apple.WebKitLegacy (15609 - 15609.4.1) <99CAEE2D-8516-3B55-B29E-4F01340C84D3> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
0x7fff40c34000 - 0x7fff41339ffd com.apple.WebKit (15609 - 15609.4.1) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fff416e9000 - 0x7fff417aefe7 com.apple.APFS (1412.141.1 - 1412.141.1) /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
0x7fff41dfa000 - 0x7fff41e05ffc com.apple.accessibility.AXCoreUtilities (1.0 - 1) <7693F2BF-4DEB-3659-AA34-06322BAE38F8> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/Versions/A/AXCoreUtilities
0x7fff41f76000 - 0x7fff41f7eff5 com.apple.AccessibilityBundles (1.0 - 131.5) /System/Library/PrivateFrameworks/AccessibilityBundles.framework/Versions/A/AccessibilityBundles
0x7fff428c3000 - 0x7fff428c4ff1 com.apple.AggregateDictionary (1.0 - 1) <95A291F5-B69F-3C37-9483-C3B2EBF52AC1> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
0x7fff42e60000 - 0x7fff42e7dff4 com.apple.AppContainer (4.0 - 448.100.6) <87CEE13C-8585-3EFB-92CD-0852DFF0921B> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fff42ed2000 - 0x7fff42ee0ff7 com.apple.AppSandbox (4.0 - 448.100.6) <0F49AA04-3400-349A-9096-6D4D7ED61027> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
0x7fff4335c000 - 0x7fff43380ffb com.apple.framework.Apple80211 (13.0 - 1610.1) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff4363e000 - 0x7fff4364dfd7 com.apple.AppleFSCompression (119.100.1 - 1.0) <466ABD77-2E52-36D1-8E39-77AE2CC61611> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff4374c000 - 0x7fff43757ff7 com.apple.AppleIDAuthSupport (1.0 - 1) <74F6CD9C-27A7-39C7-A7EB-47E60D2517EB> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
0x7fff43799000 - 0x7fff437e1ff7 com.apple.AppleJPEG (1.0 - 1) <6DE30A07-C627-319B-A0DE-EB7A832BEB88> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff43bd0000 - 0x7fff43bf2fff com.apple.applesauce (1.0 - 16.25) <68E0364C-AEA7-3654-A030-136BF3CD92F3> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
0x7fff43cb1000 - 0x7fff43cb4fff com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <67255151-F989-39F0-BC87-0C0BDAE70730> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff43cb5000 - 0x7fff43d05ff7 com.apple.AppleVAFramework (6.1.2 - 6.1.2) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff43d4e000 - 0x7fff43d5dff9 com.apple.AssertionServices (1.0 - 223.140.2) <48AD21CA-B81D-380E-A04F-90C48FDA5203> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
0x7fff448f1000 - 0x7fff44b31fe8 com.apple.audio.AudioToolboxCore (1.0 - 1104.96) <38DAA17F-9D37-39E9-BAC9-D00ABC8FA318> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
0x7fff44b35000 - 0x7fff44c51fff com.apple.AuthKit (1.0 - 1) /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
0x7fff44e0e000 - 0x7fff44e17ff7 com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
0x7fff44e18000 - 0x7fff44eb9ff5 com.apple.backup.framework (1.11.7 - 1298.7.1) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff44eba000 - 0x7fff44f46ff6 com.apple.BaseBoard (466.3 - 466.3) <10D0F3BB-E8F3-365E-8528-6AC996A9B0E7> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
0x7fff45048000 - 0x7fff45084ff7 com.apple.bom (14.0 - 219.2) <79CBE5E7-054F-377B-9566-A86A9F120CF1> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff45c04000 - 0x7fff45c53fff com.apple.ChunkingLibrary (307 - 307) <5B09C30D-FD2B-3E98-8B64-C5EF470FC13C> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff45dae000 - 0x7fff45e39ff8 com.apple.CloudDocs (1.0 - 698.17) <900567ED-DEA4-30D5-A1C0-78BD53C58CD6> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
0x7fff46b00000 - 0x7fff46b10ffb com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff46b24000 - 0x7fff46b3bfff com.apple.commonutilities (8.0 - 900) /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
0x7fff47668000 - 0x7fff47689ff4 com.apple.analyticsd (1.0 - 1) <524D14C7-2BA6-3FF7-8541-EB03F9EAD16A> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
0x7fff47c20000 - 0x7fff47c30ff3 com.apple.CoreEmoji (1.0 - 107.1) <7C2B3259-083B-31B8-BCDB-1BA360529936> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fff48270000 - 0x7fff482daff0 com.apple.CoreNLP (1.0 - 213) /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
0x7fff48598000 - 0x7fff4859cffb com.apple.CoreOptimization (1.0 - 1) <0FFD7AA1-6E0B-395B-BCDC-73C1CCECC25B> /System/Library/PrivateFrameworks/CoreOptimization.framework/Versions/A/CoreOptimization
0x7fff48708000 - 0x7fff48710ff8 com.apple.CorePhoneNumbers (1.0 - 1) /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
0x7fff48711000 - 0x7fff4876394b com.apple.CorePrediction (1.0 - 1) /System/Library/PrivateFrameworks/CorePrediction.framework/Versions/A/CorePrediction
0x7fff490fd000 - 0x7fff49120fff com.apple.CoreSVG (1.0 - 129.3) /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
0x7fff49121000 - 0x7fff49154fff com.apple.CoreServicesInternal (446.7 - 446.7) <65F53A22-6B61-382C-AAC2-B2C53F8FFB44> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff49155000 - 0x7fff49183ffd com.apple.CSStore (1069.24 - 1069.24) /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
0x7fff496a8000 - 0x7fff4973eff7 com.apple.CoreSymbolication (11.4 - 64535.33.2) <0B3BF87A-7F95-3D79-B4F8-421D6FAC4A6C> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff497d6000 - 0x7fff49902ff6 com.apple.coreui (2.1 - 609.4) <788818B7-7EBC-316D-9464-D12E365E3791> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff49903000 - 0x7fff49abcffa com.apple.CoreUtils (6.2.4 - 624.7) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff49bf6000 - 0x7fff49c09ff1 com.apple.CrashReporterSupport (10.13 - 15016.1) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff49cc2000 - 0x7fff49cd4ff8 com.apple.framework.DFRFoundation (1.0 - 252.50.1) <8162057E-E856-3451-9160-04AEDDECFFA4> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fff49cd5000 - 0x7fff49cdafff com.apple.DSExternalDisplay (3.1 - 380) <31ECB5FD-7660-33DB-BC5B-2B2A2AA7C686> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fff49d64000 - 0x7fff49ddeff0 com.apple.datadetectorscore (8.0 - 659) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff49e2a000 - 0x7fff49e67ff8 com.apple.DebugSymbols (194 - 194) <040AE30B-CF2C-3798-A289-0929B8CAB10D> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff49e68000 - 0x7fff49ff0ff6 com.apple.desktopservices (1.14.6 - 1281.6.1) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff4a006000 - 0x7fff4a012ff8 com.apple.DeviceIdentity (1.0 - 1) /System/Library/PrivateFrameworks/DeviceIdentity.framework/Versions/A/DeviceIdentity
0x7fff4b9b1000 - 0x7fff4bdccff1 com.apple.vision.FaceCore (4.3.0 - 4.3.0) <5D32F65D-2CD7-3204-975C-F4C9256E505F> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff4c46b000 - 0x7fff4c5a1ffc libFontParser.dylib (277.2.6.5) <221B4B63-D483-347A-BCE5-F95964E75910> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x7fff4c5a2000 - 0x7fff4c5d6fff libTrueTypeScaler.dylib (277.2.6.5) /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
0x7fff4c63a000 - 0x7fff4c64aff6 libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) <7C8BF02D-F8EA-36A4-B968-BFD6C605A5E6> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x7fff4fb2b000 - 0x7fff4fb2cfff libmetal_timestamp.dylib (902.14.11) /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib
0x7fff511e6000 - 0x7fff511ecfff com.apple.GPUWrangler (5.2.7 - 5.2.7) /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
0x7fff5150b000 - 0x7fff51531ff1 com.apple.GenerationalStorage (2.0 - 314) <54483E50-20BB-3AF8-900F-992320C109B0> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff5265f000 - 0x7fff5266dffb com.apple.GraphVisualizer (1.0 - 100.1) <507D5812-9CB4-3C94-938C-59ED2B370818> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
0x7fff5266e000 - 0x7fff5267bff3 com.apple.GraphicsServices (1.0 - 1.0) <5DAF38C9-53CF-319A-A853-C2EDC46F30EF> /System/Library/PrivateFrameworks/GraphicsServices.framework/Versions/A/GraphicsServices
0x7fff5280c000 - 0x7fff528caff4 com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff532c7000 - 0x7fff532f6ff8 com.apple.HelpData (2.3 - 199) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x7fff54a56000 - 0x7fff54a5eff5 com.apple.IOAccelerator (438.7.4 - 438.7.4) /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff54a6b000 - 0x7fff54a82fff com.apple.IOPresentment (47.10 - 37) <2FDA4D04-4238-3A99-8703-B641E37F9251> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fff54e0a000 - 0x7fff54e55ff1 com.apple.IconServices (438.3 - 438.3) <0DADB4C3-46FF-3FDB-8A86-51E2067FC7F4> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff55013000 - 0x7fff5501aff9 com.apple.InternationalSupport (1.0 - 45.4) <8D8D4A7D-FD35-36B8-A456-7C93030EDAB3> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
0x7fff552a7000 - 0x7fff552c6ffd com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <6F655A32-F963-3A7E-B475-E460F4AC7D99> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
0x7fff553fb000 - 0x7fff554c9ffd com.apple.LanguageModeling (1.0 - 215.1) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff554ca000 - 0x7fff55512fff com.apple.Lexicon-framework (1.0 - 72) <41F208B9-8255-3EC7-9673-FE0925D071D3> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
0x7fff55519000 - 0x7fff5551eff3 com.apple.LinguisticData (1.0 - 353.18) <3B92F249-4602-325F-984B-D2DE61EEE4E1> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
0x7fff56887000 - 0x7fff568d3fff com.apple.spotlight.metadata.utilities (1.0 - 2076.7) <0237323B-EC78-3FBF-9FC7-5A1FE2B5CE25> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
0x7fff568d4000 - 0x7fff569a5ffa com.apple.gpusw.MetalTools (1.0 - 1) <99876E08-37D7-3828-8796-56D90C9AFBDB> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
0x7fff56c05000 - 0x7fff56c23fff com.apple.MobileKeyBag (2.0 - 1.0) /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
0x7fff56e86000 - 0x7fff56eb6ff7 com.apple.MultitouchSupport.framework (3440.1 - 3440.1) <6794E1C8-9627-33DF-84F4-FDD02C97F383> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff573b6000 - 0x7fff573c0fff com.apple.NetAuth (6.2 - 6.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff57dd7000 - 0x7fff57e22ffb com.apple.OTSVG (1.0 - 643.1.5.4) <587F9D1D-40C8-365A-8D65-7CE8B05DF928> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
0x7fff5903f000 - 0x7fff5904aff2 com.apple.PerformanceAnalysis (1.243.2 - 243.2) /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff5904b000 - 0x7fff59073ffb com.apple.persistentconnection (1.0 - 1.0) <5B2D87A8-2641-3F6D-ACEA-96B00F85AAB5> /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
0x7fff5ab49000 - 0x7fff5ab5cffc com.apple.PowerLog (1.0 - 1) <828C6EA9-C8CD-3356-886A-18659BC80F82> /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog
0x7fff5ba33000 - 0x7fff5ba4cffb com.apple.ProtocolBuffer (1 - 274.24.9.16.3) <5A020941-C43C-303E-8DE8-230FC6A84DBC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff5be8c000 - 0x7fff5be98ff5 com.apple.xpc.RemoteServiceDiscovery (1.0 - 1738.140.2) <2587178C-8D25-3A4D-ADEB-C3F3089547F4> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
0x7fff5beac000 - 0x7fff5bed5ff1 com.apple.RemoteViewServices (2.0 - 148) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff5bed6000 - 0x7fff5beebffa com.apple.xpc.RemoteXPC (1.0 - 1738.140.2) <7B095A61-A639-350D-936B-E3537AA3E945> /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC
0x7fff5c03a000 - 0x7fff5c075ff0 com.apple.RunningBoardServices (1.0 - 223.140.2) <96BB04BD-D6E0-3D70-8F36-89B46DA1DA30> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
0x7fff5cd9e000 - 0x7fff5cdeaff9 com.apple.Safari.SafeBrowsing (15609 - 15609.4.1) <9B45B45B-9E12-3172-9799-BA1F8FF711EA> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/Versions/A/SafariSafeBrowsing
0x7fff5d956000 - 0x7fff5d959ff5 com.apple.SecCodeWrapper (4.0 - 448.100.6) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fff5dacc000 - 0x7fff5dbf3fff com.apple.Sharing (1526.37 - 1526.37) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff5dc4c000 - 0x7fff5dc6aff2 com.apple.shortcut (2.16 - 106) <9F669D19-13AD-3961-B247-ED728B7BFA19> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x7fff5f008000 - 0x7fff5f2feff7 com.apple.SkyLight (1.600.0 - 451.4) /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fff5fb4b000 - 0x7fff5fb59ffb com.apple.SpeechRecognitionCore (6.0.91.2 - 6.0.91.2) <4D6CAC2A-151B-3BBE-BDB7-E2BE72128691> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff5fc1b000 - 0x7fff5fea7ffe com.apple.spotlight.index (10.7.0 - 2076.7) <932C7705-353B-395F-9A23-09D62EAFAD81> /System/Library/PrivateFrameworks/SpotlightIndex.framework/Versions/A/SpotlightIndex
0x7fff6038d000 - 0x7fff60396ff7 com.apple.SymptomDiagnosticReporter (1.0 - 1238.120.2) /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
0x7fff6064d000 - 0x7fff6065dff3 com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff60b82000 - 0x7fff60c48ff0 com.apple.TextureIO (3.10.9 - 3.10.9) /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fff60e18000 - 0x7fff61070ff0 com.apple.UIFoundation (1.0 - 662) /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff61107000 - 0x7fff6110dffe com.apple.URLFormatting (119 - 119.18) <7F99D166-86DC-3F77-A34A-2DA7183D7160> /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting
0x7fff61cff000 - 0x7fff61d1fffc com.apple.UserManagement (1.0 - 1) <9F00880E-6EA6-3684-B208-455E14EC07C8> /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
0x7fff62acb000 - 0x7fff62bb6ff2 com.apple.ViewBridge (467 - 467) <09E8FFB8-4DA1-3E80-8E19-927A2D987BF9> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0x7fff62d5c000 - 0x7fff62d5dfff com.apple.WatchdogClient.framework (1.0 - 67.120.2) /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
0x7fff62f30000 - 0x7fff62f30fff com.apple.WebInspectorUI (15609 - 15609.4.1) <94A93FEF-0395-3053-9781-A8516C9F9040> /System/Library/PrivateFrameworks/WebInspectorUI.framework/Versions/A/WebInspectorUI
0x7fff630ec000 - 0x7fff63127fff libAWDSupport.dylib (949) /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupport.dylib
0x7fff63128000 - 0x7fff63408ff7 libAWDSupportFramework.dylib (3541.2) /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupportFramework.dylib
0x7fff63409000 - 0x7fff6341afff libprotobuf-lite.dylib (3541.2) <578CA7D8-149E-3643-937B-DAD5501E4575> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf-lite.dylib
0x7fff6341b000 - 0x7fff63474ffb libprotobuf.dylib (3541.2) <0CDB164D-E7C3-3D4F-BF11-47402D67D7B0> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf.dylib
0x7fff63475000 - 0x7fff634b9ff6 com.apple.awd (1.0 - 949) <9DA8A821-4354-3E24-BAA1-4519D2279F2B> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/WirelessDiagnostics
0x7fff6398d000 - 0x7fff63990ffa com.apple.dt.XCTTargetBootstrap (1.0 - 16091) /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
0x7fff63a0a000 - 0x7fff63a18ff5 com.apple.audio.caulk (1.0 - 32.3) <06D695EA-E2BC-31E4-9816-9C12542BA744> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
0x7fff63d5a000 - 0x7fff63d5cff3 com.apple.loginsupport (1.0 - 1) <12F77885-27DC-3837-9CE9-A25EBA75F833> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff63d5d000 - 0x7fff63d70ffd com.apple.login (3.0 - 3.0) /System/Library/PrivateFrameworks/login.framework/Versions/A/login
0x7fff6674e000 - 0x7fff66763ffe libAccessibility.dylib (2790.70) <3F824859-2E9B-3772-A475-73E4F88A15C2> /usr/lib/libAccessibility.dylib
0x7fff66840000 - 0x7fff66873ffa libAudioToolboxUtility.dylib (1104.96) <2CA1542C-361E-3E4F-BD1A-1BA2F5D6B4AC> /usr/lib/libAudioToolboxUtility.dylib
0x7fff6687a000 - 0x7fff668aefff libCRFSuite.dylib (48) <5E5DE3CB-30DD-34DC-AEF8-FE8536A85E96> /usr/lib/libCRFSuite.dylib
0x7fff668b1000 - 0x7fff668bbfff libChineseTokenizer.dylib (34) <7F0DA183-1796-315A-B44A-2C234C7C50BE> /usr/lib/libChineseTokenizer.dylib
0x7fff66947000 - 0x7fff66949ff7 libDiagnosticMessagesClient.dylib (112) /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff6698f000 - 0x7fff66b46ffb libFosl_dynamic.dylib (100.4) <737573B2-190A-3BA1-8220-807AD0A2CE5E> /usr/lib/libFosl_dynamic.dylib
0x7fff66b6d000 - 0x7fff66b73ff3 libIOReport.dylib (54) <75D177C4-BAD7-3285-B8E1-3019F49B3178> /usr/lib/libIOReport.dylib
0x7fff66c55000 - 0x7fff66c5cfff libMatch.1.dylib (36) <5C6F3971-9D9E-3630-BDB6-60BFC5A665E0> /usr/lib/libMatch.1.dylib
0x7fff66c8b000 - 0x7fff66cabff7 libMobileGestalt.dylib (826.140.5) <2BE94E6A-FA61-312F-84A1-F764D71B7E39> /usr/lib/libMobileGestalt.dylib
0x7fff66e1d000 - 0x7fff66e1efff libSystem.B.dylib (1281.100.1) /usr/lib/libSystem.B.dylib
0x7fff66e1f000 - 0x7fff66eaaff7 libTelephonyUtilDynamic.dylib (5017.1) <174030B2-E35F-3F17-A9EF-DF8631F30CCF> /usr/lib/libTelephonyUtilDynamic.dylib
0x7fff66eab000 - 0x7fff66eacfff libThaiTokenizer.dylib (3) <4F4ADE99-0D09-3223-B7C0-C407AB6DE8DC> /usr/lib/libThaiTokenizer.dylib
0x7fff66ec4000 - 0x7fff66edafff libapple_nghttp2.dylib (1.39.2) <07FEC48A-87CF-32A3-8194-FA70B361713A> /usr/lib/libapple_nghttp2.dylib
0x7fff66f0f000 - 0x7fff66f81ff7 libarchive.2.dylib (72.140.2) /usr/lib/libarchive.2.dylib
0x7fff66f82000 - 0x7fff6701bfe5 libate.dylib (3.0.1) <76EA60FB-748C-313F-8951-B076540BEA97> /usr/lib/libate.dylib
0x7fff6701f000 - 0x7fff6701fff3 libauto.dylib (187) /usr/lib/libauto.dylib
0x7fff670e5000 - 0x7fff670f5ffb libbsm.0.dylib (60.100.1) <00BFFB9A-2FFE-3C24-896A-251BC61917FD> /usr/lib/libbsm.0.dylib
0x7fff670f6000 - 0x7fff67102fff libbz2.1.0.dylib (44) <14CC4988-B6D4-3879-AFC2-9A0DDC6388DE> /usr/lib/libbz2.1.0.dylib
0x7fff67103000 - 0x7fff67155fff libc++.1.dylib (902.1) <59A8239F-C28A-3B59-B8FA-11340DC85EDC> /usr/lib/libc++.1.dylib
0x7fff67156000 - 0x7fff6716bffb libc++abi.dylib (902) /usr/lib/libc++abi.dylib
0x7fff6716c000 - 0x7fff6716cfff libcharset.1.dylib (59) <72447768-9244-39AB-8E79-2FA14EC0AD33> /usr/lib/libcharset.1.dylib
0x7fff6716d000 - 0x7fff6717efff libcmph.dylib (8) /usr/lib/libcmph.dylib
0x7fff6717f000 - 0x7fff67196fd7 libcompression.dylib (87) <64C91066-586D-38C0-A2F3-3E60A940F859> /usr/lib/libcompression.dylib
0x7fff67470000 - 0x7fff67486ff7 libcoretls.dylib (167) <770A5B96-936E-34E3-B006-B1CEC299B5A5> /usr/lib/libcoretls.dylib
0x7fff67487000 - 0x7fff67488fff libcoretls_cfhelpers.dylib (167) <940BF370-FD0C-30A8-AA05-FF48DA44FA4C> /usr/lib/libcoretls_cfhelpers.dylib
0x7fff67a45000 - 0x7fff67aa4ff7 libcups.2.dylib (483.7) <821ED293-B7B3-3B37-88C9-7B6CA91DA7FA> /usr/lib/libcups.2.dylib
0x7fff67bae000 - 0x7fff67baefff libenergytrace.dylib (21) <162DFCC0-8F48-3DD0-914F-FA8653E27B26> /usr/lib/libenergytrace.dylib
0x7fff67baf000 - 0x7fff67bc7fff libexpat.1.dylib (19.60.2) /usr/lib/libexpat.1.dylib
0x7fff67bd5000 - 0x7fff67bd7fff libfakelink.dylib (149.1) <36146CB2-E6A5-37BB-9EE8-1B4034D8F3AD> /usr/lib/libfakelink.dylib
0x7fff67be6000 - 0x7fff67bebfff libgermantok.dylib (24) /usr/lib/libgermantok.dylib
0x7fff67bec000 - 0x7fff67bf5ff7 libheimdal-asn1.dylib (564.140.1) <0AC6FB62-2B0F-3E93-A931-E4DC4B1D757A> /usr/lib/libheimdal-asn1.dylib
0x7fff67bf6000 - 0x7fff67ce6fff libiconv.2.dylib (59) <18311A67-E4EF-3CC7-95B3-C0EDEE3A282F> /usr/lib/libiconv.2.dylib
0x7fff67ce7000 - 0x7fff67f3efff libicucore.A.dylib (64260.0.1) <8AC2CB07-E7E0-340D-A849-186FA1F27251> /usr/lib/libicucore.A.dylib
0x7fff67f58000 - 0x7fff67f59fff liblangid.dylib (133) <30CFC08C-EF36-3CF5-8AEA-C1CB070306B7> /usr/lib/liblangid.dylib
0x7fff67f5a000 - 0x7fff67f72ff3 liblzma.5.dylib (16) /usr/lib/liblzma.5.dylib
0x7fff67f8a000 - 0x7fff68031ff7 libmecab.dylib (883.11) <0D5BFD01-D4A7-3C8D-AA69-C329C1A69792> /usr/lib/libmecab.dylib
0x7fff68032000 - 0x7fff68294ff1 libmecabra.dylib (883.11) /usr/lib/libmecabra.dylib
0x7fff68601000 - 0x7fff68630fff libncurses.5.4.dylib (57) <995DFEEA-40F3-377F-B73D-D02AC59D591F> /usr/lib/libncurses.5.4.dylib
0x7fff68760000 - 0x7fff68bdcff5 libnetwork.dylib (1880.120.4) /usr/lib/libnetwork.dylib
0x7fff68c7d000 - 0x7fff68cb0fde libobjc.A.dylib (787.1) <6DF81160-5E7F-3E31-AA1E-C875E3B98AF6> /usr/lib/libobjc.A.dylib
0x7fff68cc3000 - 0x7fff68cc7fff libpam.2.dylib (25.100.1) <0502F395-8EE6-3D2A-9239-06FD5622E19E> /usr/lib/libpam.2.dylib
0x7fff68cca000 - 0x7fff68d00ff7 libpcap.A.dylib (89.120.1) /usr/lib/libpcap.A.dylib
0x7fff68d84000 - 0x7fff68d9cfff libresolv.9.dylib (67.40.1) /usr/lib/libresolv.9.dylib
0x7fff68d9e000 - 0x7fff68de2ff7 libsandbox.1.dylib (1217.141.2) /usr/lib/libsandbox.1.dylib
0x7fff68df6000 - 0x7fff68df7ff7 libspindump.dylib (281.3) /usr/lib/libspindump.dylib
0x7fff68df8000 - 0x7fff68fe2ff7 libsqlite3.dylib (308.6) <33057143-AB4E-348B-9650-98BC48866F34> /usr/lib/libsqlite3.dylib
0x7fff69233000 - 0x7fff69236ffb libutil.dylib (57) /usr/lib/libutil.dylib
0x7fff69237000 - 0x7fff69244ff7 libxar.1.dylib (425.2) /usr/lib/libxar.1.dylib
0x7fff6924a000 - 0x7fff6932cfff libxml2.2.dylib (33.8) /usr/lib/libxml2.2.dylib
0x7fff69330000 - 0x7fff69358fff libxslt.1.dylib (16.10) <2566E878-F75C-372A-ACA5-F2E9CD83F153> /usr/lib/libxslt.1.dylib
0x7fff69359000 - 0x7fff6936bff3 libz.1.dylib (76) <793D9643-CD83-3AAC-8B96-88D548FAB620> /usr/lib/libz.1.dylib
0x7fff69c1a000 - 0x7fff69c1fff3 libcache.dylib (83) /usr/lib/system/libcache.dylib
0x7fff69c20000 - 0x7fff69c2bfff libcommonCrypto.dylib (60165.120.1) /usr/lib/system/libcommonCrypto.dylib
0x7fff69c2c000 - 0x7fff69c33fff libcompiler_rt.dylib (101.2) <49B8F644-5705-3F16-BBE0-6FFF9B17C36E> /usr/lib/system/libcompiler_rt.dylib
0x7fff69c34000 - 0x7fff69c3dff7 libcopyfile.dylib (166.40.1) <3C481225-21E7-370A-A30E-0CCFDD64A92C> /usr/lib/system/libcopyfile.dylib
0x7fff69c3e000 - 0x7fff69cd0fdb libcorecrypto.dylib (866.140.1) <60567BF8-80FA-359A-B2F3-A3BAEFB288FD> /usr/lib/system/libcorecrypto.dylib
0x7fff69ddd000 - 0x7fff69e1dff0 libdispatch.dylib (1173.100.2) /usr/lib/system/libdispatch.dylib
0x7fff69e1e000 - 0x7fff69e54fff libdyld.dylib (750.6) <789A18C2-8AC7-3C88-813D-CD674376585D> /usr/lib/system/libdyld.dylib
0x7fff69e55000 - 0x7fff69e55ffb libkeymgr.dylib (30) /usr/lib/system/libkeymgr.dylib
0x7fff69e56000 - 0x7fff69e62ff3 libkxld.dylib (6153.141.16) <32E58B88-2028-3F9D-A833-673ED01BB7AC> /usr/lib/system/libkxld.dylib
0x7fff69e63000 - 0x7fff69e63ff7 liblaunch.dylib (1738.140.2) <7200E214-9B4D-3B22-9844-4C7892FC890B> /usr/lib/system/liblaunch.dylib
0x7fff69e64000 - 0x7fff69e69ff7 libmacho.dylib (959.0.1) /usr/lib/system/libmacho.dylib
0x7fff69e6a000 - 0x7fff69e6cff3 libquarantine.dylib (110.40.3) /usr/lib/system/libquarantine.dylib
0x7fff69e6d000 - 0x7fff69e6eff7 libremovefile.dylib (48) <7C7EFC79-BD24-33EF-B073-06AED234593E> /usr/lib/system/libremovefile.dylib
0x7fff69e6f000 - 0x7fff69e86ff3 libsystem_asl.dylib (377.60.2) <1563EE02-0657-3B78-99BE-A947C24122EF> /usr/lib/system/libsystem_asl.dylib
0x7fff69e87000 - 0x7fff69e87ff7 libsystem_blocks.dylib (74) <0D53847E-AF5F-3ACF-B51F-A15DEA4DEC58> /usr/lib/system/libsystem_blocks.dylib
0x7fff69e88000 - 0x7fff69f0ffff libsystem_c.dylib (1353.100.2) /usr/lib/system/libsystem_c.dylib
0x7fff69f10000 - 0x7fff69f13ffb libsystem_configuration.dylib (1061.141.1) <0EE84C33-64FD-372B-974A-AF7A136F2068> /usr/lib/system/libsystem_configuration.dylib
0x7fff69f14000 - 0x7fff69f17fff libsystem_coreservices.dylib (114) /usr/lib/system/libsystem_coreservices.dylib
0x7fff69f18000 - 0x7fff69f20fff libsystem_darwin.dylib (1353.100.2) <5B12B5DB-3F30-37C1-8ECC-49A66B1F2864> /usr/lib/system/libsystem_darwin.dylib
0x7fff69f21000 - 0x7fff69f28fff libsystem_dnssd.dylib (1096.100.3) /usr/lib/system/libsystem_dnssd.dylib
0x7fff69f29000 - 0x7fff69f2affb libsystem_featureflags.dylib (17) <29FD922A-EC2C-3F25-BCCC-B58D716E60EC> /usr/lib/system/libsystem_featureflags.dylib
0x7fff69f2b000 - 0x7fff69f78ff7 libsystem_info.dylib (538) <8A321605-5480-330B-AF9E-64E65DE61747> /usr/lib/system/libsystem_info.dylib
0x7fff69f79000 - 0x7fff69fa5ff7 libsystem_kernel.dylib (6153.141.16) <05E98124-C845-374E-A323-8D6CFB60926F> /usr/lib/system/libsystem_kernel.dylib
0x7fff69fa6000 - 0x7fff69fedfff libsystem_m.dylib (3178) <00F331F1-0D09-39B3-8736-1FE90E64E903> /usr/lib/system/libsystem_m.dylib
0x7fff69fee000 - 0x7fff6a015fff libsystem_malloc.dylib (283.100.6) <8549294E-4C53-36EB-99F3-584A7393D8D5> /usr/lib/system/libsystem_malloc.dylib
0x7fff6a016000 - 0x7fff6a023ffb libsystem_networkextension.dylib (1095.140.2) /usr/lib/system/libsystem_networkextension.dylib
0x7fff6a024000 - 0x7fff6a02dff7 libsystem_notify.dylib (241.100.2) /usr/lib/system/libsystem_notify.dylib
0x7fff6a02e000 - 0x7fff6a036fef libsystem_platform.dylib (220.100.1) <009A7C1F-313A-318E-B9F2-30F4C06FEA5C> /usr/lib/system/libsystem_platform.dylib
0x7fff6a037000 - 0x7fff6a041fff libsystem_pthread.dylib (416.100.3) <62CB1A98-0B8F-31E7-A02B-A1139927F61D> /usr/lib/system/libsystem_pthread.dylib
0x7fff6a042000 - 0x7fff6a046ff3 libsystem_sandbox.dylib (1217.141.2) <051C4018-4345-3034-AC98-6DE42FB8273B> /usr/lib/system/libsystem_sandbox.dylib
0x7fff6a047000 - 0x7fff6a049fff libsystem_secinit.dylib (62.100.2) /usr/lib/system/libsystem_secinit.dylib
0x7fff6a04a000 - 0x7fff6a051ffb libsystem_symptoms.dylib (1238.120.2) <702D0910-5C34-3D43-9631-8BD215DE4FE1> /usr/lib/system/libsystem_symptoms.dylib
0x7fff6a052000 - 0x7fff6a068ff2 libsystem_trace.dylib (1147.120.1) /usr/lib/system/libsystem_trace.dylib
0x7fff6a06a000 - 0x7fff6a06fff7 libunwind.dylib (35.4) <42B7B509-BAFE-365B-893A-72414C92F5BF> /usr/lib/system/libunwind.dylib
0x7fff6a070000 - 0x7fff6a0a5ffe libxpc.dylib (1738.140.2) <54EEF402-42C7-3995-BADE-93C48EFC4452> /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: 833364
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=635.7M resident=0K(0%) swapped_out_or_unallocated=635.7M(100%)
Writable regions: Total=588.1M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=588.1M(100%)

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 384K 3
Activity Tracing 256K 1
CG image 8K 1
CoreAnimation 152K 8
CoreGraphics 8K 1
CoreImage 8K 2
CoreUI image data 936K 8
Foundation 4K 1
Kernel Alloc Once 8K 1
MALLOC 192.1M 67
MALLOC guard page 32K 6
MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)
STACK GUARD 56.0M 7
Stack 11.0M 7
VM_ALLOCATE 144K 12
__DATA 29.1M 308
__DATA_CONST 41K 3
__FONT_DATA 4K 1
__LINKEDIT 389.3M 9
__OBJC_RO 32.3M 1
__OBJC_RW 1908K 2
__TEXT 246.4M 303
__UNICODE 564K 1
mapped file 47.5M 19
shared memory 652K 17
=========== ======= =======
TOTAL 1.4G 790
TOTAL, minus reserved VM space 1.0G 790

Model: MacBookPro14,2, BootROM 429.80.1.0.0, 2 processors, Dual-Core Intel Core i7, 3.5 GHz, 16 GB, SMC 2.44f6
Graphics: kHW_IntelIrisGraphics650Item, Intel Iris Plus Graphics 650, spdisplays_builtin
Memory Module: BANK 0/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C31473332443450472D30393320
Memory Module: BANK 1/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C31473332443450472D30393320
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x171), Broadcom BCM43xx 1.0 (7.77.111.1 AirPortDriverBrcmNIC-1615.3)
Bluetooth: Version 7.0.6f8, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB 3.0 Bus
USB Device: Apple T1 Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 41.4
Thunderbolt Bus: MacBook Pro, Apple Inc., 41.4

setting variables in embedded snippets

I have this bunch where I'm trying to set the variable project_path via embedded script.

I'm doing this because there is one (and in the future more) things that I want to run depending on the selected option.

That said in my log I get the following error
2021-04-26 09:29:09: 🟡Value for variable project_path not provided, removing

Crash on Opening Bunch (Bunch Beta 76)

Hi,

I have a very simple bunch that opens a page in overleaf.com using Firefox. Bunch Beta crashes when I try to run it:

Process: Bunch Beta [64324]
Path: /Applications/Bunch Beta.app/Contents/MacOS/Bunch Beta
Identifier: com.brettterpstra.BunchBeta
Version: 1.4.0 (76)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Bunch Beta [64324]
User ID: 501

Date/Time: 2021-02-28 15:20:05.526 -0500
OS Version: Mac OS X 10.15.7 (19H524)
Report Version: 12
Bridge OS Version: 3.0 (14Y908)
Anonymous UUID: 78A84BA3-8D40-0400-14B6-AB89CE90E526

Sleep/Wake UUID: 8A917C20-3DB7-4723-8049-E5994C9B8AE0

Time Awake Since Boot: 470000 seconds
Time Since Wake: 150000 seconds

System Integrity Protection: enabled

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

Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY

Application Specific Information:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFString replaceCharactersInRange:withString:]: Range or index out of bounds'
abort() called
terminating with uncaught exception of type NSException

Application Specific Backtrace 1:
0 CoreFoundation 0x00007fff2fde6b57 __exceptionPreprocess + 250
1 libobjc.A.dylib 0x00007fff68c905bf objc_exception_throw + 48
2 CoreFoundation 0x00007fff2fe9559e -[__NSCFString characterAtIndex:].cold.1 + 0
3 CoreFoundation 0x00007fff2fe95815 -[__NSCFString replaceOccurrencesOfString:withString:options:range:].cold.1 + 0
4 CoreFoundation 0x00007fff2fe29878 mutateError + 44
5 CoreFoundation 0x00007fff2fd7d438 -[__NSCFString replaceCharactersInRange:withString:] + 50
6 Foundation 0x00007fff32472c7e -[NSString stringByReplacingCharactersInRange:withString:] + 70
7 Bunch Beta 0x0000000107355fad Bunch Beta + 237485
8 Bunch Beta 0x0000000107364890 Bunch Beta + 297104
9 Bunch Beta 0x000000010736569f Bunch Beta + 300703
10 Bunch Beta 0x0000000107333b44 Bunch Beta + 97092
11 Bunch Beta 0x0000000107330bbf Bunch Beta + 84927
12 Bunch Beta 0x0000000107330ab0 Bunch Beta + 84656
13 libdispatch.dylib 0x00007fff69dde6c4 _dispatch_call_block_and_release + 12
14 libdispatch.dylib 0x00007fff69ddf658 _dispatch_client_callout + 8
15 libdispatch.dylib 0x00007fff69deacab _dispatch_main_queue_callback_4CF + 936
16 CoreFoundation 0x00007fff2fda9e81 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 9
17 CoreFoundation 0x00007fff2fd69c87 __CFRunLoopRun + 2028
18 CoreFoundation 0x00007fff2fd68e3e CFRunLoopRunSpecific + 462
19 HIToolbox 0x00007fff2e995abd RunCurrentEventLoopInMode + 292
20 HIToolbox 0x00007fff2e9957d5 ReceiveNextEventCommon + 584
21 HIToolbox 0x00007fff2e995579 _BlockUntilNextEventMatchingListInModeWithFilter + 64
22 AppKit 0x00007fff2cfdb039 _DPSNextEvent + 883
23 AppKit 0x00007fff2cfd9880 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1352
24 AppKit 0x00007fff2cfcb58e -[NSApplication run] + 658
25 AppKit 0x00007fff2cf9d396 NSApplicationMain + 777
26 libdyld.dylib 0x00007fff69e38cc9 start + 1

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff69f8033a __pthread_kill + 10
1 libsystem_pthread.dylib 0x00007fff6a03ce60 pthread_kill + 430
2 libsystem_c.dylib 0x00007fff69f07808 abort + 120
3 libc++abi.dylib 0x00007fff67166458 abort_message + 231
4 libc++abi.dylib 0x00007fff671578bf demangling_terminate_handler() + 262
5 libobjc.A.dylib 0x00007fff68c925a9 _objc_terminate() + 96
6 libc++abi.dylib 0x00007fff67165887 std::__terminate(void (*)()) + 8
7 libc++abi.dylib 0x00007fff67165829 std::terminate() + 41
8 libdispatch.dylib 0x00007fff69ddf66c _dispatch_client_callout + 28
9 libdispatch.dylib 0x00007fff69deacab _dispatch_main_queue_callback_4CF + 936
10 com.apple.CoreFoundation 0x00007fff2fda9e81 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 9
11 com.apple.CoreFoundation 0x00007fff2fd69c87 __CFRunLoopRun + 2028
12 com.apple.CoreFoundation 0x00007fff2fd68e3e CFRunLoopRunSpecific + 462
13 com.apple.HIToolbox 0x00007fff2e995abd RunCurrentEventLoopInMode + 292
14 com.apple.HIToolbox 0x00007fff2e9957d5 ReceiveNextEventCommon + 584
15 com.apple.HIToolbox 0x00007fff2e995579 _BlockUntilNextEventMatchingListInModeWithFilter + 64
16 com.apple.AppKit 0x00007fff2cfdb039 _DPSNextEvent + 883
17 com.apple.AppKit 0x00007fff2cfd9880 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1352
18 com.apple.AppKit 0x00007fff2cfcb58e -[NSApplication run] + 658
19 com.apple.AppKit 0x00007fff2cf9d396 NSApplicationMain + 777
20 libdyld.dylib 0x00007fff69e38cc9 start + 1

Thread 1:
0 libsystem_pthread.dylib 0x00007fff6a038b68 start_wqthread + 0

Thread 2:
0 libsystem_pthread.dylib 0x00007fff6a038b68 start_wqthread + 0

Thread 3:
0 libsystem_pthread.dylib 0x00007fff6a038b68 start_wqthread + 0

Thread 4:
0 libsystem_pthread.dylib 0x00007fff6a038b68 start_wqthread + 0

Thread 5:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x00007fff69f79dfa mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff69f7a170 mach_msg + 60
2 com.apple.CoreFoundation 0x00007fff2fd6aef5 __CFRunLoopServiceMachPort + 247
3 com.apple.CoreFoundation 0x00007fff2fd699c2 __CFRunLoopRun + 1319
4 com.apple.CoreFoundation 0x00007fff2fd68e3e CFRunLoopRunSpecific + 462
5 com.apple.AppKit 0x00007fff2d17c954 _NSEventThread + 132
6 libsystem_pthread.dylib 0x00007fff6a03d109 _pthread_start + 148
7 libsystem_pthread.dylib 0x00007fff6a038b8b thread_start + 15

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x000000011699adc0 rcx: 0x00007ffee88e1e28 rdx: 0x0000000000000000
rdi: 0x0000000000000307 rsi: 0x0000000000000006 rbp: 0x00007ffee88e1e50 rsp: 0x00007ffee88e1e28
r8: 0x00007ffee88e1cf0 r9: 0x00007ffee88e1ec0 r10: 0x000000011699adc0 r11: 0x0000000000000246
r12: 0x0000000000000307 r13: 0x0000003000000008 r14: 0x0000000000000006 r15: 0x0000000000000016
rip: 0x00007fff69f8033a rfl: 0x0000000000000246 cr2: 0x000000010740c96c

Logical CPU: 0
Error Code: 0x02000148
Trap Number: 133

Binary Images:
0x10731c000 - 0x1073e3ff7 +com.brettterpstra.BunchBeta (1.4.0 - 76) <6C4BCD02-34E2-3604-B754-25C1228D6FD0> /Applications/Bunch Beta.app/Contents/MacOS/Bunch Beta
0x107418000 - 0x107433ff7 +com.deusty.CocoaLumberjack (3.7.0 - 1) <7124CC57-0D23-3852-BDF7-744A74A7663D> /Applications/Bunch Beta.app/Contents/Frameworks/CocoaLumberjack.framework/Versions/A/CocoaLumberjack
0x10745b000 - 0x1074aeff7 +org.sparkle-project.Sparkle (1.24.0 a-67-g0e162c98 - 1.24.0) <1AAA2191-6EA6-35D4-BA37-24C404CE4C29> /Applications/Bunch Beta.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
0x10a161000 - 0x10a164047 libobjc-trampolines.dylib (787.1) <88F9B648-C455-36F8-BBB9-7D1A9F57D073> /usr/lib/libobjc-trampolines.dylib
0x1168d0000 - 0x116961f47 dyld (750.6) <326C6480-04F4-3164-A363-53079A148E2F> /usr/lib/dyld
0x7fff286e7000 - 0x7fff28ae6ff1 com.apple.driver.AppleIntelKBLGraphicsMTLDriver (14.7.12 - 14.0.7) /System/Library/Extensions/AppleIntelKBLGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelKBLGraphicsMTLDriver
0x7fff2b96e000 - 0x7fff2b96efff com.apple.Accelerate (1.11 - Accelerate 1.11) <4F9977AE-DBDB-3A16-A536-AC1F9938DCDD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff2b96f000 - 0x7fff2b985fef libCGInterfaces.dylib (524.2.1) <8FD09D09-BB19-36C5-ADE9-4F22DA235AEE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff2b986000 - 0x7fff2bfdcfff com.apple.vImage (8.1 - 524.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff2bfdd000 - 0x7fff2c244ff7 libBLAS.dylib (1303.60.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff2c245000 - 0x7fff2c718fef libBNNS.dylib (144.100.2) <99C61C48-B14C-3DA6-8C31-6BF72DA0A3A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fff2c719000 - 0x7fff2cab4fff libLAPACK.dylib (1303.60.1) <5E3E3867-50C3-3E6A-9A2E-007CE77A4641> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff2cab5000 - 0x7fff2cacafec libLinearAlgebra.dylib (1303.60.1) <3D433800-0099-33E0-8C81-15F83247B2C9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff2cacb000 - 0x7fff2cad0ff3 libQuadrature.dylib (7) <371F36A7-B12F-363E-8955-F24F7C2048F6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fff2cad1000 - 0x7fff2cb41fff libSparse.dylib (103) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
0x7fff2cb42000 - 0x7fff2cb54fef libSparseBLAS.dylib (1303.60.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff2cb55000 - 0x7fff2cd2cfd7 libvDSP.dylib (735.140.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff2cd2d000 - 0x7fff2cdeffef libvMisc.dylib (735.140.1) <3601FDE3-B142-398D-987D-8151A51F0A96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff2cdf0000 - 0x7fff2cdf0fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff2cdf1000 - 0x7fff2ce50ff0 com.apple.Accounts (113 - 113) /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
0x7fff2cf9a000 - 0x7fff2dd5aff2 com.apple.AppKit (6.9 - 1894.60.100) <035927A5-657C-3D54-B9AA-0BBE7307514E> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff2ddaa000 - 0x7fff2ddaafff com.apple.ApplicationServices (48 - 50) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff2ddab000 - 0x7fff2de16fff com.apple.ApplicationServices.ATS (377 - 493.0.4.1) <87EA5DE1-506A-39FD-88BE-D8A3416C9012> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff2deaf000 - 0x7fff2deedff0 libFontRegistry.dylib (274.0.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff2df48000 - 0x7fff2df77fff com.apple.ATSUI (1.0 - 1) <5F513967-DDD7-3F22-AD14-8A38ABD9F2D0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
0x7fff2df78000 - 0x7fff2df7cffb com.apple.ColorSyncLegacy (4.13.0 - 1) <72EE68DB-F069-37F5-AA2A-40D5FCF139F4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
0x7fff2e016000 - 0x7fff2e06dffa com.apple.HIServices (1.22 - 676) <14DF4D42-E24D-3EBD-9A9D-93124D8D6AA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff2e06e000 - 0x7fff2e07cfff com.apple.LangAnalysis (1.7.0 - 1.7.0) <01B8B6B3-E2C3-3607-B34A-8283A7E0E924> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff2e07d000 - 0x7fff2e0c2ffa com.apple.print.framework.PrintCore (15.4 - 516.2) <437BCF12-48D2-3770-8BC9-567718FB1BCA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff2e0c3000 - 0x7fff2e0cdff7 com.apple.QD (4.0 - 413) <27A36D07-B5E9-32E6-87B6-3127F260F48D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff2e0ce000 - 0x7fff2e0dbffc com.apple.speech.synthesis.framework (9.0.24 - 9.0.24) <75344F8F-32CA-3558-B4E6-F56D498250E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff2e0dc000 - 0x7fff2e1bdffa com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <5B249BE8-90C2-303D-9D08-7E829341DB23> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff2e1bf000 - 0x7fff2e1bffff com.apple.audio.units.AudioUnit (1.14 - 1.14) <19BFF349-A9A2-355A-96F9-3ACD50231B0D> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff2e556000 - 0x7fff2e8e5ffa com.apple.CFNetwork (1128.0.2 - 1128.0.2) <967D1958-9BAD-3582-B63D-C4088D43D69B> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff2e961000 - 0x7fff2e961fff com.apple.Carbon (160 - 162) <93F221F5-B31E-31F4-ACC7-7840171C61E3> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff2e962000 - 0x7fff2e965ff3 com.apple.CommonPanels (1.2.6 - 101) <9F6E13D9-374B-386F-8E15-FDD6CE967859> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff2e966000 - 0x7fff2ec5aff3 com.apple.HIToolbox (2.1.1 - 994.6) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff2ec5b000 - 0x7fff2ec5eff3 com.apple.help (1.3.8 - 71) <36483951-6F3E-3F7E-8A5B-191C2357EF17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff2ec5f000 - 0x7fff2ec64ff7 com.apple.ImageCapture (9.0 - 1600.65) <1A1F320E-3E85-3F3D-8AE0-B238C4E92D40> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff2ec65000 - 0x7fff2ec65fff com.apple.ink.framework (10.15 - 227) <284507AE-EF47-3ABC-86A4-669243DB1D33> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff2ec66000 - 0x7fff2ec80ffa com.apple.openscripting (1.7 - 185.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff2eca1000 - 0x7fff2eca1fff com.apple.print.framework.Print (15 - 271) <0D9FB08F-EA87-3BE7-821B-C61BA5601050> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff2eca2000 - 0x7fff2eca4ff7 com.apple.securityhi (9.0 - 55008) <390C6FAA-99BF-3924-9180-9EAE41D9C6BE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff2eca5000 - 0x7fff2ecabfff com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <9614A01E-8303-3422-A3BA-6CE27540E09A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff2ee53000 - 0x7fff2ef49fff com.apple.ColorSync (4.13.0 - 3394.9) /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff2f234000 - 0x7fff2f73dffb com.apple.audio.CoreAudio (5.0 - 5.0) <47923B12-3D14-328A-9C86-27A3A2A73068> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff2f790000 - 0x7fff2f7c8fff com.apple.CoreBluetooth (1.0 - 1) <23DBB313-A082-3C08-8E1F-2D31EE4247EF> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff2f7c9000 - 0x7fff2fbb3fe8 com.apple.CoreData (120 - 977.3) <49AE61CA-C91E-31FE-9BD0-1AACFFB5181E> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff2fbb4000 - 0x7fff2fce6ff6 com.apple.CoreDisplay (1.0 - 186.6.15) <213D7011-8180-3CF4-9BE7-FB8F75DCDB95> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fff2fce7000 - 0x7fff30166feb com.apple.CoreFoundation (6.9 - 1677.201) <56B0FE5F-D493-3DF1-ABFF-ECC450268B97> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff30168000 - 0x7fff307ddff8 com.apple.CoreGraphics (2.0 - 1355.22) <438C1588-4EA6-3648-9905-53E804DC179A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff307eb000 - 0x7fff30b46ff0 com.apple.CoreImage (15.0.0 - 940.9) <69361069-01AB-342E-862B-73A74271A765> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff30f07000 - 0x7fff30fe2ffc com.apple.CoreMedia (1.0 - 2625.9) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff310cf000 - 0x7fff310cffff com.apple.CoreServices (1069.24 - 1069.24) <4DCFF933-1368-322A-97AB-C3BBEF8E5BBE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff310d0000 - 0x7fff31155fff com.apple.AE (838.1 - 838.1) <2E5FD5AE-8A7F-353F-9BD1-0241F3586181> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff31156000 - 0x7fff31437ff7 com.apple.CoreServices.CarbonCore (1217 - 1217) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff31438000 - 0x7fff31485ffd com.apple.DictionaryServices (1.2 - 323.6) <26B70C82-25BC-353A-858F-945B14C803A2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff31486000 - 0x7fff3148eff7 com.apple.CoreServices.FSEvents (1268.100.1 - 1268.100.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff3148f000 - 0x7fff316c9ff6 com.apple.LaunchServices (1069.24 - 1069.24) <9A5359D9-9148-3B18-B868-56A9DA5FB60C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff316ca000 - 0x7fff31762ff1 com.apple.Metadata (10.7.0 - 2076.7) <0973F7E5-D58C-3574-A3CE-4F12CAC2D4C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff31763000 - 0x7fff31790fff com.apple.CoreServices.OSServices (1069.24 - 1069.24) <0E4F48AD-402C-3E9D-9CA9-6DD9479B28F9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff31791000 - 0x7fff317f8fff com.apple.SearchKit (1.4.1 - 1.4.1) <2C5E1D85-E8B1-3DC5-91B9-E3EDB48E9369> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff317f9000 - 0x7fff3181dff5 com.apple.coreservices.SharedFileList (131.4 - 131.4) <02DE0D56-E371-3EF5-9BC1-FA435451B412> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff31b42000 - 0x7fff31cf9ffc com.apple.CoreText (643.1.5.4 - 643.1.5.4) <9962BA1D-8858-36FC-9C1E-856F59CB73C8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff31cfa000 - 0x7fff31d3effb com.apple.CoreVideo (1.8 - 344.3) <5314E70D-325F-3E98-99FC-00FDF520747E> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff31d3f000 - 0x7fff31dccffc com.apple.framework.CoreWLAN (13.0 - 1601.2) <6223BFD5-D451-3DE9-90F6-F609AC0B0027> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff32063000 - 0x7fff32069fff com.apple.DiskArbitration (2.7 - 2.7) <0BBBB6A6-604D-368B-9943-50B8CE75D51D> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff3225e000 - 0x7fff3238cff6 com.apple.FileProvider (304.1 - 304.1) /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider
0x7fff323a4000 - 0x7fff32769fff com.apple.Foundation (6.9 - 1677.201) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff327d6000 - 0x7fff32826ff7 com.apple.GSS (4.0 - 2.0) <2F3A67E6-D42A-3CF0-9041-A42C22D46F95> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff32963000 - 0x7fff32a77ff3 com.apple.Bluetooth (7.0.6 - 7.0.6f8) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff32add000 - 0x7fff32b81ff3 com.apple.framework.IOKit (2.0.2 - 1726.148.1) <0A9D244C-AECC-3D29-86DE-4F3B04F8DD25> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff32b83000 - 0x7fff32b94ffb com.apple.IOSurface (269.11 - 269.11) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff32c13000 - 0x7fff32d70fe6 com.apple.ImageIO.framework (3.3.0 - 1976.11.4) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff32d71000 - 0x7fff32d74fff libGIF.dylib (1976.11.5) <08257419-87B2-3D89-8E11-656EC5921262> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff32d75000 - 0x7fff32e2efe7 libJP2.dylib (1976.11.5) <54AD434B-6A9E-395D-AD19-B1E3AE3B75E0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff32e2f000 - 0x7fff32e52fe3 libJPEG.dylib (1976.11.5) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff330cf000 - 0x7fff330e9fef libPng.dylib (1976.11.5) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff330ea000 - 0x7fff330ebfff libRadiance.dylib (1976.11.5) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff330ec000 - 0x7fff33132fff libTIFF.dylib (1976.11.5) <4F0341BC-2DE1-3246-98A9-B72FB5604CE2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff335dd000 - 0x7fff3467dff1 com.apple.JavaScriptCore (15609 - 15609.4.1) <18766B97-AB12-331C-984C-F1C7C9363E8B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff34694000 - 0x7fff346a6ff3 com.apple.Kerberos (3.0 - 1) <03BB492B-016E-37BF-B020-39C2CF7487FE> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff346a7000 - 0x7fff346a7fff libHeimdalProxy.dylib (77) <0A2905EE-9533-3345-AF9B-AAC71513BDFD> /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
0x7fff34a39000 - 0x7fff34a43ffb com.apple.MediaAccessibility (1.0 - 125.1) <98065EA1-3484-3A5A-B05C-D2FABED8CEA4> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff3525e000 - 0x7fff35328fff com.apple.Metal (212.8 - 212.8) <98C944D6-62C8-355E-90F8-C1CA2429EF24> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff35345000 - 0x7fff35382ff7 com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <7EBAC15D-7837-395D-B405-1E29F7DA68FA> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
0x7fff35383000 - 0x7fff3540dfe2 com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
0x7fff3540e000 - 0x7fff35433ff4 com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <02006D92-E2AB-3892-A96B-37F6520C19BA> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
0x7fff35434000 - 0x7fff35449ffb com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
0x7fff3544a000 - 0x7fff355a8ffc com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <05612E06-50CB-318F-9F8E-EF4D49FAB3B0> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
0x7fff355a9000 - 0x7fff355f8ff4 com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
0x7fff355f9000 - 0x7fff355faff5 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fff3669a000 - 0x7fff366a6ffe com.apple.NetFS (6.0 - 4.0) <57CABC68-0585-3989-9161-157DBB544B82> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff366a7000 - 0x7fff367feff3 com.apple.Network (1.0 - 1) <4A0F3B93-4D23-3E74-9A3D-AD19E9C0E59E> /System/Library/Frameworks/Network.framework/Versions/A/Network
0x7fff39230000 - 0x7fff39288fff com.apple.opencl (3.5 - 3.5) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff39289000 - 0x7fff392a5fff com.apple.CFOpenDirectory (10.15 - 220.40.1) <7E6C88EB-3DD9-32B0-81FC-179552834FA9> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff392a6000 - 0x7fff392b1ffd com.apple.OpenDirectory (10.15 - 220.40.1) <4A92D8D8-A9E5-3A9C-942F-28576F6BCDF5> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff39c17000 - 0x7fff39c19fff libCVMSPluginSupport.dylib (17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff39c1a000 - 0x7fff39c1ffff libCoreFSCache.dylib (176.15) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff39c20000 - 0x7fff39c24fff libCoreVMClient.dylib (176.15) <018A48BA-1326-3847-8FB5-A7C99322EB87> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff39c25000 - 0x7fff39c2dff7 libGFXShared.dylib (17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff39c2e000 - 0x7fff39c38fff libGL.dylib (17.10.22) <96BB59BE-BB61-3410-81B9-7F2EB0A90DD9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff39c39000 - 0x7fff39c6dff7 libGLImage.dylib (17.10.22) <6D40FC2C-EA97-3963-ABC7-D86915B0A56E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff39e03000 - 0x7fff39e3ffff libGLU.dylib (17.10.22) <337FE11D-5CB1-3CFA-B253-F9978E83AF03> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff3a87b000 - 0x7fff3a88aff7 com.apple.opengl (17.10.22 - 17.10.22) <4D43EB22-BD57-3493-B574-332E13657FE9> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff3b848000 - 0x7fff3bacbffb com.apple.QuartzCore (1.11 - 841.4) <0028ADD7-42AD-310E-B725-2DF94C07FD6D> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff3c64e000 - 0x7fff3c997ff1 com.apple.security (7.0 - 59306.140.5) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff3c998000 - 0x7fff3ca20ffb com.apple.securityfoundation (6.0 - 55236.60.1) <7C69DF47-4017-3DF2-B55B-712B481654CB> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff3ca21000 - 0x7fff3ca4eff7 com.apple.securityinterface (10.0 - 55139.120.1) <3F834E36-6B8B-33F0-B36B-809DBCD1FE69> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x7fff3ca4f000 - 0x7fff3ca53ff8 com.apple.xpc.ServiceManagement (1.0 - 1) <9B36FD0E-D280-35EB-ABAB-6AC5D7B2118F> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff3d6ff000 - 0x7fff3d779ff7 com.apple.SystemConfiguration (1.19 - 1.19) <84F9B3BB-F7AF-3B7C-8CD0-D3C22D19619F> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff3d9f9000 - 0x7fff3dd7cff4 com.apple.VideoToolbox (1.0 - 2625.9) <6CF18E28-A7A8-3952-8171-7E4FF4FB37FA> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff3e01e000 - 0x7fff3e7bbff7 libwebrtc.dylib (7609.4.1) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libwebrtc.dylib
0x7fff3e7bc000 - 0x7fff40a26ff3 com.apple.WebCore (15609 - 15609.4.1) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fff40a27000 - 0x7fff40c33ffb com.apple.WebKitLegacy (15609 - 15609.4.1) <99CAEE2D-8516-3B55-B29E-4F01340C84D3> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
0x7fff40c34000 - 0x7fff41339ffd com.apple.WebKit (15609 - 15609.4.1) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fff416e9000 - 0x7fff417aefe7 com.apple.APFS (1412.141.1 - 1412.141.1) /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
0x7fff41dfa000 - 0x7fff41e05ffc com.apple.accessibility.AXCoreUtilities (1.0 - 1) <7693F2BF-4DEB-3659-AA34-06322BAE38F8> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/Versions/A/AXCoreUtilities
0x7fff41f76000 - 0x7fff41f7eff5 com.apple.AccessibilityBundles (1.0 - 131.5) /System/Library/PrivateFrameworks/AccessibilityBundles.framework/Versions/A/AccessibilityBundles
0x7fff428c3000 - 0x7fff428c4ff1 com.apple.AggregateDictionary (1.0 - 1) <95A291F5-B69F-3C37-9483-C3B2EBF52AC1> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
0x7fff42e60000 - 0x7fff42e7dff4 com.apple.AppContainer (4.0 - 448.100.6) <87CEE13C-8585-3EFB-92CD-0852DFF0921B> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fff42ed2000 - 0x7fff42ee0ff7 com.apple.AppSandbox (4.0 - 448.100.6) <0F49AA04-3400-349A-9096-6D4D7ED61027> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
0x7fff4335c000 - 0x7fff43380ffb com.apple.framework.Apple80211 (13.0 - 1610.1) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff4363e000 - 0x7fff4364dfd7 com.apple.AppleFSCompression (119.100.1 - 1.0) <466ABD77-2E52-36D1-8E39-77AE2CC61611> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff4374c000 - 0x7fff43757ff7 com.apple.AppleIDAuthSupport (1.0 - 1) <74F6CD9C-27A7-39C7-A7EB-47E60D2517EB> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
0x7fff43799000 - 0x7fff437e1ff7 com.apple.AppleJPEG (1.0 - 1) <6DE30A07-C627-319B-A0DE-EB7A832BEB88> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff43bd0000 - 0x7fff43bf2fff com.apple.applesauce (1.0 - 16.25) <68E0364C-AEA7-3654-A030-136BF3CD92F3> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
0x7fff43cb1000 - 0x7fff43cb4fff com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <67255151-F989-39F0-BC87-0C0BDAE70730> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff43cb5000 - 0x7fff43d05ff7 com.apple.AppleVAFramework (6.1.2 - 6.1.2) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff43d4e000 - 0x7fff43d5dff9 com.apple.AssertionServices (1.0 - 223.140.2) <48AD21CA-B81D-380E-A04F-90C48FDA5203> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
0x7fff448f1000 - 0x7fff44b31fe8 com.apple.audio.AudioToolboxCore (1.0 - 1104.96) <38DAA17F-9D37-39E9-BAC9-D00ABC8FA318> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
0x7fff44b35000 - 0x7fff44c51fff com.apple.AuthKit (1.0 - 1) /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
0x7fff44e0e000 - 0x7fff44e17ff7 com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
0x7fff44e18000 - 0x7fff44eb9ff5 com.apple.backup.framework (1.11.7 - 1298.7.1) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff44eba000 - 0x7fff44f46ff6 com.apple.BaseBoard (466.3 - 466.3) <10D0F3BB-E8F3-365E-8528-6AC996A9B0E7> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
0x7fff45048000 - 0x7fff45084ff7 com.apple.bom (14.0 - 219.2) <79CBE5E7-054F-377B-9566-A86A9F120CF1> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff45c04000 - 0x7fff45c53fff com.apple.ChunkingLibrary (307 - 307) <5B09C30D-FD2B-3E98-8B64-C5EF470FC13C> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff45dae000 - 0x7fff45e39ff8 com.apple.CloudDocs (1.0 - 698.17) <900567ED-DEA4-30D5-A1C0-78BD53C58CD6> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
0x7fff46b00000 - 0x7fff46b10ffb com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff46b24000 - 0x7fff46b3bfff com.apple.commonutilities (8.0 - 900) /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
0x7fff47668000 - 0x7fff47689ff4 com.apple.analyticsd (1.0 - 1) <524D14C7-2BA6-3FF7-8541-EB03F9EAD16A> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
0x7fff47c20000 - 0x7fff47c30ff3 com.apple.CoreEmoji (1.0 - 107.1) <7C2B3259-083B-31B8-BCDB-1BA360529936> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fff48270000 - 0x7fff482daff0 com.apple.CoreNLP (1.0 - 213) /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
0x7fff48598000 - 0x7fff4859cffb com.apple.CoreOptimization (1.0 - 1) <0FFD7AA1-6E0B-395B-BCDC-73C1CCECC25B> /System/Library/PrivateFrameworks/CoreOptimization.framework/Versions/A/CoreOptimization
0x7fff48708000 - 0x7fff48710ff8 com.apple.CorePhoneNumbers (1.0 - 1) /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
0x7fff48711000 - 0x7fff4876394b com.apple.CorePrediction (1.0 - 1) /System/Library/PrivateFrameworks/CorePrediction.framework/Versions/A/CorePrediction
0x7fff490fd000 - 0x7fff49120fff com.apple.CoreSVG (1.0 - 129.3) /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
0x7fff49121000 - 0x7fff49154fff com.apple.CoreServicesInternal (446.7 - 446.7) <65F53A22-6B61-382C-AAC2-B2C53F8FFB44> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff49155000 - 0x7fff49183ffd com.apple.CSStore (1069.24 - 1069.24) /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
0x7fff496a8000 - 0x7fff4973eff7 com.apple.CoreSymbolication (11.4 - 64535.33.2) <0B3BF87A-7F95-3D79-B4F8-421D6FAC4A6C> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff497d6000 - 0x7fff49902ff6 com.apple.coreui (2.1 - 609.4) <788818B7-7EBC-316D-9464-D12E365E3791> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff49903000 - 0x7fff49abcffa com.apple.CoreUtils (6.2.4 - 624.7) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff49bf6000 - 0x7fff49c09ff1 com.apple.CrashReporterSupport (10.13 - 15016.1) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff49cc2000 - 0x7fff49cd4ff8 com.apple.framework.DFRFoundation (1.0 - 252.50.1) <8162057E-E856-3451-9160-04AEDDECFFA4> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fff49cd5000 - 0x7fff49cdafff com.apple.DSExternalDisplay (3.1 - 380) <31ECB5FD-7660-33DB-BC5B-2B2A2AA7C686> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fff49d64000 - 0x7fff49ddeff0 com.apple.datadetectorscore (8.0 - 659) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff49e2a000 - 0x7fff49e67ff8 com.apple.DebugSymbols (194 - 194) <040AE30B-CF2C-3798-A289-0929B8CAB10D> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff49e68000 - 0x7fff49ff0ff6 com.apple.desktopservices (1.14.6 - 1281.6.1) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff4a006000 - 0x7fff4a012ff8 com.apple.DeviceIdentity (1.0 - 1) /System/Library/PrivateFrameworks/DeviceIdentity.framework/Versions/A/DeviceIdentity
0x7fff4b9b1000 - 0x7fff4bdccff1 com.apple.vision.FaceCore (4.3.0 - 4.3.0) <5D32F65D-2CD7-3204-975C-F4C9256E505F> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff4c46b000 - 0x7fff4c5a1ffc libFontParser.dylib (277.2.6.5) <221B4B63-D483-347A-BCE5-F95964E75910> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x7fff4c5a2000 - 0x7fff4c5d6fff libTrueTypeScaler.dylib (277.2.6.5) /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
0x7fff4c63a000 - 0x7fff4c64aff6 libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) <7C8BF02D-F8EA-36A4-B968-BFD6C605A5E6> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x7fff4fb2b000 - 0x7fff4fb2cfff libmetal_timestamp.dylib (902.14.11) /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib
0x7fff511e6000 - 0x7fff511ecfff com.apple.GPUWrangler (5.2.7 - 5.2.7) /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
0x7fff5150b000 - 0x7fff51531ff1 com.apple.GenerationalStorage (2.0 - 314) <54483E50-20BB-3AF8-900F-992320C109B0> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff5265f000 - 0x7fff5266dffb com.apple.GraphVisualizer (1.0 - 100.1) <507D5812-9CB4-3C94-938C-59ED2B370818> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
0x7fff5266e000 - 0x7fff5267bff3 com.apple.GraphicsServices (1.0 - 1.0) <5DAF38C9-53CF-319A-A853-C2EDC46F30EF> /System/Library/PrivateFrameworks/GraphicsServices.framework/Versions/A/GraphicsServices
0x7fff5280c000 - 0x7fff528caff4 com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff532c7000 - 0x7fff532f6ff8 com.apple.HelpData (2.3 - 199) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x7fff54a56000 - 0x7fff54a5eff5 com.apple.IOAccelerator (438.7.4 - 438.7.4) /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff54a6b000 - 0x7fff54a82fff com.apple.IOPresentment (47.10 - 37) <2FDA4D04-4238-3A99-8703-B641E37F9251> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fff54e0a000 - 0x7fff54e55ff1 com.apple.IconServices (438.3 - 438.3) <0DADB4C3-46FF-3FDB-8A86-51E2067FC7F4> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff55013000 - 0x7fff5501aff9 com.apple.InternationalSupport (1.0 - 45.4) <8D8D4A7D-FD35-36B8-A456-7C93030EDAB3> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
0x7fff552a7000 - 0x7fff552c6ffd com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <6F655A32-F963-3A7E-B475-E460F4AC7D99> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
0x7fff553fb000 - 0x7fff554c9ffd com.apple.LanguageModeling (1.0 - 215.1) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff554ca000 - 0x7fff55512fff com.apple.Lexicon-framework (1.0 - 72) <41F208B9-8255-3EC7-9673-FE0925D071D3> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
0x7fff55519000 - 0x7fff5551eff3 com.apple.LinguisticData (1.0 - 353.18) <3B92F249-4602-325F-984B-D2DE61EEE4E1> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
0x7fff56887000 - 0x7fff568d3fff com.apple.spotlight.metadata.utilities (1.0 - 2076.7) <0237323B-EC78-3FBF-9FC7-5A1FE2B5CE25> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
0x7fff568d4000 - 0x7fff569a5ffa com.apple.gpusw.MetalTools (1.0 - 1) <99876E08-37D7-3828-8796-56D90C9AFBDB> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
0x7fff56c05000 - 0x7fff56c23fff com.apple.MobileKeyBag (2.0 - 1.0) /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
0x7fff56e86000 - 0x7fff56eb6ff7 com.apple.MultitouchSupport.framework (3440.1 - 3440.1) <6794E1C8-9627-33DF-84F4-FDD02C97F383> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff573b6000 - 0x7fff573c0fff com.apple.NetAuth (6.2 - 6.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff57dd7000 - 0x7fff57e22ffb com.apple.OTSVG (1.0 - 643.1.5.4) <587F9D1D-40C8-365A-8D65-7CE8B05DF928> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
0x7fff5903f000 - 0x7fff5904aff2 com.apple.PerformanceAnalysis (1.243.2 - 243.2) /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff5904b000 - 0x7fff59073ffb com.apple.persistentconnection (1.0 - 1.0) <5B2D87A8-2641-3F6D-ACEA-96B00F85AAB5> /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
0x7fff5ab49000 - 0x7fff5ab5cffc com.apple.PowerLog (1.0 - 1) <828C6EA9-C8CD-3356-886A-18659BC80F82> /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog
0x7fff5ba33000 - 0x7fff5ba4cffb com.apple.ProtocolBuffer (1 - 274.24.9.16.3) <5A020941-C43C-303E-8DE8-230FC6A84DBC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff5be8c000 - 0x7fff5be98ff5 com.apple.xpc.RemoteServiceDiscovery (1.0 - 1738.140.2) <2587178C-8D25-3A4D-ADEB-C3F3089547F4> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
0x7fff5beac000 - 0x7fff5bed5ff1 com.apple.RemoteViewServices (2.0 - 148) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff5bed6000 - 0x7fff5beebffa com.apple.xpc.RemoteXPC (1.0 - 1738.140.2) <7B095A61-A639-350D-936B-E3537AA3E945> /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC
0x7fff5c03a000 - 0x7fff5c075ff0 com.apple.RunningBoardServices (1.0 - 223.140.2) <96BB04BD-D6E0-3D70-8F36-89B46DA1DA30> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
0x7fff5cd9e000 - 0x7fff5cdeaff9 com.apple.Safari.SafeBrowsing (15609 - 15609.4.1) <9B45B45B-9E12-3172-9799-BA1F8FF711EA> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/Versions/A/SafariSafeBrowsing
0x7fff5d956000 - 0x7fff5d959ff5 com.apple.SecCodeWrapper (4.0 - 448.100.6) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fff5dacc000 - 0x7fff5dbf3fff com.apple.Sharing (1526.37 - 1526.37) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff5dc4c000 - 0x7fff5dc6aff2 com.apple.shortcut (2.16 - 106) <9F669D19-13AD-3961-B247-ED728B7BFA19> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x7fff5f008000 - 0x7fff5f2feff7 com.apple.SkyLight (1.600.0 - 451.4) /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fff5fb4b000 - 0x7fff5fb59ffb com.apple.SpeechRecognitionCore (6.0.91.2 - 6.0.91.2) <4D6CAC2A-151B-3BBE-BDB7-E2BE72128691> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff5fc1b000 - 0x7fff5fea7ffe com.apple.spotlight.index (10.7.0 - 2076.7) <932C7705-353B-395F-9A23-09D62EAFAD81> /System/Library/PrivateFrameworks/SpotlightIndex.framework/Versions/A/SpotlightIndex
0x7fff6038d000 - 0x7fff60396ff7 com.apple.SymptomDiagnosticReporter (1.0 - 1238.120.2) /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
0x7fff6064d000 - 0x7fff6065dff3 com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff60b82000 - 0x7fff60c48ff0 com.apple.TextureIO (3.10.9 - 3.10.9) /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fff60e18000 - 0x7fff61070ff0 com.apple.UIFoundation (1.0 - 662) /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff61107000 - 0x7fff6110dffe com.apple.URLFormatting (119 - 119.18) <7F99D166-86DC-3F77-A34A-2DA7183D7160> /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting
0x7fff61cff000 - 0x7fff61d1fffc com.apple.UserManagement (1.0 - 1) <9F00880E-6EA6-3684-B208-455E14EC07C8> /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
0x7fff62acb000 - 0x7fff62bb6ff2 com.apple.ViewBridge (467 - 467) <09E8FFB8-4DA1-3E80-8E19-927A2D987BF9> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0x7fff62d5c000 - 0x7fff62d5dfff com.apple.WatchdogClient.framework (1.0 - 67.120.2) /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
0x7fff62f30000 - 0x7fff62f30fff com.apple.WebInspectorUI (15609 - 15609.4.1) <94A93FEF-0395-3053-9781-A8516C9F9040> /System/Library/PrivateFrameworks/WebInspectorUI.framework/Versions/A/WebInspectorUI
0x7fff630ec000 - 0x7fff63127fff libAWDSupport.dylib (949) /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupport.dylib
0x7fff63128000 - 0x7fff63408ff7 libAWDSupportFramework.dylib (3541.2) /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupportFramework.dylib
0x7fff63409000 - 0x7fff6341afff libprotobuf-lite.dylib (3541.2) <578CA7D8-149E-3643-937B-DAD5501E4575> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf-lite.dylib
0x7fff6341b000 - 0x7fff63474ffb libprotobuf.dylib (3541.2) <0CDB164D-E7C3-3D4F-BF11-47402D67D7B0> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf.dylib
0x7fff63475000 - 0x7fff634b9ff6 com.apple.awd (1.0 - 949) <9DA8A821-4354-3E24-BAA1-4519D2279F2B> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/WirelessDiagnostics
0x7fff6398d000 - 0x7fff63990ffa com.apple.dt.XCTTargetBootstrap (1.0 - 16091) /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
0x7fff63a0a000 - 0x7fff63a18ff5 com.apple.audio.caulk (1.0 - 32.3) <06D695EA-E2BC-31E4-9816-9C12542BA744> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
0x7fff63d5a000 - 0x7fff63d5cff3 com.apple.loginsupport (1.0 - 1) <12F77885-27DC-3837-9CE9-A25EBA75F833> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff63d5d000 - 0x7fff63d70ffd com.apple.login (3.0 - 3.0) /System/Library/PrivateFrameworks/login.framework/Versions/A/login
0x7fff6674e000 - 0x7fff66763ffe libAccessibility.dylib (2790.70) <3F824859-2E9B-3772-A475-73E4F88A15C2> /usr/lib/libAccessibility.dylib
0x7fff66840000 - 0x7fff66873ffa libAudioToolboxUtility.dylib (1104.96) <2CA1542C-361E-3E4F-BD1A-1BA2F5D6B4AC> /usr/lib/libAudioToolboxUtility.dylib
0x7fff6687a000 - 0x7fff668aefff libCRFSuite.dylib (48) <5E5DE3CB-30DD-34DC-AEF8-FE8536A85E96> /usr/lib/libCRFSuite.dylib
0x7fff668b1000 - 0x7fff668bbfff libChineseTokenizer.dylib (34) <7F0DA183-1796-315A-B44A-2C234C7C50BE> /usr/lib/libChineseTokenizer.dylib
0x7fff66947000 - 0x7fff66949ff7 libDiagnosticMessagesClient.dylib (112) /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff6698f000 - 0x7fff66b46ffb libFosl_dynamic.dylib (100.4) <737573B2-190A-3BA1-8220-807AD0A2CE5E> /usr/lib/libFosl_dynamic.dylib
0x7fff66b6d000 - 0x7fff66b73ff3 libIOReport.dylib (54) <75D177C4-BAD7-3285-B8E1-3019F49B3178> /usr/lib/libIOReport.dylib
0x7fff66c55000 - 0x7fff66c5cfff libMatch.1.dylib (36) <5C6F3971-9D9E-3630-BDB6-60BFC5A665E0> /usr/lib/libMatch.1.dylib
0x7fff66c8b000 - 0x7fff66cabff7 libMobileGestalt.dylib (826.140.5) <2BE94E6A-FA61-312F-84A1-F764D71B7E39> /usr/lib/libMobileGestalt.dylib
0x7fff66e1d000 - 0x7fff66e1efff libSystem.B.dylib (1281.100.1) /usr/lib/libSystem.B.dylib
0x7fff66e1f000 - 0x7fff66eaaff7 libTelephonyUtilDynamic.dylib (5017.1) <174030B2-E35F-3F17-A9EF-DF8631F30CCF> /usr/lib/libTelephonyUtilDynamic.dylib
0x7fff66eab000 - 0x7fff66eacfff libThaiTokenizer.dylib (3) <4F4ADE99-0D09-3223-B7C0-C407AB6DE8DC> /usr/lib/libThaiTokenizer.dylib
0x7fff66ec4000 - 0x7fff66edafff libapple_nghttp2.dylib (1.39.2) <07FEC48A-87CF-32A3-8194-FA70B361713A> /usr/lib/libapple_nghttp2.dylib
0x7fff66f0f000 - 0x7fff66f81ff7 libarchive.2.dylib (72.140.2) /usr/lib/libarchive.2.dylib
0x7fff66f82000 - 0x7fff6701bfe5 libate.dylib (3.0.1) <76EA60FB-748C-313F-8951-B076540BEA97> /usr/lib/libate.dylib
0x7fff6701f000 - 0x7fff6701fff3 libauto.dylib (187) /usr/lib/libauto.dylib
0x7fff670e5000 - 0x7fff670f5ffb libbsm.0.dylib (60.100.1) <00BFFB9A-2FFE-3C24-896A-251BC61917FD> /usr/lib/libbsm.0.dylib
0x7fff670f6000 - 0x7fff67102fff libbz2.1.0.dylib (44) <14CC4988-B6D4-3879-AFC2-9A0DDC6388DE> /usr/lib/libbz2.1.0.dylib
0x7fff67103000 - 0x7fff67155fff libc++.1.dylib (902.1) <59A8239F-C28A-3B59-B8FA-11340DC85EDC> /usr/lib/libc++.1.dylib
0x7fff67156000 - 0x7fff6716bffb libc++abi.dylib (902) /usr/lib/libc++abi.dylib
0x7fff6716c000 - 0x7fff6716cfff libcharset.1.dylib (59) <72447768-9244-39AB-8E79-2FA14EC0AD33> /usr/lib/libcharset.1.dylib
0x7fff6716d000 - 0x7fff6717efff libcmph.dylib (8) /usr/lib/libcmph.dylib
0x7fff6717f000 - 0x7fff67196fd7 libcompression.dylib (87) <64C91066-586D-38C0-A2F3-3E60A940F859> /usr/lib/libcompression.dylib
0x7fff67470000 - 0x7fff67486ff7 libcoretls.dylib (167) <770A5B96-936E-34E3-B006-B1CEC299B5A5> /usr/lib/libcoretls.dylib
0x7fff67487000 - 0x7fff67488fff libcoretls_cfhelpers.dylib (167) <940BF370-FD0C-30A8-AA05-FF48DA44FA4C> /usr/lib/libcoretls_cfhelpers.dylib
0x7fff67a45000 - 0x7fff67aa4ff7 libcups.2.dylib (483.7) <821ED293-B7B3-3B37-88C9-7B6CA91DA7FA> /usr/lib/libcups.2.dylib
0x7fff67bae000 - 0x7fff67baefff libenergytrace.dylib (21) <162DFCC0-8F48-3DD0-914F-FA8653E27B26> /usr/lib/libenergytrace.dylib
0x7fff67baf000 - 0x7fff67bc7fff libexpat.1.dylib (19.60.2) /usr/lib/libexpat.1.dylib
0x7fff67bd5000 - 0x7fff67bd7fff libfakelink.dylib (149.1) <36146CB2-E6A5-37BB-9EE8-1B4034D8F3AD> /usr/lib/libfakelink.dylib
0x7fff67be6000 - 0x7fff67bebfff libgermantok.dylib (24) /usr/lib/libgermantok.dylib
0x7fff67bec000 - 0x7fff67bf5ff7 libheimdal-asn1.dylib (564.140.1) <0AC6FB62-2B0F-3E93-A931-E4DC4B1D757A> /usr/lib/libheimdal-asn1.dylib
0x7fff67bf6000 - 0x7fff67ce6fff libiconv.2.dylib (59) <18311A67-E4EF-3CC7-95B3-C0EDEE3A282F> /usr/lib/libiconv.2.dylib
0x7fff67ce7000 - 0x7fff67f3efff libicucore.A.dylib (64260.0.1) <8AC2CB07-E7E0-340D-A849-186FA1F27251> /usr/lib/libicucore.A.dylib
0x7fff67f58000 - 0x7fff67f59fff liblangid.dylib (133) <30CFC08C-EF36-3CF5-8AEA-C1CB070306B7> /usr/lib/liblangid.dylib
0x7fff67f5a000 - 0x7fff67f72ff3 liblzma.5.dylib (16) /usr/lib/liblzma.5.dylib
0x7fff67f8a000 - 0x7fff68031ff7 libmecab.dylib (883.11) <0D5BFD01-D4A7-3C8D-AA69-C329C1A69792> /usr/lib/libmecab.dylib
0x7fff68032000 - 0x7fff68294ff1 libmecabra.dylib (883.11) /usr/lib/libmecabra.dylib
0x7fff68601000 - 0x7fff68630fff libncurses.5.4.dylib (57) <995DFEEA-40F3-377F-B73D-D02AC59D591F> /usr/lib/libncurses.5.4.dylib
0x7fff68760000 - 0x7fff68bdcff5 libnetwork.dylib (1880.120.4) /usr/lib/libnetwork.dylib
0x7fff68c7d000 - 0x7fff68cb0fde libobjc.A.dylib (787.1) <6DF81160-5E7F-3E31-AA1E-C875E3B98AF6> /usr/lib/libobjc.A.dylib
0x7fff68cc3000 - 0x7fff68cc7fff libpam.2.dylib (25.100.1) <0502F395-8EE6-3D2A-9239-06FD5622E19E> /usr/lib/libpam.2.dylib
0x7fff68cca000 - 0x7fff68d00ff7 libpcap.A.dylib (89.120.1) /usr/lib/libpcap.A.dylib
0x7fff68d84000 - 0x7fff68d9cfff libresolv.9.dylib (67.40.1) /usr/lib/libresolv.9.dylib
0x7fff68d9e000 - 0x7fff68de2ff7 libsandbox.1.dylib (1217.141.2) /usr/lib/libsandbox.1.dylib
0x7fff68df6000 - 0x7fff68df7ff7 libspindump.dylib (281.3) /usr/lib/libspindump.dylib
0x7fff68df8000 - 0x7fff68fe2ff7 libsqlite3.dylib (308.6) <33057143-AB4E-348B-9650-98BC48866F34> /usr/lib/libsqlite3.dylib
0x7fff69233000 - 0x7fff69236ffb libutil.dylib (57) /usr/lib/libutil.dylib
0x7fff69237000 - 0x7fff69244ff7 libxar.1.dylib (425.2) /usr/lib/libxar.1.dylib
0x7fff6924a000 - 0x7fff6932cfff libxml2.2.dylib (33.8) /usr/lib/libxml2.2.dylib
0x7fff69330000 - 0x7fff69358fff libxslt.1.dylib (16.10) <2566E878-F75C-372A-ACA5-F2E9CD83F153> /usr/lib/libxslt.1.dylib
0x7fff69359000 - 0x7fff6936bff3 libz.1.dylib (76) <793D9643-CD83-3AAC-8B96-88D548FAB620> /usr/lib/libz.1.dylib
0x7fff69c1a000 - 0x7fff69c1fff3 libcache.dylib (83) /usr/lib/system/libcache.dylib
0x7fff69c20000 - 0x7fff69c2bfff libcommonCrypto.dylib (60165.120.1) /usr/lib/system/libcommonCrypto.dylib
0x7fff69c2c000 - 0x7fff69c33fff libcompiler_rt.dylib (101.2) <49B8F644-5705-3F16-BBE0-6FFF9B17C36E> /usr/lib/system/libcompiler_rt.dylib
0x7fff69c34000 - 0x7fff69c3dff7 libcopyfile.dylib (166.40.1) <3C481225-21E7-370A-A30E-0CCFDD64A92C> /usr/lib/system/libcopyfile.dylib
0x7fff69c3e000 - 0x7fff69cd0fdb libcorecrypto.dylib (866.140.1) <60567BF8-80FA-359A-B2F3-A3BAEFB288FD> /usr/lib/system/libcorecrypto.dylib
0x7fff69ddd000 - 0x7fff69e1dff0 libdispatch.dylib (1173.100.2) /usr/lib/system/libdispatch.dylib
0x7fff69e1e000 - 0x7fff69e54fff libdyld.dylib (750.6) <789A18C2-8AC7-3C88-813D-CD674376585D> /usr/lib/system/libdyld.dylib
0x7fff69e55000 - 0x7fff69e55ffb libkeymgr.dylib (30) /usr/lib/system/libkeymgr.dylib
0x7fff69e56000 - 0x7fff69e62ff3 libkxld.dylib (6153.141.16) <32E58B88-2028-3F9D-A833-673ED01BB7AC> /usr/lib/system/libkxld.dylib
0x7fff69e63000 - 0x7fff69e63ff7 liblaunch.dylib (1738.140.2) <7200E214-9B4D-3B22-9844-4C7892FC890B> /usr/lib/system/liblaunch.dylib
0x7fff69e64000 - 0x7fff69e69ff7 libmacho.dylib (959.0.1) /usr/lib/system/libmacho.dylib
0x7fff69e6a000 - 0x7fff69e6cff3 libquarantine.dylib (110.40.3) /usr/lib/system/libquarantine.dylib
0x7fff69e6d000 - 0x7fff69e6eff7 libremovefile.dylib (48) <7C7EFC79-BD24-33EF-B073-06AED234593E> /usr/lib/system/libremovefile.dylib
0x7fff69e6f000 - 0x7fff69e86ff3 libsystem_asl.dylib (377.60.2) <1563EE02-0657-3B78-99BE-A947C24122EF> /usr/lib/system/libsystem_asl.dylib
0x7fff69e87000 - 0x7fff69e87ff7 libsystem_blocks.dylib (74) <0D53847E-AF5F-3ACF-B51F-A15DEA4DEC58> /usr/lib/system/libsystem_blocks.dylib
0x7fff69e88000 - 0x7fff69f0ffff libsystem_c.dylib (1353.100.2) /usr/lib/system/libsystem_c.dylib
0x7fff69f10000 - 0x7fff69f13ffb libsystem_configuration.dylib (1061.141.1) <0EE84C33-64FD-372B-974A-AF7A136F2068> /usr/lib/system/libsystem_configuration.dylib
0x7fff69f14000 - 0x7fff69f17fff libsystem_coreservices.dylib (114) /usr/lib/system/libsystem_coreservices.dylib
0x7fff69f18000 - 0x7fff69f20fff libsystem_darwin.dylib (1353.100.2) <5B12B5DB-3F30-37C1-8ECC-49A66B1F2864> /usr/lib/system/libsystem_darwin.dylib
0x7fff69f21000 - 0x7fff69f28fff libsystem_dnssd.dylib (1096.100.3) /usr/lib/system/libsystem_dnssd.dylib
0x7fff69f29000 - 0x7fff69f2affb libsystem_featureflags.dylib (17) <29FD922A-EC2C-3F25-BCCC-B58D716E60EC> /usr/lib/system/libsystem_featureflags.dylib
0x7fff69f2b000 - 0x7fff69f78ff7 libsystem_info.dylib (538) <8A321605-5480-330B-AF9E-64E65DE61747> /usr/lib/system/libsystem_info.dylib
0x7fff69f79000 - 0x7fff69fa5ff7 libsystem_kernel.dylib (6153.141.16) <05E98124-C845-374E-A323-8D6CFB60926F> /usr/lib/system/libsystem_kernel.dylib
0x7fff69fa6000 - 0x7fff69fedfff libsystem_m.dylib (3178) <00F331F1-0D09-39B3-8736-1FE90E64E903> /usr/lib/system/libsystem_m.dylib
0x7fff69fee000 - 0x7fff6a015fff libsystem_malloc.dylib (283.100.6) <8549294E-4C53-36EB-99F3-584A7393D8D5> /usr/lib/system/libsystem_malloc.dylib
0x7fff6a016000 - 0x7fff6a023ffb libsystem_networkextension.dylib (1095.140.2) /usr/lib/system/libsystem_networkextension.dylib
0x7fff6a024000 - 0x7fff6a02dff7 libsystem_notify.dylib (241.100.2) /usr/lib/system/libsystem_notify.dylib
0x7fff6a02e000 - 0x7fff6a036fef libsystem_platform.dylib (220.100.1) <009A7C1F-313A-318E-B9F2-30F4C06FEA5C> /usr/lib/system/libsystem_platform.dylib
0x7fff6a037000 - 0x7fff6a041fff libsystem_pthread.dylib (416.100.3) <62CB1A98-0B8F-31E7-A02B-A1139927F61D> /usr/lib/system/libsystem_pthread.dylib
0x7fff6a042000 - 0x7fff6a046ff3 libsystem_sandbox.dylib (1217.141.2) <051C4018-4345-3034-AC98-6DE42FB8273B> /usr/lib/system/libsystem_sandbox.dylib
0x7fff6a047000 - 0x7fff6a049fff libsystem_secinit.dylib (62.100.2) /usr/lib/system/libsystem_secinit.dylib
0x7fff6a04a000 - 0x7fff6a051ffb libsystem_symptoms.dylib (1238.120.2) <702D0910-5C34-3D43-9631-8BD215DE4FE1> /usr/lib/system/libsystem_symptoms.dylib
0x7fff6a052000 - 0x7fff6a068ff2 libsystem_trace.dylib (1147.120.1) /usr/lib/system/libsystem_trace.dylib
0x7fff6a06a000 - 0x7fff6a06fff7 libunwind.dylib (35.4) <42B7B509-BAFE-365B-893A-72414C92F5BF> /usr/lib/system/libunwind.dylib
0x7fff6a070000 - 0x7fff6a0a5ffe libxpc.dylib (1738.140.2) <54EEF402-42C7-3995-BADE-93C48EFC4452> /usr/lib/system/libxpc.dylib

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 3
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 42124046
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=635.7M resident=0K(0%) swapped_out_or_unallocated=635.7M(100%)
Writable regions: Total=579.4M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=579.4M(100%)

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 256K 2
Activity Tracing 256K 1
CG image 12K 2
CoreAnimation 24K 2
CoreGraphics 8K 1
CoreUI image data 408K 4
Foundation 4K 1
Kernel Alloc Once 8K 1
MALLOC 184.0M 62
MALLOC guard page 32K 7
MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)
STACK GUARD 56.0M 6
Stack 10.5M 6
VM_ALLOCATE 116K 10
__DATA 29.1M 308
__DATA_CONST 41K 3
__FONT_DATA 4K 1
__LINKEDIT 389.3M 9
__OBJC_RO 32.3M 1
__OBJC_RW 1908K 2
__TEXT 246.4M 303
__UNICODE 564K 1
mapped file 53.9M 17
shared memory 644K 15
=========== ======= =======
TOTAL 1.4G 766
TOTAL, minus reserved VM space 1.0G 766

Model: MacBookPro14,2, BootROM 429.80.1.0.0, 2 processors, Dual-Core Intel Core i7, 3.5 GHz, 16 GB, SMC 2.44f6
Graphics: kHW_IntelIrisGraphics650Item, Intel Iris Plus Graphics 650, spdisplays_builtin
Memory Module: BANK 0/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C31473332443450472D30393320
Memory Module: BANK 1/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C31473332443450472D30393320
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x171), Broadcom BCM43xx 1.0 (7.77.111.1 AirPortDriverBrcmNIC-1615.3)
Bluetooth: Version 7.0.6f8, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB 3.0 Bus
USB Device: Apple T1 Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 41.4
Thunderbolt Bus: MacBook Pro, Apple Inc., 41.4

Modal dialogs get lost and render Bunch frozen

As per discussion #8, alerts with questions regarding launching startup Bunches or loading Optional Snippets could get lost under other windows, meaning Bunch is stopped waiting and can't be continued until the alert is located.

Pause is delaying the launch of other app

I have a simple sequential Bunch like the following

# Switch to the first Desktop
* tell application "System Events" to key code 18 using control down
Omnifocus
Slack
Chrome
(pause 40)

It turned out that Omnifocus started immediately instead Slack, Chrome waited till the pause is done.

Checked the logs and it looks everything fine

2021-07-14 11:46:25: ⚪[work] Open >>>>>>>>>>>>>>>>>>>>>
2021-07-14 11:46:26: ⚪[work] Running AppleScript (tell application "System Events" to key code 18 using control down)
2021-07-14 11:46:26: ⚪[work] Launching app (Omnifocus)
2021-07-14 11:46:26: ⚪[work] Launching app (Slack)
2021-07-14 11:46:26: ⚪[work] Launching app (Chrome)
2021-07-14 11:46:26: ⚪[work] Processing command "pause 40"
2021-07-14 11:46:26: ⚪[work] Pausing for 40 seconds
2021-07-14 11:47:06: ⚪[work] Done pausing

Everything works fine if I am using the ~ instead of the pause.

Am I missing something?

Thanks
Patrick

FEATURE REQUEST: Navigate on Query Arrays/Multiple Choice Dialogs Options with Keyboard

Similar to being able to activate bunches via keyboard shortcuts, could choosing Query Array options/Multiple Choice Dialogs be doable?

To Test: Given the example

foo = ?[bar, biz, baz]

<<#${foo}
___

#[bar]
* say "Bar"

#[biz]
* say "Biz"

#[baz]
* say "Baz"

when bunch is called and popup menu appears it would be nice to be able to navigate between the options with the "Up/Down" keys. Currently I have to use the mouse to select the option.

Provide a means to open lists of URLs in browser windows

I've tried a few variations on the following to allow groups of tabs to be opened in new browser windows, which helps when a Bunch is triggered while a browser is already open, and helps keep projects separated.

Firefox ~1
- {@n}
- (pause 1)
- http://example.com/
- http://example.com/
- http://example.com/
- {@n}
- (pause 1)
- http://duckduckgo.com/
- http://duckduckgo.com/
- http://duckduckgo.com/

Expectation:
Two new Firefox windows open, one with the first 3 URLs and a second with the latter 3 URLs opened in tabs.

Current behaviour:
Even if I set sequential to true or toggle off the "Launch items in parallel" preferences setting, the URLs are opened before the browser commands have fired, so the URLs all open in the foremost browser window before then opening two new (empty) browser windows.

Assigning a variable in a variable

---
title: Test Script Prompts
sequential: true
---

foo = "This is a test"
scriptrunner = $ echo ${foo}
(log ${scriptrunner})

* say ${foo}
* say "${scriptrunner}"

maybe an issue when passing a variable into another variable

Log reads

2021-05-19 16:00:42: ⚪[Tests/test_script_prompts] Open >>>>>>>>>>>>>>>>>>>>>
2021-05-19 16:00:43: ⚪[Tests/test_script_prompts] Processing command "log foo"
2021-05-19 16:00:43: 🟡[Tests/test_script_prompts] Logger: foo
2021-05-19 16:00:43: ⚪[Tests/test_script_prompts] Running AppleScript (say "This is a test")
2021-05-19 16:00:43: ⚪[Tests/test_script_prompts] Running as raw AppleScript (say "This is a test")
2021-05-19 16:00:44: ⚪[Tests/test_script_prompts] Running AppleScript (say "foo")
2021-05-19 16:00:44: ⚪[Tests/test_script_prompts] Running as raw AppleScript (say "foo")

This however does work

---
title: Test Script Prompts
sequential: true
---

foo = $ echo "This is a test"
* say "${foo}" // returns "saying this is a test" and log reads properly

A couple of bugs since the big rewrite

Hello,
I have identified a couple of issues so far:

  • apps marked with @ do not quit when a bunch quits
  • apps marked with _ do not start when the bunch is marked for automatic launch at startup, but only when it's effectively launched at startup, if I open the bunch manually later on they start correctly.

Execution stops after empty # comment line

After updating today to 1.4 a couple of bunches stopped working properly. It occurred to me that execution stopped after an empty line of comment.

The following folder and the Zoom meeting were never opened.

# open folder for class
#
%Finder
- /Users/dyma/folder/

# open Zoom
#
zoommtg://zoom.us/join?confno=62329538281

The command before worked properly. When I removed the # everything was executed as intended.
No error is logged.

Here's the log output:

2021-06-21 16:20:09: ⚪[test] Open >>>>>>>>>>>>>>>>>>>>>
2021-06-21 16:20:09: ⚪[test] Running AppleScript (tell application "Safari" to 	make new document)
2021-06-21 16:20:09: ⚪[test] Running AppleScript (tell application "Safari" to set URL of current tab of window 1 to "https://twitter.com")
2021-06-21 16:20:09: ⚪[test] Opening file /Users/dyma/OneDrive - Universität Münster/test class with app Finder
2021-06-21 16:20:09: ⚪[test] Opening URL (zoommtg://zoom.us/join?confno=62329538281)
2021-06-21 16:20:09: 🔘Generating status menu
2021-06-21 16:20:24: ⚪[test_fails] Open >>>>>>>>>>>>>>>>>>>>>
2021-06-21 16:20:24: ⚪[test_fails] Running AppleScript (tell application "Safari" to 	make new document)
2021-06-21 16:20:24: ⚪[test_fails] Running AppleScript (tell application "Safari" to set URL of current tab of window 1 to "https://twitter.com")
2021-06-21 16:20:24: 🔘Generating status menu

I've attached two files with a stripped down version of these bunches. Curiously, the single comment in line 12 does not stop the execution.

Workaround is easy, but it took me a couple of minutes to identify the problem.

test_fails.bunch.txt
test.bunch.txt

Variable Not Settable in Bunch Via Multiple Choice Dialog

This is the content of the bunch I tested (GitHub doesn't expand .bunch files)

projectpath = ?{
	kjaymiller => jay
	diversity => diversity
	police_calls => police calls
	bunches => bunches
}

* say "${projectpath}"

The Multiple Choice Dialog opens but nothing beyond that.

Log shows:

2021-04-09 12:18:39: ⚪[nova] Open >>>>>>>>>>>>>>>>>>>>>
2021-04-09 12:18:39: ⚪Presenting multiple choice from dictionary: (
    kjaymiller,
    diversity,
    "police_calls",
    bunches
)
2021-04-09 12:18:40: ⚪Multiple Choice answered (kjaymiller)
2021-04-09 12:18:40: 🟡Value for variable projectpath not provided, removing
2021-04-09 12:18:40: 🔘Generating status menu
2021-04-09 12:18:40: ⚪[nova] Launching app (projectpath = ?{)
2021-04-09 12:18:40: ⚪[nova] Launching app (})
2021-04-09 12:18:40: ⚪[nova] Running AppleScript (say "")
2021-04-09 12:18:40: ⚪[nova] Running as raw AppleScript (say "")
2021-04-09 12:18:40: ⚪[nova] Processing command "say """

Issue when referencing Filemaker Pro in a bunch

I'm trying to activate / deactivate Filemaker Pro 18 Advanced in a bunch file:

If I refer to it as 'FileMaker Pro Advanced' then Bunch cannot open the application. However, if I start the application ('outside' Bunch) then, when I deactivate the Bunch, the application will close.

If I refer to it as 'FileMaker Pro 18 Advanced' then the opposite happens; Bunch will open the application, but on deactivating the Bunch the application will not close - and I see "Tried to quit app, but app not running (FileMaker Pro 18 Advanced)" in the log file.

Xcode Windows

I have created a few bunches to launch Xcode with different projects.
I use the XX command to close current windows and then add the project file.
The issue I have is that the project opens with the default Xcode window layout and not the one I last set.
Just to check that Xcode isn't having its own problems, I can close and reopen projects manually and the layout is persisted correctly.

Strange behaviour when opening Atom from a Bunch

I noticed a strange issue when opening the Atom text editor. If I open Atom using its app icon, it opens with one new window, ready to open a project. When I include it in a Bunch using the name "Atom", it opens two windows every time the app opens.

I've had similar issues with Atom before, so I've tried the usual things, including clearing Atom's window state and disabling all community packages in Atom.

It ordinarily would only be a minor inconvenience, but it does slow down the time taken for Atom to render and I need to add several seconds' pause before sending the application some key commands to open the project I want to work on. The only other way I've been able to get around this issue is to keep Atom open all the time.

I opened up the log and only found this error sometimes, which may be unrelated, but I tried a variation on the process name anyway, but that wouldn't work at all:

2021-07-26 12:59:09: 🔴Application Atom failed to launch (Error Domain=NSCocoaErrorDomain Code=256 "The application “Atom.app” could not be launched because a miscellaneous error occurred." UserInfo={NSURL=file:///Applications/Atom.app/, NSLocalizedDescription=The application “Atom.app” could not be launched because a miscellaneous error occurred., NSUnderlyingError=0x600000c9d8f0 {Error Domain=NSOSStatusErrorDomain Code=-600 "procNotFound: no eligible process with specified descriptor" UserInfo={_LSLine=379, _LSFunction=_LSAnnotateAndSendAppleEventWithOptions}}})

I wonder if there's something about the way that apps are called by Bunch?

Preferences

First, the Bunch concept is awesome!

However I can't get the Beta to work properly,

  • Clicking Done does not make the Preferences window go away (have to quit Bunch Beta).
  • Add folder yields a file dialog but then not possible to change folder.

And more…

  • Refresh Bunches does not show any of the bunches I copied to the new folder. Did I miss any change in format?
  • Open Log ceased to work.
  • New Bunch With Open Apps gives: “0 apps will be saved to a new Bunch for editing.” (Help: Bunch Help and Changelog works though.)

Visual Studio Code not closing upon closing the bunch

I've created for test purposes only a bunch with only one line:
Visual Studio Code

It opens Visual Studio successfully but, upon closing the bunch, VS Code does not get closed. I'm running the beta version Version 1.4.0 (93) and these are the logs:

2021-05-14 18:15:05: ⚪[vs] Open >>>>>>>>>>>>>>>>>>>>>
2021-05-14 18:15:05: ⚪[vs] Launching app (Visual Studio Code)
2021-05-14 18:15:17: ⚪[vs] Closing <<<<<<<<<<<<<<<<<<
2021-05-14 18:15:17: 🟡[vs] Unrecognized item or app not running (Visual Studio Code)

Bunch hang on interactive snippet with delay

It's non-deterministic (meaning it doesn't happen every time), but using Bunch 1.4.3 (β116) on both an M1 Macbook Air with macOS 11.5 and a hackintosh with macOS 10.15.7, I can frequently get Bunch.app to hang and burn 100% CPU.

Use the following bunch file:

---
toggles: false
---

#
# a test of snippets

$ say in the bunch

<<#Snippet ?"Open Snippet?" ~3

___

###[Snippet]

$ say in the section fragment

When you get the dialog to open the snippet, either press return or escape. This
regularly causes a beachball that Bunch.app never recovers from.

Another observation, which may or may not be related: in the cases that bunch doesn't hang, I never hear "in the bunch" until I either confirm or dismiss the dialog.

I also note that if you remove ~3 from the end of the snippet, everything appears to work just fine.

Conditionals Not Correctly Logging `if var`

The documentation points to testing existence with if var_1
CleanShot 2021-05-30 at 23 03 36@2x

When I've tried this the conditional moves to else every time where a value exists or not.

Test Bunch

---
title: Test Conditional Empty Variable
---

(log emptyValue=${emptyValue})

if emptyValue
    (log in if emptyValue=${emptyValue}!)
    ${emptyValue}
else
    (log in else, emptyValue=${emptyValue})
end
---

Bunch & iTerm2 are not playing well together

Maybe I have screwed up a permission somewhere, or it may be the iTerm beta, but recently iTerm hasn't been doing what Bunch asks it to. Here's the log entry with debug on:

2021-05-24 12:39:42: 🔴[4RoadService] {
    NSAppleScriptErrorAppName = "System Events";
    NSAppleScriptErrorBriefMessage = "Can\U2019t get process \"iTerm\".";
    NSAppleScriptErrorMessage = "System Events got an error: Can\U2019t get process \"iTerm\".";
    NSAppleScriptErrorNumber = "-1728";
    NSAppleScriptErrorRange = "NSRange: {0, 0}";
}

At the moment I get the "Application iTerm failed to launch" message with iTerm Build 3.4.7beta2. A few days ago with an earlier beta I was getting the same message, but an iTerm window did open, but with no terminal in it.

If iTerm is running nothing happens to it. If it is not running it opens a window with a shell in my home directory, but does not open the directory I want.

The part of the bunchfile that should open iTerm is:

%iTerm
-XX
- ~/Work/4RoadService/laravelize

This is running Bunch Beta 102

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.