Add Sunshine references

This commit is contained in:
Cameron Gutman 2023-02-02 23:35:10 -06:00
parent a04e1ebb3b
commit 9eae79f69c
2 changed files with 3 additions and 3 deletions

View File

@ -202,7 +202,7 @@
callback(host, nil); callback(host, nil);
} }
} else if (!prohibitedAddress) { } else if (!prohibitedAddress) {
callback(nil, @"Could not connect to host. Ensure GameStream is enabled in GeForce Experience on your PC."); callback(nil, @"Could not connect to host.\n\nIf you're hosting using GeForce Experience, make sure you've enabled the toggle on the SHIELD tab.\n\nIf you're hosting using Sunshine, ensure it is running properly. If you're using a non-default port, you will need to include that here.");
} else { } else {
callback(nil, prohibitedAddressMessage); callback(nil, prohibitedAddressMessage);
} }

View File

@ -2,7 +2,7 @@
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/kwv8vpwr457lqn25/branch/master?svg=true)](https://ci.appveyor.com/project/cgutman/moonlight-ios/branch/master) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/kwv8vpwr457lqn25/branch/master?svg=true)](https://ci.appveyor.com/project/cgutman/moonlight-ios/branch/master)
[Moonlight for iOS/tvOS](https://moonlight-stream.org) is an open source client for NVIDIA GameStream, as used by the NVIDIA Shield. Moonlight for iOS/tvOS allows you to stream your full collection of Steam games from your powerful desktop computer to your iOS device or Apple TV. [Moonlight for iOS/tvOS](https://moonlight-stream.org) is an open source client for [Sunshine](https://github.com/LizardByte/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](https://github.com/moonlight-stream/moonlight-qt) and [Android client](https://github.com/moonlight-stream/moonlight-android). Moonlight also has a [PC client](https://github.com/moonlight-stream/moonlight-qt) and [Android client](https://github.com/moonlight-stream/moonlight-android).
@ -11,7 +11,7 @@ Check out [the Moonlight wiki](https://github.com/moonlight-stream/moonlight-doc
[![Moonlight for iOS and tvOS](https://moonlight-stream.org/images/App_Store_Badge_135x40.svg)](https://apps.apple.com/us/app/moonlight-game-streaming/id1000551566) [![Moonlight for iOS and tvOS](https://moonlight-stream.org/images/App_Store_Badge_135x40.svg)](https://apps.apple.com/us/app/moonlight-game-streaming/id1000551566)
## Building ## Building
* Install Xcode 13 from the [App Store page](https://apps.apple.com/us/app/xcode/id497799835) * Install Xcode from the [App Store page](https://apps.apple.com/us/app/xcode/id497799835)
* Run `git clone --recursive https://github.com/moonlight-stream/moonlight-ios.git` * 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` * If you've already clone the repo without `--recursive`, run `git submodule update --init --recursive`
* Open Moonlight.xcodeproj in Xcode * Open Moonlight.xcodeproj in Xcode