Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lukejmann/detach-ios


https://github.com/lukejmann/detach-ios

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

App to temporarily block distracting iOS apps by creating a local proxy to filter network connections.

Putting on hold for now due to breaking changes in iOS 14's NetworkExtension.

To run on iOS 14 without functioning proxy:
- install Cocoapods: `sudo gem install cocoapods`
- install Carthage: `brew install carthage`
- update dependencies:
- `carthage update --platform iOS --no-use-binaries`
- `pod install`
- change signing if necessary
- change baseURL in DetachAPI to backend Docker

[Backend Repo](http://github.com/lukejmann/detach-backend)

To run backend servers with Docker
- install Docker
- `docker-compose build`
- `docker-compose up`