lukejmann / detach-ios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

To run backend servers with Docker

  • install Docker
  • docker-compose build
  • docker-compose up

About


Languages

Language:Swift 98.0%Language:Ruby 1.8%Language:Objective-C 0.2%