简体   繁体   English

如何找到Xcode开发人员API

[英]How to find Xcode developer API

I want to write a plugin for Xcode, however for that I need some api I can connect to, to change the behaviour of Xcode. 我想为Xcode编写一个插件,但是为此,我需要一些可以连接的api来更改Xcode的行为。

where can I find the API? 在哪里可以找到API?

simply searching for "Xcode developer API" ,"Xcode developer class reference" , "Xcode API", only yields questions about it, not the official API? 仅仅搜索“ Xcode开发人员API”,“ Xcode开发人员类参考”,“ Xcode API”,仅会对此产生疑问,而不是正式的API?

As a very related question answered a couple years ago, there is no official documentation from Apple . 作为几年前回答的一个非常相关的问题,Apple没有官方文档

But you're not entirely alone. 但是你并不完全孤单。

Here's an Xcode 5 plugin template on GitHub , and some pointers in an article that talks about Plugin development for theXcode 4 . 这是GitHub上的Xcode 5插件模板 ,并且在文章中讨论了针对theXcode 4的插件开发的一些指针

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM