Codesign Hise for a smoother experience
-
If, like me, you're tired of authorising Hise to access the Documents folder when switching from Release to Debug and vice-versa, two solutions:
- Manually set the the Singing & Capabilities in XCode each time you build
- Or just add these in the Projucer once for all:
Your 10 digits Team ID:
And this singing certificate: (though I guess
Sign to Run Locally
would do as well...)
(do it for all build configs)
-
@ustk nice tip!
-
@ustk great info, thanks!
-
-
@DanH So you mean changes are not permanent?
I forked Hise git, but maybe you can just add the jucer to the.gitignore
-
@ustk I can save the Projucer project, which makes the changes permanent (I have to add loads of compiler flags anyway etc). But when I download a new commit of develop it will open the Projucer that comes in the Develop folder. I need to start forking Hise really...
-
@DanH Yeah to be honest I don't know if I should thank the forking or the gitignore, I just don't remember...