Username256
Username256
What is a PR? Its just that line of code. BTW the clap sdk has been updated since then. clap_track_info for example has some different fields. But I just used...
I am building a .dll that links to sentry using crashpad as backend. Compiler - VS 2019 on Windows 7 I will try to illustrate this by some specifications of...
Thanks.I cannot use those fields provided by projucer.a) It sets automatic signing on.b) It changes the signing identity from "Development ID Application" to something else like "Mac Developer". XCode does...
When I set the signing identity to "Development Team Id" and turn automatic signing off I get this error in XCode. That is why I then select a team id...
I hacked juce using this code and it now works as expected for these settings. Now I can use EachPy JuceGen to generate the .jucer projects using Python code, open...
I have found a workaround by setting the config customXcodeFlags DEVELOPMENT_TEAM= Z5CQDP53W7 But this is still a bug because with the other settings mentioned above I can control it more...
I got a workaround that does exactly the same thing as what I wanted to do. config["extraXcodeFlags"] = "CODE_SIGN_STYLE=Manual" config["codeSigningIdentity"] = "Developer ID Application" exporter["iosDevelopmentTeamID"] = "GHTAYZN!ETC" This sets exactly...