Reason

We know that iOS supports auto-filling SMS verification codes, and Safari on Mac also supports it. However, non-Safari browsers do not support this feature. Yet in domestic platforms, verification codes are something we cannot escape from, so I conducted some research and found some current solutions.

Since MessAuto is open-source, I chose this software.

MessAuto Usage

Since MessAuto is open-source software, and the author has not distributed or signed it, it needs to be compiled by yourself.

1. Compilation

BASH
# Download the source code
git clone https://github.com/LeeeSe/MessAuto.git
cd MessAuto

# Install cargo-bundle
cargo install cargo-bundle --git https://github.com/zed-industries/cargo-bundle.git --branch add-plist-extension
# Package the application
cargo bundle --release
Click to expand and view more

After compilation, the package will be built at target/release/bundle/osx/MessAuto.app in the current directory.

2. Usage

When opening the ARM64 version, it will prompt that the file is damaged as it requires an Apple developer signature to start normally. The author does not have an Apple developer certificate, but you can still resolve the issue with a single command:

This way, you can use the app.

3. Usage

For the program to work properly, users need to enable the “SMS Forwarding” feature on iOS. This can be found under Settings > Messages > iMessage.

MessAuto is a menu bar software without a GUI. When launched for the first time, MessAuto will prompt the user to grant full disk access permissions; after granting permission, the system will require the software to be reopened. The software can be seen in the menu bar. Its functions are as follows:

Here it is recommended to turn on Auto Paste and Launch at Login. Since the author currently does not need to listen for emails, this feature is disabled, but it can be enabled if needed.

References

  1. https://github.com/LeeeSe/MessAuto

Copyright Notice

Author: heyjude

Link: http://heyjude.blog/posts/how-to-use-mess-auto/

License: CC BY-NC-SA 4.0

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. Please attribute the source, use non-commercially, and maintain the same license.

Comments

开始搜索

输入关键词搜索文章内容

↑↓
ESC
⌘K Shortcut