Skip to content

Commit

Permalink
Updated README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Gregson authored and Jonathan Gregson committed Aug 17, 2022
1 parent 4b89507 commit 6fe831a
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions README.md
100644 → 100755
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.
Empty file modified art/messageguard-transparent-128.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified art/messageguard-transparent-256.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified art/messageguard-transparent-32.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified art/messageguard-transparent.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified art/messageguard.afdesign
100644 → 100755
Empty file.
Empty file modified art/messageguard.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6fe831a

Please sign in to comment.