You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-7
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# mac-registration-provider
2
-
A small service that generates iMessage registration data on a Mac. If you do not have access to Beeper Cloud, you can use this to generate a iMessage Registration Code and use it in Beeper Mini.
2
+
A small service that generates iMessage registration data on a Mac. If you do
3
+
not have access to Beeper Cloud, you can use this to generate an iMessage
4
+
registration code and use it in Beeper Mini.
3
5
4
6
## Supported MacOS versions
5
7
The tool is currently quite hacky, so it only works on specific versions of macOS.
@@ -11,17 +13,21 @@ On unsupported versions, it will tell you that it's unsupported and exit.
11
13
A future version may work in less hacky ways to support more OS versions.
12
14
13
15
## Usage
14
-
1. On your Mac, download the latest `mac-registration-provider` file from the latest [release](https://github.com/beeper/mac-registration-provider/releases)
15
-

16
-
2. Open Terminal app (⌘+space -> Terminal), type `cd Downloads`, hit enter
17
-
3. type `chmod +x mac-registration-provider`, hit enter
18
-
4. Type `./mac-registration-provider`, hit enter
16
+
1. On your Mac, download the latest `mac-registration-provider` file from the
0 commit comments