summaryrefslogtreecommitdiffstats
path: root/osdep/macOS_swift_compat.swift
Commit message (Collapse)AuthorAgeFilesLines
* cocoa-cb: migrate to swift 5 with swift 4 fallbackder richter2019-07-211-5/+64
| | | | | | | | | | | | | this migrates our current swift code to version 5 and 4. building is support from 10.12.6 and xcode 9.1 onwards. dynamic linking is the new default, since Apple removed static libs from their new toolchains and it's the recommended way. additionally the found macOS SDK version is printed since it's an important information for finding possible errors now. Fixes #6470
* cocoa-cb: conditional compilation for Dark Mode and Material featuresder richter2019-07-211-0/+24
Fixes #6621