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

Return application's Bundle ID if applicable #1

Closed
mattreduce opened this issue Dec 11, 2020 · 1 comment
Closed

Return application's Bundle ID if applicable #1

mattreduce opened this issue Dec 11, 2020 · 1 comment
Assignees
Labels
good first issue Good for newcomers

Comments

@mattreduce
Copy link
Owner

mattreduce commented Dec 11, 2020

@luciusbono 👀

@mattreduce mattreduce added the good first issue Good for newcomers label Dec 11, 2020
@mattreduce mattreduce self-assigned this Dec 11, 2020
mattreduce added a commit that referenced this issue Jan 4, 2021
@mattreduce
Copy link
Owner Author

Sample output for both binaries and full applications:

% ./eddie $(which security)                                                                                                                                                          
                                                                                                                                                                                                            
==========================
Is the Application signed?
==========================

Yes (Bundle ID: com.apple.security)

...

% ./eddie /Applications/Firefox.app 

==========================
Is the Application signed?
==========================

Yes (Bundle ID: org.mozilla.firefox)

...

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

No branches or pull requests

1 participant