Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New branch, compatible with Xcode10.x, supports drag and drop. Continuous maintenance... #18

Open
mythkiven opened this issue Aug 15, 2019 · 2 comments

Comments

@mythkiven
Copy link

*** MythKiven's branch


Modified on the basis of the fork version: V2.4.9121, the current version: V2.5.9276. The changes are as follows:

  • 1.Increase the drag and drop function:
1. When first opened, the initial interface will be displayed, and the Mach-O file can be dragged directly to the interface;
2. The maximum number of files to be dragged each time is 3 files;
  • 2.Fix Xcode10.x compatibility issues:
1.error: 'string' file not found
Modify the program: C++ standard library modified to libc++

2.error: fwrite writes a null value crash
Modify the program: judge whether it is null or not
  • 3.Other modifications:
1. Part of KVC increases whether the judgment is an empty string;
2. The progress bar update code is placed in the main thread;
3. Fix code that may have a memory leak.

Note: A pkg (Version:2.5.9276) file can be directly installed, no need to compile itself, Click here to download MachOView

md5:d218e9a42e2e891b47f205f4bcdc388f

sha1:7cb343666b4995c2d64781259a6a0522888c6498

skills:

The quickest way to open (in terminal or Alfred)
$open -a MachOView XX
$open -b MachOView XX

Followed by
$open -b/-a MachOView or Alfred or click icon
Then drag the Mach-O file onto the open initial page or the icon in the Dock
@tsilcher
Copy link

@mythkiven Nice work! (Specially now that it supports dark mode and it no longer burns my eyes).
If your goal is to maintain your fork I suggest you enable issues to be created there in order to get feedback and bug reports.

@MrNew
Copy link

MrNew commented Sep 3, 2020

Thank you @mythkiven

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants