inickt / LazyMan-iOS

A simple app that lets you stream every live and archived NHL and MLB game from any of your iOS devices.
https://www.reddit.com/r/LazyMan/
MIT License
73 stars 12 forks source link
chromecast cydia-impactor ios jailbreak lazyman mlb nhl streaming swift

LazyMan-iOS

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.

Features

Screenshots

Installation

Non-jailbroken Installation

Requirements

  1. Download and install Cydia Impactor. This is a trusted application that is commonly used to load jailbreaks or sideloaded apps. You can read more about it here.
  2. Download the latest LazyMan for iOS .ipa here.
  3. Open Cydia Impactor, plug in your device, and drag the .ipa onto the window. Install. You will be prompted to enter your Apple ID and password. This is never saved. If you have two factor authentication on your account, you will have to go here and generate an app-specific password to use.
  4. Trust the app on your phone in Settings -> General -> Profiles & Device Management.

If you do not have a developer account, the app will have to be reinstalled every 7 days.

Reinstallation/Upgrades

  1. Download the most recent release, if necessary.
  2. Drag the .ipa onto your device in Cydia Impactor. Install.

Jailbroken Installation

Requirements

  1. Add https://repo.nickt.dev/ as a repo in Cydia.

  2. 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.

Manual Installation

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.

Contributing

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.

Setup

  1. Clone repo

  2. pod install

Building

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.