├── README.md ├── XvideosViewer.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ └── IDEWorkspaceChecks.plist │ └── xcuserdata │ │ └── fabriziochimienti.xcuserdatad │ │ └── UserInterfaceState.xcuserstate └── xcuserdata │ └── fabriziochimienti.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ ├── XvideosViewer.xcscheme │ └── xcschememanagement.plist └── XvideosViewer ├── AppDelegate.swift ├── Assets.xcassets ├── App Icon & Top Shelf Image.brandassets │ ├── App Icon - Large.imagestack │ │ ├── Back.imagestacklayer │ │ │ ├── Content.imageset │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── Front.imagestacklayer │ │ │ ├── Content.imageset │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ └── Middle.imagestacklayer │ │ │ ├── Content.imageset │ │ │ └── Contents.json │ │ │ └── Contents.json │ ├── App Icon - Small.imagestack │ │ ├── Back.imagestacklayer │ │ │ ├── Content.imageset │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── Front.imagestacklayer │ │ │ ├── Content.imageset │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ └── Middle.imagestacklayer │ │ │ ├── Content.imageset │ │ │ └── Contents.json │ │ │ └── Contents.json │ ├── Contents.json │ ├── Top Shelf Image Wide.imageset │ │ └── Contents.json │ └── Top Shelf Image.imageset │ │ └── Contents.json ├── Contents.json └── LaunchImage.launchimage │ └── Contents.json ├── Base.lproj └── Main.storyboard ├── HomeSelectionController.swift ├── ImageNotfound.png ├── Info.plist ├── SeeVideo.swift ├── Utils.swift ├── VideoController.swift ├── ViewController.swift └── XvideosViewer.xcdatamodeld ├── .xccurrentversion └── XvideosViewer.xcdatamodel └── contents /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/README.md -------------------------------------------------------------------------------- /XvideosViewer.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /XvideosViewer.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /XvideosViewer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /XvideosViewer.xcodeproj/project.xcworkspace/xcuserdata/fabriziochimienti.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer.xcodeproj/project.xcworkspace/xcuserdata/fabriziochimienti.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /XvideosViewer.xcodeproj/xcuserdata/fabriziochimienti.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer.xcodeproj/xcuserdata/fabriziochimienti.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /XvideosViewer.xcodeproj/xcuserdata/fabriziochimienti.xcuserdatad/xcschemes/XvideosViewer.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer.xcodeproj/xcuserdata/fabriziochimienti.xcuserdatad/xcschemes/XvideosViewer.xcscheme -------------------------------------------------------------------------------- /XvideosViewer.xcodeproj/xcuserdata/fabriziochimienti.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer.xcodeproj/xcuserdata/fabriziochimienti.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /XvideosViewer/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer/AppDelegate.swift -------------------------------------------------------------------------------- /XvideosViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Back.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Back.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /XvideosViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Back.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Back.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /XvideosViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Contents.json -------------------------------------------------------------------------------- /XvideosViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Front.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Front.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /XvideosViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Front.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Front.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /XvideosViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /XvideosViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Middle.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Middle.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /XvideosViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Back.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Back.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /XvideosViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Back.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Back.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /XvideosViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Contents.json -------------------------------------------------------------------------------- /XvideosViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Front.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Front.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /XvideosViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Front.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Front.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /XvideosViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /XvideosViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Middle.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Middle.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /XvideosViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Contents.json -------------------------------------------------------------------------------- /XvideosViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image Wide.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image Wide.imageset/Contents.json -------------------------------------------------------------------------------- /XvideosViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/Contents.json -------------------------------------------------------------------------------- /XvideosViewer/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /XvideosViewer/Assets.xcassets/LaunchImage.launchimage/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer/Assets.xcassets/LaunchImage.launchimage/Contents.json -------------------------------------------------------------------------------- /XvideosViewer/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /XvideosViewer/HomeSelectionController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer/HomeSelectionController.swift -------------------------------------------------------------------------------- /XvideosViewer/ImageNotfound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer/ImageNotfound.png -------------------------------------------------------------------------------- /XvideosViewer/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer/Info.plist -------------------------------------------------------------------------------- /XvideosViewer/SeeVideo.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer/SeeVideo.swift -------------------------------------------------------------------------------- /XvideosViewer/Utils.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer/Utils.swift -------------------------------------------------------------------------------- /XvideosViewer/VideoController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer/VideoController.swift -------------------------------------------------------------------------------- /XvideosViewer/ViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer/ViewController.swift -------------------------------------------------------------------------------- /XvideosViewer/XvideosViewer.xcdatamodeld/.xccurrentversion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer/XvideosViewer.xcdatamodeld/.xccurrentversion -------------------------------------------------------------------------------- /XvideosViewer/XvideosViewer.xcdatamodeld/XvideosViewer.xcdatamodel/contents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimiko88/Tvos-PornSitesViewer/HEAD/XvideosViewer/XvideosViewer.xcdatamodeld/XvideosViewer.xcdatamodel/contents --------------------------------------------------------------------------------