site_archiver@lists.apple.com Delivered-To: pro-apps-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=qip.ru; s=dkim; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:References:To:Subject:From; bh=LbUgPEffRvAokvyDv2cYq2mAtYv3a3kwsm9z/oYTjvc=; b=BjNM+QRQ4SAJ5X7oTu6iLpY2C7gygJWaxJEcc5J5/53+TCh74rJ1RX9oftMhaB7124O90mxa72ndhdcrTwrUww0CQhXllsDpL4ERew3xCv/ctT9FiSLQM1BQzXCrStHPFxVqyNfn2jLnZjriZzv1wQT7qb3jCxuftmxA0DSRNHUoDgDWO1zfJ+dQMtqZDfGcYcO8uscrJ4xJ5apahxt77Tz6ULknkn8uma82bnTtZLYfK52QzDkfMj8qXlPrH36YWqrnJ1dxTrmVNBY63Qgf5eWlUS1NNLuM3s1sJCAb3mq3ATAyAHBB1EZ9032u9zD+GLPydT6t9mXfW6ZIaQui9Q==; User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 Hi, -- Thanks, Roman Hi everybody, I try to create a generative plugin with FxPlugin. I am using FxPlug SDK 3.1.1 on OSX 10.12.4 First I create an empty FxPlug project with XCode (8.3.2). Then I change the base class to @interface FilmstroFxPlugPlugIn : NSObject <FxGenerator> and adapt the frameSetup removing RenderInfo, that the FxGenerator doesn't have: - (BOOL)frameSetup:(FxRenderInfo)renderInfo hardware:(BOOL *)canRenderHardware software:(BOOL *)canRenderSoftware and also the renderOutput removing the inputImage: - (BOOL)renderOutput:(FxImage *)outputImage withInfo:(FxRenderInfo)renderInfo For a start I commented everything out and return YES. The project builds fine, no warnings (except the documentation inside the SDK). Then I link from products the .fxplug into /Library/Plug-Ins/FxPlug/ But pluginkit doesn't show the plugin. pluginkit -a finishes without a message. But still pluginkit -m doesn't list the plugin. I can run the Application as well, but it shows only an empty window, as I didn't implement anything there. How can I troubleshoot, why it is not showing up? N.B. I had a version showing up, but then I realised, that my changes didn't have any effect, so I removed all traces by hand. Now I tried to start over, but now I don't even see an empty plugin. I used XCodes "New FxPlug project", so the GUIDs should be unique. Thanks for help, Daniel _______________________________________________ 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 guess you need to change the type of your plugin from FxFilter to FxGenerator in Info.plist->ProPlugPlugInList->protocolNames
participants (1)
-
Roman