2010-01-03 13:20:28 -05:00
|
|
|
WXTOOLKIT = cocoa
|
|
|
|
WXTOOLKITUPPER = COCOA
|
|
|
|
|
|
|
|
#include "wx.xcconfig"
|
|
|
|
|
2021-08-12 08:32:32 -04:00
|
|
|
MACOSX_DEPLOYMENT_TARGET = 10.10
|
2021-08-20 16:51:00 -04:00
|
|
|
MACOSX_DEPLOYMENT_TARGET[arch=arm64] = 11.0
|
2011-06-21 04:57:05 -04:00
|
|
|
|
2013-02-13 14:28:52 -05:00
|
|
|
GCC_VERSION =
|
2011-06-21 04:57:05 -04:00
|
|
|
|
2021-08-20 16:51:00 -04:00
|
|
|
// Set ARCHS explicitly for when Xcode stops targeting x86_64 by default.
|
|
|
|
// Unknown targets are ignored by Xcode (arm64 requires Xcode 12 or later).
|
|
|
|
ARCHS = x86_64 arm64
|
|
|
|
|
|
|
|
// Using i386 as a target results in a deprecation error since Xcode 10 (first
|
|
|
|
// a warning in 9). If Xcode 9 or earlier is used and the i386 target is also
|
|
|
|
// needed, one solution is to enable the following line locally.
|
|
|
|
//ARCHS = i386 x86_64
|
2011-06-21 04:57:05 -04:00
|
|
|
|
2021-04-03 15:12:54 -04:00
|
|
|
OTHER_LDFLAGS = -framework WebKit -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework OpenGL -framework AVFoundation -framework CoreMedia -framework Security -framework QuartzCore -weak_framework AVKit
|