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

Cocoapods support for the library #2

Open
johanforssell opened this issue Oct 18, 2013 · 1 comment
Open

Cocoapods support for the library #2

johanforssell opened this issue Oct 18, 2013 · 1 comment

Comments

@johanforssell
Copy link

I'm using Cocoapods for my project and I would like Hierarchy Detective to show up there. Could you create a cocoapods pod for your project?

@chinmaygarde
Copy link
Owner

On it now.

However, I am unsure if the introspection server should startup automatically or a public header be exposed and the user expected to manually start and stop the same (for example, on UIApplicationWillEnterForegroundNotification or just on the click of a button). Since this is mainly a debugging tool, I would hate for someone to unintentionally embed the server into their application when they are not debugging.

In either case, the interface is quite simple (A call to -[HDDetective activate] and -[HDDetective deactive] in https://github.com/chinmaygarde/hierarchydetective/blob/master/Detective/HDDetective.h). It is just a matter of deciding on a sensible (and least unexpected) default.

Do you have a preference on the same? I am leaning towards exposing a header.

@ghost ghost assigned chinmaygarde Oct 19, 2013
@chinmaygarde chinmaygarde removed their assignment Mar 12, 2023
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

2 participants