gpt4 book ai didi

cordova - 在 Meteor 中添加 info.plist 条目?

转载 作者:行者123 更新时间:2023-12-04 14:25:29 24 4
gpt4 key购买 nike

应该如何在 meteor 中添加 info.plist 文件中的条目?

是否有移动配置设置或类似设置?

Uber 文档中有一个示例说明了为什么要添加条目:
https://developer.uber.com/docs/deep-linking

最佳答案

我没有用过 Meteor,但你也许可以使用 cordova-custom-configproject/cordova-build-override/config.xml 中定义自定义配置的插件(参见 Meteor Advanced Build Customization )并在构建时将其应用于平台配置:

meteor add cordova:cordova-custom-config

配置文件:
<platform name="ios">
<config-file platform="ios" target="*-Info.plist" parent="LSApplicationQueriesSchemes">
<array>
<string>uber</string>
</array>
</config-file>
</platform>

关于cordova - 在 Meteor 中添加 info.plist 条目?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35965655/

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