├── README.md ├── TB_TouchForceSelector.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcuserdata │ │ └── yari.xcuserdatad │ │ └── UserInterfaceState.xcuserstate └── xcuserdata │ └── yari.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ ├── TB_TouchForceSelector.xcscheme │ └── xcschememanagement.plist └── TB_TouchForceSelector ├── AppDelegate.swift ├── Assets.xcassets ├── AppIcon.appiconset │ └── Contents.json ├── Contents.json └── Jane.imageset │ ├── Contents.json │ └── Jane_port.png ├── Base.lproj └── LaunchScreen.storyboard ├── ConfirmActionButton.swift ├── Info.plist ├── Main.storyboard └── ViewController.swift /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ariok/TB_ForceTouchSelector/HEAD/README.md -------------------------------------------------------------------------------- /TB_TouchForceSelector.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ariok/TB_ForceTouchSelector/HEAD/TB_TouchForceSelector.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /TB_TouchForceSelector.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ariok/TB_ForceTouchSelector/HEAD/TB_TouchForceSelector.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /TB_TouchForceSelector.xcodeproj/project.xcworkspace/xcuserdata/yari.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ariok/TB_ForceTouchSelector/HEAD/TB_TouchForceSelector.xcodeproj/project.xcworkspace/xcuserdata/yari.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /TB_TouchForceSelector.xcodeproj/xcuserdata/yari.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ariok/TB_ForceTouchSelector/HEAD/TB_TouchForceSelector.xcodeproj/xcuserdata/yari.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /TB_TouchForceSelector.xcodeproj/xcuserdata/yari.xcuserdatad/xcschemes/TB_TouchForceSelector.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ariok/TB_ForceTouchSelector/HEAD/TB_TouchForceSelector.xcodeproj/xcuserdata/yari.xcuserdatad/xcschemes/TB_TouchForceSelector.xcscheme -------------------------------------------------------------------------------- /TB_TouchForceSelector.xcodeproj/xcuserdata/yari.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ariok/TB_ForceTouchSelector/HEAD/TB_TouchForceSelector.xcodeproj/xcuserdata/yari.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /TB_TouchForceSelector/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ariok/TB_ForceTouchSelector/HEAD/TB_TouchForceSelector/AppDelegate.swift -------------------------------------------------------------------------------- /TB_TouchForceSelector/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ariok/TB_ForceTouchSelector/HEAD/TB_TouchForceSelector/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /TB_TouchForceSelector/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ariok/TB_ForceTouchSelector/HEAD/TB_TouchForceSelector/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /TB_TouchForceSelector/Assets.xcassets/Jane.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ariok/TB_ForceTouchSelector/HEAD/TB_TouchForceSelector/Assets.xcassets/Jane.imageset/Contents.json -------------------------------------------------------------------------------- /TB_TouchForceSelector/Assets.xcassets/Jane.imageset/Jane_port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ariok/TB_ForceTouchSelector/HEAD/TB_TouchForceSelector/Assets.xcassets/Jane.imageset/Jane_port.png -------------------------------------------------------------------------------- /TB_TouchForceSelector/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ariok/TB_ForceTouchSelector/HEAD/TB_TouchForceSelector/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /TB_TouchForceSelector/ConfirmActionButton.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ariok/TB_ForceTouchSelector/HEAD/TB_TouchForceSelector/ConfirmActionButton.swift -------------------------------------------------------------------------------- /TB_TouchForceSelector/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ariok/TB_ForceTouchSelector/HEAD/TB_TouchForceSelector/Info.plist -------------------------------------------------------------------------------- /TB_TouchForceSelector/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ariok/TB_ForceTouchSelector/HEAD/TB_TouchForceSelector/Main.storyboard -------------------------------------------------------------------------------- /TB_TouchForceSelector/ViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ariok/TB_ForceTouchSelector/HEAD/TB_TouchForceSelector/ViewController.swift --------------------------------------------------------------------------------