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

Added Target for creating a static library #365

Open
wants to merge 45 commits into
base: master
Choose a base branch
from

Conversation

eilers
Copy link

@eilers eilers commented May 22, 2013

Integrating this framework in other projects is much easier if a static library is built. Especially if this NonARC-Project needs to be added to current ARC-Based project as mine.

Therefore, I've added a target for iOS.

An other very important change: Mostly all projects use the Reachability Classes. Therefore we get duplicated symbols here.. I've added a "_" prefix to mark it as private.

adib and others added 30 commits July 3, 2012 17:49
 - OS X - dynamic private library
 - iOS - static library
… turned off or client certificates were used
…chability drop in replacement

This makes it much easier to integrate this project.
Conflicts:
	iPhone.xcodeproj/project.pbxproj
…nsigned long long)progress ofTotal:(unsigned long long)total;to + (void)updateProgressIndicator:(id)indicator withProgress:(unsigned long long)progress ofTotal:(unsigned long long)total;
…thObject:(id)object amount:(void *)amount callerToRetain:(id)caller; to + (void)performSelector:(SEL)selector onTarget:(id)target withObject:(id)object amount:(void *)amount callerToRetain:(id)caller;
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

5 participants