gpt4 book ai didi

xcode - OSX - 发布 Unity 游戏

转载 作者:行者123 更新时间:2023-12-04 08:36:30 25 4
gpt4 key购买 nike

如何将 Unity Games for Mac OSX 推送到 Mac 商店?我似乎无法弄清楚并且到处都看过。我知道你必须修改 info.plist 和包,但没有明确的指南!

谢谢
NB

最佳答案

将应用程序提交到 Mac 商店:

  • 内置 Unity for Mac Intel 仅
  • 从 Unity 编译后显示 .app 的包内容

  • 2.a.编辑信息.plist
    <key>CFBundleShortVersionString</key>
    <string>1.0.0</string>
    <key>LSApplicationCategoryType</key>
    <string>public.app-category.sports-games</string>
    <key>NSHumanReadableCopyright</key>
    <string>© 2012 Apollo Software Solutions. All rights reserved.</string>
    <key>CFBundleIdentifier</key>
    <string>com.apolloss.GolfProHD</string>
    <key>CFBundleVersion</key>
    <string>1.0.0</string>

    2.b.将 Resources/UnityPlayer.icns 替换为 1024x1024(您可能需要 icns 编辑器/生成器)

    2.c.将“所有人”的/Data 权限从“无访问权限”更改为“只读”
  • 在终端中...(您可能需要授权,如果需要,请创建授权 xml 文件并添加到 codesign 命令)。

    codesign -f -s "3rd Party Mac Developer Application: Amit Barman"GolfProHD.app

    productbuild --component GolfProHD.app/Applications --sign "3rd Party Mac Developer Installer: Amit Barman"GolfProHD.pkg

  • 在 productbuild 创建了 .pkg 之后删除 .app 文件(否则安装程序测试将不起作用)。

    须藤安装程序 -store -pkg GolfProHD.pkg -target/
  • 验证您的应用程序是否安装在应用程序中
  • 准备将 .pkg 提交到 iTunes Connect!
  • 关于xcode - OSX - 发布 Unity 游戏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13203435/

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