gpt4 book ai didi

ios - 如何将应用程序的图标(使用 Trigger.io 制作的应用程序)添加到 iOS 内容共享菜单

转载 作者:行者123 更新时间:2023-11-29 03:28:40 25 4
gpt4 key购买 nike

我正在使用触发器 IO 创建 iOS 应用程序,并且我想将应用程序的快捷方式图标添加到某些文件类型的可用编辑器列表中。就像本文中一样,可以使用触发器 io 来完成此操作吗?

My app inside iMessage UIActivityViewController

我已将 build_steps.json 添加到 ios 自定义模块。我无法获得正确的语法。我从 forge 构建过程中收到错误。

[  ERROR] 2013-11-29 22:29:56,654 -- set_in_info_plist() got an unexpected keyword argument 'UTImportedTypeDeclarations'

这是我的 build_steps.json:

[
{
"do": {
"set_in_info_plist": {
"UTImportedTypeDeclarations":
[
{
"UTTypeConformsTo":
[
"public.image"
],
"UTTypeIdentifier": "public.png",
"UTTypeTagSpecification":
{
"com.apple.ostype": "PNG",
"public.filename-extension":
[
"png"
],
"public.mime-type": "image/png"
}
},
{
"UTTypeConformsTo":
[
"public.image"
],
"UTTypeIdentifier": "public.jpeg",
"UTTypeTagSpecification":
{
"com.apple.ostype": "JPEG",
"public.filename-extension":
[
"jpg"
],
"public.mime-type": "image/jpeg"
}
}
]
}
}
}

]

谁能告诉我这个文件有什么问题吗?

最佳答案

这对于触发器的内置功能来说是不可能的,但通过编写您自己的 native 模块应该可以实现。

参见https://trigger.io/docs/current/api/native_modules/index.html特别是https://trigger.io/docs/current/api/native_modules/native_build_steps.html#set_in_info_plist用于更新应用程序的 Info.plist。

关于ios - 如何将应用程序的图标(使用 Trigger.io 制作的应用程序)添加到 iOS 内容共享菜单,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20116636/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com