WinObjC 应用程序 运行 可以在 iPhone 上使用吗?

Can WinObjC apps run on iPhones?

我知道这是真的基本的,但由于这是一个新的标签和技术,我希望你能允许这个问题。

刚刚发现 WinObjC(iOS 项目的 Windows 桥梁)的存在,我想在开始投入时间之前了解我能用它做什么.

下面的项目描述让我有点困惑:

The Windows Bridge for iOS (also referred to as WinObjC) is a Microsoft open-source project that provides an Objective-C development environment for Visual Studio and support for iOS APIs. The bridge allows you to create Universal Windows Platform (UWP) apps that will run on many Windows devices using iOS APIs and Objective-C code alongside Windows 10 features like Cortana and Live Tiles.

我的意思是,我看到它说 for iOS 但是 OTOH 它说它允许你创建 UWP 应用程序运行 在许多 Windows 设备上。我很尴尬地说我觉得这很混乱。

我 90% 确定它不是用于开发 iPhone 应用程序,但我有 10% 的机会可以为 iPhone 开发而无需购买足够新的 Macbook 足以使我问这个问题。

iOS 的 Windows Bridge 允许您通过重用为 iOS 应用编写的代码来构建 UWP 应用。比如说,你写了一个 iPhone 游戏;您可以使用 bridge 将它变成可以在 Windows 台式机、笔记本电脑和触摸屏设备上运行的 UWP 游戏。您还可以使用该桥添加 Windows 特定功能,例如动态磁贴和 Cortana 集成。

如果您想在不购买新 MacBook 的情况下为 iOS 进行开发,您可能需要查看另一个名为 Xamarin 的 Microsoft 项目,它允许您进行跨平台移动Visual Studio.

的开发权