Effective date: 20 July 2026
App: SwipeDetox (iOS) — bundle ID com.valter.SwipeDetox
Contact: swift2geek@gmail.com
By downloading or using SwipeDetox you agree to these Terms. If you do not agree, do not use the app.
Effective date: 20 July 2026
App: SwipeDetox (iOS) — bundle ID com.valter.SwipeDetox
Contact: swift2geek@gmail.com
By downloading or using SwipeDetox you agree to these Terms. If you do not agree, do not use the app.
Effective date: 20 July 2026
App: SwipeDetox (iOS) — bundle ID com.valter.SwipeDetox
Contact: swift2geek@gmail.com
SwipeDetox is built so that the sensitive parts of what you do — the apps you block and the camera feed used to count your reps — never leave your iPhone. This policy explains exactly what stays on device, what is sent to third parties, and why.
| // | |
| // RootView.swift | |
| // nutritionApp | |
| // | |
| // | |
| // | |
| import Combine | |
| import Factory | |
| import SwiftUI | |
| import ToastUI |
| // | |
| // YourActivityPageRouter.swift | |
| // nutritionApp | |
| // | |
| // | |
| // | |
| import Foundation | |
| final class YourActivityPageRouter: YourActivityPageRouterProtocol { |
| Criteria | Daemon | Agent | |
|---|---|---|---|
| Launch Time | System start | User login | |
| User Type | Non-login | Login | |
| Home Folder | No | Yes | |
| Login Keychain | No | Yes | |
| iOS Simulator | No | Yes | |
| Provisioning Profiles | No | Yes |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>AlternateMouseScroll</key> | |
| <true/> | |
| <key>AppleAntiAliasingThreshold</key> | |
| <integer>1</integer> | |
| <key>AppleScrollAnimationEnabled</key> | |
| <integer>0</integer> |
| { | |
| "Ansi 2 Color" : { | |
| "Green Component" : 0.98039215686274506, | |
| "Red Component" : 0.31372549019607843, | |
| "Blue Component" : 0.4823529411764706 | |
| }, | |
| "Tags" : [ | |
| ], | |
| "Ansi 12 Color" : { |
| # If you come from bash you might have to change your $PATH. | |
| # export PATH=$HOME/bin:/usr/local/bin:$PATH | |
| DEFAULT_USER=`whoami` | |
| POWERLEVEL9K_ALWAYS_SHOW_USER=true | |
| # Path to your oh-my-zsh installation. | |
| export ZSH="/Users/valter/.oh-my-zsh" | |
| export LC_ALL=en_US.UTF-8 | |
| export LANG=en_US.UTF-8 |
| brew cask install iterm2 | |
| brew install zsh | |
| brew install zsh-syntax-highlighting | |
| sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" | |
| zsh --version | |
| upgrade_oh_my_zsh | |
| vi ~/.zshrc | |
| git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k | |
| ======== |
| apple_id "xxxxxx@gmail.com" | |
| for_lane :testtf do | |
| app_identifier "ru.xxxxx.mobile.test" | |
| end | |
| for_lane :testfa do | |
| app_identifier "ru.xxxxx.mobile.test" | |
| end |