Ethan
Ethan

Reputation: 18874

Create an OS X today widget without a host app

Is it possible to create an OS X Yosemite Today Widget without a host app, like the builtin Weather, Stocks and World Clock apps?

Upvotes: 3

Views: 410

Answers (1)

Lucas Huang
Lucas Huang

Reputation: 4016

You can not do that simply because your executable is still running in the companion app rather in the extension. It means that codes are actually belonged to the companion app. So, you must have your companion app.

Info from the official documentation:

An app extension is different from an app. Although you must use an app to contain and deliver your extensions, each extension is a separate binary that runs independent of the app used to deliver it.

Upvotes: 1

Related Questions