A simple app that lets you stream every live and archived NHL and MLB game from any of your iOS devices for free. Based on the original LazyMan project. You can learn more at /r/LazyMan on Reddit. Big thanks to @StevensNJD4 for making this possible.
Requirements
.ipa
here.Settings
-> General
-> Profiles & Device Management
.If you do not have a developer account, the app will have to be reinstalled every 7 days.
.ipa
onto your device in Cydia Impactor. Install.Requirements
Add https://repo.nickt.dev/ as a repo in Cydia.
Install the LazyMan-iOS package (dev.nickt.lazyman-ios).
And thats it! The app will be installed as a system application, and you can launch it from your home screen. The app will only work while in a jailbroken state, however.
You can opt in to beta releases by adding https://repo.nickt.dev/beta/ as a repo in Cydia.
You can download the latest .deb release from here. If you want to manually install use dpkg -i [deb file]
in a shell on your iOS device.
Requirements
LazyMan for iOS is build on Swift 5.1 using Xcode 11.3. Cocoapods is required to install dependencies. dpkg, and ldid2 are required to build a .deb
for jailbroken devices.
Clone repo
pod install
Makefile
Run make
to produce release builds. An .ipa
and .deb
should be produced in the build
directory.
Xcode
If building to a simulator, no changes are needed. If building to a device, first set your development team.