Open visvital opened 3 years ago
I'll be happy to help anyone wanting to build and possibly distribute Go For It! on Mac OS, but as I'm not Mac user myself I won't make Mac builds. (It shouldn't take many changes, if any, to compile Go For It! on Mac OS.)
I can try downloading the required libraries and cloning the repository to build it, but not sure how it is done on Mac (since I'm new to this environment :))
Have a look at the brew Mac OS Homebrew package manager. It should allow you to install Gtk+3.0, libcanberra, vala, etc... It also has formulae for other Gtk apps, for example Gedit (https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/gedit.rb).
I was able to compile it using cmake and it even run, but nothing else works unfortunately.
-- The C compiler identification is AppleClang 12.0.0.12000032
-- The CXX compiler identification is AppleClang 12.0.0.12000032
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Deprecation Warning at CMakeLists.txt:3 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.29.2")
-- Checking for modules 'gtk+-3.0>=3.14.0;glib-2.0>=2.40;libcanberra'
-- Found gtk+-3.0, version 3.24.24
-- Found glib-2.0, version 2.66.4
-- Found libcanberra, version 0.30
-- Checking for modules 'libpeas-1.0;libpeas-gtk-1.0'
-- Found libpeas-1.0, version 1.28.0
-- Found libpeas-gtk-1.0, version 1.28.0
-- plugin support is enabled
-- Not using granite
-- Found Vala: /usr/local/bin/valac
-- checking for Vala version of 0.36.15
-- found Vala, version 0.50.2
-- Checking for module 'gtk+-3.0'
-- Found gtk+-3.0, version 3.24.24
-- Found Gettext: /usr/local/bin/msgmerge (found version "0.21")
-- Checking for module 'ayatana-appindicator3-0.1'
-- No package 'ayatana-appindicator3-0.1' found
-- Checking for module 'appindicator3-0.1'
-- No package 'appindicator3-0.1' found
-- Ayatana indicator plugin will not be compiled
-- Launcher inidicator plugin (Unity LauncherEntry API) will be compiled
-- GSettings schemas will be installed locally.
-- GSettings shemas will be compiled.
-- GSettings schemas will be installed into /usr/local/share/glib-2.0/schemas/
-- Configuring done
CMake Warning (dev):
Policy CMP0042 is not set: MACOSX_RPATH is enabled by default. Run "cmake
--help-policy CMP0042" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
MACOSX_RPATH is not specified for the following targets:
com.github.jmoerman.go-for-it-0
This warning is for project developers. Use -Wno-dev to suppress it.
-- Generating done
-- Build files have been written to: /Users/vis/Documents/Development/Go-For-It/build
vis@vis-mac build % make
[ 1%] Generating Constants.c;Utils.c;ListIdentifier.c;TodoListInfo.c;Schedule.c;TodoTask.c;TaskList.c;SequentialList.c;PluginInterface.c;Services/SettingsManager.c;Services/PluginManager.c;Services/ListManager.c;Services/FileWatcher.c;Services/TaskTimer.c;Services/Shortcuts.c;Services/ActivityLog.c;Services/SoundPlayer.c;Services/Notifications.c;Widgets/TodoListInfoRow.c;Widgets/DragListModel.c;Widgets/DragListRowBox.c;Widgets/DragList.c;Widgets/ViewSwitcher.c;Widgets/TimerScheduleWidget.c;Widgets/TimerView.c;Widgets/FileChooserWidget.c;Pages/TaskListPage.c;Pages/SelectionPage.c;Dialogs/FileConflictDialog.c;Dialogs/DialogUtils.c;Dialogs/SettingsDialog.c;Dialogs/SettingsPages/AppearancePage.c;Dialogs/SettingsPages/BehaviorPage.c;Dialogs/SettingsPages/NotificationsPage.c;Dialogs/SettingsPages/ShortcutsPage.c;Dialogs/AboutDialog.c;Dialogs/ContributeDialog.c;Todo.txt/Constants.c;Todo.txt/TxtTask.c;Todo.txt/TxtUtils.c;Todo.txt/TaskStore.c;Todo.txt/TaskManager.c;Todo.txt/ListSettings.c;Todo.txt/Filter.c;Todo.txt/TxtList.c;Todo.txt/TxtListManager.c;Todo.txt/Widgets/TaskListWidget.c;Todo.txt/Widgets/TaskRow.c;Todo.txt/Widgets/DynOrientationBox.c;Todo.txt/Dialogs/TxtListEditDialog.c;MainWindow.c;Main.c;com.github.jmoerman.go-for-it-0.vapi;com.github.jmoerman.go-for-it-0_internal.vapi;com.github.jmoerman.go-for-it-0.h;com.github.jmoerman.go-for-it-0_internal.h
Scanning dependencies of target com.github.jmoerman.go-for-it-0
[ 3%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Constants.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 4%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Utils.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 6%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/ListIdentifier.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 7%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/TodoListInfo.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 9%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Schedule.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 11%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/TodoTask.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 12%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/TaskList.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 14%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/SequentialList.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 15%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/PluginInterface.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 17%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Services/SettingsManager.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 19%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Services/PluginManager.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 20%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Services/ListManager.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 22%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Services/FileWatcher.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 23%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Services/TaskTimer.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 25%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Services/Shortcuts.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 26%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Services/ActivityLog.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 28%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Services/SoundPlayer.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 30%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Services/Notifications.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 31%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Widgets/TodoListInfoRow.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 33%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Widgets/DragListModel.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 34%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Widgets/DragListRowBox.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 36%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Widgets/DragList.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
/Users/vis/Documents/Development/Go-For-It/src/Widgets/DragList.vala:237:169: warning: expression result unused;
should this cast be to 'void'? [-Wunused-value]
...? NULL : (self->priv->create_widget_func_target_destroy_notify (self->priv->create_widget_func_target), NULL);
^
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/stddef.h:89:17: note: expanded from macro 'NULL'
# define NULL ((void*)0)
^
/Users/vis/Documents/Development/Go-For-It/src/Widgets/DragList.vala:240:134: warning: expression result unused;
should this cast be to 'void'? [-Wunused-value]
...== NULL) ? NULL : (create_widget_func_target_destroy_notify (create_widget_func_target), NULL);
^
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/stddef.h:89:17: note: expanded from macro 'NULL'
# define NULL ((void*)0)
^
/Users/vis/Documents/Development/Go-For-It/src/Widgets/DragList.vala:224:133: warning: expression result unused;
should this cast be to 'void'? [-Wunused-value]
...== NULL) ? NULL : (create_widget_func_target_destroy_notify (create_widget_func_target), NULL);
^
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/stddef.h:89:17: note: expanded from macro 'NULL'
# define NULL ((void*)0)
^
/Users/vis/Documents/Development/Go-For-It/src/Widgets/DragList.vala:488:149: warning: expression result unused;
should this cast be to 'void'? [-Wunused-value]
...== NULL) ? NULL : (self->priv->filter_func_target_destroy_notify (self->priv->filter_func_target), NULL);
^
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/stddef.h:89:17: note: expanded from macro 'NULL'
# define NULL ((void*)0)
^
/Users/vis/Documents/Development/Go-For-It/src/Widgets/DragList.vala:490:113: warning: expression result unused;
should this cast be to 'void'? [-Wunused-value]
...== NULL) ? NULL : (filter_func_target_destroy_notify (filter_func_target), NULL);
^
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/stddef.h:89:17: note: expanded from macro 'NULL'
# define NULL ((void*)0)
^
/Users/vis/Documents/Development/Go-For-It/src/Widgets/DragList.vala:492:148: warning: expression result unused;
should this cast be to 'void'? [-Wunused-value]
...== NULL) ? NULL : (self->priv->filter_func_target_destroy_notify (self->priv->filter_func_target), NULL);
^
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/stddef.h:89:17: note: expanded from macro 'NULL'
# define NULL ((void*)0)
^
/Users/vis/Documents/Development/Go-For-It/src/Widgets/DragList.vala:486:112: warning: expression result unused;
should this cast be to 'void'? [-Wunused-value]
...== NULL) ? NULL : (filter_func_target_destroy_notify (filter_func_target), NULL);
^
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/stddef.h:89:17: note: expanded from macro 'NULL'
# define NULL ((void*)0)
^
/Users/vis/Documents/Development/Go-For-It/src/Widgets/DragList.vala:30:169: warning: expression result unused;
should this cast be to 'void'? [-Wunused-value]
...? NULL : (self->priv->create_widget_func_target_destroy_notify (self->priv->create_widget_func_target), NULL);
^
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/stddef.h:89:17: note: expanded from macro 'NULL'
# define NULL ((void*)0)
^
/Users/vis/Documents/Development/Go-For-It/src/Widgets/DragList.vala:48:148: warning: expression result unused;
should this cast be to 'void'? [-Wunused-value]
...== NULL) ? NULL : (self->priv->filter_func_target_destroy_notify (self->priv->filter_func_target), NULL);
^
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/stddef.h:89:17: note: expanded from macro 'NULL'
# define NULL ((void*)0)
^
10 warnings generated.
[ 38%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Widgets/ViewSwitcher.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 39%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Widgets/TimerScheduleWidget.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 41%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Widgets/TimerView.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 42%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Widgets/FileChooserWidget.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 44%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Pages/TaskListPage.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 46%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Pages/SelectionPage.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 47%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Dialogs/FileConflictDialog.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 49%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Dialogs/DialogUtils.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 50%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Dialogs/SettingsDialog.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 52%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Dialogs/SettingsPages/AppearancePage.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 53%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Dialogs/SettingsPages/BehaviorPage.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 55%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Dialogs/SettingsPages/NotificationsPage.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 57%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Dialogs/SettingsPages/ShortcutsPage.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 58%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Dialogs/AboutDialog.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 60%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Dialogs/ContributeDialog.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 61%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Todo.txt/Constants.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 63%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Todo.txt/TxtTask.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 65%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Todo.txt/TxtUtils.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 66%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Todo.txt/TaskStore.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 68%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Todo.txt/TaskManager.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 69%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Todo.txt/ListSettings.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 71%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Todo.txt/Filter.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 73%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Todo.txt/TxtList.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 74%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Todo.txt/TxtListManager.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 76%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Todo.txt/Widgets/TaskListWidget.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 77%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Todo.txt/Widgets/TaskRow.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 79%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Todo.txt/Widgets/DynOrientationBox.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 80%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Todo.txt/Dialogs/TxtListEditDialog.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 82%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/MainWindow.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 84%] Building C object src/CMakeFiles/com.github.jmoerman.go-for-it-0.dir/Main.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 85%] Linking C shared library libcom.github.jmoerman.go-for-it-0.dylib
[ 85%] Built target com.github.jmoerman.go-for-it-0
[ 87%] Generating gui-resources.c
[ 88%] Generating go-for-it.c
Scanning dependencies of target com.github.jmoerman.go-for-it
[ 90%] Building C object executable/CMakeFiles/com.github.jmoerman.go-for-it.dir/gui-resources.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 92%] Building C object executable/CMakeFiles/com.github.jmoerman.go-for-it.dir/go-for-it.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 93%] Linking C executable com.github.jmoerman.go-for-it
[ 93%] Built target com.github.jmoerman.go-for-it
[ 95%] Generating LauncherIndicator.c;LauncherEntryAPI.c
Scanning dependencies of target launcherindicator
[ 96%] Building C object plugins/launcher_indicator/CMakeFiles/launcherindicator.dir/LauncherIndicator.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
1 warning generated.
[ 98%] Building C object plugins/launcher_indicator/CMakeFiles/launcherindicator.dir/LauncherEntryAPI.c.o
warning: unknown warning option '-Wno-discarded-qualifiers'; did you mean '-Wno-ignored-qualifiers'?
[-Wunknown-warning-option]
/Users/vis/Documents/Development/Go-For-It/plugins/launcher_indicator/LauncherEntryAPI.vala:164:110: warning:
expression result unused; should this cast be to 'void'? [-Wunused-value]
...== NULL) ? NULL : (_data_->cb_target_destroy_notify (_data_->cb_target), NULL);
^
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/stddef.h:89:17: note: expanded from macro 'NULL'
# define NULL ((void*)0)
^
/Users/vis/Documents/Development/Go-For-It/plugins/launcher_indicator/LauncherEntryAPI.vala:151:121: warning:
expression result unused; should this cast be to 'void'? [-Wunused-value]
...== NULL) ? NULL : (self->callback_target_destroy_notify (self->callback_target), NULL);
^
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/stddef.h:89:17: note: expanded from macro 'NULL'
# define NULL ((void*)0)
^
/Users/vis/Documents/Development/Go-For-It/plugins/launcher_indicator/LauncherEntryAPI.vala:150:85: warning:
expression result unused; should this cast be to 'void'? [-Wunused-value]
(cb_target_destroy_notify == NULL) ? NULL : (cb_target_destroy_notify (cb_target), NULL);
^
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/stddef.h:89:17: note: expanded from macro 'NULL'
# define NULL ((void*)0)
^
/Users/vis/Documents/Development/Go-For-It/plugins/launcher_indicator/LauncherEntryAPI.vala:148:121: warning:
expression result unused; should this cast be to 'void'? [-Wunused-value]
...== NULL) ? NULL : (self->callback_target_destroy_notify (self->callback_target), NULL);
^
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/stddef.h:89:17: note: expanded from macro 'NULL'
# define NULL ((void*)0)
^
5 warnings generated.
[100%] Linking C shared module liblauncherindicator.so
[100%] Built target launcherindicator
Scanning dependencies of target i18n
[100%] Built target i18n
But the app unfortunately doesn't allow going far from the initial screen and fails with the following exception:
Process: com.github.jmoerman.go-for-it.app [34022]
Path: /Users/USER/Documents/*/com.github.jmoerman.go-for-it.app
Identifier: com.github.jmoerman.go-for-it.app
Version: 0
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: com.github.jmoerman.go-for-it.app [34022]
User ID: 502
Date/Time: 2020-12-18 21:35:46.105 +0300
OS Version: macOS 11.1 (20C69)
Report Version: 12
Bridge OS Version: 5.1 (18P3030)
Anonymous UUID: D54981EA-229A-4A25-A5E0-DAE794061FBC
Sleep/Wake UUID: 4F88C3BF-EE97-4DE0-AEDD-CB05353B9D4B
Time Awake Since Boot: 30000 seconds
Time Since Wake: 690 seconds
System Integrity Protection: enabled
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: EXC_I386_GPFLT
Exception Note: EXC_CORPSE_NOTIFY
Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [34022]
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libcairo.2.dylib 0x0000000104451560 _cairo_surface_release_source_image + 13
1 libcairo.2.dylib 0x00000001044705dd DataProviderReleaseCallback + 25
2 com.apple.CoreGraphics 0x00007fff24f968cd data_release_info + 31
3 com.apple.CoreGraphics 0x00007fff24f47da1 data_provider_finalize + 64
4 com.apple.CoreGraphics 0x00007fff24f0ddad data_provider_retain_count + 74
5 com.apple.CoreFoundation 0x00007fff204ebdd8 _CFRelease + 474
6 com.apple.CoreGraphics 0x00007fff24f73b3f image_finalize + 103
7 com.apple.CoreFoundation 0x00007fff204ebcf2 _CFRelease + 244
8 com.apple.CoreGraphics 0x00007fff24f72dee CGClipMaskRelease + 28
9 com.apple.CoreGraphics 0x00007fff24f72f68 CGClipRelease + 75
10 com.apple.CoreGraphics 0x00007fff24f2056f CGClipStackRelease + 45
11 com.apple.CoreGraphics 0x00007fff24fbfe87 CG::DisplayListResourceClip::~DisplayListResourceClip() + 23
12 com.apple.CoreGraphics 0x00007fff24fbfe56 CG::DisplayListResourceClip::~DisplayListResourceClip() + 14
13 com.apple.CoreGraphics 0x00007fff24fbfe1b std::__1::shared_ptr<CG::DisplayListResourceClip>::~shared_ptr() + 49
14 com.apple.CoreGraphics 0x00007fff24fbfddb std::__1::__tree<std::__1::shared_ptr<CG::DisplayListResourceClip>, CG::CompareResourceClip, std::__1::allocator<std::__1::shared_ptr<CG::DisplayListResourceClip> > >::destroy(std::__1::__tree_node<std::__1::shared_ptr<CG::DisplayListResourceClip>, void*>*) + 47
15 com.apple.CoreGraphics 0x00007fff24fbfdc6 std::__1::__tree<std::__1::shared_ptr<CG::DisplayListResourceClip>, CG::CompareResourceClip, std::__1::allocator<std::__1::shared_ptr<CG::DisplayListResourceClip> > >::destroy(std::__1::__tree_node<std::__1::shared_ptr<CG::DisplayListResourceClip>, void*>*) + 26
16 com.apple.CoreGraphics 0x00007fff24fbfdc6 std::__1::__tree<std::__1::shared_ptr<CG::DisplayListResourceClip>, CG::CompareResourceClip, std::__1::allocator<std::__1::shared_ptr<CG::DisplayListResourceClip> > >::destroy(std::__1::__tree_node<std::__1::shared_ptr<CG::DisplayListResourceClip>, void*>*) + 26
17 com.apple.CoreGraphics 0x00007fff24fbfdd2 std::__1::__tree<std::__1::shared_ptr<CG::DisplayListResourceClip>, CG::CompareResourceClip, std::__1::allocator<std::__1::shared_ptr<CG::DisplayListResourceClip> > >::destroy(std::__1::__tree_node<std::__1::shared_ptr<CG::DisplayListResourceClip>, void*>*) + 38
18 com.apple.CoreGraphics 0x00007fff24fbfdd2 std::__1::__tree<std::__1::shared_ptr<CG::DisplayListResourceClip>, CG::CompareResourceClip, std::__1::allocator<std::__1::shared_ptr<CG::DisplayListResourceClip> > >::destroy(std::__1::__tree_node<std::__1::shared_ptr<CG::DisplayListResourceClip>, void*>*) + 38
19 com.apple.CoreGraphics 0x00007fff24fbfdd2 std::__1::__tree<std::__1::shared_ptr<CG::DisplayListResourceClip>, CG::CompareResourceClip, std::__1::allocator<std::__1::shared_ptr<CG::DisplayListResourceClip> > >::destroy(std::__1::__tree_node<std::__1::shared_ptr<CG::DisplayListResourceClip>, void*>*) + 38
20 com.apple.CoreGraphics 0x00007fff24fbfdd2 std::__1::__tree<std::__1::shared_ptr<CG::DisplayListResourceClip>, CG::CompareResourceClip, std::__1::allocator<std::__1::shared_ptr<CG::DisplayListResourceClip> > >::destroy(std::__1::__tree_node<std::__1::shared_ptr<CG::DisplayListResourceClip>, void*>*) + 38
21 com.apple.CoreGraphics 0x00007fff24fbfdd2 std::__1::__tree<std::__1::shared_ptr<CG::DisplayListResourceClip>, CG::CompareResourceClip, std::__1::allocator<std::__1::shared_ptr<CG::DisplayListResourceClip> > >::destroy(std::__1::__tree_node<std::__1::shared_ptr<CG::DisplayListResourceClip>, void*>*) + 38
22 com.apple.CoreGraphics 0x00007fff24fbf7ad CG::DisplayList::~DisplayList() + 405
23 com.apple.CoreGraphics 0x00007fff24fbf5fd destroyDisplayList2Impl + 26
24 com.apple.CoreGraphics 0x00007fff24fbf5cf dl2_Finalize + 23
25 com.apple.CoreFoundation 0x00007fff204ebcf2 _CFRelease + 244
26 com.apple.QuartzCore 0x00007fff26bdc3e0 CABackingStoreUpdate_ + 925
27 com.apple.QuartzCore 0x00007fff26c41279 invocation function for block in CA::Layer::display_() + 53
28 com.apple.QuartzCore 0x00007fff26bdb66c -[CALayer _display] + 2183
29 com.apple.AppKit 0x00007fff22dac001 -[_NSBackingLayer display] + 475
30 com.apple.AppKit 0x00007fff22d17535 -[_NSViewBackingLayer display] + 555
31 com.apple.QuartzCore 0x00007fff26bda660 CA::Layer::display_if_needed(CA::Transaction*) + 874
32 com.apple.QuartzCore 0x00007fff26d1a73b CA::Context::commit_transaction(CA::Transaction*, double, double*) + 517
33 com.apple.QuartzCore 0x00007fff26bbbfd5 CA::Transaction::commit() + 783
34 com.apple.AppKit 0x00007fff22dc1272 __62+[CATransaction(NSCATransaction) NS_setFlushesWithDisplayLink]_block_invoke + 285
35 com.apple.AppKit 0x00007fff23510085 ___NSRunLoopObserverCreateWithHandler_block_invoke + 41
36 com.apple.CoreFoundation 0x00007fff20420dad __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
37 com.apple.CoreFoundation 0x00007fff20420c3d __CFRunLoopDoObservers + 549
38 com.apple.CoreFoundation 0x00007fff204200ed __CFRunLoopRun + 838
39 com.apple.CoreFoundation 0x00007fff2041f6ce CFRunLoopRunSpecific + 563
40 com.apple.HIToolbox 0x00007fff286a46d0 RunCurrentEventLoopInMode + 292
41 com.apple.HIToolbox 0x00007fff286a44cc ReceiveNextEventCommon + 709
42 com.apple.HIToolbox 0x00007fff286a41ef _BlockUntilNextEventMatchingListInModeWithFilter + 64
43 com.apple.AppKit 0x00007fff22c3cde9 _DPSNextEvent + 883
44 com.apple.AppKit 0x00007fff22c3b5af -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1366
45 libgdk-3.0.dylib 0x00000001041bf4ac poll_func + 172
46 libglib-2.0.0.dylib 0x000000010477dfc1 g_main_context_iterate + 433
47 libglib-2.0.0.dylib 0x000000010477e0c6 g_main_context_iteration + 102
48 libgio-2.0.0.dylib 0x00000001045c419d g_application_run + 541
49 com.github.jmoerman.go-for-it.app 0x0000000103904fa0 _vala_main + 208
50 com.github.jmoerman.go-for-it.app 0x00000001039050a2 main + 34
51 libdyld.dylib 0x00007fff20344621 start + 1
Thread 1:
0 libsystem_pthread.dylib 0x00007fff20325458 start_wqthread + 0
Thread 2:
0 libsystem_pthread.dylib 0x00007fff20325458 start_wqthread + 0
Thread 3:: pool-spawner
0 libsystem_kernel.dylib 0x00007fff202f78e2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff20329e6f _pthread_cond_wait + 1254
2 libglib-2.0.0.dylib 0x00000001047d7ca6 g_cond_wait + 38
3 libglib-2.0.0.dylib 0x000000010474874b g_async_queue_pop_intern_unlocked + 187
4 libglib-2.0.0.dylib 0x00000001047ab238 g_thread_pool_spawn_thread + 72
5 libglib-2.0.0.dylib 0x00000001047aac32 g_thread_proxy + 66
6 libsystem_pthread.dylib 0x00007fff20329950 _pthread_start + 224
7 libsystem_pthread.dylib 0x00007fff2032547b thread_start + 15
Thread 4:: gmain
0 libsystem_kernel.dylib 0x00007fff202fb4fe poll + 10
1 libglib-2.0.0.dylib 0x000000010477dfc1 g_main_context_iterate + 433
2 libglib-2.0.0.dylib 0x000000010477e0c6 g_main_context_iteration + 102
3 libglib-2.0.0.dylib 0x00000001047800e1 glib_worker_main + 33
4 libglib-2.0.0.dylib 0x00000001047aac32 g_thread_proxy + 66
5 libsystem_pthread.dylib 0x00007fff20329950 _pthread_start + 224
6 libsystem_pthread.dylib 0x00007fff2032547b thread_start + 15
Thread 5:
0 libsystem_pthread.dylib 0x00007fff20325458 start_wqthread + 0
Thread 6:
0 libsystem_pthread.dylib 0x00007fff20325458 start_wqthread + 0
Thread 7:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x00007fff202f4e7e mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff202f51f0 mach_msg + 60
2 com.apple.CoreFoundation 0x00007fff20421bf7 __CFRunLoopServiceMachPort + 316
3 com.apple.CoreFoundation 0x00007fff204202ca __CFRunLoopRun + 1315
4 com.apple.CoreFoundation 0x00007fff2041f6ce CFRunLoopRunSpecific + 563
5 com.apple.AppKit 0x00007fff22dc2c16 _NSEventThread + 124
6 libsystem_pthread.dylib 0x00007fff20329950 _pthread_start + 224
7 libsystem_pthread.dylib 0x00007fff2032547b thread_start + 15
Thread 8:
0 libsystem_kernel.dylib 0x00007fff202f78e2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff20329e6f _pthread_cond_wait + 1254
2 libgdk-3.0.dylib 0x00000001041bfea0 select_thread_func + 80
3 libsystem_pthread.dylib 0x00007fff20329950 _pthread_start + 224
4 libsystem_pthread.dylib 0x00007fff2032547b thread_start + 15
Thread 9:
0 libsystem_pthread.dylib 0x00007fff20325458 start_wqthread + 0
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x700007ff19ccdd9a rbx: 0x00006000018bbc60 rcx: 0x00007fff24f0dd63 rdx: 0x0000000000000000
rdi: 0x00007ff19ccdc6b0 rsi: 0x00007ff19ccdc6b0 rbp: 0x00007ffeec2fe0b0 rsp: 0x00007ffeec2fe0b0
r8: 0x000000000006ad22 r9: 0xffffffff00000000 r10: 0x0000600003c8c388 r11: 0x0000000000000050
r12: 0x0000000100000000 r13: 0x00007ff19ccdcd10 r14: 0x00007ff19ccdcd10 r15: 0x0000000000000118
rip: 0x0000000104451560 rfl: 0x0000000000010246 cr2: 0x00000001048c80f0
Logical CPU: 0
Error Code: 0x00000000
Trap Number: 13
Thread 0 instruction stream:
50 68 85 c0 74 41 48 8b-03 48 8b 40 28 48 85 c0 Ph..tAH..H.@(H..
74 0e 48 8d 75 d8 48 89-df ff d0 48 85 c0 75 0c t.H.u.H....H..u.
48 8d 75 d8 48 89 df e8-b0 fc fc ff 49 89 07 49 H.u.H.......I..I
c7 06 00 00 00 00 49 8b-07 8b 40 1c 48 83 c4 18 ......I...@.H...
5b 41 5e 41 5f 5d c3 bf-20 00 00 00 e8 6c 2a fc [A^A_].. ....l*.
ff eb e9 55 48 89 e5 f6-47 30 02 75 11 48 8b 07 ...UH...G0.u.H..
[48]8b 40 48 48 85 c0 74-03 5d ff e0 5d c3 e8 8d H.@HH..t.]..]... <==
57 04 00 55 48 89 e5 5d-e9 7c f0 ff ff 55 48 89 W..UH..].|...UH.
e5 48 8b 07 48 8b 40 38-48 85 c0 74 03 5d ff e0 .H..H.@8H..t.]..
e8 8e 57 04 00 55 48 89-e5 53 50 48 89 fb 48 85 ..W..UH..SPH..H.
f6 74 08 48 89 df e8 c1-fa ff ff 48 89 d8 48 83 .t.H.......H..H.
c4 08 5b 5d c3 55 48 89-e5 8b 47 04 85 c0 75 1e ..[].UH...G...u.
Thread 0 last branch register state not available.
Binary Images:
0x1038fe000 - 0x10390dfff +com.github.jmoerman.go-for-it.app (0) <52987D8D-ECA2-3B3C-9F46-392E801AC632> /Users/USER/Documents/*/com.github.jmoerman.go-for-it.app
0x10391e000 - 0x1039bdfff +libcom.github.jmoerman.go-for-it-0.0.dylib (0) <360100B0-055D-3D35-A842-9CFE1A423C0B> /Users/USER/Documents/*/libcom.github.jmoerman.go-for-it-0.0.dylib
0x1039fa000 - 0x104041fff +libgtk-3.0.dylib (0) <CD251E8E-A5F6-334E-B657-969BFCBE7FD3> /usr/local/opt/gtk+3/lib/libgtk-3.0.dylib
0x10417b000 - 0x1041eafff +libgdk-3.0.dylib (0) <BFB3462B-C776-3B8A-8F42-967E41E8D34B> /usr/local/opt/gtk+3/lib/libgdk-3.0.dylib
0x104224000 - 0x104233fff +libpangocairo-1.0.0.dylib (0) <EF4C7137-E10B-398F-8D5C-E57ED0B27C77> /usr/local/opt/pango/lib/libpangocairo-1.0.0.dylib
0x10424d000 - 0x10428cfff +libpango-1.0.0.dylib (0) <7DB53D5F-E306-3978-8A8D-EC17B6E04BE3> /usr/local/opt/pango/lib/libpango-1.0.0.dylib
0x1042a6000 - 0x104379fff +libharfbuzz.0.dylib (0) <70A4E809-1B2C-3BA3-8C20-5F108D9296CE> /usr/local/opt/harfbuzz/lib/libharfbuzz.0.dylib
0x1043ae000 - 0x1043c9fff +libatk-1.0.0.dylib (0) <15D5001A-DB22-3530-BBBC-D24D7BADF40F> /usr/local/opt/atk/lib/libatk-1.0.0.dylib
0x1043e3000 - 0x1043eafff +libcairo-gobject.2.dylib (0) <C9554AE3-437F-32EA-9A4F-7682101911F9> /usr/local/opt/cairo/lib/libcairo-gobject.2.dylib
0x1043fe000 - 0x1044adfff +libcairo.2.dylib (0) <8285B47A-9706-3E37-A518-A499FC9C2C46> /usr/local/opt/cairo/lib/libcairo.2.dylib
0x1044ed000 - 0x10450cfff +libgdk_pixbuf-2.0.0.dylib (0) <E11749E2-82DC-3615-8933-272D21204ABB> /usr/local/opt/gdk-pixbuf/lib/libgdk_pixbuf-2.0.0.dylib
0x104521000 - 0x104664fff +libgio-2.0.0.dylib (0) <DE3DFBA1-11F3-3B96-8F70-468DA92A9321> /usr/local/opt/glib/lib/libgio-2.0.0.dylib
0x1046e6000 - 0x104721fff +libgobject-2.0.0.dylib (0) <65B9494B-29E2-36DB-A270-5C00F98AAF11> /usr/local/opt/glib/lib/libgobject-2.0.0.dylib
0x104740000 - 0x104847fff +libglib-2.0.0.dylib (0) <B472278E-BBED-30A4-9925-AAA11BEEF240> /usr/local/opt/glib/lib/libglib-2.0.0.dylib
0x104874000 - 0x10487ffff +libintl.8.dylib (0) <F1C4D8E0-D7AF-3BAD-A329-B9AB3241CA2D> /usr/local/opt/gettext/lib/libintl.8.dylib
0x10488d000 - 0x104898fff +libcanberra.0.dylib (0) <56FC4A17-68F7-3142-A346-D79656BFFFFD> /usr/local/opt/libcanberra/lib/libcanberra.0.dylib
0x1048aa000 - 0x1048b5fff +libpeas-gtk-1.0.0.dylib (0) <6C29F812-7860-3436-9E24-E504DE95060E> /usr/local/opt/libpeas/lib/libpeas-gtk-1.0.0.dylib
0x1048ca000 - 0x1048ddfff +libpeas-1.0.0.dylib (0) <5C610447-B276-390F-BDC5-39F123A52F0B> /usr/local/opt/libpeas/lib/libpeas-1.0.0.dylib
0x1048f4000 - 0x1048f7fff +libgmodule-2.0.0.dylib (0) <0261A62D-E324-349F-BE46-44F22EE459EB> /usr/local/opt/glib/lib/libgmodule-2.0.0.dylib
0x10490a000 - 0x104931fff +libgirepository-1.0.1.dylib (0) <653BA83D-AB98-33E1-9104-DE09F1D3B7DF> /usr/local/opt/gobject-introspection/lib/libgirepository-1.0.1.dylib
0x104948000 - 0x104957fff +libpangoft2-1.0.0.dylib (0) <13DBC612-FEAB-3C6A-AE4C-122ECFC58CBC> /usr/local/opt/pango/lib/libpangoft2-1.0.0.dylib
0x104970000 - 0x1049effff +libfreetype.6.dylib (0) <83AAF35B-E6AE-3AEB-9EE5-9614C3EA8883> /usr/local/opt/freetype/lib/libfreetype.6.dylib
0x104a14000 - 0x104a2ffff +libfribidi.0.dylib (0) <11B354BB-50DB-3034-B45B-043DFF5AD393> /usr/local/opt/fribidi/lib/libfribidi.0.dylib
0x104a3e000 - 0x104aa9fff +libepoxy.0.dylib (0) <331C688E-F82B-38B8-B135-F85BDA4DEF42> /usr/local/opt/libepoxy/lib/libepoxy.0.dylib
0x104b54000 - 0x104bbffff +libpcre.1.dylib (0) <7DCFE3CD-D1D7-3357-A412-0393C59DEA37> /usr/local/opt/pcre/lib/libpcre.1.dylib
0x104bce000 - 0x104bd5fff +libffi.7.dylib (0) <03705C79-9758-34F3-B72E-AEE9CA9510F2> /usr/local/opt/libffi/lib/libffi.7.dylib
0x104be5000 - 0x104c5cfff +libpixman-1.0.dylib (0) <9C304E34-7396-3177-A155-D946A68C7633> /usr/local/opt/pixman/lib/libpixman-1.0.dylib
0x104c7c000 - 0x104cabfff +libfontconfig.1.dylib (0) <5C2DDDDC-2F92-31C7-9B31-17592941EED2> /usr/local/opt/fontconfig/lib/libfontconfig.1.dylib
0x104cc2000 - 0x104ce5fff +libpng16.16.dylib (0) <7888E24F-3A96-319A-B8E8-136CE8296DDE> /usr/local/opt/libpng/lib/libpng16.16.dylib
0x104cf7000 - 0x104d0efff +libgraphite2.3.dylib (0) <76421A97-DCF1-34E0-A464-547405861A01> /usr/local/opt/graphite2/lib/libgraphite2.3.dylib
0x104d26000 - 0x104d2dfff +libvorbisfile.3.dylib (0) <BCF0B31F-6D9B-3391-9CBB-E01227A604AE> /usr/local/opt/libvorbis/lib/libvorbisfile.3.dylib
0x104d3a000 - 0x104d41fff +libltdl.7.dylib (0) <185841A7-9E8A-32E9-9E16-E9DBC557CE2C> /usr/local/opt/libtool/lib/libltdl.7.dylib
0x104d52000 - 0x104d75fff +libvorbis.0.dylib (0) <534D743F-4585-3843-B191-D7B3146634AF> /usr/local/Cellar/libvorbis/1.3.7/lib/libvorbis.0.dylib
0x104d87000 - 0x104d8efff +libogg.0.dylib (0) <46ACE91E-6724-356A-8DE7-420D180A8ECE> /usr/local/opt/libogg/lib/libogg.0.dylib
0x107862000 - 0x107871fff libobjc-trampolines.dylib (818.2) <12B587A2-8631-3B7A-B862-5091C411AC2C> /usr/lib/libobjc-trampolines.dylib
0x1088a1000 - 0x1088a4fff +im-quartz.so (0) <BD565116-7653-3D75-ACE9-5804D00162B1> /usr/local/Cellar/gtk+3/3.24.24/lib/gtk-3.0/3.0.0/immodules/im-quartz.so
0x1088b1000 - 0x1088b8fff +libpixbufloader-png.so (0) <073E1F96-AE17-36DF-8C33-7CA401D27355> /usr/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
0x1088c5000 - 0x1088ccfff +libpixbufloader-svg.so (0) <25A29649-B5DC-393A-803B-EE0959538D9C> /usr/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so
0x1088d9000 - 0x10900cfff +librsvg-2.2.dylib (0) <3EB6A783-6DA7-3A6C-BC39-F33C6BAA1C6B> /usr/local/Cellar/librsvg/2.50.2/lib/librsvg-2.2.dylib
0x10d00e000 - 0x10d0a9fff dyld (832.7.1) <DEA51514-B4E8-3368-979B-89D0F8397ABC> /usr/lib/dyld
0x7fff2005f000 - 0x7fff20060fff libsystem_blocks.dylib (78) <9CF131C6-16FB-3DD0-B046-9E0B6AB99935> /usr/lib/system/libsystem_blocks.dylib
0x7fff20061000 - 0x7fff20096fff libxpc.dylib (2038.40.38) <003A027D-9CE3-3794-A319-88495844662D> /usr/lib/system/libxpc.dylib
0x7fff20097000 - 0x7fff200aefff libsystem_trace.dylib (1277.50.1) <48C14376-626E-3C81-B0F5-7416E64580C7> /usr/lib/system/libsystem_trace.dylib
0x7fff200af000 - 0x7fff2014dfff libcorecrypto.dylib (1000.60.19) <92F0211E-506E-3760-A3C2-808BF3905C07> /usr/lib/system/libcorecrypto.dylib
0x7fff2014e000 - 0x7fff2017afff libsystem_malloc.dylib (317.40.8) <2EF43B96-90FB-3C50-B73E-035238504E33> /usr/lib/system/libsystem_malloc.dylib
0x7fff2017b000 - 0x7fff201bffff libdispatch.dylib (1271.40.12) <CEF1460B-1362-381A-AE69-6BCE2D8C215B> /usr/lib/system/libdispatch.dylib
0x7fff201c0000 - 0x7fff201f8fff libobjc.A.dylib (818.2) <45EA2DE2-B612-3486-B156-2359CE279159> /usr/lib/libobjc.A.dylib
0x7fff201f9000 - 0x7fff201fbfff libsystem_featureflags.dylib (28.60.1) <7B4EBDDB-244E-3F78-8895-566FE22288F3> /usr/lib/system/libsystem_featureflags.dylib
0x7fff201fc000 - 0x7fff20284fff libsystem_c.dylib (1439.40.11) <06D9F593-C815-385D-957F-2B5BCC223A8A> /usr/lib/system/libsystem_c.dylib
0x7fff20285000 - 0x7fff202dafff libc++.1.dylib (904.4) <AE3A940A-7A9C-3F99-B175-3511528D8DFE> /usr/lib/libc++.1.dylib
0x7fff202db000 - 0x7fff202f3fff libc++abi.dylib (904.4) <DDFCBF9C-432D-3B8A-8641-578D2EDDCAD8> /usr/lib/libc++abi.dylib
0x7fff202f4000 - 0x7fff20322fff libsystem_kernel.dylib (7195.60.75) <4BD61365-29AF-3234-8002-D989D295FDBB> /usr/lib/system/libsystem_kernel.dylib
0x7fff20323000 - 0x7fff2032efff libsystem_pthread.dylib (454.60.1) <8DD3A0BC-2C92-31E3-BBAB-CE923A4342E4> /usr/lib/system/libsystem_pthread.dylib
0x7fff2032f000 - 0x7fff20369fff libdyld.dylib (832.7.1) <2F8A14F5-7CB8-3EDD-85EA-7FA960BBC04E> /usr/lib/system/libdyld.dylib
0x7fff2036a000 - 0x7fff20373fff libsystem_platform.dylib (254.60.1) <3F7F6461-7B5C-3197-ACD7-C8A0CFCC6F55> /usr/lib/system/libsystem_platform.dylib
0x7fff20374000 - 0x7fff2039ffff libsystem_info.dylib (542.40.3) <0979757C-5F0D-3F5A-9E0E-EBF234B310AF> /usr/lib/system/libsystem_info.dylib
0x7fff203a0000 - 0x7fff2083bfff com.apple.CoreFoundation (6.9 - 1770.300) <EAC298C4-CE3E-3551-A832-42ED9A13EF74> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff2083c000 - 0x7fff20a6bfff com.apple.LaunchServices (1122.11 - 1122.11) <CAEEC254-68AE-39B5-8452-EC3E1EE8577B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff20a6c000 - 0x7fff20b3ffff com.apple.gpusw.MetalTools (1.0 - 1) <C235D5FA-0B9D-3E72-A8CE-67174E1B9E7C> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
0x7fff20b40000 - 0x7fff20da3fff libBLAS.dylib (1336.40.1) <AD2D155C-1294-3D10-817A-F6A581E6ACF1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff20da4000 - 0x7fff20df1fff com.apple.Lexicon-framework (1.0 - 86.1) <D54364A6-1C4C-33D7-8B24-C753777B3654> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
0x7fff20df2000 - 0x7fff20e60fff libSparse.dylib (106) <60559226-6E4B-3601-B6CA-E3B85B5EB27B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
0x7fff20e61000 - 0x7fff20edefff com.apple.SystemConfiguration (1.20 - 1.20) <8524EE4C-628F-315A-9531-44DD83CE275E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff20edf000 - 0x7fff20f14fff libCRFSuite.dylib (50) <6CA29EAA-0585-3682-9AD2-DFD3D87A74D4> /usr/lib/libCRFSuite.dylib
0x7fff20f15000 - 0x7fff2114cfff libmecabra.dylib (929.1.1) <39F5AD50-3AF2-3CFB-BD21-2DC45AA92A91> /usr/lib/libmecabra.dylib
0x7fff2114d000 - 0x7fff214b0fff com.apple.Foundation (6.9 - 1770.300) <44A7115B-7FF0-3300-B61B-0FA71B63C715> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff214b1000 - 0x7fff2159dfff com.apple.LanguageModeling (1.0 - 247.1) <BCB1F8A7-54B9-36D1-B742-70DF7657BF0B> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff2159e000 - 0x7fff216d4fff com.apple.CoreDisplay (231.3 - 231.3) <229BF97A-1D56-3CB4-8338-E0D464F73A33> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fff216d5000 - 0x7fff2194afff com.apple.audio.AudioToolboxCore (1.0 - 1180.23) <56821802-07B9-3FA9-AF73-D943BAE0DE57> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
0x7fff2194b000 - 0x7fff21b33fff com.apple.CoreText (677.2.0.5 - 677.2.0.5) <B0B2A8DD-A6F1-3EF7-9351-1BA604353A11> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff21b34000 - 0x7fff221d7fff com.apple.audio.CoreAudio (5.0 - 5.0) <DF623EC9-FC55-3B3C-94FF-6A5C50A981B3> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff221d8000 - 0x7fff22529fff com.apple.security (7.0 - 59754.60.13) <A20AB68D-51DA-340B-B813-F2AFC81F7143> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff2252a000 - 0x7fff2278bfff libicucore.A.dylib (66109) <6C0A0196-2778-3035-81CE-7CA48D6C0628> /usr/lib/libicucore.A.dylib
0x7fff2278c000 - 0x7fff22795fff libsystem_darwin.dylib (1439.40.11) <BD269412-C9D0-32EE-B42B-B09A187A9B95> /usr/lib/system/libsystem_darwin.dylib
0x7fff22796000 - 0x7fff22a7dfff com.apple.CoreServices.CarbonCore (1307 - 1307) <9C615967-6D8E-307F-B028-6278A4FA7C8C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff22a7e000 - 0x7fff22abcfff com.apple.CoreServicesInternal (476 - 476) <FD1692F7-A4B4-3FE5-B9C8-E0840D53C7D0> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff22abd000 - 0x7fff22af7fff com.apple.CSStore (1122.11 - 1122.11) <088D0108-AA14-3610-86A0-89D0C605384F> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
0x7fff22af8000 - 0x7fff22ba5fff com.apple.framework.IOKit (2.0.2 - 1845.60.2) <F2299682-5884-363F-9069-AA804E712C74> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff22ba6000 - 0x7fff22bb1fff libsystem_notify.dylib (279.40.4) <98D74EEF-60D9-3665-B877-7BE1558BA83E> /usr/lib/system/libsystem_notify.dylib
0x7fff22bb2000 - 0x7fff22bfdfff libsandbox.1.dylib (1441.60.4) <243C983D-0AEF-3A09-9489-CF1FC75925CC> /usr/lib/libsandbox.1.dylib
0x7fff22bfe000 - 0x7fff23960fff com.apple.AppKit (6.9 - 2022.20.119) <4CB42914-672D-3AF0-A0A5-2209088A3DA0> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff23961000 - 0x7fff23bb4fff com.apple.UIFoundation (1.0 - 726.11) <71C63CE5-094D-34AF-B538-8DCAB3B66DE9> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff23bb5000 - 0x7fff23bc7fff com.apple.UniformTypeIdentifiers (633.0.2 - 633.0.2) <7BEC7DDC-2B7A-3B5D-B994-5FA352FC485A> /System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers
0x7fff23bc8000 - 0x7fff23d52fff com.apple.desktopservices (1.17 - 1346.2.1) <732C8A0C-E7F8-372D-AE5B-84497067135E> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff2401f000 - 0x7fff24662fff libnetwork.dylib (2288.60.5) <180FE916-8DD6-3385-B231-0C423B7D2BD3> /usr/lib/libnetwork.dylib
0x7fff24663000 - 0x7fff24b00fff com.apple.CFNetwork (1209.1 - 1209.1) <60DE4CD6-B5AF-3E0E-8AF1-39ECFC1B8C98> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff24b01000 - 0x7fff24b0ffff libsystem_networkextension.dylib (1295.60.5) <F476B1CB-3561-30C5-A78E-44E99B1720A3> /usr/lib/system/libsystem_networkextension.dylib
0x7fff24b10000 - 0x7fff24b10fff libenergytrace.dylib (22) <9BE5E51A-F531-3D59-BBBC-486FFF97BD30> /usr/lib/libenergytrace.dylib
0x7fff24b11000 - 0x7fff24b6cfff libMobileGestalt.dylib (978.60.2) <F721B185-0E6A-396B-A50F-0F55810D9A67> /usr/lib/libMobileGestalt.dylib
0x7fff24b6d000 - 0x7fff24b83fff libsystem_asl.dylib (385) <940C5BB9-4928-3A63-97F2-132797C8B7E5> /usr/lib/system/libsystem_asl.dylib
0x7fff24b84000 - 0x7fff24b9bfff com.apple.TCC (1.0 - 1) <457D5F24-A346-38FC-8FA1-43B0C835E035> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff24b9c000 - 0x7fff24f01fff com.apple.SkyLight (1.600.0 - 569.6) <35876384-45F9-3C62-995B-38EC31BE75D7> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fff24f02000 - 0x7fff25595fff com.apple.CoreGraphics (2.0 - 1463.2.2) <323F725F-CB03-3AAD-AFBC-37B430B3FD4E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff25596000 - 0x7fff2568cfff com.apple.ColorSync (4.13.0 - 3472) <7387EBC7-CBD9-34FE-B4A3-345E4750FD81> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff2568d000 - 0x7fff256e8fff com.apple.HIServices (1.22 - 713) <9AF2CDD9-8B68-3606-8C9E-1842420ACDA7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff25a94000 - 0x7fff25eb2fff com.apple.CoreData (120 - 1044.3) <76179A55-CA89-3967-A0A7-C419DB735983> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff25eb3000 - 0x7fff25ec9fff com.apple.ProtocolBuffer (1 - 285.20.8.8.1) <8EE538E7-2BB1-3E29-8FC3-938335998B22> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff25eca000 - 0x7fff26089fff libsqlite3.dylib (321.1) <D7017429-8D46-3ECB-8B70-4625C74918F3> /usr/lib/libsqlite3.dylib
0x7fff2608a000 - 0x7fff26106fff com.apple.Accounts (113 - 113) <99421243-019F-3A2F-A671-092026FA2F74> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
0x7fff26107000 - 0x7fff2611ffff com.apple.commonutilities (8.0 - 900) <76711775-FF46-38CA-88F3-B4201C285C7F> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
0x7fff26120000 - 0x7fff261a1fff com.apple.BaseBoard (526 - 526) <38C24B3A-8226-3FD5-8C28-B11D02747B56> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
0x7fff261a2000 - 0x7fff261edfff com.apple.RunningBoardServices (1.0 - 505.60.2) <F99A0D0C-D063-3E3F-8D1F-0E0B35E7CE2C> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
0x7fff261ee000 - 0x7fff26263fff com.apple.AE (918.0.1 - 918.0.1) <3A298716-A130-345E-B8FF-74194849015E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff26264000 - 0x7fff2626afff libdns_services.dylib (1310.60.4) <61EB26AD-C09E-3140-955E-16BF7DD2D6E3> /usr/lib/libdns_services.dylib
0x7fff2626b000 - 0x7fff26272fff libsystem_symptoms.dylib (1431.60.1) <88F35AAC-746F-3176-81DF-49CE3D285636> /usr/lib/system/libsystem_symptoms.dylib
0x7fff26273000 - 0x7fff263f7fff com.apple.Network (1.0 - 1) <EED4099E-B17C-3E0B-AA8F-78A2D4F26CBF> /System/Library/Frameworks/Network.framework/Versions/A/Network
0x7fff263f8000 - 0x7fff2641cfff com.apple.analyticsd (1.0 - 1) <99FE0234-454F-36FF-9DE9-36B94D8753F9> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
0x7fff2641d000 - 0x7fff2641ffff libDiagnosticMessagesClient.dylib (112) <1014A32B-89EE-3ADD-971F-9CB973172F69> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff26420000 - 0x7fff2646cfff com.apple.spotlight.metadata.utilities (1.0 - 2150.7.2) <37A1E760-2006-366C-9FAC-FB70227393FB> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
0x7fff2646d000 - 0x7fff26507fff com.apple.Metadata (10.7.0 - 2150.7.2) <509C6597-ABB2-3B81-8E09-C51A755CCDA2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff26508000 - 0x7fff2650efff com.apple.DiskArbitration (2.7 - 2.7) <83DED679-BE65-3475-8AFF-D664BBAFA60A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff2650f000 - 0x7fff26bb5fff com.apple.vImage (8.1 - 544) <305D97CC-B47C-32FD-9EC5-43259A469A14> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff26bb6000 - 0x7fff26e83fff com.apple.QuartzCore (1.11 - 925.5) <D59138DC-10CD-3DF8-9F04-CCDB6102C370> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff26e84000 - 0x7fff26ec5fff libFontRegistry.dylib (309) <790676A3-2B74-3239-A60D-429069933542> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff26ec6000 - 0x7fff27007fff com.apple.coreui (2.1 - 689.4) <0DA8F4E0-9473-374E-8B48-F0A40AEC63CE> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff27008000 - 0x7fff270f3fff com.apple.ViewBridge (551.3 - 551.3) <36D0DCA7-CAAE-33C1-90F6-98876CB8BCF3> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0x7fff270f4000 - 0x7fff270fffff com.apple.PerformanceAnalysis (1.275 - 275) <2F811EE6-D4D4-347E-B4A0-961F0DF050E5> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff27100000 - 0x7fff2710ffff com.apple.OpenDirectory (11.1 - 230.40.1) <7710743E-6F55-342E-88FA-18796CF83700> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff27110000 - 0x7fff2712ffff com.apple.CFOpenDirectory (11.1 - 230.40.1) <32ECCB06-56D8-3704-935B-7D5363B2988E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff27130000 - 0x7fff27138fff com.apple.CoreServices.FSEvents (1290.40.2 - 1290.40.2) <FB18B8D7-C7F5-3CAB-B538-3F4B4E85D1F1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff27139000 - 0x7fff2715dfff com.apple.coreservices.SharedFileList (144 - 144) <93D2192D-7A27-3FD4-B3AB-A4DCBF8419B7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff2715e000 - 0x7fff27160fff libapp_launch_measurement.dylib (14.1) <9E2700C3-E993-3695-988E-FEF798B75E34> /usr/lib/libapp_launch_measurement.dylib
0x7fff27161000 - 0x7fff271a9fff com.apple.CoreAutoLayout (1.0 - 21.10.1) <998BC461-F4F5-396E-9798-1C8126AD61DA> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout
0x7fff271aa000 - 0x7fff2728cfff libxml2.2.dylib (34.8) <68396181-8100-390C-8886-EFB79F5B484C> /usr/lib/libxml2.2.dylib
0x7fff2728d000 - 0x7fff272d9fff com.apple.CoreVideo (1.8 - 408.4) <0D5AD16E-A871-3ACB-B910-39B87928E937> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff272da000 - 0x7fff272dcfff com.apple.loginsupport (1.0 - 1) <4F860927-F6F5-3A99-A103-744CF365634F> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff27306000 - 0x7fff27323fff com.apple.UserManagement (1.0 - 1) <B5CEAA26-4C5F-3AF4-BDFE-35DE7C8DE1BE> /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
0x7fff282bd000 - 0x7fff282cdfff libsystem_containermanager.dylib (318.60.1) <4ED09A19-04CC-3464-9EFB-F674932020B5> /usr/lib/system/libsystem_containermanager.dylib
0x7fff282ce000 - 0x7fff282dffff com.apple.IOSurface (289.3 - 289.3) <A3B10665-5909-30EE-BE34-F3284D6D5975> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff282e0000 - 0x7fff282e8fff com.apple.IOAccelerator (439.52 - 439.52) <3944C92D-7838-3D2F-A453-9DB15C815D7B> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff282e9000 - 0x7fff2840efff com.apple.Metal (244.32.7 - 244.32.7) <413B81AE-653F-3CF7-B5A4-A4391436E6D1> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff2840f000 - 0x7fff2842bfff com.apple.audio.caulk (1.0 - 70) <952BA9D4-BAD3-3319-8C17-F7BB2655F80C> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
0x7fff2842c000 - 0x7fff28515fff com.apple.CoreMedia (1.0 - 2760.6.4.6) <CBCD783B-B3C9-37B8-835C-A3BACEC35BB5> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff28516000 - 0x7fff28672fff libFontParser.dylib (305.2.0.6) <76C6C92A-1B16-3FB7-9EA2-7227D379C20F> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x7fff28673000 - 0x7fff28972fff com.apple.HIToolbox (2.1.1 - 1060.4) <93518490-429F-3E31-8344-15D479C2F4CE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff28973000 - 0x7fff28986fff com.apple.framework.DFRFoundation (1.0 - 265) <FB85651D-6221-38AF-BD6D-29BFF5830D36> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fff28987000 - 0x7fff2898afff com.apple.dt.XCTTargetBootstrap (1.0 - 17500) <13ADD312-F6F5-3C03-BD3B-9331B3851285> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
0x7fff2898b000 - 0x7fff289b4fff com.apple.CoreSVG (1.0 - 149) <A0DAE6AE-9DDA-37B4-A087-545A242CF982> /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
0x7fff289b5000 - 0x7fff28beefff com.apple.ImageIO (3.3.0 - 2130.2.7) <0FE3D51B-EC76-3558-BD56-7BFF61A6793D> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff28bef000 - 0x7fff28f6cfff com.apple.CoreImage (16.1.0 - 1120.10) <46F1E4F5-DF8F-32D4-8D0C-6FCF2C27A5CD> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff28f6d000 - 0x7fff28fc8fff com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <E2377275-53D7-31A0-AEAF-0A0273B99B92> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSCore.framework/Versions/A/MPSCore
0x7fff28fc9000 - 0x7fff28fccfff libsystem_configuration.dylib (1109.60.2) <C57B346B-0A03-3F87-BCAC-87B702FA0719> /usr/lib/system/libsystem_configuration.dylib
0x7fff28fcd000 - 0x7fff28fd1fff libsystem_sandbox.dylib (1441.60.4) <8CE27199-D633-31D2-AB08-56380A1DA9FB> /usr/lib/system/libsystem_sandbox.dylib
0x7fff28fd2000 - 0x7fff28fd3fff com.apple.AggregateDictionary (1.0 - 1) <7F2AFEBB-FF06-3194-B691-B411F3456962> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
0x7fff28fd4000 - 0x7fff28fd7fff com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <250CD2CA-E796-3CB0-9ADD-054998903B1D> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff28fd8000 - 0x7fff28fd9fff liblangid.dylib (136) <224DC045-2B60-39AF-B89E-E524175667F5> /usr/lib/liblangid.dylib
0x7fff28fda000 - 0x7fff2907afff com.apple.CoreNLP (1.0 - 245) <F876FD71-F077-3CF7-B94D-9E05A17E03D7> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
0x7fff2907b000 - 0x7fff29081fff com.apple.LinguisticData (1.0 - 399) <D1B7F1D5-EB9E-3555-BA57-3611FA153C44> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
0x7fff29082000 - 0x7fff2973efff libBNNS.dylib (288.60.2) <E3FF47D5-7DD9-3A9E-A819-C79B0CC17C03> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fff2973f000 - 0x7fff29912fff libvDSP.dylib (760.40.6) <9434101D-E001-357F-9503-9896C6011F52> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff29913000 - 0x7fff29925fff com.apple.CoreEmoji (1.0 - 128) <7CCFC59A-8746-3E52-AF1D-1B67798E940C> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fff29926000 - 0x7fff29930fff com.apple.IOMobileFramebuffer (343.0.0 - 343.0.0) <9A6F913C-EC79-3FC1-A92C-3A1BA96D8DFB> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer
0x7fff29931000 - 0x7fff29a03fff com.apple.framework.CoreWLAN (16.0 - 1657) <AB3F880B-52C5-3006-82FE-9E6857C09DE7> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff29a04000 - 0x7fff29c03fff com.apple.CoreUtils (6.5 - 650.5) <198A4273-5B92-3A05-A99D-7FD4914A959A> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff29c04000 - 0x7fff29c26fff com.apple.MobileKeyBag (2.0 - 1.0) <2B6BF51A-68B0-3108-9597-8B618E6B457B> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
0x7fff29c27000 - 0x7fff29c37fff com.apple.AssertionServices (1.0 - 505.60.2) <9F8620BD-A58D-3A42-9B9E-DEC21517EF1A> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
0x7fff29c38000 - 0x7fff29cc4fff com.apple.securityfoundation (6.0 - 55240.40.4) <5F06D141-62F4-3405-BA72-24673B170A16> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff29cc5000 - 0x7fff29ccefff com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <C5E4B35C-FFDA-3423-890F-06DAD1F684F5> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
0x7fff29ccf000 - 0x7fff29cd3fff com.apple.xpc.ServiceManagement (1.0 - 1) <2C03BEB7-915C-3A3A-A44F-A77775E1BFD5> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff29cd4000 - 0x7fff29cd6fff libquarantine.dylib (119.40.2) <19D42B9D-3336-3543-AF75-6E605EA31599> /usr/lib/system/libquarantine.dylib
0x7fff29cd7000 - 0x7fff29ce2fff libCheckFix.dylib (31) <3381FC93-F188-348C-9345-5567A7116CEF> /usr/lib/libCheckFix.dylib
0x7fff29ce3000 - 0x7fff29cfafff libcoretls.dylib (169) <9C244029-6B45-3583-B27F-BB7BBF84D814> /usr/lib/libcoretls.dylib
0x7fff29cfb000 - 0x7fff29d0bfff libbsm.0.dylib (68.40.1) <DC652D50-FA69-3801-9361-004D4D6832D0> /usr/lib/libbsm.0.dylib
0x7fff29d0c000 - 0x7fff29d55fff libmecab.dylib (929.1.1) <B5D8C96C-D3B8-32F8-84F9-A432CEAD4E5C> /usr/lib/libmecab.dylib
0x7fff29d56000 - 0x7fff29d5bfff libgermantok.dylib (24) <F9772A76-7AFA-3E0B-A02C-A61FC6CA8D8B> /usr/lib/libgermantok.dylib
0x7fff29d5c000 - 0x7fff29d71fff libLinearAlgebra.dylib (1336.40.1) <D2826FAB-174C-3CD6-A765-06D83A9A0EDB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff29d72000 - 0x7fff29f99fff com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <231CF580-952A-32BC-A423-9B9756AC9744> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
0x7fff29f9a000 - 0x7fff29fe9fff com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <65A993E4-3DC2-3152-98D5-A1DF3DB4573F> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
0x7fff29fea000 - 0x7fff2a130fff com.apple.MLCompute (1.0 - 1) <BCEA1149-197E-398F-9424-E29B0AD0829F> /System/Library/Frameworks/MLCompute.framework/Versions/A/MLCompute
0x7fff2a131000 - 0x7fff2a167fff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <F719DA57-EAAA-3527-B859-21025722932F> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
0x7fff2a168000 - 0x7fff2a1a5fff com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <FCCC0D3F-74D2-3107-82B3-E2B500E36AAE> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
0x7fff2a1a6000 - 0x7fff2a236fff com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <21527A17-2D6F-3BDF-9A74-F90FA6E26BB3> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSImage.framework/Versions/A/MPSImage
0x7fff2a237000 - 0x7fff2a246fff com.apple.AppleFSCompression (125 - 1.0) <D1E7DC71-1929-30A8-B73E-268387110608> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff2a247000 - 0x7fff2a254fff libbz2.1.0.dylib (44) <0575C0D0-B107-3E53-857F-DEC55998197B> /usr/lib/libbz2.1.0.dylib
0x7fff2a255000 - 0x7fff2a259fff libsystem_coreservices.dylib (127) <A2D875B9-8BA8-33AD-BE92-ADAB915A8D5B> /usr/lib/system/libsystem_coreservices.dylib
0x7fff2a25a000 - 0x7fff2a287fff com.apple.CoreServices.OSServices (1122.11 - 1122.11) <870F34BE-C0ED-318B-858D-5F1E4757D552> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff2a288000 - 0x7fff2a3b9fff com.apple.AuthKit (1.0 - 1) <8239C235-54DE-39F3-98DC-920AF2BE6187> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
0x7fff2a45d000 - 0x7fff2a46ffff libz.1.dylib (76) <9F89FD60-03F7-3175-AB34-5112B99E2B8A> /usr/lib/libz.1.dylib
0x7fff2a470000 - 0x7fff2a4b7fff libsystem_m.dylib (3186.40.2) <79820D9E-0FF1-3F20-AF4F-F87EE20CE8C9> /usr/lib/system/libsystem_m.dylib
0x7fff2a4b8000 - 0x7fff2a4b8fff libcharset.1.dylib (59) <414F6A1C-1EBC-3956-AC2D-CCB0458F31AF> /usr/lib/libcharset.1.dylib
0x7fff2a4b9000 - 0x7fff2a4befff libmacho.dylib (973.4) <28AE1649-22ED-3C4D-A232-29D37F821C39> /usr/lib/system/libmacho.dylib
0x7fff2a4bf000 - 0x7fff2a4dafff libkxld.dylib (7195.60.75) <3600A314-332A-343D-B45D-D9D8B302545D> /usr/lib/system/libkxld.dylib
0x7fff2a4db000 - 0x7fff2a4e6fff libcommonCrypto.dylib (60178.40.2) <1D0A75A5-DEC5-39C6-AB3D-E789B8866712> /usr/lib/system/libcommonCrypto.dylib
0x7fff2a4e7000 - 0x7fff2a4f1fff libunwind.dylib (200.10) <C5792A9C-DF0F-3821-BC14-238A78462E8A> /usr/lib/system/libunwind.dylib
0x7fff2a4f2000 - 0x7fff2a4f9fff liboah.dylib (203.13.2) <FF72E19B-3B02-34D4-A821-3397BB28AC02> /usr/lib/liboah.dylib
0x7fff2a4fa000 - 0x7fff2a504fff libcopyfile.dylib (173.40.2) <89483CD4-DA46-3AF2-AE78-FC37CED05ACC> /usr/lib/system/libcopyfile.dylib
0x7fff2a505000 - 0x7fff2a50cfff libcompiler_rt.dylib (102.2) <0DB26EC8-B4CD-3268-B865-C2FC07E4D2AA> /usr/lib/system/libcompiler_rt.dylib
0x7fff2a50d000 - 0x7fff2a50ffff libsystem_collections.dylib (1439.40.11) <D40D8097-0ABF-3645-B065-168F43ACFF4C> /usr/lib/system/libsystem_collections.dylib
0x7fff2a510000 - 0x7fff2a512fff libsystem_secinit.dylib (87.60.1) <99B5FD99-1A8B-37C1-BD70-04990FA33B1C> /usr/lib/system/libsystem_secinit.dylib
0x7fff2a513000 - 0x7fff2a515fff libremovefile.dylib (49.40.3) <750012C2-7097-33C3-B796-2766E6CDE8C1> /usr/lib/system/libremovefile.dylib
0x7fff2a516000 - 0x7fff2a516fff libkeymgr.dylib (31) <2C7B58B0-BE54-3A50-B399-AA49C19083A9> /usr/lib/system/libkeymgr.dylib
0x7fff2a517000 - 0x7fff2a51efff libsystem_dnssd.dylib (1310.60.4) <81EFC44D-450E-3AA3-AC8F-D7EF68F464B4> /usr/lib/system/libsystem_dnssd.dylib
0x7fff2a51f000 - 0x7fff2a524fff libcache.dylib (83) <2F7F7303-DB23-359E-85CD-8B2F93223E2A> /usr/lib/system/libcache.dylib
0x7fff2a525000 - 0x7fff2a526fff libSystem.B.dylib (1292.60.1) <A7FB4899-9E04-37ED-9DD8-8FFF0400879C> /usr/lib/libSystem.B.dylib
0x7fff2a527000 - 0x7fff2a52afff libfakelink.dylib (3) <34B6DC95-E19A-37C0-B9D0-558F692D85F5> /usr/lib/libfakelink.dylib
0x7fff2a52b000 - 0x7fff2a52bfff com.apple.SoftLinking (1.0 - 1) <90D679B3-DFFD-3604-B89F-1BCF70B3EBA4> /System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking
0x7fff2a52c000 - 0x7fff2a563fff libpcap.A.dylib (98.40.1) <E1995A1C-7EEB-3340-B1E1-DD45FA625C12> /usr/lib/libpcap.A.dylib
0x7fff2a564000 - 0x7fff2a654fff libiconv.2.dylib (59) <3E53F735-1D7E-3ABB-BC45-AAA37F535830> /usr/lib/libiconv.2.dylib
0x7fff2a655000 - 0x7fff2a666fff libcmph.dylib (8) <865FA425-831D-3E49-BD1B-14188D2A98AA> /usr/lib/libcmph.dylib
0x7fff2a667000 - 0x7fff2a6d8fff libarchive.2.dylib (83.40.4) <76B2F421-5335-37FB-9CD5-1018878B9E74> /usr/lib/libarchive.2.dylib
0x7fff2a6d9000 - 0x7fff2a740fff com.apple.SearchKit (1.4.1 - 1.4.1) <7BDD2800-BDDC-3DE0-A4A8-B1E855130E3B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff2a741000 - 0x7fff2a742fff libThaiTokenizer.dylib (3) <513547CD-5C7F-37BE-A2AD-55A22F279588> /usr/lib/libThaiTokenizer.dylib
0x7fff2a743000 - 0x7fff2a76afff com.apple.applesauce (1.0 - 16.26) <AE525243-2CE7-373E-994E-C2457611EB3C> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
0x7fff2a76b000 - 0x7fff2a782fff libapple_nghttp2.dylib (1.41) <CC004768-6E3B-3D80-9431-61149EBE2E10> /usr/lib/libapple_nghttp2.dylib
0x7fff2a783000 - 0x7fff2a795fff libSparseBLAS.dylib (1336.40.1) <CEBD7B0F-A54D-3A43-BD7E-E8BC2C7B7F0C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff2a796000 - 0x7fff2a797fff com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <1BFEB124-CF05-342F-BC65-B233EAB661D9> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fff2a798000 - 0x7fff2a79cfff libpam.2.dylib (28.40.1) <AE84F5FA-DDB0-3028-AF25-D6B6A12DBA6A> /usr/lib/libpam.2.dylib
0x7fff2a79d000 - 0x7fff2a7b5fff libcompression.dylib (96.40.6) <45B8B821-8EB6-34FE-92E9-5CBA474499E2> /usr/lib/libcompression.dylib
0x7fff2a7b6000 - 0x7fff2a7bbfff libQuadrature.dylib (7) <FB21F53D-4A40-327F-BD3B-C7C8D08C6A86> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fff2a7bc000 - 0x7fff2ab58fff libLAPACK.dylib (1336.40.1) <509FBCC6-4ECB-3192-98A6-D0C030E4E9D8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff2ab59000 - 0x7fff2aba7fff com.apple.DictionaryServices (1.2 - 341) <83CDCE83-6B48-35F1-BACF-83240D940777> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff2aba8000 - 0x7fff2abc0fff liblzma.5.dylib (16) <A45348BC-AA9C-39D6-A7C3-2246A3EFA34C> /usr/lib/liblzma.5.dylib
0x7fff2abc1000 - 0x7fff2abc2fff libcoretls_cfhelpers.dylib (169) <C0F19E92-DACB-3100-8610-62DEC5E5FB81> /usr/lib/libcoretls_cfhelpers.dylib
0x7fff2abc3000 - 0x7fff2acbcfff com.apple.APFS (1677.60.23 - 1677.60.23) <8271EE40-CDF5-3E0B-9F42-B49DC7C46C98> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
0x7fff2acbd000 - 0x7fff2accafff libxar.1.dylib (452) <3F3DA942-DC7B-31EF-BCF1-38F99F59A660> /usr/lib/libxar.1.dylib
0x7fff2accb000 - 0x7fff2accefff libutil.dylib (58.40.2) <85CF2B3B-6BEB-381D-8683-1DE2B0167ECC> /usr/lib/libutil.dylib
0x7fff2accf000 - 0x7fff2acf7fff libxslt.1.dylib (17.2) <2C881E82-6E2C-3E92-8DC5-3C2D05FE7C95> /usr/lib/libxslt.1.dylib
0x7fff2acf8000 - 0x7fff2ad02fff libChineseTokenizer.dylib (37) <36891BB5-4A83-33A3-9995-CC5DB2AB53CE> /usr/lib/libChineseTokenizer.dylib
0x7fff2ad03000 - 0x7fff2adc1fff libvMisc.dylib (760.40.6) <219319E1-BDBD-34D1-97B7-E46256785D3C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff2adc2000 - 0x7fff2ae5afff libate.dylib (3.0.4) <51D50D08-F614-3929-AFB1-BF4ED9BE4751> /usr/lib/libate.dylib
0x7fff2ae5b000 - 0x7fff2ae62fff libIOReport.dylib (64) <3C26FBDC-931E-3318-8225-C10849CF1D60> /usr/lib/libIOReport.dylib
0x7fff2ae63000 - 0x7fff2ae91fff com.apple.CrashReporterSupport (10.13 - 15047) <5377E0C9-5D89-38C0-B129-1A086716F3E9> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff2af7e000 - 0x7fff2af85fff libMatch.1.dylib (38) <DC1E67E0-2690-3EE0-840D-461DA2980D9D> /usr/lib/libMatch.1.dylib
0x7fff2af86000 - 0x7fff2b011fff libCoreStorage.dylib (554) <8EEB1047-EFC1-3C1B-8E33-A446EB043AD5> /usr/lib/libCoreStorage.dylib
0x7fff2b012000 - 0x7fff2b065fff com.apple.AppleVAFramework (6.1.3 - 6.1.3) <8A5B1C42-DD83-303B-85DE-754FB6C10E1A> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff2b066000 - 0x7fff2b07ffff libexpat.1.dylib (26) <4408FC72-BDAA-33AE-BE14-4008642794ED> /usr/lib/libexpat.1.dylib
0x7fff2b080000 - 0x7fff2b089fff libheimdal-asn1.dylib (597.40.10) <032931C8-B042-3B3D-93D3-5B3E27431FEA> /usr/lib/libheimdal-asn1.dylib
0x7fff2b08a000 - 0x7fff2b09efff com.apple.IconFoundation (479.3 - 479.3) <650C91C9-D6A1-3FF7-964B-DE1065F2243C> /System/Library/PrivateFrameworks/IconFoundation.framework/Versions/A/IconFoundation
0x7fff2b09f000 - 0x7fff2b10cfff com.apple.IconServices (479.3 - 479.3) <63CAB1AB-C485-382A-9088-F6E3937BB8E9> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff2b10d000 - 0x7fff2b1aafff com.apple.MediaExperience (1.0 - 1) <A7A754CE-61AB-39B8-AA31-3AEB14695F55> /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience
0x7fff2b1ab000 - 0x7fff2b1d4fff com.apple.persistentconnection (1.0 - 1.0) <C3F975D3-A87C-353C-BA1F-072825E60E8C> /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
0x7fff2b1d5000 - 0x7fff2b1e3fff com.apple.GraphVisualizer (1.0 - 100.1) <7035CCDF-5B9D-365C-A1FA-1D961EBEE44D> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
0x7fff2b1e4000 - 0x7fff2b5fffff com.apple.vision.FaceCore (4.3.2 - 4.3.2) <E0518821-B65D-31A4-8C37-DF3569CF8867> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff2b600000 - 0x7fff2b64afff com.apple.OTSVG (1.0 - 677.2.0.5) <D2722431-6C71-3144-A024-6ED06334AEE0> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
0x7fff2b64b000 - 0x7fff2b651fff com.apple.xpc.AppServerSupport (1.0 - 2038.40.38) <27B96AA0-421E-3E5A-B9D8-9BA3F0D133E9> /System/Library/PrivateFrameworks/AppServerSupport.framework/Versions/A/AppServerSupport
0x7fff2b652000 - 0x7fff2b663fff libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) <CAD78803-0F56-316E-A7F1-D2BF26CA2DD6> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x7fff2b664000 - 0x7fff2b666fff libspindump.dylib (295) <C6F804A3-5682-3766-A324-76667364873D> /usr/lib/libspindump.dylib
0x7fff2b667000 - 0x7fff2b727fff com.apple.Heimdal (4.0 - 2.0) <8BB18335-5DD3-3154-85C8-0145C64556A2> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff2b728000 - 0x7fff2b742fff com.apple.login (3.0 - 3.0) <343A182A-F6C9-366E-BF0C-2124E5367F19> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
0x7fff2b8c6000 - 0x7fff2b930fff com.apple.bom (14.0 - 233) <A62EEEE5-3027-3F25-BCD9-32D36922106E> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff2b931000 - 0x7fff2b97bfff com.apple.AppleJPEG (1.0 - 1) <A2E9E2A4-AEDC-3481-BDC9-05D9AD84FC25> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff2b97c000 - 0x7fff2ba5afff libJP2.dylib (2130.2.7) <9D837C01-3D6C-3D71-8E92-3673CE06A21F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff2ba5b000 - 0x7fff2ba5efff com.apple.WatchdogClient.framework (1.0 - 98.60.1) <8374BBBB-65CB-3D46-9AD6-0DD1FB99AD88> /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
0x7fff2ba5f000 - 0x7fff2ba92fff com.apple.MultitouchSupport.framework (4400.28 - 4400.28) <E9A95272-5E84-3B64-8263-8C7F84456269> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff2ba93000 - 0x7fff2bbe5fff com.apple.VideoToolbox (1.0 - 2760.6.4.6) <35098775-A188-3BE0-B0B1-7CE0027BA295> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff2bbe6000 - 0x7fff2bc18fff libAudioToolboxUtility.dylib (1180.23) <58B4505B-F0EA-37FC-9F5A-6F9F05B0F2A5> /usr/lib/libAudioToolboxUtility.dylib
0x7fff2bc19000 - 0x7fff2bc3ffff libPng.dylib (2130.2.7) <1F3FED3B-FB07-3F43-8EAD-6100017FBAB5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff2bc40000 - 0x7fff2bc9dfff libTIFF.dylib (2130.2.7) <27E9A2D3-003D-3D97-AD85-BE595EA0516F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff2bc9e000 - 0x7fff2bcb8fff com.apple.IOPresentment (53 - 37) <070919DC-978E-3DB3-80FD-FB0C1BAAE80A> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fff2bcb9000 - 0x7fff2bcbffff com.apple.GPUWrangler (6.2.2 - 6.2.2) <F4B3905F-C024-33C1-82C8-F1744AF8516E> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
0x7fff2bcc0000 - 0x7fff2bcc3fff libRadiance.dylib (2130.2.7) <7ABF94D2-5281-363F-A613-9C945D77AAE8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff2bcc4000 - 0x7fff2bcc9fff com.apple.DSExternalDisplay (3.1 - 380) <BA802582-F1EB-35B8-902F-3D0F426124E0> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fff2bcca000 - 0x7fff2bceefff libJPEG.dylib (2130.2.7) <FDD55379-6673-31E4-B916-7949459B60AE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff2bcef000 - 0x7fff2bd1efff com.apple.ATSUI (1.0 - 1) <B82D099B-4F53-3B60-8BAA-975C41EFD356> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
0x7fff2bd1f000 - 0x7fff2bd23fff libGIF.dylib (2130.2.7) <C51FB0BA-E5C0-335B-9C64-185B1DDC9166> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff2bd24000 - 0x7fff2bd2dfff com.apple.CMCaptureCore (1.0 - 80.17.1.1) <A0D43E58-B960-3A80-8807-4115F0E1EF74> /System/Library/PrivateFrameworks/CMCaptureCore.framework/Versions/A/CMCaptureCore
0x7fff2bd2e000 - 0x7fff2bd75fff com.apple.print.framework.PrintCore (16 - 531) <FC56A643-F502-3578-9EFF-375BE6B87691> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff2bd76000 - 0x7fff2be42fff com.apple.TextureIO (3.10.9 - 3.10.9) <0AC15003-4B6A-3FB3-9B41-3EF61A2BD430> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fff2be43000 - 0x7fff2be4bfff com.apple.InternationalSupport (1.0 - 60) <5485FFDC-CE44-37F4-865F-91B2EFBC6CAF> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
0x7fff2be4c000 - 0x7fff2bec7fff com.apple.datadetectorscore (8.0 - 674) <A2DEEF63-7643-37AA-9420-ED875629D1B2> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff2bec8000 - 0x7fff2bf26fff com.apple.UserActivity (435 - 435) <075FD354-28FD-3A13-881C-955FA9106D5C> /System/Library/PrivateFrameworks/UserActivity.framework/Versions/A/UserActivity
0x7fff2cb74000 - 0x7fff2cba5fff libSessionUtility.dylib (76.7) <95615EDE-46B9-32AE-96EC-7F6E5EB6A932> /System/Library/PrivateFrameworks/AudioSession.framework/libSessionUtility.dylib
0x7fff2cba6000 - 0x7fff2ccd6fff com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <D0F9F628-F241-3FA2-A785-7B9DCBB2FEC4> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff2ccd7000 - 0x7fff2cd3efff com.apple.audio.AudioSession (1.0 - 76.7) <C0B1C9EB-A594-31E3-ADDF-118583840E6F> /System/Library/PrivateFrameworks/AudioSession.framework/Versions/A/AudioSession
0x7fff2cd3f000 - 0x7fff2cd51fff libAudioStatistics.dylib (25.1) <1D07EA54-BE7C-37C4-AA73-5224D402F0C3> /usr/lib/libAudioStatistics.dylib
0x7fff2cd52000 - 0x7fff2cd61fff com.apple.speech.synthesis.framework (9.0.51 - 9.0.51) <B86A2136-8DD7-395D-BB9F-9416C56DD2D6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff2cd62000 - 0x7fff2cdcdfff com.apple.ApplicationServices.ATS (377 - 516) <3A435648-CC5F-387E-AB37-391AAEABE314> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff2cdce000 - 0x7fff2cde6fff libresolv.9.dylib (68) <9957A6F4-8B66-3429-86CD-6DF4993EB6F5> /usr/lib/libresolv.9.dylib
0x7fff2cf19000 - 0x7fff2cff8fff libSMC.dylib (20) <CE5162B7-379E-3DF0-9D1E-44BC98BD2422> /usr/lib/libSMC.dylib
0x7fff2cff9000 - 0x7fff2d058fff libcups.2.dylib (494.1) <04A4801E-E1B5-3919-9F14-100F0C2D049B> /usr/lib/libcups.2.dylib
0x7fff2d059000 - 0x7fff2d068fff com.apple.LangAnalysis (1.7.0 - 254) <120945D9-B74D-3A6F-B160-2678E6B6481D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff2d069000 - 0x7fff2d073fff com.apple.NetAuth (6.2 - 6.2) <C65B2F54-67EA-3E4D-B84A-BBA94998BD6B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff2d074000 - 0x7fff2d07bfff com.apple.ColorSyncLegacy (4.13.0 - 1) <33DA9348-EADF-36D2-B999-56854481D272> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
0x7fff2d07c000 - 0x7fff2d087fff com.apple.QD (4.0 - 416) <7FFC9049-7E42-372B-9105-1C4C94DE0110> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff2d088000 - 0x7fff2d6f6fff com.apple.audio.AudioResourceArbitration (1.0 - 1) <098FD431-D302-3DD5-9AD1-453615A73E68> /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration
0x7fff2d6f7000 - 0x7fff2d703fff com.apple.perfdata (1.0 - 67.40.1) <85A57A67-8721-3035-BCEE-D4AC98332D2C> /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata
0x7fff2d704000 - 0x7fff2d712fff libperfcheck.dylib (41) <67113817-A463-360A-B321-9286DC50FEDA> /usr/lib/libperfcheck.dylib
0x7fff2d713000 - 0x7fff2d722fff com.apple.Kerberos (3.0 - 1) <2E872705-0841-3695-AF79-4160D2A436AB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff2d723000 - 0x7fff2d772fff com.apple.GSS (4.0 - 2.0) <2A38D59F-5F3A-3779-A421-2F8128F22B95> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff2d773000 - 0x7fff2d783fff com.apple.CommonAuth (4.0 - 2.0) <D9431F22-A16B-3237-9676-B6159B36F5EA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff2d7d8000 - 0x7fff2d7fafff com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <3554A1B0-A9AD-3D89-A755-1C9CC7CEA239> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
0x7fff2d7fb000 - 0x7fff2d803fff com.apple.CorePhoneNumbers (1.0 - 1) <0DF4C527-E7D3-30E0-9402-4C43B29729CB> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
0x7fff2d958000 - 0x7fff2d958fff liblaunch.dylib (2038.40.38) <05A7EFDD-4111-3E4D-B668-239B69DE3D0F> /usr/lib/system/liblaunch.dylib
0x7fff2e153000 - 0x7fff2e29afff com.apple.Sharing (1575 - 1575) <4E590A26-5934-33EE-BFD9-391A64686FDE> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff2e29b000 - 0x7fff2e3bbfff com.apple.Bluetooth (8.0.2 - 8.0.2f9) <E3CF73C4-B439-3E30-B74D-3344C2EA2FC9> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff2e3bc000 - 0x7fff2e3d0fff com.apple.AppContainer (4.0 - 509.60.2) <A9D28E73-B08F-34E3-AE7B-0855DBA96C3C> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fff2e3d1000 - 0x7fff2e3d4fff com.apple.SecCodeWrapper (4.0 - 509.60.2) <55B0C208-B176-3FE4-8CA2-9F28CA59F8F1> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fff2e3d5000 - 0x7fff2e42efff com.apple.ProtectedCloudStorage (1.0 - 1) <C84C9C98-5382-3E27-8275-AC9816AA28E8> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x7fff2fb7e000 - 0x7fff2fba9fff com.apple.RemoteViewServices (2.0 - 163) <AC6E2D2F-8131-3A40-97D7-E24E2A45CD66> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff2fbaa000 - 0x7fff2fbb9fff com.apple.SpeechRecognitionCore (6.1.12 - 6.1.12) <F2A0E41A-7976-3175-959A-98DC24AAFFCC> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff2fbba000 - 0x7fff2fbc1fff com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <9C14FA0A-D905-375B-8C32-E311ED59B6AD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff2fe05000 - 0x7fff2fe05fff libsystem_product_info_filter.dylib (8.40.1) <7CCAF1A8-F570-341E-B275-0C80B092F8E0> /usr/lib/system/libsystem_product_info_filter.dylib
0x7fff2fee0000 - 0x7fff2fee0fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <510A463F-5CA5-3585-969F-2D44583B71C8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff2ff07000 - 0x7fff2ff07fff com.apple.CoreServices (1122.11 - 1122.11) <5DDB040C-6E92-3DBE-9049-873F510F26E2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff301d5000 - 0x7fff301d5fff com.apple.Accelerate (1.11 - Accelerate 1.11) <F2FFCC7B-EE3D-3768-A73B-342851B53741> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff30a4c000 - 0x7fff30aaefff com.apple.CoreBluetooth (1.0 - 1) <0FF4CFB1-B8DD-31C3-A000-5016CFE45EB9> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff30aaf000 - 0x7fff30ab8fff com.apple.SymptomDiagnosticReporter (1.0 - 79.40.12) <4536FFDF-598E-3085-8DDD-26798E1EEBD6> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
0x7fff30acd000 - 0x7fff30ad9fff com.apple.AppleIDAuthSupport (1.0 - 1) <1EE88692-4059-3A33-B492-E7D7112EFB0C> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
0x7fff30ada000 - 0x7fff30b82fff com.apple.DiscRecording (9.0.3 - 9030.4.5) <8676CDCB-15CC-3723-9411-8B8AFA3B370A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff30b83000 - 0x7fff30bb6fff com.apple.MediaKit (16 - 927.40.2) <C7FB3929-E0E1-3A6C-B138-EE504CCE9EF0> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff30bb7000 - 0x7fff30ca2fff com.apple.DiskManagement (14.0 - 1733.60.1) <328DB6AD-221B-35FA-8E31-2E5CD860A0F3> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
0x7fff31090000 - 0x7fff311b0fff com.apple.FileProvider (326 - 326) <B2A33B9E-66D9-30B5-A18C-AD0D7F3592C5> /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider
0x7fff311b1000 - 0x7fff311d4fff com.apple.GenerationalStorage (2.0 - 322) <F2740CA7-334B-3F24-AFE8-2451D1A041C2> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff31b33000 - 0x7fff31b6ffff com.apple.DebugSymbols (195.1 - 195.1) <6AA76BBC-B0F2-3F37-A6EE-19014DCD06D9> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff31b70000 - 0x7fff31c2dfff com.apple.CoreSymbolication (12.2 - 64541.4) <A100000D-F881-3C3C-ABC5-3EAC7A272579> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff32ac3000 - 0x7fff32b26fff com.apple.framework.Apple80211 (17.0 - 1728) <2DBC65AC-A7DF-38F9-9174-3382667FBF0F> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff32b27000 - 0x7fff32c79fff com.apple.CoreWiFi (3.0 - 341) <C18D2E57-A964-380F-A74B-AEFDB3B3ADEC> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff32ee6000 - 0x7fff32ef5fff com.apple.xpc.RemoteServiceDiscovery (1.0 - 2038.40.38) <EFEFC279-E73A-3557-A4AE-BF67E7C96962> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
0x7fff32ef6000 - 0x7fff32f0dfff com.apple.xpc.RemoteXPC (1.0 - 2038.40.38) <DC43AED2-6DD7-31AB-8186-EF69ED7027C4> /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC
0x7fff32f55000 - 0x7fff32f58fff com.apple.help (1.3.8 - 71) <599F7E42-DEF1-3B70-83AB-C3BDF727CF93> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff32f59000 - 0x7fff32f60fff com.apple.EFILogin (2.0 - 2) <B94BFCCA-45B6-3E80-84E7-758350D7CAFD> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff32f61000 - 0x7fff32f6cfff libcsfde.dylib (554) <1F4DFF13-17EC-3672-8A41-056F4E44A377> /usr/lib/libcsfde.dylib
0x7fff3319a000 - 0x7fff3319afff com.apple.ApplicationServices (48 - 50) <7B536871-3F10-3138-B06B-9C2A3C07EC1E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff3349a000 - 0x7fff3349afff libHeimdalProxy.dylib (79) <1BD94BF6-8E63-3B21-95DC-E5EEEBFB8AE8> /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
0x7fff3354d000 - 0x7fff3354dfff com.apple.audio.units.AudioUnit (1.14 - 1.14) <F5EC07DD-8937-37CB-84DF-C7475FFA573E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff34503000 - 0x7fff34553fff com.apple.ChunkingLibrary (334 - 334) <E392AB7F-6EAC-3E2E-93F8-01BA240FEACD> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff363de000 - 0x7fff363f9fff com.apple.openscripting (1.7 - 190) <D0B98DF9-7A61-3810-AE81-2F870DCC2AC0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff363fa000 - 0x7fff363fdfff com.apple.securityhi (9.0 - 55008) <DD7770F7-661C-363B-A1F4-8B69EB0FFB6A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff363fe000 - 0x7fff36401fff com.apple.ink.framework (10.15 - 227) <E10C40B6-2656-36D1-882C-2091CE02883A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff36402000 - 0x7fff36405fff com.apple.CommonPanels (1.2.6 - 101) <101582BA-E64F-391A-BD23-50DCC3CF8939> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff36406000 - 0x7fff3640dfff com.apple.ImageCapture (1708 - 1708) <FE9D13DD-D733-3B2A-B4A6-D3C8313005F5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff393f3000 - 0x7fff393f6fff com.apple.OSAServicesClient (1.0 - 1) <44E39868-F624-3644-B453-962D34737998> /System/Library/PrivateFrameworks/OSAServicesClient.framework/Versions/A/OSAServicesClient
0x7fff3d0f8000 - 0x7fff3d0fbfff com.apple.print.framework.Print (15 - 271) <8411879F-7E3E-3882-BD06-68E797A3B9D6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff3d0fc000 - 0x7fff3d0fffff com.apple.Carbon (160 - 164) <5683716A-5610-3B97-B473-B4652067E7A6> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff3d384000 - 0x7fff3d3a3fff com.apple.private.SystemPolicy (1.0 - 1) <CFE0B0C6-DF5B-31EB-9D79-B23E00A80B05> /System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy
0x7fff3dccd000 - 0x7fff3dcd8fff com.apple.MallocStackLogging (1.0 - 1) <C1A21524-381D-39CA-AD63-A3B9F67FC6CA> /System/Library/PrivateFrameworks/MallocStackLogging.framework/Versions/A/MallocStackLogging
0x7fff3dcee000 - 0x7fff3dd00fff libmis.dylib (274.60.2) <54387457-A60B-3390-AD6D-3B380792CD79> /usr/lib/libmis.dylib
0x7fff418f4000 - 0x7fff41912fff libCGInterfaces.dylib (544) <488D608D-374C-3A2F-B8AC-D78E2F6E6DB7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff48266000 - 0x7fff482b4fff com.apple.osanalytics.OSAnalytics (1.0 - 1) <EF7537E3-982B-3FA2-BFFC-F8071EFF0B31> /System/Library/PrivateFrameworks/OSAnalytics.framework/Versions/A/OSAnalytics
0x7fff52224000 - 0x7fff522b6fff com.apple.Symbolication (12.2 - 64541.7.1) <EC806042-5249-35DC-90BA-953A86D1854A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff6c7f8000 - 0x7fff6c7fefff libCoreFSCache.dylib (177.22) <4ECE128D-5E79-3ADF-8FE7-4FE8F565F8AA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff6c7ff000 - 0x7fff6c803fff libCoreVMClient.dylib (177.22) <E0DBED1D-39B4-3E51-9EA8-D1ECAED93EAB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff6c804000 - 0x7fff6c813fff com.apple.opengl (18.1.1 - 18.1.1) <D8EE3AD0-C0D0-32F7-9C6D-39341099EB55> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff6c814000 - 0x7fff6c816fff libCVMSPluginSupport.dylib (18.1.1) <5F020D32-8663-3CB8-A50C-F939D4D4C31F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff6c817000 - 0x7fff6c81ffff libGFXShared.dylib (18.1.1) <2271532D-E2B3-3D4D-ADF0-0935F8DCE89B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff6c820000 - 0x7fff6c853fff libGLImage.dylib (18.1.1) <528E53A3-33E1-34C7-8EE3-C42AE5255553> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff6c854000 - 0x7fff6c890fff libGLU.dylib (18.1.1) <15CBDF20-8A87-3D84-90F8-D19F4A2B06E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff6ca26000 - 0x7fff6ca30fff libGL.dylib (18.1.1) <157B74E1-F30D-3F9D-9AF8-AAA333D2812D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff6de67000 - 0x7fff6debffff com.apple.opencl (4.5 - 4.5) <8A3D06D5-4E82-355C-AE1B-E2C91DB58233> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff7837f000 - 0x7fff78386fff libRosetta.dylib (203.13.2) <FF72E19B-3B02-34D4-A821-3397BB28AC02> /usr/lib/libRosetta.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: 32091
thread_create: 0
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=717.0M resident=0K(0%) swapped_out_or_unallocated=717.0M(100%)
Writable regions: Total=1.4G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.4G(100%)
VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 128K 1
Activity Tracing 256K 1
CG backing stores 4032K 6
CoreAnimation 9.9M 2
CoreGraphics 12K 2
CoreServices 152K 1
Foundation 16K 1
Kernel Alloc Once 8K 1
MALLOC 270.7M 130
MALLOC guard page 48K 8
MALLOC_MEDIUM (reserved) 720.0M 6 reserved VM address space (unallocated)
MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)
STACK GUARD 56.0M 10
Stack 12.6M 10
VM_ALLOCATE 836K 33
__CTF 759 1
__DATA 12.9M 338
__DATA_CONST 13.1M 205
__DATA_DIRTY 539K 96
__FONT_DATA 4K 1
__LINKEDIT 505.3M 76
__OBJC_RO 60.5M 1
__OBJC_RW 2452K 2
__TEXT 212.0M 340
__UNICODE 588K 1
mapped file 93.4M 35
shared memory 40K 4
=========== ======= =======
TOTAL 2.3G 1313
TOTAL, minus reserved VM space 1.2G 1313
Model: MacBookPro16,1, BootROM 1554.60.15.0.0 (iBridge: 18.16.13030.0.0,0), 6 processors, 6-Core Intel Core i7, 2,6 GHz, 32 GB, SMC
Graphics: kHW_IntelUHDGraphics630Item, Intel UHD Graphics 630, spdisplays_builtin
Graphics: kHW_AMDRadeonPro5300MItem, AMD Radeon Pro 5300M, spdisplays_pcie_device, 4 GB
Memory Module: BANK 0/ChannelA-DIMM0, 16 GB, DDR4, 2667 MHz, Micron, -
Memory Module: BANK 2/ChannelB-DIMM0, 16 GB, DDR4, 2667 MHz, Micron, -
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x7BF), wl0: Sep 11 2020 17:01:15 version 9.30.440.2.32.5.61 FWID 01-1d69e4b4
Bluetooth: Version 8.0.2f9, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB 3.1 Bus
USB Device: Apple T2 Bus
USB Device: Composite Device
USB Device: Touch Bar Backlight
USB Device: Touch Bar Display
USB Device: Apple Internal Keyboard / Trackpad
USB Device: Headset
USB Device: Ambient Light Sensor
USB Device: FaceTime HD Camera (Built-in)
USB Device: Apple T2 Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 63.1
Thunderbolt Bus: MacBook Pro, Apple Inc., 63.1
Hmm, that crash information isn't that helpful. Can you rerun cmake with -DCMAKE_BUILD_TYPE=Debug -DENABLE_PLUGINS:BOOL=OFF
and recompile? Could you run Go For It! from gdb? (run from within gdb and after it crashes retrieve the backtrace with the bt
command)
Did it crash on its own or did you click on something or press a key?
This may be the culprit: https://gitlab.freedesktop.org/cairo/cairo/-/issues/420 In that case you need compile cairo from git master and replace the version currently installed (needs to include https://gitlab.freedesktop.org/cairo/cairo/-/commit/e22d7212acb454daccc088619ee147af03883974) (cairo is used by Gtk+ 3.0). If a bug in cairo is indeed the cullprit there's little I can do right now.
It looks like this. Unfortunately, I wasn't able to set up the certificate for running it under gdb and not sure how it is done in Big Sur :(
I really shouldn't have been spending my day getting a mac OS vm to work, but:
Cairo is indeed broken. Installing cairo from git fixes it.
How I got it to work:
brew
cairo
, compile and install it (overwrite the current installation) (the cairo.rb formula is a good source of information on how to build it) go-for-it
,
mkdir build
cd build
cmake ..
make -j4
sudo make install
Issues:
Is your feature request related to a problem? Please describe. As a Mac user, I want to be able to download and install the application, so that I don't have to change the habits of the way I manage my tasks dramatically after the migration from Ubuntu laptop.
Describe the solution you'd like It is possible to install go-for-it on Mac OS Big Sur.
Describe alternatives you've considered Mac doesn't really provide nice coverage for todo.txt format. there are only a couple of apps, which seem to be too heavy for such simple activity.