Skip to content

Development

Libraries/References

We try to keep the number of dependencies to a minimum. But sometimes it is handy to re-use existing projects.

OSX (MacOS)

Build

make

Test

  • Open Mendix Studio Pro with --enable-extension-development flag: /Applications/Studio\ Pro\ 10.12.2.41995-Beta.app/Contents/MacOS/studiopro --enable-extension-development
  • Open local project located in resources/App

Windows

Open Powershell as Administrator and run the following command:

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned

Build

  • Run the script to build:
    .\dev\build-windows.ps1
    

Test

  • Open studiopro.exe with --enable-extension-development flag.
  • Open local project located in resources/App