Skip to content

Instantly share code, notes, and snippets.

@yaoper
Created July 22, 2024 04:30
Show Gist options
  • Save yaoper/bfe18d13cc19ac7e7f7a17df37ab9876 to your computer and use it in GitHub Desktop.
Save yaoper/bfe18d13cc19ac7e7f7a17df37ab9876 to your computer and use it in GitHub Desktop.
build4123.sublime4.key
Chip: Apple M3
OS: macOS Sonoma 14.5
Sublime: Sublime Text build 4169
Step 1. open terminal
cd "/Applications/Sublime Text.app/Contents/MacOS/" || exit
md5 -q sublime_text | grep -i "3AEA5F094739BC66C5A6C11A4EA08B58" || exit
echo 000A5AAB: 48 C7 C0 00 00 00 00 C3 | xxd -r - sublime_text
echo 0000C7D5: 90 90 90 90 90 | xxd -r - sublime_text
echo 0000C7ED: 90 90 90 90 90 | xxd -r - sublime_text
echo 000A701D: C3 | xxd -r - sublime_text
echo 000A56A6: C3 | xxd -r - sublime_text
echo 0108A908: 00 00 80 D2 C0 03 5F D6 | xxd -r - sublime_text
echo 010118F4: 1F 20 03 D5 | xxd -r - sublime_text
echo 01011908: 1F 20 03 D5 | xxd -r - sublime_text
echo 0108BB94: C0 03 5F D6 | xxd -r - sublime_text
echo 0108A588: C0 03 5F D6 | xxd -r - sublime_text
codesign --force --deep --sign - "/Applications/Sublime Text.app"
Step 2. open sublime, click 'Help' -> 'Enter License' and than paste the below license
License Key:
----- BEGIN LICENSE -----
TwitterInc
200 User License
EA7E-890007
1D77F72E 390CDD93 4DCBA022 FAF60790
61AA12C0 A37081C5 D0316412 4584D136
94D7F7D4 95BC8C1C 527DA828 560BB037
D1EDDD8C AE7B379F 50C9D69D B35179EF
2FE898C4 8E4277A8 555CE714 E1FB0E43
D5D52613 C3D12E98 BC49967F 7652EED2
9D2D2E61 67610860 6D338B72 5CF95C69
E36B85CC 84991F19 7575D828 470A92AB
------ END LICENSE ------
@rainorz
Copy link

rainorz commented Jul 22, 2024

好用👍,感谢!

不过我在直接操作 /Applications/Sublime Text.app会提示permission deny,sudo 之后也不行
所以是将整体Sublime Text.app目录复制到 Downloads临时目录完成修改,再拖动回Applications目录完成的替换

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment