diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..2de36bf --- /dev/null +++ b/Makefile @@ -0,0 +1,12 @@ +TARGET = rootlessJB + +.PHONY: all clean + +all: clean + xcodebuild clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO PRODUCT_BUNDLE_IDENTIFIER="com.jakeashacks.rootlessJB3" -sdk iphoneos -configuration Release + ln -sf build/Release-iphoneos Payload + # strip Payload/$(TARGET).app/$(TARGET) + zip -r9 $(TARGET).ipa Payload/$(TARGET).app + +clean: + rm -rf build Payload $(TARGET).ipa diff --git a/README.md b/README.md index b920af8..18236b0 100644 --- a/README.md +++ b/README.md @@ -52,4 +52,11 @@ patcher usage: Thanks to: Ian Beer, Brandon Azad, Jonathan Levin, Electra Team, IBSparkes, Sam Bingner, Sammy Guichelaar. - +# And What's the difference with the original version? + +Add Makefile file +Close install iSuperSU by default +Remount rootfs by default after renamed your system snapshot (you can use unc0ver to do that first, and only need use it once) +Add port 2222 by default, so you can use localssh apps without unsandbox (use port 2222) +Closed unlock nvram by default you can use UnlockNVRAM() to re-unlock it +Make sure iSuperSU works fine without re-install diff --git a/rootlessJB/Base.lproj/Main.storyboard b/rootlessJB/Base.lproj/Main.storyboard index 16af9e1..ef7e8a0 100644 --- a/rootlessJB/Base.lproj/Main.storyboard +++ b/rootlessJB/Base.lproj/Main.storyboard @@ -1,12 +1,11 @@ - + - - + @@ -41,7 +40,7 @@ - + @@ -90,7 +89,7 @@