Deploy Mono application without Framework on Mac(在 Mac 上部署没有框架的 Mono 应用程序)
问题描述
我有一个 c# 程序,在 Mono 和 OSX 上运行良好,我还能够为该程序创建一个应用程序目录.现在我想分发它,但我不想强迫用户安装单声道,因为这在 Mac 下是不寻常的(并且有一些我想避免的副作用).
我已经尝试使用 mkbundle 构建捆绑包,但 mkbundle 在 Mac 下无法正常工作.
我应该补充一点,我使用 GTK.
在 Mac 下构建完全独立的应用程序的最简单方法是什么?有什么好的教程吗?有什么好工具,可以帮忙吗?
询问 Miguel(2010 年 12 月 9 日博文)
MonoMac:我们刚刚发布了 MonoMac 0.4,现在我们正在增加对创建自包含应用程序包的支持,开发人员可以重新分发这些应用程序包,甚至可以提交到适用于 MacOS 的 Apple AppStore.
MonoMac 做了很多工作,主要是由于受欢迎的贡献.在过去的几周里,出现了一个不错的 Mono 新贡献者社区.p>
I have a c#-program, that works well under Mono and on OSX, I also was able to create an app-directory for that program. Now I want to distribute it, but I don't want to force the user to install mono, since this is unusual under Mac (and has some side-effects, that I want to avoid).
I already tried to build a bundle with mkbundle, but mkbundle doesn't work correctly under Mac.
I should add, that I use GTK.
What is the easiest way to build a compleley independent app under Mac? Is there any good tutorial? Is there a good tool, that could help?
Ask Miguel (December 9 2010 blog post)
MonoMac: we just released MonoMac 0.4 and we are now adding support for creating self-contained application bundles that developers can redistribute themselves or even submit to the Apple AppStore for MacOS.
MonoMac has been a lot of work, mostly, due to popular contributions. There is a nice emerging community of new contributors to Mono that has sparked in the last few weeks.
这篇关于在 Mac 上部署没有框架的 Mono 应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:在 Mac 上部署没有框架的 Mono 应用程序


基础教程推荐
- 从 VS 2017 .NET Core 项目的发布目录中排除文件 2022-01-01
- 经典 Asp 中的 ResolveUrl/Url.Content 等效项 2022-01-01
- 全局 ASAX - 获取服务器名称 2022-01-01
- 在 VS2010 中的 Post Build 事件中将 bin 文件复制到物 2022-01-01
- 是否可以在 asp classic 和 asp.net 之间共享会话状态 2022-01-01
- 错误“此流不支持搜索操作"在 C# 中 2022-01-01
- 如何动态获取文本框中datagridview列的总和 2022-01-01
- 首先创建代码,多对多,关联表中的附加字段 2022-01-01
- JSON.NET 中基于属性的类型解析 2022-01-01
- 将事件 TextChanged 分配给表单中的所有文本框 2022-01-01