Is there any documentation to how to write custom

2020-07-29 05:43发布

Is there any documentation available on how to write plugins for the xcode? I have googled the subject but i was not able to find any reasonable answer, so i was wondering if someone here knows the resources which can help.

In general i am looking for how i can create "Project Templates" for different kind of languages or framework. In other words creating "Custom Project Templates".

标签: xcode
5条回答
beautiful°
2楼-- · 2020-07-29 06:24

You can use this template which is a well researched one available in the market.

http://www.binpress.com/app/ios-boilerplate-and-template/1597

查看更多
甜甜的少女心
3楼-- · 2020-07-29 06:35

You can create project templates without needing a plug-in. Just look in /Library/Application Support/Developer/Shared/Xcode/Project Templates/ and follow the same format (you can add yours in your user’s app support directory).

查看更多
狗以群分
4楼-- · 2020-07-29 06:35
趁早两清
5楼-- · 2020-07-29 06:39

"No" is an answer, whether you like it or not. Apple doesn't document this.

查看更多
▲ chillily
6楼-- · 2020-07-29 06:40

You could alternatively write an AppleScript, perl, python or bash script that can be executed from Xcode.

The scripts are listed in the Script menu (between Window and Help), which also offers a script editor ("Edit User Scripts...").

查看更多
登录 后发表回答