<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Mac Notarization : Anyone had success with notarytool ? (Now that Altool is depreciated) in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Mac-Notarization-Anyone-had-success-with-notarytool-Now-that/m-p/578226#M8938</link>
    <description>&lt;P&gt;Hi Ben,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using notarytool for a while now. But I also remember it being quite some work to switch.&lt;/P&gt;
&lt;P&gt;You can get more information about your submission with (include your credentials the same way as for the other notarytool commands):&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;xcrun notarytool log &amp;lt;submission-id&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;Maybe this helps debugging the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;BR /&gt;Bernd&lt;/P&gt;</description>
    <pubDate>Thu, 30 Nov 2023 07:39:21 GMT</pubDate>
    <dc:creator>BerndSchwarzenbacher</dc:creator>
    <dc:date>2023-11-30T07:39:21Z</dc:date>
    <item>
      <title>Mac Notarization : Anyone had success with notarytool ? (Now that Altool is depreciated)</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Mac-Notarization-Anyone-had-success-with-notarytool-Now-that/m-p/578191#M8933</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have been trying to Notarize my addon with notarytool without success.. I have checked my developer credentials, created a new app specific password etc etc and nothing seems to work..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using "xcrun notarytool info" i get "Successfully received submission info"&lt;/P&gt;
&lt;P&gt;But then&amp;nbsp;&amp;nbsp;"status: Invalid"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Has anyone had success with notarytool? since altool was abandoned by Apple on the 1st of November.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I should add that I notarized my addons late October using Altool without any issues&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 10:45:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Mac-Notarization-Anyone-had-success-with-notarytool-Now-that/m-p/578191#M8933</guid>
      <dc:creator>Ben Cohen</dc:creator>
      <dc:date>2024-09-17T10:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Mac Notarization : Anyone had success with notarytool ? (Now that Altool is depreciated)</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Mac-Notarization-Anyone-had-success-with-notarytool-Now-that/m-p/578226#M8938</link>
      <description>&lt;P&gt;Hi Ben,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using notarytool for a while now. But I also remember it being quite some work to switch.&lt;/P&gt;
&lt;P&gt;You can get more information about your submission with (include your credentials the same way as for the other notarytool commands):&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;xcrun notarytool log &amp;lt;submission-id&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;Maybe this helps debugging the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;BR /&gt;Bernd&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 07:39:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Mac-Notarization-Anyone-had-success-with-notarytool-Now-that/m-p/578226#M8938</guid>
      <dc:creator>BerndSchwarzenbacher</dc:creator>
      <dc:date>2023-11-30T07:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Mac Notarization : Anyone had success with notarytool ? (Now that Altool is depreciated)</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Mac-Notarization-Anyone-had-success-with-notarytool-Now-that/m-p/578248#M8941</link>
      <description>&lt;P&gt;I have been using notary tool for a couple of months, changed from altool to&amp;nbsp;notary tool. First I sign my file w/ codesign, then I run notarytool like this:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;xcrun notarytool submit &amp;lt;your file&amp;gt; --wait --apple-id &amp;lt;your id&amp;gt; --team-id &amp;lt;team id&amp;gt; --password &amp;lt;your password&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;Or you can use a&amp;nbsp;&lt;SPAN&gt;keychain profile. And finally I run&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;xcrun stapler staple &amp;lt;your file&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;You can check out this link&amp;nbsp;&lt;A href="https://developer.apple.com/documentation/security/notarizing_macos_software_before_distribution/customizing_the_notarization_workflow" target="_self"&gt;Customizing the notarization workflow&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 08:45:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Mac-Notarization-Anyone-had-success-with-notarytool-Now-that/m-p/578248#M8941</guid>
      <dc:creator>kolioi</dc:creator>
      <dc:date>2023-11-30T08:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Mac Notarization : Anyone had success with notarytool ? (Now that Altool is depreciated)</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Mac-Notarization-Anyone-had-success-with-notarytool-Now-that/m-p/578478#M8948</link>
      <description>&lt;P&gt;Thanks for the help guys..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;status: Accepted&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Okay, of course it was not the notary tool command it was my code signing.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I had a duplicate key in the key chain that needed deleting.. then I created a new certificate and boom it worked..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Appreciate the help..&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bernd, great tip on the log&lt;/P&gt;
&lt;P&gt;kolioi, this is how I have been doing it too, straight in the terminal.. seems the easiest way..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 07:56:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Mac-Notarization-Anyone-had-success-with-notarytool-Now-that/m-p/578478#M8948</guid>
      <dc:creator>Ben Cohen</dc:creator>
      <dc:date>2023-12-01T07:56:39Z</dc:date>
    </item>
  </channel>
</rss>

