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

Project structure reorganized a bit & AppDelegate refactoring: Constants, Initialization methods, etc. #2

Merged
merged 5 commits into from
Mar 3, 2015

Conversation

okertanov
Copy link
Contributor

Project structure reorganized a bit: image resource moved

 - proj-root/*.png -> AnyBar/Resources;
 - README.md excluded from a build targets to not to produce a warning;
 - MACOSX_DEPLOYMENT_TARGET is 10.9 (lowered from 10.10);

Screenshot link in readme fix;

AppDelegate refactoring: Constants, Initialization methods, etc.

 - private delegate's constants are introduced;
 - (strong, nonatomic) for the socket object;
 - applicationDidFinishLaunching decomplected;
 - applicationWillTerminate now performs socket & menu cleanup;
 - safe port string extraction;
 - try/catch for the socket init operations;
 - bundle/~/.AnyBar image lookup simplified a bit;
 - status bar menu can be instantiated with NSDictionary literal;

 - proj-root/*.png -> AnyBar/Resources;
 - README.md excluded from a build targets to not to produce a warning;
 - MACOSX_DEPLOYMENT_TARGET is 10.9 (lowered from 10.10);
 - private delegate's constants are introduced;
 - (strong, nonatomic) for the socket object;
 - applicationDidFinishLaunching decomplected;
 - applicationWillTerminate now performs socket & menu cleanup;
 - safe port string extraction;
 - try/catch for the socket init operations;
 - bundle/~/.AnyBar image lookup simplified a bit;
 - status bar menu can be instantiated with NSDictionary literal;
 - make clean
 - make tests
tonsky added a commit that referenced this pull request Mar 3, 2015
Project structure reorganized a bit & AppDelegate refactoring: Constants, Initialization methods, etc.
@tonsky tonsky merged commit 5dc6cf2 into tonsky:master Mar 3, 2015
@tonsky
Copy link
Owner

tonsky commented Mar 3, 2015

Wow, you rewrote it!

@okertanov
Copy link
Contributor Author

AnyBar it's really cool idea as for 2h obj-c dev experience 👍

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

Successfully merging this pull request may close these issues.

None yet

2 participants