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:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding:content-language; bh=KHj+0QVCDWBAKMVwo+W1Hyy1zCtPBb0uhjAVk7RSSho=; b=J6gJnE1OgI9VMk5ZTDBVbul+ClgoHvt2fV0ngzXjkj3JQsA1gnXpLCHwxM/NktuEIF dC/rwqL7iFA9fmRroCEFRUJALXgMa0LDuiJKnvkla1XREsGoikgxfrq3j0dWJoMQhgTB n4/YQrKzq1N4i9jCV+Qp+1P7X4cB0R37lsK4+F1bsgSTbpyfDDonENVe+Pi43KodXvf1 PlCOql/katIp0DQYIZy97mFDAWbRbiDOnnsUCNNCnafrDkdSJWkSSRjiE0vChIsZnU6E ZEw3LLHm+hRAYa0pH5/cmt4eNCxdxdv1vLCD9YF1DkS3AzlPtBIbkih+fl8VrMffwDph VhjA== User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 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/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com 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.