Thatchapon Unprasert
a4a07d05e2
Add simulator-trainer suggestion
2025-07-12 10:10:55 +07:00
Thatchapon Unprasert
f753dbe926
Update README.md
2025-03-02 13:00:59 +07:00
Thatchapon Unprasert
ff0ab69dfb
Update README.md
2025-03-02 12:51:59 +07:00
Thatchapon Unprasert
437a2b821b
Add TL;DR
2025-03-01 14:15:50 +07:00
Thatchapon Unprasert
b921141891
Correct path
2025-01-25 14:06:30 +07:00
Thatchapon Unprasert
e6bef9b1dd
Improve script
2025-01-25 13:21:50 +07:00
Thatchapon Unprasert
0df5b4e72c
Add simulator version of CydiaSubstrate.tbd
2025-01-25 12:42:14 +07:00
Thatchapon Unprasert
0d17004291
Beautify script usage
2025-01-25 12:17:01 +07:00
Thatchapon Unprasert
9cfbb8f53e
Improve scripts
2025-01-18 21:23:38 +07:00
Thatchapon Unprasert
d831e3fd2c
Update LICENSE
2025-01-18 13:29:53 +07:00
Thatchapon Unprasert
d5a281c12b
Symlink DynamicLibraries for greater good
2024-12-30 11:56:58 +07:00
Thatchapon Unprasert
f6f2ec19a6
Use sudo for ln for /Library/Frameworks
2024-12-30 10:07:28 +07:00
Thatchapon Unprasert
ef85016999
Use sudo for /usr/local/bin
2024-12-30 10:05:10 +07:00
Thatchapon Unprasert
73c7f310ba
Remount /Library instead of /Library/Frameworks so things like preferenceloader-sim can work
2024-12-29 12:21:42 +07:00
waru
b03307a4ea
[fix] use setup routine ( #90 )
2024-12-22 08:25:27 +07:00
Thatchapon Unprasert
fba2758b66
No sudo
2024-12-21 17:12:13 +07:00
Thatchapon Unprasert
4a122eea70
Make it really work
2024-12-21 17:01:51 +07:00
Thatchapon Unprasert
389e182551
Experimental remount.sh
2024-12-21 15:42:23 +07:00
Thatchapon Unprasert
e5781b5d14
Use UIAlertController on iOS 8+
2024-03-24 21:08:01 +07:00
Thatchapon Unprasert
79c6f02b56
Update README.md
2023-02-19 19:48:07 +07:00
Thatchapon Unprasert
3a3a09a172
Update README.md
2023-02-19 19:46:40 +07:00
Thatchapon Unprasert
ba93757863
Support Apple Silicon
2023-01-27 23:36:06 +07:00
Thatchapon Unprasert
f89ebdaf0f
Fixes for newcomers
2023-01-26 19:51:31 +07:00
PoomSmart
906f18ea20
Save/restore IFS only when necessary
2022-05-21 21:07:42 +07:00
PoomSmart
b97079d293
Iterate through SJ_RUNTIME_ROOT_PREFIX only if it exists
2022-04-26 13:01:59 +07:00
PoomSmart
07fec7d320
2022
2022-04-03 14:07:28 +07:00
PoomSmart
69fe6d2c30
Provided some clarity and made the example tweak default to the latest Theos's style
2021-07-27 21:22:24 +07:00
PoomSmart
f930420d0f
Ensure xcode-select in preparation steps
2021-06-06 14:59:02 +07:00
PoomSmart
20e988bceb
Updated README and LICENSE
2021-06-05 20:39:16 +07:00
PoomSmart
16d0feca52
Simplified iOS 7 flag a bit
2021-05-08 21:20:51 +07:00
PoomSmart
199cddc91a
Optionalized code for iOS 7 simulator and made resim halts when no devices are booted and no arguments provided
2021-05-08 21:19:16 +07:00
Thatchapon Unprasert
9f33283f2b
Update README.md
2021-05-08 18:42:03 +07:00
PoomSmart
8b9ece67b4
Merge branch 'master' of github.com:angelXwind/simject
2021-02-27 17:42:56 +07:00
PoomSmart
d65097c417
Always remove the dylib before replacing, or codesign invalid error
2021-02-27 17:37:03 +07:00
Thatchapon Unprasert
49bf9953b4
Update simject.m
2020-08-18 10:03:16 +07:00
PoomSmart
66c2e062a8
Typo
2020-07-26 11:13:08 +07:00
PoomSmart
97bdf3f720
Karen
2020-07-25 11:28:15 +07:00
PoomSmart
291258ae8c
Ignore .theos directory
2020-07-25 11:23:44 +07:00
Kritanta and Karen/あけみ
d59893eb46
Several Improvements, see comment ( #59 )
...
* Remove reliance on Prefix.pch
Prefix.pch was deprecated with iOS 13 and the functionality was removed with iOS 14 in theos.
* Remove Prefix.pch Reliance
This feature of theos was deprecated and removed with iOS 14.
* Several large changes, see comment
* Update resim/Makefile
Co-authored-by: Karen/あけみ <karen@akemi.ai >
* Update simject/Makefile
Co-authored-by: Karen/あけみ <karen@akemi.ai >
* Update Makefile
Co-authored-by: Karen/あけみ <karen@akemi.ai >
* Update simject/Makefile
Co-authored-by: Karen/あけみ <karen@akemi.ai >
* Update resim/Makefile
Co-authored-by: Karen/あけみ <karen@akemi.ai >
Co-authored-by: Karen/あけみ <karen@akemi.ai >
2020-07-25 11:21:38 +07:00
PoomSmart
2deb7734d2
Revert "Remove reliance on Prefix.pch (deprecated theos feature) ( #58 )"
...
This reverts commit 16dc301341 .
2020-07-25 11:21:00 +07:00
Kritanta
16dc301341
Remove reliance on Prefix.pch (deprecated theos feature) ( #58 )
...
* Remove reliance on Prefix.pch
Prefix.pch was deprecated with iOS 13 and the functionality was removed with iOS 14 in theos.
* Remove Prefix.pch Reliance
This feature of theos was deprecated and removed with iOS 14.
2020-07-11 07:49:23 +07:00
PoomSmart
6d913281d4
Updated README
2020-05-16 20:14:04 +07:00
PoomSmart
1752b92c08
Corrected the name
2019-11-03 11:41:10 +07:00
Thatchapon Unprasert
e1edf4a6a7
Merge pull request #50 from aydenp/master
2019-11-01 07:04:24 +07:00
Ayden
d56fff95a9
SHA1 bins don’t natively run on iOS 13, update example Makefile to fix this
2019-10-31 14:11:32 -04:00
Ayden
e14c33bdd0
Log dylib load error message on fail
2019-10-31 13:59:43 -04:00
PoomSmart
03d3919f1f
See right away if the dylib could be loaded
2019-10-18 09:02:27 +07:00
PoomSmart
1e14baa45e
Support the new Xcode 11 directory structure
2019-07-21 15:42:55 +07:00
PoomSmart
d8ac9259b3
Update README.md
2019-06-09 16:36:06 +07:00
PoomSmart
6626e6c172
respring_simulator is a long name.
2019-05-19 14:17:25 +07:00