Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukejmann/detach-ios
https://github.com/lukejmann/detach-ios
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/lukejmann/detach-ios
- Owner: lukejmann
- Created: 2020-08-11T19:51:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-01T07:17:41.000Z (about 4 years ago)
- Last Synced: 2024-11-25T21:37:35.409Z (2 months ago)
- Language: Swift
- Size: 173 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`