|
1 |
| -# Moonlight iOS/tvOS |
| 1 | +# [](https://ci.appveyor.com/project/cgutman/moonlight-ios/branch/master) Moonlight(IOS) by yiluoe |
2 | 2 |
|
3 |
| -[](https://ci.appveyor.com/project/cgutman/moonlight-ios/branch/master) |
| 3 | +IOS版Moonlight可让您将全套游戏和应用程序从功能强大的台式电脑传输到 iOS 设备,例如 IPhone、IPad 和 Apple TV,甚至是 Apple Vision 和 Apple Watch。 |
4 | 4 |
|
5 |
| -[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. |
| 5 | +Moonlight 也有 [PC 端](https://github.com/moonlight-stream/moonlight-qt) 和 [Android 端](https://github.com/moonlight-stream/moonlight-android)。 |
6 | 6 |
|
7 |
| -Moonlight also has a [PC client](https://github.com/moonlight-stream/moonlight-qt) and [Android client](https://github.com/moonlight-stream/moonlight-android). |
| 7 | +## 怎么构建呢? |
8 | 8 |
|
9 |
| -Check out [the Moonlight wiki](https://github.com/moonlight-stream/moonlight-docs/wiki) for more detailed project information, setup guide, or troubleshooting steps. |
| 9 | +* 从 [App Store 页面](https://apps.apple.com/us/app/xcode/id497799835) 安装 Xcode |
| 10 | +* 运行 `git clone --recursive https://github.com/yiluoe/moonlight-ios` |
| 11 | + * 如果你已经克隆了仓库那么你可以直接在项目目录下运行 `git submodule update --init --recursive` |
| 12 | +* 在 Xcode 中打开 Moonlight.xcodeproj |
| 13 | +* 要在真实设备上运行,您需要在本地修改签名选项: |
| 14 | + * 点击左侧边栏顶部的 "Moonlight" |
| 15 | + * 点击 "Signing & Capabilities" 选项卡 |
| 16 | + * 在 "Targets" 下, 如果是 iOS/iPadOS 选择 "Moonlight", 如果是 tvOS 选择 "Moonlight TV(暂未支持)" |
| 17 | + * 在 "Team" 下拉菜单中, 选择你的账户. 如果没有你的账户名,您需要先使用 Apple 帐户登录 Xcode |
| 18 | + * 将 "Bundle Identifier" 更改为其他内容. 例如 cn.你的名字.moonlight |
| 19 | + * 然后你就可以将你的设备作为目标编译并运行啦~ |
10 | 20 |
|
11 |
| -[](https://apps.apple.com/us/app/moonlight-game-streaming/id1000551566) |
12 |
| - |
13 |
| -## Building |
14 |
| -* Install Xcode from the [App Store page](https://apps.apple.com/us/app/xcode/id497799835) |
15 |
| -* Run `git clone --recursive https://github.com/moonlight-stream/moonlight-ios.git` |
16 |
| - * If you've already clone the repo without `--recursive`, run `git submodule update --init --recursive` |
17 |
| -* Open Moonlight.xcodeproj in Xcode |
18 |
| -* To run on a real device, you will need to locally modify the signing options: |
19 |
| - * Click on "Moonlight" at the top of the left sidebar |
20 |
| - * Click on the "Signing & Capabilities" tab |
21 |
| - * Under "Targets", select "Moonlight" (for iOS/iPadOS) or "Moonlight TV" (for tvOS) |
22 |
| - * In the "Team" dropdown, select your name. If your name doesn't appear, you may need to sign into Xcode with your Apple account. |
23 |
| - * Change the "Bundle Identifier" to something different. You can add your name or some random letters to make it unique. |
24 |
| - * Now you can select your Apple device in the top bar as a target and click the Play button to run. |
0 commit comments