Embarcadero / PythonEnvironments

Components to simplify the deployment for Python environments for Delphi applications using Python4Delphi.
MIT License
41 stars 15 forks source link

Mac embeddables? #33

Open peardox opened 1 year ago

peardox commented 1 year ago

I just read an interesting piece of documentation on Steam - https://partner.steamgames.com/doc/store/application/platforms

It specifically requires that...

com.apple.security.cs.disable-library-validation (allows loading the Steamworks SDK library and overlay library) com.apple.security.cs.allow-dyld-environment-variables (enables the overlay library to be injected into the game process)

I think you already do the second but am unsure about the first

lmbelo commented 1 year ago

This entitlement is provided by the main executable, right?