TheOS + SDK 8.1,9.3 -> http://iphonedevwiki.net/index.php/Theos/Setup#Definitions
422
docker run -t -i -v /tmp/theos:/tmp/ cauan/theos /bin/bash
root@00c1674e9365:/tmp# nic.pl NIC 2.0 - New Instance Creator [1.] iphone/activator_event [2.] iphone/application_modern [3.] iphone/cydget [4.] iphone/flipswitch_switch [5.] iphone/framework [6.] iphone/ios7_notification_center_widget [7.] iphone/library [8.] iphone/notification_center_widget [9.] iphone/preference_bundle_modern [10.] iphone/tool [11.] iphone/tweak [12.] iphone/xpc_service Choose a Template (required): 11 Project Name (required): test01 Package Name [com.yourcompany.test01]: Author/Maintainer Name [root]: [iphone/tweak] MobileSubstrate Bundle filter [com.apple.springboard]: [iphone/tweak] List of applications to terminate upon installation (space-separated, '-' for none) [SpringBoard]: Instantiating iphone/tweak in test01/... Done. root@00c1674e9365:/tmp# cd test01/ root@00c1674e9365:/tmp/test01# make
Making all for tweak test01… ==> Preprocessing Tweak.xm… ==> Compiling Tweak.xm (armv7)… ==> Linking tweak test01 (armv7)… ==> Preprocessing Tweak.xm… ==> Compiling Tweak.xm (arm64)… ==> Linking tweak test01 (arm64)… ==> Merging tweak test01… ==> Signing test01… root@00c1674e9365:/tmp/test01# ls -l .theos/
build_session obj/
root@00c1674e9365:/tmp/test01# ls -l .theos/obj/ total 4 drwxr-xr-x 4 root root 4096 Nov 27 09:54 debug root@00c1674e9365:/tmp/test01# ls -l .theos/obj/debug/ total 108 drwxr-xr-x 2 root root 4096 Nov 27 09:54 arm64 drwxr-xr-x 2 root root 4096 Nov 27 09:54 armv7 -rwxr-xr-x 1 root root 98688 Nov 27 09:54 test01.dylib
Content type
Image
Digest
Size
337 MB
Last updated
almost 10 years ago
docker pull cauan/theos