Giter Club home page Giter Club logo

ioslocalizationeditor's People

Contributors

arbitur avatar flemingm avatar frogg avatar gettoset avatar hristost avatar igorkulman avatar imgbotapp avatar j-rg avatar jameshurst avatar jaroslavas avatar jnavarrom avatar kawarimidoll avatar l1cardo avatar mcrich23 avatar milotype avatar moschaub avatar pokeduck avatar ranunez avatar schlabbi avatar scriptease avatar tantalum73 avatar vince-hz avatar wacumov avatar yk4to avatar

Stargazers

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

Watchers

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

ioslocalizationeditor's Issues

Text in cells should not appear escaped

Might be related to #46 - I see the same issue with single quotes, at least in v2.1 (can't use the latest because I'm on 10.13 and can't build for Swift 5).

Apart from that - great tool! Thanks for making it available. I am using it for a macOS app. Meaning you could advertise this to be useful for both Apple platforms, not just for iOS.

I also added a link to here on quora, where I ended up first, looking for this kind of tool: https://www.quora.com/What-is-the-best-translation-tool-for-Mac

Missing string is not saved

If a string is present in the base language but missing in another language, adding it to the another language does not save it to the strings file.

[Feature] GPT Translation

Hey @igorkulman, thanks for the amazing product, still following it after so many years.

Right now we are doing all our translation thought GPT-4 API and I wanna request this feature inside this project

Show newline characters instead of "rendering" them

I think it would be easier for doing the right edit when just showing newline charaters (\n) as they are in the value columns instead of rendering them.

It's confusing to seem them rendered (if you added them in the NSLocalizedString or in the strings file via Xcode) but you are not seeing them in the LocalizationEditor app. Also you cannot add "rendered" newlines there (like with Shift+Enter or something) you have to add them via \n.

No more build artifact?

I cannot see the .app.zip file on the release note and so the brew cannot be updated either.
Any plan to add the build file again?

[Feature Request] Add new key

First thank you for building this app! It is really useful.
Wonder if there is chance you can add new key in the app directly. Or is the feature exist somewhere I missed it?
Thank you.

Overlay bug

The editor is buggy when the .strings file contains 10 or more strings. The rows are on top of of each other, so the ones below cannot be reached.
Screenshot 2022-11-15 at 0 11 28

Order of key and comment is not respected

Any changes (update or add key) to the input file, results in all key being sorted in the output file.
.
Results in comments originally at top of file being moved to new location if the 1st key is not alphabetically at the top of the list.

Maybe we can have option to have current behaviour or stable input -> update version.
Do not know code well enough yet to know how hard this will be.

App removes translations when adding a new key

When adding a new key, the app clears all translations of all keys which have been added since the start of the app.

Reproduction steps:

  1. Add a new key "A", insert some strings for the translation of this key.
  2. Add a new key with any name, translations of the key "A" are now gone.

Workarounds:

  • Restart app after adding a new key and its translations
  • First add all keys, then add all translations

Should not re-sort the keys when writing back .strings files

It makes it difficult to track the changes, e.g. in a version control system (git).

Also, I like to have my own ordering, where I group strings by purpose.

Another problem with the sorting is that it does not preserve comments at the end of a line. Example:

"Tr.trash_verb" = "löschen"; /* as a verb, i.e. to trash */

If this line gets reordered, the comment ends up with a different line.

Since the keys do not change while editing in this tool, I suggest to preserve the order of the keys when reading the file, and restoring them in the same order when writing back. Or by using a OrderedDictionary (though that's not a standard class in Cocoa, I'm afraid, unless Swift now has one?).

Add unit tests

The logic is getting a bit complex now, especially if #8 is merged, so unit tests could be useful.

hard to build

i think a good open source project should be easy to build. But this project is hard to build! So i give up.

Support for string tables

Hello,

first of all thanks for the great app!

In our App we use not just Localizable.string, but string tables as well.
I would love to see a support for for string table files as well!

Kind regards,
Florian

Path containing part of ignoredDirectories name results in find no .string

I had a path that contain all my current builds with folder called builds.
I could not load any localizations.

The fix was to include the "/" for the folder

changing:
private let ignoredDirectories: Set = ["Pods", "Carthage", "build", ".framework"]

to:
private let ignoredDirectories: Set = ["Pods/", "Carthage/", "build/", ".framework"]

I will issue pull request.

Japanese flag missing (JA)

Would be great to add the Japanese flag here as well.
I tried to find the Argentinian flag for #36 in the repo but couldn't find it. If you hint me at the right spot I can happily fix these issues myself in a PR.

image

Adding Help menu

  • add help menu with resource and help files.
  • I will be adding this in near future.

Wrong quotes handling

When a translation contains escaped quotes in the string file, like "key" = "some \"quoted\" text"; it is presented in the UI as some \"quoted\" text but then saved using additional escaping as "key" = "some \\"quoted\\" text"; which results in a build error in Xcode.

Crash on startup

Process: LocalizationEditor [18659]
Path: /Applications/LocalizationEditor.app/Contents/MacOS/LocalizationEditor
Identifier: com.qihui.LocalizationEditor
Version: 1.3 (2)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: LocalizationEditor [18659]
User ID: 501

Date/Time: 2018-12-29 17:43:17.868 +0800
OS Version: Mac OS X 10.14.2 (18C54)
Report Version: 12
Anonymous UUID: D8FC8FC9-FE9F-E950-E587-28EE3F948234

Time Awake Since Boot: 28000 seconds

System Integrity Protection: enabled

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

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

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

Application Specific Information:
dyld: launch, running initializers
/usr/lib/libSystem.B.dylib
Sandbox registration failed: The code signature is not valid: The operation couldn’t be completed. (OSStatus error -2147409622.)

Application Specific Signatures:
Registration error: The code signature is not valid: The operation couldn’t b

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_secinit.dylib 0x00007fff5a16289f _libsecinit_setup_secinitd_client + 1393
1 libsystem_secinit.dylib 0x00007fff5a1622cd _libsecinit_initialize_once + 13
2 libdispatch.dylib 0x00007fff59f13dcf _dispatch_client_callout + 8
3 libdispatch.dylib 0x00007fff59f15515 _dispatch_once_callout + 20
4 libsystem_secinit.dylib 0x00007fff5a1622be _libsecinit_initializer + 79
5 libSystem.B.dylib 0x00007fff573d79d4 libSystem_initializer + 136
6 dyld 0x00000001162b4cc8 ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) + 518
7 dyld 0x00000001162b4ec6 ImageLoaderMachO::doInitialization(ImageLoader::LinkContext const&) + 40
8 dyld 0x00000001162b00da ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, char const*, ImageLoader::InitializerTimingList&, ImageLoader::UninitedUpwards&) + 358
9 dyld 0x00000001162b006d ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, char const*, ImageLoader::InitializerTimingList&, ImageLoader::UninitedUpwards&) + 249
10 dyld 0x00000001162b006d ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, char const*, ImageLoader::InitializerTimingList&, ImageLoader::UninitedUpwards&) + 249
11 dyld 0x00000001162b006d ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, char const*, ImageLoader::InitializerTimingList&, ImageLoader::UninitedUpwards&) + 249
12 dyld 0x00000001162b006d ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, char const*, ImageLoader::InitializerTimingList&, ImageLoader::UninitedUpwards&) + 249
13 dyld 0x00000001162b006d ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, char const*, ImageLoader::InitializerTimingList&, ImageLoader::UninitedUpwards&) + 249
14 dyld 0x00000001162b006d ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, char const*, ImageLoader::InitializerTimingList&, ImageLoader::UninitedUpwards&) + 249
15 dyld 0x00000001162af254 ImageLoader::processInitializers(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&, ImageLoader::UninitedUpwards&) + 134
16 dyld 0x00000001162af2e8 ImageLoader::runInitializers(ImageLoader::LinkContext const&, ImageLoader::InitializerTimingList&) + 74
17 dyld 0x000000011629e774 dyld::initializeMainExecutable() + 199
18 dyld 0x00000001162a378f dyld::_main(macho_header const*, unsigned long, int, char const**, char const**, char const**, unsigned long*) + 6237
19 dyld 0x000000011629d4f6 dyldbootstrap::start(macho_header const*, int, char const**, long, macho_header const*, unsigned long*) + 1154
20 dyld 0x000000011629d036 _dyld_start + 54

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000082 rbx: 0x00007ffee8fbe670 rcx: 0xbd94110ed17100ce rdx: 0x0000000000000000
rdi: 0x0000000000000000 rsi: 0x0000000000000082 rbp: 0x00007ffee8fbe6f0 rsp: 0x00007ffee8fbde60
r8: 0x00007ffee8fbdbb8 r9: 0x00007ffee8fbde30 r10: 0x00007ffee8fbde30 r11: 0x00000046d80bde31
r12: 0x00007fb810f0005c r13: 0x0000600002adc0c0 r14: 0x00007ffee8fbde70 r15: 0x0000000000000010
rip: 0x00007fff5a16289f rfl: 0x0000000000010206 cr2: 0x00007fff8cd66218

Logical CPU: 1
Error Code: 0x00000000
Trap Number: 6

Binary Images:
0x106c3e000 - 0x106c5cff7 +com.qihui.LocalizationEditor (1.3 - 2) /Applications/LocalizationEditor.app/Contents/MacOS/LocalizationEditor
0x106c75000 - 0x106c92ff7 +com.Files.Files-macOS (1.0 - 1) <8E06288C-8767-3C99-9171-EE2C95C83063> /Applications/LocalizationEditor.app/Contents/Frameworks/Files.framework/Versions/A/Files
0x106ce5000 - 0x106d08ff7 +com.gilt.cleanroom.CleanroomLogger (6.0.2 - 34) <16242886-C918-3C55-9488-148082886BC6> /Applications/LocalizationEditor.app/Contents/Frameworks/CleanroomLogger.framework/Versions/A/CleanroomLogger
0x106d79000 - 0x106d8dff7 +libswiftAppKit.dylib (4.2.1 - 1000.11.42) <1223BA92-5392-33F4-893F-8C20A5D0905D> /Applications/LocalizationEditor.app/Contents/Frameworks/libswiftAppKit.dylib
0x106db9000 - 0x10714bff7 +libswiftCore.dylib (4.2.1 - 1000.11.42) /Applications/LocalizationEditor.app/Contents/Frameworks/libswiftCore.dylib
0x107422000 - 0x10742afff +libswiftCoreData.dylib (4.2.1 - 1000.11.42) <6CC602C0-1AA9-3DD3-B843-CD1D07C36F27> /Applications/LocalizationEditor.app/Contents/Frameworks/libswiftCoreData.dylib
0x10743a000 - 0x10743dfff +libswiftCoreFoundation.dylib (4.2.1 - 1000.11.42) <801E1416-6C23-3C48-BF46-2349B9F36C9E> /Applications/LocalizationEditor.app/Contents/Frameworks/libswiftCoreFoundation.dylib
0x107447000 - 0x107456ff7 +libswiftCoreGraphics.dylib (4.2.1 - 1000.11.42) <579D172D-0873-33EB-A529-742D5D70BD74> /Applications/LocalizationEditor.app/Contents/Frameworks/libswiftCoreGraphics.dylib
0x10747f000 - 0x107484ff7 +libswiftCoreImage.dylib (4.2.1 - 1000.11.42) <4DB8ED84-0EBB-3922-B3A4-82EE4834549B> /Applications/LocalizationEditor.app/Contents/Frameworks/libswiftCoreImage.dylib
0x107490000 - 0x107498fff +libswiftDarwin.dylib (4.2.1 - 1000.11.42) <70D5D45B-0327-352C-BDCE-F792699DAB88> /Applications/LocalizationEditor.app/Contents/Frameworks/libswiftDarwin.dylib
0x1074ad000 - 0x1074c6ff7 +libswiftDispatch.dylib (4.2.1 - 1000.11.42) /Applications/LocalizationEditor.app/Contents/Frameworks/libswiftDispatch.dylib
0x10750b000 - 0x107673fff +libswiftFoundation.dylib (4.2.1 - 1000.11.42) <2252DB9E-6B26-31AD-A869-9D92FA2BE196> /Applications/LocalizationEditor.app/Contents/Frameworks/libswiftFoundation.dylib
0x10780f000 - 0x107812fff +libswiftIOKit.dylib (4.2.1 - 1000.11.42) <575A9454-3EB8-3314-B67B-9D0C88C03D5F> /Applications/LocalizationEditor.app/Contents/Frameworks/libswiftIOKit.dylib
0x10781e000 - 0x107827fff +libswiftMetal.dylib (4.2.1 - 1000.11.42) /Applications/LocalizationEditor.app/Contents/Frameworks/libswiftMetal.dylib
0x10783b000 - 0x10783ffff +libswiftObjectiveC.dylib (4.2.1 - 1000.11.42) /Applications/LocalizationEditor.app/Contents/Frameworks/libswiftObjectiveC.dylib
0x107851000 - 0x107857ff7 +libswiftQuartzCore.dylib (4.2.1 - 1000.11.42) /Applications/LocalizationEditor.app/Contents/Frameworks/libswiftQuartzCore.dylib
0x107866000 - 0x107869fff +libswiftXPC.dylib (4.2.1 - 1000.11.42) <3EC739CE-A1AC-3199-8461-9CA872E2B9EF> /Applications/LocalizationEditor.app/Contents/Frameworks/libswiftXPC.dylib
0x107878000 - 0x10787ffff +libswiftos.dylib (4.2.1 - 1000.11.42) <0B29ACF1-EFFD-3F02-B509-5210DC92DD31> /Applications/LocalizationEditor.app/Contents/Frameworks/libswiftos.dylib
0x11629c000 - 0x11631aa67 dyld (640.2) <289AB27E-F09F-3384-A14A-100431139559> /usr/lib/dyld
0x7fff29011000 - 0x7fff29011fff com.apple.Accelerate (1.11 - Accelerate 1.11) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff29029000 - 0x7fff296c9fe3 com.apple.vImage (8.1 - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff296ca000 - 0x7fff29941fd7 libBLAS.dylib (1243.200.4) <0ADBEAE3-6636-33E5-AC9F-11C2249E19D3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff29942000 - 0x7fff299b4fe7 libBNNS.dylib (38.200.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fff299b5000 - 0x7fff29d5bfff libLAPACK.dylib (1243.200.4) <45722A8A-5788-3C4C-ADD9-1812763FA635> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff29d5c000 - 0x7fff29d71ffb libLinearAlgebra.dylib (1243.200.4) <3923AB79-213E-32FD-AC87-8B1A1A832336> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff29d72000 - 0x7fff29d77ff3 libQuadrature.dylib (3.200.2) <4FBCAC0A-81A4-3C53-8458-27F3569C809D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fff29d78000 - 0x7fff29df5ffb libSparse.dylib (79.200.5) <2D650C50-E87E-3F24-9BFA-C8EB6DE1A6E9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
0x7fff29df6000 - 0x7fff29e09ffb libSparseBLAS.dylib (1243.200.4) <6F8C78BE-A0FD-3507-8A95-541AFC57F1EE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff29e0a000 - 0x7fff29feeff3 libvDSP.dylib (671.220.1) <2F576522-08B1-3C65-8F00-3427E938ADDA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff29fef000 - 0x7fff2a0a4ff3 libvMisc.dylib (671.220.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff2a0a5000 - 0x7fff2a0a5fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <221E4FEF-0431-3316-8281-22B6F8315A09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff2a256000 - 0x7fff2b077ffb com.apple.AppKit (6.9 - 1671.20.108) <0C441020-D10E-3CE0-B320-527E50EADBEC> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff2b0c9000 - 0x7fff2b0c9fff com.apple.ApplicationServices (50.1 - 50.1) <50496459-FFDD-3A78-8D3D-A252BD9B9DA2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff2b0ca000 - 0x7fff2b135ff7 com.apple.ApplicationServices.ATS (377 - 453.11) <4080F8BE-F2A2-3707-8754-436FBDB1DAF1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff2b1ce000 - 0x7fff2b2edfff libFontParser.dylib (228.6) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff2b2ee000 - 0x7fff2b339fff libFontRegistry.dylib (228.12) <1CC4D486-74F8-3459-BBA1-F68A36C5CAF8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff2b435000 - 0x7fff2b439ff3 com.apple.ColorSyncLegacy (4.13.0 - 1) <4B1238CC-9B77-3AA5-8329-EE3C736F07EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
0x7fff2b4d6000 - 0x7fff2b528ff3 com.apple.HIServices (1.22 - 627.14.2) <1F851BF9-AD29-3558-9EA5-AAD9BAAAC823> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff2b529000 - 0x7fff2b537ff3 com.apple.LangAnalysis (1.7.0 - 1.7.0) <5654723A-7B3B-391F-B9F7-0DE4D5940185> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff2b538000 - 0x7fff2b584fff com.apple.print.framework.PrintCore (14.2 - 503.8) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff2b585000 - 0x7fff2b5c0ff7 com.apple.QD (3.12 - 407.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff2b5c1000 - 0x7fff2b5cdff7 com.apple.speech.synthesis.framework (8.1.0 - 8.1.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff2b5ce000 - 0x7fff2b86bfff com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <5D484151-F269-3D98-B507-0544A6B950AC> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff2b86d000 - 0x7fff2b86dfff com.apple.audio.units.AudioUnit (1.14 - 1.14) <91100E0A-C14D-3E6C-B095-0C4109AC6694> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff2bbd1000 - 0x7fff2bf92fff com.apple.CFNetwork (976 - 976) <10F464AD-6687-3012-A2AA-0453629CA968> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff2bfac000 - 0x7fff2c2b3ff7 com.apple.HIToolbox (2.1.1 - 917.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff2c2be000 - 0x7fff2c352ff3 com.apple.ink.framework (10.9 - 225) <344AACCC-E997-3498-8B1D-2EFD3A889205> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff2c393000 - 0x7fff2c399ff7 com.apple.speech.recognition.framework (6.0.3 - 6.0.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff2c4d0000 - 0x7fff2c59cfff com.apple.ColorSync (4.13.0 - 3340) <2F45EB01-0C51-3D25-9836-18F99222E1C7> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff2c737000 - 0x7fff2c7c7fff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <1E7EF105-B843-370D-884E-0A43E1A5800B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff2c82d000 - 0x7fff2c858ff7 com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff2c859000 - 0x7fff2cbfafef com.apple.CoreData (120 - 866.1) <18CD58FD-513E-385B-B43C-08EEB909709C> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff2cbfb000 - 0x7fff2cce4ff7 com.apple.CoreDisplay (101.3 - 106.2) /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fff2cce5000 - 0x7fff2d132ff7 com.apple.CoreFoundation (6.9 - 1561) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff2d134000 - 0x7fff2d7c1ff7 com.apple.CoreGraphics (2.0 - 1249.2) <3AC6DEB1-245B-3E3A-B5CF-791A37237775> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff2d7c3000 - 0x7fff2daecfff com.apple.CoreImage (14.2.0 - 720.0.130) <8C8BC619-7084-3F58-BBFC-4A97BD330787> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff2dfa2000 - 0x7fff2dfa2fff com.apple.CoreServices (941 - 941) <950D3EAF-C98E-3BCB-8FD9-43EEA0E48988> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff2dfa3000 - 0x7fff2e021ffb com.apple.AE (771 - 771) <4B009524-699E-3891-98DD-E3B6BB433C8F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff2e022000 - 0x7fff2e2faff7 com.apple.CoreServices.CarbonCore (1178.16 - 1178.16) <17FC2B9E-EB6C-3768-A2D0-6E086F2563D9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff2e2fb000 - 0x7fff2e345ff7 com.apple.DictionaryServices (1.2 - 284.16.3) <1DAC9153-FB5A-3798-8797-CBFEFF227F71> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff2e346000 - 0x7fff2e34effb com.apple.CoreServices.FSEvents (1239.200.12 - 1239.200.12) <8E1507EA-F0A8-3845-B32D-4FBC1381E89C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff2e34f000 - 0x7fff2e51afff com.apple.LaunchServices (941 - 941) <98B7E20E-5D0A-3A71-A019-346A145A1A5E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff2e51b000 - 0x7fff2e5bdfff com.apple.Metadata (10.7.0 - 1191.53) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff2e5be000 - 0x7fff2e609ff7 com.apple.CoreServices.OSServices (941 - 941) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff2e60a000 - 0x7fff2e678ff7 com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff2e679000 - 0x7fff2e69dffb com.apple.coreservices.SharedFileList (71.27 - 71.27) <6389B59D-DDAC-3C97-A982-137B9B1FB734> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff2e9e5000 - 0x7fff2eb4affb com.apple.CoreText (352.0 - 584.26) <5F61037C-825D-37A4-9091-0047413CC213> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff2eb4b000 - 0x7fff2eb88fff com.apple.CoreVideo (1.8 - 0.0) <34EC73F1-F0ED-32F5-B96E-7683B1F9A7A2> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff2eb89000 - 0x7fff2ec1fffb com.apple.framework.CoreWLAN (13.0 - 1370.8) <32426190-3455-3049-8C09-0EC04D9C1279> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff2ee9c000 - 0x7fff2eea1fff com.apple.DiskArbitration (2.7 - 2.7) <97707A79-30E7-3D99-AA20-B992B0900BC4> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff2f06a000 - 0x7fff2f438fff com.apple.Foundation (6.9 - 1561) <27FD022F-F0E3-3053-BADA-DF9BF856CA85> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff2f4a9000 - 0x7fff2f4d9ff3 com.apple.GSS (4.0 - 2.0) <86D07291-5DFC-30C2-9A18-5FCEDB0BE621> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff2f5f3000 - 0x7fff2f6fdff3 com.apple.Bluetooth (6.0.9 - 6.0.9f2) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff2f75f000 - 0x7fff2f7f1ff7 com.apple.framework.IOKit (2.0.2 - 1483.230.1) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff2f7f3000 - 0x7fff2f7fdff7 com.apple.IOSurface (255.1 - 255.1) <58826B1A-38E8-3C76-8FFC-76C9282DA893> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff2f854000 - 0x7fff2f9f2fff com.apple.ImageIO.framework (3.3.0 - 1822.1) <908907D5-5C29-32F7-ACD9-C6A6D51C4D15> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff2f9f3000 - 0x7fff2f9f7ffb libGIF.dylib (1822.1) <35E37B95-1962-3A25-9C9E-CADD161152B3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff2f9f8000 - 0x7fff2faddfe7 libJP2.dylib (1822.1) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff2fade000 - 0x7fff2fb03ff7 libJPEG.dylib (1822.1) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff2fdd6000 - 0x7fff2fdfcfe7 libPng.dylib (1822.1) <28FE6E2C-1A17-3A84-AAF3-76014DEADDD4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff2fdfd000 - 0x7fff2fdffff7 libRadiance.dylib (1822.1) <687906E3-4EC2-3CE9-B7EA-34418239EE1B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff2fe00000 - 0x7fff2fe4effb libTIFF.dylib (1822.1) <0A1C083B-CE2F-3A00-8E45-EB58DCA2FF34> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff30ef8000 - 0x7fff30f11fff com.apple.Kerberos (3.0 - 1) <5D1B0593-3C0E-32D5-AAE5-ABC22A98B639> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff31933000 - 0x7fff319c6fff com.apple.Metal (158.5 - 158.5) <219312CC-0DE5-3E8D-9F62-393D0C35B0FD> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff319e3000 - 0x7fff31a03ff7 com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <18281B14-0C6A-38F8-AB80-2D4BB0743C88> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
0x7fff31a04000 - 0x7fff31a82ff7 com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
0x7fff31a83000 - 0x7fff31aabfff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <116D6C1A-2FD7-3743-95A0-CDDA3D459529> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
0x7fff31aac000 - 0x7fff31bdeff7 com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <88E80BEE-3D2B-328B-80D4-F4717BDB2E9F> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
0x7fff31bdf000 - 0x7fff31bfaff7 com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
0x7fff31bfb000 - 0x7fff31bfbff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <1BBA8BC8-49C6-3C9B-B985-7CE4373E3553> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fff32df8000 - 0x7fff32e04ffb com.apple.NetFS (6.0 - 4.0) <918DF6CD-2DB0-36A8-B869-5EF637A06C0D> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff358c4000 - 0x7fff3591cfff com.apple.opencl (2.15.1 - 2.15.1) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff3591d000 - 0x7fff35939ff7 com.apple.CFOpenDirectory (10.14 - 207.200.4) <2CB1F122-2FA0-347C-8454-9CE0FA150832> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff3593a000 - 0x7fff35946ffb com.apple.OpenDirectory (10.14 - 207.200.4) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff362a9000 - 0x7fff362abfff libCVMSPluginSupport.dylib (17.3.1) <4D6061EC-CFCD-3C0E-90E4-51644DC5F76A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff362ac000 - 0x7fff362b1ff3 libCoreFSCache.dylib (163.20) <566DB80E-F1D6-3AEC-AF06-08955507AFEE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff362b2000 - 0x7fff362b6fff libCoreVMClient.dylib (163.20) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff362b7000 - 0x7fff362bfffb libGFXShared.dylib (17.3.1) <902F535E-E411-3C3B-B980-0A7DB40EA5B7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff362c0000 - 0x7fff362cbfff libGL.dylib (17.3.1) <87F8CCDB-2D7D-3B01-AA6F-6C7A4B1CA11E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff362cc000 - 0x7fff36306fef libGLImage.dylib (17.3.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff3647a000 - 0x7fff364b7fff libGLU.dylib (17.3.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff36e67000 - 0x7fff36e76ff3 com.apple.opengl (17.3.1 - 17.3.1) <78BDC7C4-87AD-33CA-BFAC-A9CC5F605B5D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff37cd2000 - 0x7fff37f2bfff com.apple.QuartzCore (1.11 - 695.4) <6692906D-9EF7-3EA0-96D3-3766567AE7F2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff3877f000 - 0x7fff38aa7fff com.apple.security (7.0 - 58286.230.21) <5ADE179E-87D5-3B90-9172-D183D4665037> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff38aa8000 - 0x7fff38b37fff com.apple.securityfoundation (6.0 - 55185.200.14) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff38b69000 - 0x7fff38b6dff3 com.apple.xpc.ServiceManagement (1.0 - 1) <16FA4DAF-A0BE-34C0-B5F1-5C30BE3DCD2D> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff38f2a000 - 0x7fff38f9aff3 com.apple.SystemConfiguration (1.17 - 1.17) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff3c205000 - 0x7fff3c2aaff7 com.apple.APFS (1.0 - 1) <5CA4B73F-3F5D-3289-9145-520FFDFD6813> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
0x7fff3ccf4000 - 0x7fff3ccf5ff3 com.apple.AggregateDictionary (1.0 - 1) /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
0x7fff3d2f2000 - 0x7fff3d31eff7 com.apple.framework.Apple80211 (13.0 - 1376.2) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff3d5fa000 - 0x7fff3d609fcf com.apple.AppleFSCompression (96.200.3 - 1.0) <78D538DD-1D24-34FC-AFB3-10411494870D> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff3d707000 - 0x7fff3d712fff com.apple.AppleIDAuthSupport (1.0 - 1) /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
0x7fff3d753000 - 0x7fff3d79cff3 com.apple.AppleJPEG (1.0 - 1) /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff3d9ef000 - 0x7fff3da17ff7 com.apple.applesauce (1.0 - ???) <58654BC0-9243-39D1-BC43-B7F2E37A3A44> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
0x7fff3db7d000 - 0x7fff3db93ffb com.apple.AssertionServices (1.0 - 1) <3F767D20-FE14-35CF-A089-E0445375ECFB> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
0x7fff3decf000 - 0x7fff3e172ff7 com.apple.AuthKit (1.0 - 1) <4FF8DA76-2250-39B9-B6A9-0E584C8B988F> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
0x7fff3e343000 - 0x7fff3e34cff3 com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <05CF66F0-9650-3F75-9857-F8D186043866> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
0x7fff3e34d000 - 0x7fff3e3effff com.apple.backup.framework (1.10.2 - ???) <7C865F13-12F9-3E38-A4A3-31516EA869B2> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff3e3f0000 - 0x7fff3e461ffb com.apple.BaseBoard (360.24 - 360.24) <04AF4372-C5D3-3F0A-A688-68D888D6D138> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
0x7fff40015000 - 0x7fff4001efff com.apple.CommonAuth (4.0 - 2.0) <090893E5-BB65-39DA-A174-EAB2C7191EFE> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff40d2e000 - 0x7fff40d42fff com.apple.CoreEmoji (1.0 - 69.19.8) <26BC0F82-08C1-3EBD-9299-D3CC5091C467> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fff41318000 - 0x7fff4138aff7 com.apple.CoreNLP (1.0 - 130.15.22) /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
0x7fff41653000 - 0x7fff4165bffb com.apple.CorePhoneNumbers (1.0 - 1) <2D9AF545-ED3C-3EC1-887F-86922652EC57> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
0x7fff41bf0000 - 0x7fff41c7eff7 com.apple.CoreSymbolication (10.1 - 64460.6) <133D09A5-39F7-301D-B019-B6685B80A2CB> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff41d0e000 - 0x7fff41e3afff com.apple.coreui (2.1 - 498.46) <5EFE2CDC-897C-3A6B-A60B-4E0FB1D1ECA9> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff41e3b000 - 0x7fff41fc0fff com.apple.CoreUtils (5.7.4 - 574.17) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff42017000 - 0x7fff4207affb com.apple.framework.CoreWiFi (13.0 - 1370.8) <818F8915-BA51-3145-9C40-C9B8D7BE2DBD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff4207b000 - 0x7fff4208cffb com.apple.CrashReporterSupport (10.13 - 938.23) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff4210f000 - 0x7fff4211eff3 com.apple.framework.DFRFoundation (1.0 - 211) /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fff4211f000 - 0x7fff42123ff7 com.apple.DSExternalDisplay (3.1 - 380) <76449D22-BA27-3FB1-AD25-A290936E6DEA> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fff421a6000 - 0x7fff4221dffb com.apple.datadetectorscore (7.0 - 590.24) <3A49EC90-2081-3031-8CAE-3A6D5F7BFA1E> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff4226b000 - 0x7fff422acfff com.apple.DebugSymbols (185 - 185) <64F5F9D6-401D-388B-82AD-A48B56413556> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff422ad000 - 0x7fff42406ff7 com.apple.desktopservices (1.13.1 - ???) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff43448000 - 0x7fff43870fff com.apple.vision.FaceCore (3.3.4 - 3.3.4) <41218EB7-19C9-3813-A793-B0623387CADF> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff4883d000 - 0x7fff48842ff7 com.apple.GPUWrangler (3.28.4 - 3.28.4) <14D6FE7D-38D7-3F6C-9BCE-A228D6697A08> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
0x7fff496ac000 - 0x7fff496bbfff com.apple.GraphVisualizer (1.0 - 5) /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
0x7fff4980c000 - 0x7fff49881fff com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff4ac71000 - 0x7fff4ac78ffb com.apple.IOAccelerator (404.2.2 - 404.2.2) <7421825E-13D4-3C74-932D-34E8A605C281> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff4ac7c000 - 0x7fff4ac95fff com.apple.IOPresentment (1.0 - 42.6) <87D19032-52DB-34A5-A554-23B3464EFC82> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fff4b0aa000 - 0x7fff4b0d9ff7 com.apple.IconServices (379 - 379) <694E17A6-471B-3C57-92D6-ECC4295FB859> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff4b379000 - 0x7fff4b38cfff com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <02ECB210-513F-3BDE-8150-A828E901FA02> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
0x7fff4b3a7000 - 0x7fff4b49efff com.apple.LanguageModeling (1.0 - 159.15.15) <34609F31-4DA1-3881-8947-85BEA7AFC938> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff4b49f000 - 0x7fff4b4e0ff7 com.apple.Lexicon-framework (1.0 - 33.15.10) <07E008F3-E823-333B-8B41-A46024AB0561> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
0x7fff4b4e7000 - 0x7fff4b4edff7 com.apple.LinguisticData (1.0 - 238.23.4) <37948616-56E6-3758-BEFE-28586FF99E12> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
0x7fff4c24a000 - 0x7fff4c272ffb com.apple.spotlight.metadata.utilities (1.0 - 1191.53) <09C6DCF6-F87D-3D03-8BD5-FD1DCF90949F> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
0x7fff4c273000 - 0x7fff4c305fff com.apple.gpusw.MetalTools (1.0 - 1) /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
0x7fff4c4b0000 - 0x7fff4c4cbff3 com.apple.MobileKeyBag (2.0 - 1.0) <26347762-AF60-3412-A951-33BF85244D84> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
0x7fff4c559000 - 0x7fff4c583ff7 com.apple.MultitouchSupport.framework (2410.5 - 2410.5) <3A712911-F672-3BB3-B62B-A2A7BADF3578> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff4c7f6000 - 0x7fff4c800fff com.apple.NetAuth (6.2 - 6.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff4d0cd000 - 0x7fff4d123fff com.apple.OTSVG (1.0 - ???) /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
0x7fff4e28e000 - 0x7fff4e29dff3 com.apple.PerformanceAnalysis (1.217 - 217) /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff5025c000 - 0x7fff5027aff7 com.apple.ProtocolBuffer (1 - 263.1) /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff50429000 - 0x7fff50481f0f com.apple.ROCKit (24 - 24) /System/Library/PrivateFrameworks/ROCKit.framework/Versions/A/ROCKit
0x7fff505a5000 - 0x7fff505c8ffb com.apple.RemoteViewServices (2.0 - 128) <55D89BC9-0613-3910-B63E-9A146D35D91A> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff51f3d000 - 0x7fff5205bfff com.apple.Sharing (1214.18 - 1214.18) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff52e15000 - 0x7fff530c7ff3 com.apple.SkyLight (1.600.0 - 337.5) <52BC8AB1-3518-3E4C-B1B1-0A8A8067574F> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fff53898000 - 0x7fff538a5fff com.apple.SpeechRecognitionCore (5.0.21 - 5.0.21) /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff54706000 - 0x7fff54793ff7 com.apple.Symbolication (10.1 - 64460.8) <7DDC5C90-947F-34FF-864D-5ED3C2B746A9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff54c9c000 - 0x7fff54ca9ffb com.apple.TCC (1.0 - 1) <81F88B91-49C1-36E7-8A39-C4BD654EE942> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff54f1c000 - 0x7fff54fe3ff7 com.apple.TextureIO (3.8.4 - 3.8.1) <83CDF659-E5B3-381F-BDA1-FF0BFA17B5EE> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fff550a4000 - 0x7fff5525efff com.apple.UIFoundation (1.0 - 551) <65A80450-7A24-3366-B521-4D02C4DB5094> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff5685c000 - 0x7fff5685ffff com.apple.dt.XCTTargetBootstrap (1.0 - 1) <5F779D77-4AB1-3CCD-9AAF-101EC7E4905B> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
0x7fff56c90000 - 0x7fff56c92ff3 com.apple.loginsupport (1.0 - 1) <67BC49D6-320F-33ED-912E-16E5A342F385> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff56f4d000 - 0x7fff56f85fff libCRFSuite.dylib (41.15.4) <92752A96-D1CF-3CA1-837A-1E075AE4C642> /usr/lib/libCRFSuite.dylib
0x7fff56f88000 - 0x7fff56f93ff7 libChineseTokenizer.dylib (28.15.3) <55572692-4918-3C54-AD35-726E03EC47D5> /usr/lib/libChineseTokenizer.dylib
0x7fff57024000 - 0x7fff57025ff7 libDiagnosticMessagesClient.dylib (107) <15210AC0-61F9-3F9D-A159-A009F62EB537> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff5705c000 - 0x7fff5721fff7 libFosl_dynamic.dylib (18.3.2) /usr/lib/libFosl_dynamic.dylib
0x7fff57275000 - 0x7fff57294ff7 libMobileGestalt.dylib (645.220.9) /usr/lib/libMobileGestalt.dylib
0x7fff57295000 - 0x7fff57295fff libOpenScriptingUtil.dylib (179) <441A2E60-5D5C-3567-9B00-AA22E6EE5358> /usr/lib/libOpenScriptingUtil.dylib
0x7fff573d6000 - 0x7fff573d7ffb libSystem.B.dylib (1252.200.5) <25F4A1F5-6551-312F-B397-C8D45ACC530A> /usr/lib/libSystem.B.dylib
0x7fff57461000 - 0x7fff57462fff libThaiTokenizer.dylib (2.15.1) /usr/lib/libThaiTokenizer.dylib
0x7fff57475000 - 0x7fff5748bffb libapple_nghttp2.dylib (1.24.1) <71C126C5-D869-3E67-9778-058FA7F3CA74> /usr/lib/libapple_nghttp2.dylib
0x7fff5748c000 - 0x7fff574b5ffb libarchive.2.dylib (54.200.3) <32B8634D-E465-3F6D-B254-A20D44504508> /usr/lib/libarchive.2.dylib
0x7fff574b6000 - 0x7fff57535fef libate.dylib (1.13.8) /usr/lib/libate.dylib
0x7fff57539000 - 0x7fff57539ff3 libauto.dylib (187) <003DEF68-0C59-3AFB-A7B7-A1B5ED301AF2> /usr/lib/libauto.dylib
0x7fff57610000 - 0x7fff57620ff3 libbsm.0.dylib (39.200.18) <58A9ACEC-BF46-3A4E-86F5-3DD9AD7095B4> /usr/lib/libbsm.0.dylib
0x7fff57621000 - 0x7fff5762ffff libbz2.1.0.dylib (38.200.3) <4DEC3797-087F-3C8D-815B-48E895813251> /usr/lib/libbz2.1.0.dylib
0x7fff57630000 - 0x7fff57687ff7 libc++.1.dylib (400.9.4) /usr/lib/libc++.1.dylib
0x7fff57688000 - 0x7fff5769dfff libc++abi.dylib (400.17) <446F4748-8A89-3D2E-AE1C-27EEBE93A8AB> /usr/lib/libc++abi.dylib
0x7fff5769e000 - 0x7fff5769eff3 libcharset.1.dylib (51.200.6) <43F7E100-F5D1-36AB-A26E-CF94196A19C0> /usr/lib/libcharset.1.dylib
0x7fff5769f000 - 0x7fff576afffb libcmph.dylib (6.15.1) /usr/lib/libcmph.dylib
0x7fff576b0000 - 0x7fff576c8ffb libcompression.dylib (52.200.13) <05A2A91B-D24D-39E8-A071-261CBC5BB158> /usr/lib/libcompression.dylib
0x7fff57973000 - 0x7fff57989fff libcoretls.dylib (155.220.1) <1229F9EA-C070-3D03-9DC6-F548C59F9FD5> /usr/lib/libcoretls.dylib
0x7fff5798a000 - 0x7fff5798bff3 libcoretls_cfhelpers.dylib (155.220.1) <33661841-3C3B-3608-86AC-C88D1CD6FE98> /usr/lib/libcoretls_cfhelpers.dylib
0x7fff58002000 - 0x7fff58059ffb libcups.2.dylib (462.10) <29B6D106-A5F2-321D-8916-90F595545D88> /usr/lib/libcups.2.dylib
0x7fff58191000 - 0x7fff58191fff libenergytrace.dylib (17.200.1) /usr/lib/libenergytrace.dylib
0x7fff581c3000 - 0x7fff581c8ff7 libgermantok.dylib (17.15.2) <9381B152-5CFD-3D23-A5A7-4D64EE55B85E> /usr/lib/libgermantok.dylib
0x7fff581c9000 - 0x7fff581ceff7 libheimdal-asn1.dylib (520.220.2) /usr/lib/libheimdal-asn1.dylib
0x7fff581fa000 - 0x7fff582ebff7 libiconv.2.dylib (51.200.6) <9FB95807-7C62-32B7-A19F-946D7FB7CCA6> /usr/lib/libiconv.2.dylib
0x7fff582ec000 - 0x7fff5854fffb libicucore.A.dylib (62109.0.1) /usr/lib/libicucore.A.dylib
0x7fff5859c000 - 0x7fff5859dfff liblangid.dylib (128.15.1) <663D0A24-7260-31D1-9BFE-74D67B6F72F6> /usr/lib/liblangid.dylib
0x7fff5859e000 - 0x7fff585b6fff liblzma.5.dylib (10.200.3) <9A52A949-0CB1-39B6-9244-D079FB609559> /usr/lib/liblzma.5.dylib
0x7fff585ce000 - 0x7fff5867efff libmecab.1.0.0.dylib (779.24.1) <590BC39C-2A3E-368B-9499-C808B84C4955> /usr/lib/libmecab.1.0.0.dylib
0x7fff5867f000 - 0x7fff588bcff7 libmecabra.dylib (779.24.1) <22BFD5A8-EA42-3DC3-8910-F27DCFB1B631> /usr/lib/libmecabra.dylib
0x7fff58a94000 - 0x7fff58decffb libnetwork.dylib (1229.230.4) /usr/lib/libnetwork.dylib
0x7fff58e7d000 - 0x7fff59603fe7 libobjc.A.dylib (750.1) <804715F4-F52D-34D0-8FEC-A25DC08513C3> /usr/lib/libobjc.A.dylib
0x7fff59616000 - 0x7fff5961affb libpam.2.dylib (22.200.1) <85253002-89F2-3872-9C8A-1801303A2EBB> /usr/lib/libpam.2.dylib
0x7fff5961d000 - 0x7fff59653ff7 libpcap.A.dylib (79.200.4) <6D25197A-2F7C-3147-A45A-F6F13E55909F> /usr/lib/libpcap.A.dylib
0x7fff5976d000 - 0x7fff59785ffb libresolv.9.dylib (65.200.2) /usr/lib/libresolv.9.dylib
0x7fff597d9000 - 0x7fff599b0fe7 libsqlite3.dylib (274.20) <7B202039-5DDF-3140-808C-521E8F11394E> /usr/lib/libsqlite3.dylib
0x7fff59c3d000 - 0x7fff59c40ffb libutil.dylib (51.200.4) <10C5E165-0939-363A-9D13-7076F3B513EC> /usr/lib/libutil.dylib
0x7fff59c41000 - 0x7fff59c4efff libxar.1.dylib (404) <16E875B3-CF89-3059-87BB-36D301B32E7B> /usr/lib/libxar.1.dylib
0x7fff59c53000 - 0x7fff59d36fff libxml2.2.dylib (32.8) <3E7875AC-3195-3800-AC48-8AA3B7BE51E4> /usr/lib/libxml2.2.dylib
0x7fff59d37000 - 0x7fff59d5fff3 libxslt.1.dylib (16.1) /usr/lib/libxslt.1.dylib
0x7fff59d60000 - 0x7fff59d72ffb libz.1.dylib (70.200.4) <15F7B40A-424C-33BB-BF2C-7E8195128B78> /usr/lib/libz.1.dylib
0x7fff59de3000 - 0x7fff59de7ff3 libcache.dylib (81) <704331AC-E43D-343A-8C24-39201142AF27> /usr/lib/system/libcache.dylib
0x7fff59de8000 - 0x7fff59df2ff3 libcommonCrypto.dylib (60118.220.1) <9C865644-EE9A-3662-AB77-7C8A5E561784> /usr/lib/system/libcommonCrypto.dylib
0x7fff59df3000 - 0x7fff59dfafff libcompiler_rt.dylib (63.4) <817772E3-E836-3FFD-A39B-BDCD1C357221> /usr/lib/system/libcompiler_rt.dylib
0x7fff59dfb000 - 0x7fff59e04ff3 libcopyfile.dylib (146.200.3) <5C5C4F35-DAB7-3CF1-940F-F47192AB8289> /usr/lib/system/libcopyfile.dylib
0x7fff59e05000 - 0x7fff59e89fdf libcorecrypto.dylib (602.230.1) /usr/lib/system/libcorecrypto.dylib
0x7fff59f10000 - 0x7fff59f4aff7 libdispatch.dylib (1008.220.2) <2FDB1401-5119-3DF0-91F5-F4E105F00CD7> /usr/lib/system/libdispatch.dylib
0x7fff59f4b000 - 0x7fff59f7aff3 libdyld.dylib (640.2) <376E3F3A-6942-3B0E-AD5E-4B97E8255CF5> /usr/lib/system/libdyld.dylib
0x7fff59f7b000 - 0x7fff59f7bffb libkeymgr.dylib (30) /usr/lib/system/libkeymgr.dylib
0x7fff59f7c000 - 0x7fff59f88ff7 libkxld.dylib (4903.231.4) <7275D7AD-54CE-30BF-9459-18EA77E28ACC> /usr/lib/system/libkxld.dylib
0x7fff59f89000 - 0x7fff59f89ff7 liblaunch.dylib (1336.220.5) <8563299C-2493-3DBD-8E88-3FC673DB47DD> /usr/lib/system/liblaunch.dylib
0x7fff59f8a000 - 0x7fff59f8ffff libmacho.dylib (921) <6ADB99F3-D142-3A0A-B3CE-031354766ACC> /usr/lib/system/libmacho.dylib
0x7fff59f90000 - 0x7fff59f92ffb libquarantine.dylib (86.220.1) <58524FD7-63C5-38E0-9D90-845A79551C14> /usr/lib/system/libquarantine.dylib
0x7fff59f93000 - 0x7fff59f94ff3 libremovefile.dylib (45.200.2) /usr/lib/system/libremovefile.dylib
0x7fff59f95000 - 0x7fff59facff3 libsystem_asl.dylib (356.200.4) <33C62769-1242-3BC1-9459-13CBCDECC7FE> /usr/lib/system/libsystem_asl.dylib
0x7fff59fad000 - 0x7fff59fadfff libsystem_blocks.dylib (73) <152EDADF-7D94-35F2-89B7-E66DCD945BBA> /usr/lib/system/libsystem_blocks.dylib
0x7fff59fae000 - 0x7fff5a036fff libsystem_c.dylib (1272.200.26) /usr/lib/system/libsystem_c.dylib
0x7fff5a037000 - 0x7fff5a03aff7 libsystem_configuration.dylib (963.200.27) <94898525-ECC8-3CC9-B312-CBEAAC305E32> /usr/lib/system/libsystem_configuration.dylib
0x7fff5a03b000 - 0x7fff5a03eff7 libsystem_coreservices.dylib (66) <10818C17-70E1-328E-A3E3-C3EB81AEC590> /usr/lib/system/libsystem_coreservices.dylib
0x7fff5a03f000 - 0x7fff5a045ffb libsystem_darwin.dylib (1272.200.26) <07468CF7-982F-37C4-83D0-D5E602A683AA> /usr/lib/system/libsystem_darwin.dylib
0x7fff5a046000 - 0x7fff5a04cff7 libsystem_dnssd.dylib (878.230.2) /usr/lib/system/libsystem_dnssd.dylib
0x7fff5a04d000 - 0x7fff5a099ff3 libsystem_info.dylib (517.200.9) <54B65F21-2E93-3579-9B72-6637A03245D9> /usr/lib/system/libsystem_info.dylib
0x7fff5a09a000 - 0x7fff5a0c2ff7 libsystem_kernel.dylib (4903.231.4) /usr/lib/system/libsystem_kernel.dylib
0x7fff5a0c3000 - 0x7fff5a10eff7 libsystem_m.dylib (3158.200.7) /usr/lib/system/libsystem_m.dylib
0x7fff5a10f000 - 0x7fff5a133ff7 libsystem_malloc.dylib (166.220.1) <4777DC06-F9C6-356E-82AB-86A1C6D62F3A> /usr/lib/system/libsystem_malloc.dylib
0x7fff5a134000 - 0x7fff5a13fff3 libsystem_networkextension.dylib (767.220.1) <74818C3D-9B68-3823-A737-6A4B782618F2> /usr/lib/system/libsystem_networkextension.dylib
0x7fff5a140000 - 0x7fff5a147fff libsystem_notify.dylib (172.200.21) <65B3061D-41D7-3485-B217-A861E05AD50B> /usr/lib/system/libsystem_notify.dylib
0x7fff5a148000 - 0x7fff5a151fef libsystem_platform.dylib (177.200.16) <83DED753-51EC-3B8C-A98D-883A5184086B> /usr/lib/system/libsystem_platform.dylib
0x7fff5a152000 - 0x7fff5a15cfff libsystem_pthread.dylib (330.230.1) /usr/lib/system/libsystem_pthread.dylib
0x7fff5a15d000 - 0x7fff5a160ff7 libsystem_sandbox.dylib (851.230.3) <4D0CB1CA-160C-3C29-BE5D-131D68D43B1B> /usr/lib/system/libsystem_sandbox.dylib
0x7fff5a161000 - 0x7fff5a163ff3 libsystem_secinit.dylib (30.220.1) <5964B6D2-19D4-3CF9-BDBC-4EB1D42348F1> /usr/lib/system/libsystem_secinit.dylib
0x7fff5a164000 - 0x7fff5a16bff7 libsystem_symptoms.dylib (820.237.2) <487E1794-4C6E-3B1B-9C55-95B1A5FF9B90> /usr/lib/system/libsystem_symptoms.dylib
0x7fff5a16c000 - 0x7fff5a181ff7 libsystem_trace.dylib (906.220.1) <4D4BA88A-FA32-379D-8860-33838723B35F> /usr/lib/system/libsystem_trace.dylib
0x7fff5a183000 - 0x7fff5a188ffb libunwind.dylib (35.4) /usr/lib/system/libunwind.dylib
0x7fff5a189000 - 0x7fff5a1b9fff libxpc.dylib (1336.220.5) /usr/lib/system/libxpc.dylib

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

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

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Activity Tracing 256K 2
Kernel Alloc Once 8K 2
MALLOC 156.1M 11
MALLOC guard page 16K 5
MALLOC_NANO (reserved) 384.0M 2 reserved VM address space (unallocated)
STACK GUARD 56.0M 2
Stack 8192K 2
__DATA 24.3M 248
__FONT_DATA 4K 2
__LINKEDIT 221.5M 23
__LLVM_COV 4K 2
__TEXT 153.8M 240
__UNICODE 564K 2
shared memory 12K 4
=========== ======= =======
TOTAL 1.0G 533
TOTAL, minus reserved VM space 620.5M 533

Model: iMac16,2, BootROM 223.0.0.0.0, 4 processors, Intel Core i5, 3.1 GHz, 8 GB, SMC 2.32f20
Graphics: Intel Iris Pro Graphics 6200, Intel Iris Pro Graphics 6200, Built-In
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1867 MHz, 0x80CE, 0x4B3445364533303445452D45474346202020
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1867 MHz, 0x80CE, 0x4B3445364533303445452D45474346202020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x156), Broadcom BCM43xx 1.0 (7.77.61.1 AirPortDriverBrcmNIC-1305.2)
Bluetooth: Version 6.0.9f2, 3 services, 27 devices, 1 incoming serial ports
Network Service: Netkeeper(PPPoE), PPP (PPPoE), en5
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: Crucial_CT525MX300SSD1, 525.11 GB
USB Device: USB 3.0 Bus
USB Device: USB3.0 Hub
USB Device: Bluetooth USB Host Controller
USB Device: FaceTime HD Camera (Built-in)
USB Device: USB2.0 Hub
USB Device: USB Receiver
USB Device: USB Keyboard
Thunderbolt Bus: iMac, Apple Inc., 27.4

Homebrew support

LocalizationEditor has been added to the Homebrew-cask , you can write an installation instrunction for that
image

Recommend Projects

  • React photo React

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

  • Vue.js photo Vue.js

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

  • Typescript photo Typescript

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

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

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

Recommend Topics

  • javascript

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

  • web

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

  • server

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

  • Machine learning

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

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

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

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.