BIM Coordinator Program (INT) April 22, 2024
Find the next step in your career as a Graphisoft Certified BIM Coordinator!
Archicad C++ API
About Archicad add-on development using the C++ API.
SOLVED!

Automated plugin registration for macOS installer

Simon_Weinberger
Participant

Hello,

 

we'd like to provide an installer for macOS that not only copies necessary files but also registers itself automatically, so that the user doesn't need to manually add the plugin using the Add-On Manager dialog. Our Windows installer writes directly to the registry (HKCU\SOFTWARE\Graphisoft\Archicad\Archicad <some version>\Add-On Manager) to register our plugin. What is the suggested way of doing something similar on macOS?

 

Thanks

Simon

1 ACCEPTED SOLUTION

Accepted Solutions
Solution
Akos Somorjai
Graphisoft
Graphisoft

Hello Simon,

 

On macOS, you can find similar information in the

~/Library/Preferences/com.Graphisoft.AC 26.0.0 INT v1.plist

file, where ~ indicates the user's home folder, 26 is the version of AC, and INT is the 3-letter language code.

 

Best, Akos

View solution in original post

1 REPLY 1
Solution
Akos Somorjai
Graphisoft
Graphisoft

Hello Simon,

 

On macOS, you can find similar information in the

~/Library/Preferences/com.Graphisoft.AC 26.0.0 INT v1.plist

file, where ~ indicates the user's home folder, 26 is the version of AC, and INT is the 3-letter language code.

 

Best, Akos

Learn and get certified!

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!