Iphone 应用程序 - 为什么我的 iPhone 应用程序没有圆角?

发布于 2025-01-04 08:02:21 字数 199 浏览 6 评论 0原文

我制作了一个小应用程序,它不执行任何操作来查看是否可以放置图标。 该图标出现在我的 iPhone 上,但它不像其他应用程序那样具有圆角。

我读到有人说它不适用于越狱的应用程序? 但是cydia等有圆角吗?

我将它们放在 iPhone 上的方式是使用假代码签名,然后将 .app 和 SSH 导入我的 iPhone。

我怎样才能得到圆角?

I made a little app that does nothing to see if I could put an icon.
The icon appear on my iphone, but it does not have rounded corners like every other app.

I read someone saying it doesn't work for jailbroken apps?
But cydia etc has rounded corners?

The way I put them on my iPhone is I use a fake Code signing and then I take the .app and SSH into my iPhone.

How can I get rounded corners?

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

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

发布评论

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

评论(2

无悔心 2025-01-11 08:02:21

如果您在没有开发许可证的情况下安装应用程序,即将 .app 放入 /Applications/ 中,则光泽和圆角效果将不会应用于图标。你必须自己做这件事。

If you're installing the app without a dev license, i.e. dropping the .app into /Applications/, then the gloss and rounded corners effect will not get applied to the icon. You'll have to do that yourself.

柒夜笙歌凉 2025-01-11 08:02:21

事实上,你可以。不过,您将需要使用 Xcode - 仅通过将您的应用程序 scp 到您的设备中是行不通的。操作方法如下:

  1. 通过在设备目标构建设置中选择“不进行代码签名”来绕过代码签名
  2. 从此处获取 appsync http://hackulo.us/wiki/AppSync,或来自 hackolo.us 存储库。我个人更喜欢手动安装。
  3. 从 Xcode 中,选择设备目标并点击“运行”。您的应用程序应该在手机上打开,并且您应该看到有光泽的圆角图标。

祝你好运!

Actually, you can. You will need to use Xcode, though - it won't work by simply scp-ing your app into your device. Here's how:

  1. Bypass code signature by selecting "Don't Code Sign" in the device target build settings
  2. Get appsync from here http://hackulo.us/wiki/AppSync, or from the hackolo.us repo. I personally prefer installing it manually.
  3. From Xcode, select the device target and hit "Run". Your app should open on your phone and you should see the glossy, round-cornered icon.

Good Luck!

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