onevcat / XUPorter

Add files and frameworks to your Xcode project after it is generated by Unity 3D.
http://onevcat.com/2012/12/xuporter/
MIT License
597 stars 240 forks source link

support editing plist in postprocess #52

Closed bengol closed 9 years ago

bengol commented 9 years ago

edit plist in postprocess, only support url type currently. examples: (in .projmods)

    "plist": {
        "urltype" : [
            {
                "role": "Editor",
                "name" : "weixin",
                "schemes":["wxyz123456"]
            },
            {
                "name" : "twitter",
                "schemes":["www123456"]
            },
        ],
    },
onevcat commented 9 years ago

Great work. That's cool. Thanks for it.