Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
afterxleep committed Feb 19, 2022
1 parent a414c7f commit bbf6b9f
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[![Build Status](https://app.bitrise.io/app/4fdfbbb4b3ef9059/status.svg?token=1J9phju6Z9f0ni-jIK6ykQ&branch=master)](https://app.bitrise.io/app/4fdfbbb4b3ef9059)

Bouncer SMS Filter
=====================

This is a simple SMS filtering app for iOS that uses the ILMessageFilterExtension to move unwanted and specific messages to the "Junk", "Promotion" and "Transaction" sections of the Messages app.
This is a simple SMS filtering app for iOS that uses the ILMessageFilterExtension to move unwanted and specific messages to the "Junk", "Promotion" and "Transaction" sections of the Messages app.

Different to other apps, Bouncer does not share, upload or send any of your personal information or SMS messages to a remote server. All the filtering happens locally on your phone.

Expand All @@ -14,8 +12,8 @@ Features
* Filter SMS messages using a simple list of words
* Catalog filtered messages in iOS 14+ categories (Junk, Transaction, Promotion)
* Unlimmited number of filter rules
* Automatic migration of filters from Version 1.x
* Localized in English and Spanish
* Localized in English, Spanish and Arabic
* Supports both word lists and regular expressions


Tech Stack/Specs
Expand All @@ -36,7 +34,7 @@ If you are curious about the architecture approach, check out my [Redux-like arc
Building
----------------------

Fire up XCode 12, open Bouncer.xcodeproj and hit Build. There are no dependencies or additional requirements.
Fire up XCode 13.2.1, open Bouncer.xcodeproj and hit Build. There are no dependencies or additional requirements.

Latest Release
----------------------
Expand All @@ -55,4 +53,3 @@ License
----------------------

Bouncer is distributed under [MIT license](https://github.com/afterxleep/Bouncer/blob/master/LICENSE)

0 comments on commit bbf6b9f

Please sign in to comment.