X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/b24eb750dbfe92c587a1b219702b3bd12efd501b..35fa52c0744c970af2daa3c494f21bbe55aec536:/Darwin-arm.mk diff --git a/Darwin-arm.mk b/Darwin-arm.mk index 8caec15..cc97077 100644 --- a/Darwin-arm.mk +++ b/Darwin-arm.mk @@ -1,33 +1,24 @@ flags += -F${PKG_ROOT}/System/Library/PrivateFrameworks -all += Cycript.$(dll) #cyrver +all += #cyrver arch := iphoneos-arm -ldid := ldid -S console += -framework UIKit -depends += readline libffi mobilesubstrate -code += Handler.o +depends += apr-lib readline libffi mobilesubstrate +#library += -framework CFNetwork +library += -framework WebCore +# XXX: all Darwin, maybe all device, should have this +library += -lsubstrate -Cycript.$(dll): Connector.o - $(target)g++ $(flags) -dynamiclib -o $@ $(filter %.o,$^) \ - -lobjc -lapr-1 -lsubstrate \ - -framework CoreFoundation - ldid -S $@ +ldid := ldid -S +entitle := ldid -Scycript.xml cyrver: Server.o $(target)g++ $(flags) -o $@ $(filter %.o,$^) \ -lapr-1 -lsubstrate -framework CFNetwork $(ldid) $@ -extra: - mkdir -p package/System/Library/LaunchDaemons - #cp -a com.saurik.Cyrver.plist package/System/Library/LaunchDaemons - mkdir -p package/Library/MobileSubstrate/DynamicLibraries - if [[ -e Settings.plist ]]; then \ - mkdir -p package/Library/PreferenceLoader/Preferences; \ - cp -a Settings.png package/Library/PreferenceLoader/Preferences/CycriptIcon.png; \ - cp -a Settings.plist package/Library/PreferenceLoader/Preferences/Cycript.plist; \ - fi - if [[ -e Tweak.plist ]]; then cp -a Tweak.plist package/Library/MobileSubstrate/DynamicLibraries/Cycript.plist; fi - cp -a Cycript.$(dll) package/Library/MobileSubstrate/DynamicLibraries - +extra:: + sed -i -e '/^Depends: / s/\/mobilesubstrate (>= 0.9.3072)/g' package/DEBIAN/control + #mkdir -p package/System/Library/LaunchDaemons + #cp -pR com.saurik.Cyrver.plist package/System/Library/LaunchDaemons