GameStream client for iOS/tvOS
Go to file
2024-02-25 15:49:48 -06:00
.github Update template to direct to troubleshooting page 2021-03-03 01:39:31 -06:00
BuildScripts Rebuild libopus without LTO and float approximations 2023-03-05 15:25:44 -06:00
libs Rebuild FFmpeg with AV1 CBS compiled in 2023-11-06 19:00:13 -06:00
Limelight mapped the Globe/Language key to Escape 2024-02-25 15:49:48 -06:00
Moonlight TV Extend codec configuration option for AV1 support 2023-11-03 23:13:44 -05:00
moonlight-common Update moonlight-common-c with RTSP encryption and QoS improvements 2024-02-25 15:44:35 -06:00
Moonlight.xcodeproj Fix signing metadata for iOS 2023-12-29 23:36:40 -06:00
Screenshots Add tvOS UI screenshots 2019-09-23 21:33:26 -07:00
X1Kit@6e842ae9d5 Switch to X1Kit fork with Xcode 13 fixes 2021-10-05 21:08:10 -05:00
.gitignore Add xcschemes to .gitignore 2022-01-22 15:53:37 -06:00
.gitmodules Switch to X1Kit fork with Xcode 13 fixes 2021-10-05 21:08:10 -05:00
appveyor.yml Remove xcpretty in CI 2024-02-17 17:17:05 -06:00
iPad.storyboard Extend codec configuration option for AV1 support 2023-11-03 23:13:44 -05:00
iPhone.storyboard Extend codec configuration option for AV1 support 2023-11-03 23:13:44 -05:00
Launch Screen.xib Use blank gray launch screen to workaround inconsistent nav bar size 2019-11-02 18:22:09 -07:00
LICENSE.txt added license 2015-01-08 11:23:38 -05:00
README.md Add Sunshine references 2023-02-02 23:35:10 -06:00

Moonlight iOS/tvOS

AppVeyor Build Status

Moonlight for iOS/tvOS is an open source client for Sunshine and NVIDIA GameStream. Moonlight for iOS/tvOS allows you to stream your full collection of games and apps from your powerful desktop computer to your iOS device or Apple TV.

Moonlight also has a PC client and Android client.

Check out the Moonlight wiki for more detailed project information, setup guide, or troubleshooting steps.

Moonlight for iOS and tvOS

Building

  • Install Xcode from the App Store page
  • Run git clone --recursive https://github.com/moonlight-stream/moonlight-ios.git
    • If you've already clone the repo without --recursive, run git submodule update --init --recursive
  • Open Moonlight.xcodeproj in Xcode
  • To run on a real device, you will need to locally modify the signing options:
    • Click on "Moonlight" at the top of the left sidebar
    • Click on the "Signing & Capabilities" tab
    • Under "Targets", select "Moonlight" (for iOS/iPadOS) or "Moonlight TV" (for tvOS)
    • In the "Team" dropdown, select your name. If your name doesn't appear, you may need to sign into Xcode with your Apple account.
    • Change the "Bundle Identifier" to something different. You can add your name or some random letters to make it unique.
    • Now you can select your Apple device in the top bar as a target and click the Play button to run.