]> git.saurik.com Git - cycript.git/history - xcode.mk
Add a makefile mechanism for automatic deployment.
[cycript.git] / xcode.mk
2014-08-20  Jay Freeman (saurik)Add a makefile mechanism for automatic deployment. v0.9.502
2014-08-19  Jay Freeman (saurik)Use osx as the short tag for OS X instead of mac.
2014-08-19  Jay Freeman (saurik)The .PHONY was not updated from package to zip :(.
2014-08-19  Jay Freeman (saurik)Replace -any.dylib with a check in the trampoline.
2014-08-19  Jay Freeman (saurik)Use OS X (not Simulator) build for x86_64 on OS X.
2014-07-08  Jay Freeman (saurik)Embed Cycript git version in zip package filename.
2014-06-04  Jay Freeman (saurik)Add a local install target (why not?) to xcode.mk.
2014-06-04  Jay Freeman (saurik)Compile libcycript for OS X and package framework.
2014-06-04  Jay Freeman (saurik)Also build OS X target and use for libcycript-any.
2014-01-21  Jay Freeman (saurik)Move lib/cycript to cycript0.9 to free up cycript.
2014-01-21  Jay Freeman (saurik)Rename Cycript_ directory to friendly Cycript.lib.
2014-01-19  Jay Freeman (saurik)Force rebuild of cycript_ even with cycript link.
2014-01-15  Jay Freeman (saurik)Always name signed binary .libs copies cycript_.
2014-01-13  Jay Freeman (saurik)Hide all symbols of embedded developer framework.
2014-01-12  Jay Freeman (saurik)Actually build libcycript-sim.dylib with 64-bit.
2014-01-10  Jay Freeman (saurik)Use -Zlzma (not -zlzma) when running dpkg-deb.
2014-01-01  Jay Freeman (saurik)Use dpkg-deb -zlzma to compress Cydia package.
2014-01-01  Jay Freeman (saurik)Port and package (a Cydia release) for iOS 7 ARM64.
2014-01-01  Jay Freeman (saurik)The iOS entitlements break execution on Mac OS X.
2013-12-31  Jay Freeman (saurik)Compile everything for iOS 7 ARM64 using Xcode 5.
2013-09-24  Jay Freeman (saurik)We need to codesign cycript with our entitlements.
2013-09-11  Jay Freeman (saurik)Capitalize cycript_ to not break bash tab complete. v0.9.500%b1
2013-09-11  Jay Freeman (saurik)Do not store a hidden file in the Cycript package.
2013-09-11  Jay Freeman (saurik)Allow the type to be recovered from a Functor.
2013-09-10  Jay Freeman (saurik)Slightly clean up the Xcode build definitions.
2013-09-10  Jay Freeman (saurik)Support both armv7s and armv6 at the same time.
2013-09-10  Jay Freeman (saurik)Build i386 and x86_64 architectures separately.
2013-09-09  Jay Freeman (saurik)Finish new build environment, relocatable objects.