如何使用应用程序运行包文件?

发布于 2024-12-08 14:08:52 字数 169 浏览 0 评论 0原文

我一直在构建一个 Cocoa 应用程序,并且已经完成了大部分代码。此时,我拥有应用程序本身、一个用于从终端运行某些内容的 .command 文件,以及一个用于存储正确运行 .command 所需文件的文件夹。有没有办法将 .command 文件和文件夹放入应用程序中并仍然运行它们?我所说的内部是指 .app 的包内容内部。

I have been building a Cocoa application and I've gotten most of the code worked out. At this point I have the application itself, a .command files to run some things from terminal, and a folder used to store files needed to run the .command properly. Is there a way to put the .command file and the folder inside the application and still run them? By inside I mean inside the package contents of the .app.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

请别遗忘我 2024-12-15 14:08:52

您可以使用 NSBundle 查找路径到应用程序包或任何其他包中的文件(或文件夹)。

You can use NSBundle to find the path to a file (or folder) inside your application bundle, or in any other bundle.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文