site_archiver@lists.apple.com Delivered-To: pro-apps-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:reply-to:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=ds75xUEuHwOGpw1JpRYTykT/MzR0/1ykA4yseuJZNww=; b=VzyUQ6cAWKX1dQQLkzG2GGhJ8iy6GETqQqzx/u+cB9ODg4eyIFS5jGSFiuQbro1n9M Icy7od5qkrJ7QnZHbQs49dc9fQQnuBlC2XogsQHAQbPeqdwD3hRtWNv/ZYWWqBym5Szn nZeCBeYwpNsoIJqCfVYTB9Eew+i/CyAG7FW5BdSwHoyrbAP03C1AZ9XbcZH8Y6MjWQV4 hqQ5pq4bXCazVygxcbsm14zNNfXJSKWGzZcHER9wFwuYh5+9uGIT+gjRH+L7+Xr7CCJP A5ohnfZ+uebaSQR7lr/SGzByaoxC53cLqWpUurYyYie4oun+QV2/xH+U5ePidOY3yRLB RmNA== User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 Hey Darrin - Thanks! -Paul On 8/26/17 1:11 PM, Darrin Cardani wrote: 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 I tried that - nothing seems to work. Am I supposed to do anything else to the template project to get it to work (such as turn on code-signing)? I'm running Sierra 10.12.5 and XCode 8.3.3. Do I need any particular version of Motion or FCP installed?