English 中文(简体)
How to configure iOS application icons in trigger.io?
原标题:
  • 时间:2012-05-05 00:22:03
  •  标签:
  • trigger.io

I am trying to configure the iOS applications icons but adding this to the config.json doesn t work.

{
    "author": "myemail", 
    "config_version": "2", 
    "description": "My Extension Description",
    "icons": {
        "ios": {
            "57": "57px.png",
            "72": "72px.png",
            "114": "114px.png"
        }
    },...

All icons are in my src folder.

最佳回答

Note that the icons configuration must be inside a modules hash (see http://current-docs.trigger.io/modules/icons.html#config).

Also, see https://github.com/goodgravy/forge-spikes/tree/master/ios-icons for a stripped down example app which has a "lovely" magenta icon set.

问题回答

暂无回答




相关问题
How to configure iOS application icons in trigger.io?

I am trying to configure the iOS applications icons but adding this to the config.json doesn t work. { "author": "myemail", "config_version": "2", "description": "My Extension ...

How to play background audio in iOS with Trigger.io?

I m attempting to build a streaming audio application with Trigger.io s framework. Seeing that its API currently does not feature any audio-related methods, I tested it with basic HTML5 audio tags. ...

Screencast of native Trigger.io features?

I need to build a mobile application for a client. I ve been looking at solutions like Trigger.io to simplify the task for me. I ve read through the documentation but I haven t found any examples of ...

热门标签