orta / life

General issue tracker for things that I should get around to doing
orta.github.io
10 stars 1 forks source link

Create an Xcode Mac App SDK #77

Open orta opened 8 years ago

orta commented 8 years ago

When I started building the Mac App for snapshots I started building out something that would parse out build logs and other metadata from the derived data folders:

screen shot 2016-06-15 at 17 24 34

Now that all plugins are deaded, it looks like using these folders are going to become the de-facto way to get notifications for build stuff. It's worth the time to expand out these functions into a Pod, and to think about the scope of what it could do.

orta commented 8 years ago

First up, I'd want a block based API where I can define that I want to know about new test/debug builds etc. As that's all snapshots needs, and to my knowledge - what injection will need.

neonichu commented 8 years ago

I would suggest filing radars in addition to this, the Xcode folks seem eager to provide more extension APIs if we can make the case.

orta commented 8 years ago

It could also offer a way to talk via AppleScript to Xcode to get useful info about the current project

orta commented 8 years ago

Aye, should be worth it, need to do one for injection anyway