-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jonathan Gregson
authored and
Jonathan Gregson
committed
Aug 17, 2022
1 parent
4b89507
commit 6fe831a
Showing
7 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
<p align="center"> | ||
<img width="256" height="256" src="/src/art/messageguard-transparent-256.png" alt="Message Guard Logo"> | ||
</p> | ||
|
||
# Message Guard | ||
Filter phishing, malware, and spam SMS messages on iOS. | ||
|
||
## How it Works | ||
Message Guard utilizes iOS's Message Filter Extension feature to filter messages from unknown senders. It checks incoming messages for signs of phishing, malware, and other spammy characteristics and sends them to the junk folder if they match. | ||
|
||
Message Guard uses on-device filtering to determine if a message is malicious, so your data never leaves your device. | ||
|
||
## How to Install Message Guard | ||
Message Guard is not yet in the iOS App Store, so you'll need to install it form source if you want to try it out. | ||
|
||
The general steps to do so would be: | ||
|
||
1. Install Xcode | ||
2. Download the Message Guard repository | ||
3. Open the `src/` direcotry in Xcode | ||
4. Plug in your iOS device and install the necessary runtimes | ||
5. Push the app to your device | ||
|
||
## Privacy | ||
<p align="center"> | ||
<img width="256" height="256" src="/art/messageguard-transparent-256.png" alt="Message Guard Logo"> | ||
</p> | ||
|
||
# Message Guard | ||
Filter phishing, malware, and spam SMS messages on iOS. | ||
|
||
## How it Works | ||
Message Guard utilizes iOS's Message Filter Extension feature to filter messages from unknown senders. It checks incoming messages for signs of phishing, malware, and other spammy characteristics and sends them to the junk folder if they match. | ||
|
||
Message Guard uses on-device filtering to determine if a message is malicious, so your data never leaves your device. | ||
|
||
## How to Install Message Guard | ||
Message Guard is not yet in the iOS App Store, so you'll need to install it form source if you want to try it out. | ||
|
||
The general steps to do so would be: | ||
|
||
1. Install Xcode | ||
2. Download the Message Guard repository | ||
3. Open the `src/` direcotry in Xcode | ||
4. Plug in your iOS device and install the necessary runtimes | ||
5. Push the app to your device | ||
|
||
## Privacy | ||
Message Guard takes your privacy seriously. No data is collected by Message Guard at any point, and no connections are ever made to any remote servers. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.