Re: proper current way to build a new FxPlug?
site_archiver@lists.apple.com Delivered-To: pro-apps-dev@lists.apple.com Paul, This is likely due to a bug in Launch Services (hopefully resolved in High Sierra). I’ve found that I often have to go to the Finder and manually launch the app once for it to get registered. After that it shows up from the command line and in Motion. To do that, you can go to the Project Navigator in Xcode, twirl open your project, then twirl open the “Products” folder. If you right click or control click on the App shell, there should be an option to “Show in Finder” or “Reveal in Finder” or something like that. Choosing that will open the enclosing folder. Just double-click it to launch and then quit it. Darrin
On Aug 26, 2017, at 10:58 AM, Paul Miller <paul@fxtech.com> wrote:
In the past I've built all of my FxPlugs by hand. This time I'd like to use the template that comes with the latest SDK I could find (3.1.1).
I used the template in XCode to create the stock template plugin with the name of my choice. It built the shell app and everything, so I ran it and then quit it. It is my understanding that this should register the fxplug with the system. But I tried running pluginkit -mA and it does not show up - nor does it show up in Motion.
I also tried manually registering it with pluginkit -a but that also had no effect.
Is there some other step I'm missing?
_______________________________________________ Do not post admin requests to the list. They will be ignored. Pro-apps-dev mailing list (Pro-apps-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/pro-apps-dev/dcardani%40apple.com
This email sent to dcardani@apple.com
_______________________________________________ Do not post admin requests to the list. They will be ignored. Pro-apps-dev mailing list (Pro-apps-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/pro-apps-dev/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Darrin Cardani