HISE Logo Forum
    • Categories
    • Register
    • Login

    Notarisation for dummies

    Scheduled Pinned Locked Moved General Questions
    160 Posts 20 Posters 17.9k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • LindonL
      Lindon @yall
      last edited by

      @yall -- odd I've never had staple process failures...

      HISE Development for hire.
      www.channelrobot.com

      Y DanHD 2 Replies Last reply Reply Quote 0
      • Y
        yall @Lindon
        last edited by

        @lindon the terminal tells me that it cannot staple to a zip

        d.healeyD 1 Reply Last reply Reply Quote 0
        • d.healeyD
          d.healey @yall
          last edited by

          @yall said in Notarisation for dummies:

          @lindon the terminal tells me that it cannot staple to a zip

          Just a moment...

          favicon

          (www.kvraudio.com)

          If you are distributing your plugins with a simple ZIP file, you still need to notarize that (you are actually notarizing the content of the ZIP). The problem here is that you can't staple a ZIP file

          Libre Wave - Freedom respecting instruments and effects
          My Patreon - HISE tutorials
          YouTube Channel - Public HISE tutorials

          1 Reply Last reply Reply Quote 0
          • trillbillyT
            trillbilly
            last edited by

            @Lindon Im attempting to run auval.

            I can get it to scan for all AU (which it only displays Apple AUs), however, I cant seem to get it to scan a particular AU or even scan for more than just Apple items.

            What is the answer Oh Wise Apple Lorde?

            LindonL 1 Reply Last reply Reply Quote 0
            • LindonL
              Lindon @trillbilly
              last edited by

              @trillbilly I think like all Apple products(Logic I'm looking at you..) that it looks for the plugin id first and if there are two with the same ID it will only load (find) the first one.. so first step make sure your plugin has a unique ID, then make sure its in the correct AU folder...

              this: "or even scan for more than just Apple items" - make me suspect you are not putting your plugins in the correct folder...

              HISE Development for hire.
              www.channelrobot.com

              trillbillyT 1 Reply Last reply Reply Quote 0
              • trillbillyT
                trillbilly @Lindon
                last edited by

                @lindon I just assumed it was the regular "components" folder. I will do auval with location and find where it is pulling the apple AUs from and direct mine there as well.

                When you say unique ID, I assume you mean unique as in per developer? Or do they really want you to go through all AUs on the system and find a unique code...

                I will be in studio in a few hours, I'm on dad duty at the moment.

                d.healeyD 1 Reply Last reply Reply Quote 0
                • d.healeyD
                  d.healey @trillbilly
                  last edited by d.healey

                  @trillbilly said in Notarisation for dummies:

                  When you say unique ID, I assume you mean unique as in per developer

                  You need to add a company code, a plugin code, and an app bundle ID to your project through the project preferences in HISE.

                  Libre Wave - Freedom respecting instruments and effects
                  My Patreon - HISE tutorials
                  YouTube Channel - Public HISE tutorials

                  trillbillyT 1 Reply Last reply Reply Quote 0
                  • trillbillyT
                    trillbilly @d.healey
                    last edited by trillbilly

                    @d-healey yes, I've got all of this. I was just ensuring the unique code only had to be unique to your developer account/company and not unique to all other AUs on the machine...

                    I guess I should mention I've got everything signed and notarized. I'm just trying to figure out auval to add to the "Apple Process" if you will...

                    1 Reply Last reply Reply Quote 0
                    • DanHD
                      DanH @Lindon
                      last edited by

                      Hi guys, experiencing a really weird issue with Terminal when notarising. Codesigning all fine btw.

                      so I go to notarise and Terminal says it can't find my file, but when it reads back the file's location there's a 'U201c' in front of my path. So now the path is like:

                      NSLocalizedFailureReason = "The file '\U201cUsers/UnsignedPlugins/myplugin\n\nxcrun altool --notarize-app --primary-bundle-id com.me.HPRE --username me@mail.com --password **hidden value** --file \U201cUsers/UnsignedPlugins/installer.pkg' cannot be found.";
                      

                      I'm so baffled! Worked fine a couple of days ago. Anyone come across this?

                      DHPlugins / DC Breaks | Artist / Producer / DJ / Developer
                      https://dhplugins.com/ | https://dcbreaks.com/
                      London, UK

                      orangeO 1 Reply Last reply Reply Quote 0
                      • orangeO
                        orange @DanH
                        last edited by orange

                        @DanH Check the file path with \ or / question :) macOS uses / for folders

                        develop Branch / XCode 13.1
                        macOS Monterey / M1 Max

                        DanHD 1 Reply Last reply Reply Quote 0
                        • DanHD
                          DanH @orange
                          last edited by

                          @orange how do I do that?

                          DHPlugins / DC Breaks | Artist / Producer / DJ / Developer
                          https://dhplugins.com/ | https://dcbreaks.com/
                          London, UK

                          orangeO 1 Reply Last reply Reply Quote 0
                          • orangeO
                            orange @DanH
                            last edited by

                            @DanH What is the location of your pkg installer?

                            develop Branch / XCode 13.1
                            macOS Monterey / M1 Max

                            DanHD orangeO 2 Replies Last reply Reply Quote 0
                            • DanHD
                              DanH @orange
                              last edited by

                              @orange Users/UnsignedPlugins/Installer.pkg

                              DHPlugins / DC Breaks | Artist / Producer / DJ / Developer
                              https://dhplugins.com/ | https://dcbreaks.com/
                              London, UK

                              1 Reply Last reply Reply Quote 0
                              • d.healeyD
                                d.healey
                                last edited by

                                @DanH I posted a script on Patreon a few weeks ago that will do the notarizing for you.

                                Libre Wave - Freedom respecting instruments and effects
                                My Patreon - HISE tutorials
                                YouTube Channel - Public HISE tutorials

                                1 Reply Last reply Reply Quote 0
                                • orangeO
                                  orange @orange
                                  last edited by orange

                                  @orange For example if the file location is:

                                  Volumes > Folder A > Signed Installers > MyInstaller_v1.1.0.pkg

                                  Then the file path will be this on macOS:

                                  "/Volumes/Folder A/Signed Installers/MyInstaller_v1.1.0.pkg"

                                  But you've used also \ which shouldn't be used here

                                  develop Branch / XCode 13.1
                                  macOS Monterey / M1 Max

                                  DanHD 1 Reply Last reply Reply Quote 0
                                  • DanHD
                                    DanH @orange
                                    last edited by

                                    @orange

                                    But you've used also \ which shouldn't be used here

                                    I haven't, it's just appeared in the error. The path and the command is fine. I've been using it for a year. I think my Terminal is messed up. I just got this error:

                                    *** Error: Failed to get transporter defaults file 'https://contentdelivery.itunes.apple.com/transporter/Defaults.properties': Error Domain=NSCocoaErrorDomain Code=256 "The file ā€œDefaults.propertiesā€ couldn’t be opened." UserInfo={NSURL=https://contentdelivery.itunes.apple.com/transporter/Defaults.properties, NSUnderlyingError=0x6000020a8210 {Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo={NSUnderlyingError=0x60000208ef70 {Error Domain=kCFErrorDomainCFNetwork Code=-1001 "The request timed out." UserInfo={NSErrorFailingURLStringKey=https://contentdelivery.itunes.apple.com/transporter/Defaults.properties, NSErrorFailingURLKey=https://contentdelivery.itunes.apple.com/transporter/Defaults.properties, _kCFStreamErrorCodeKey=-2102, _kCFStreamErrorDomainKey=4, NSLocalizedDescription=The request timed out.}}, NSErrorFailingURLStringKey=https://contentdelivery.itunes.apple.com/transporter/Defaults.properties, NSErrorFailingURLKey=https://contentdelivery.itunes.apple.com/transporter/Defaults.properties, _kCFStreamErrorDomainKey=4, _kCFStreamErrorCodeKey=-2102, NSLocalizedDescription=The request timed out.}}}
                                    

                                    DHPlugins / DC Breaks | Artist / Producer / DJ / Developer
                                    https://dhplugins.com/ | https://dcbreaks.com/
                                    London, UK

                                    orangeO 1 Reply Last reply Reply Quote 0
                                    • orangeO
                                      orange @DanH
                                      last edited by

                                      @DanH It's weird then

                                      develop Branch / XCode 13.1
                                      macOS Monterey / M1 Max

                                      DanHD 1 Reply Last reply Reply Quote 0
                                      • DanHD
                                        DanH @orange
                                        last edited by

                                        @orange oh ffs šŸ˜† a single " was the wrong type of ".... Not sure how that got in there!

                                        DHPlugins / DC Breaks | Artist / Producer / DJ / Developer
                                        https://dhplugins.com/ | https://dcbreaks.com/
                                        London, UK

                                        1 Reply Last reply Reply Quote 1
                                        • bendursoB bendurso referenced this topic on
                                        • First post
                                          Last post

                                        14

                                        Online

                                        1.7k

                                        Users

                                        11.9k

                                        Topics

                                        103.2k

                                        Posts