Author Topic: Missing configuration for OSX  (Read 1614 times)

Offline mariusm

  • Multiple posting newcomer
  • *
  • Posts: 46
Missing configuration for OSX
« on: February 14, 2023, 11:27:19 am »
I want to build some files to improve compatibility with OSX Objective C.

For this must add compiler_obj-clang.xml, options_obj-clang.xml and lexer_objc.xml. Intend to share this, maybe help somebody...

How to add  -isysroot option for SDK with path selection like search directories.

How to add options like in compiler settings but for linker. I want to add OSX frameworks in easiest way, with checkbox.

Cannot set matching brace highlight colors in lexer_...xml ?

Offline mariusm

  • Multiple posting newcomer
  • *
  • Posts: 46
Re: Missing configuration for OSX
« Reply #1 on: February 14, 2023, 03:19:42 pm »
I found the solution for linker options
Code
        <Option name="CoreFoundation" additionalLibs="-framework CoreFoundation"/>

additionalLibs do the trick