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 project files. #7

Open
wants to merge 53 commits into
base: for-iOS
Choose a base branch
from

Conversation

Coneko
Copy link

@Coneko Coneko commented Feb 20, 2013

I made new project files so the libraries can be added as target dependencies and linked in, and so that the headers can be included from the build products directory.

This makes the project a bit more similar to how a normal Xcode library would behave, although rebuilding the libraries still requires manual input. The build scripts will skip building if the library is already built, so if you change the version you have to clean the targets. Cleaning from within Xcode works fine, no need to go delete the derived data from the finder.

Building libssh2 requires automake, autoconf and GNU libtool but since even the original scripts added brew / macports to the path I don't think that's a big issue.

@Coneko Coneko mentioned this pull request Feb 20, 2013
@Coneko
Copy link
Author

Coneko commented Feb 20, 2013

If this is deemed useful I'll give the same treatment to libcurl in the CurlHandle submodule.

mikeabdullah and others added 25 commits March 12, 2013 18:13
Conflicts:
	CK2SFTPSession.m
	CK2SSHCredential.h
	CK2SSHCredential.m
	OpenSSL.xcodeproj/project.pbxproj
	libcrypto.dylib
	libcrypto.dylib.dSYM/Contents/Resources/DWARF/libcrypto.dylib
	libssh2.dylib
	libssh2.dylib.dSYM/Contents/Resources/DWARF/libssh2.dylib
	libssh2.xcodeproj/project.pbxproj
	libssl.dylib
	libssl.dylib.dSYM/Contents/Resources/DWARF/libssl.dylib
	openssl
Conflicts:
	libcrypto.dylib
	libcrypto.dylib.dSYM/Contents/Resources/DWARF/libcrypto.dylib
	libssh2.dylib
	libssh2.dylib.dSYM/Contents/Resources/DWARF/libssh2.dylib
	libssl.dylib
	libssl.dylib.dSYM/Contents/Resources/DWARF/libssl.dylib
	openssl
Conflicts:
	Sources/CK2SFTPSession.m
	libcrypto.dylib
	libcrypto.dylib.dSYM/Contents/Resources/DWARF/libcrypto.dylib
	libssh2.dylib
	libssh2.dylib.dSYM/Contents/Resources/DWARF/libssh2.dylib
	libssl.dylib
	libssl.dylib.dSYM/Contents/Resources/DWARF/libssl.dylib
	openssl
…ckwards compatibility shenanigans (iOS upgrade speed and breadth is much greater than OSX anyway).
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