Edit

kc3-lang/SDL/Xcode-iOS/Demos/config.xcconfig

Branch :

  • Show log

    Commit

  • Author : Sam Lantinga
    Date : 2022-11-14 10:58:59
    Hash : 9f784b18
    Message : The iOS and tvOS demos link SDL statically, not as a framework

  • Xcode-iOS/Demos/config.xcconfig
  • //
    //  config.xcconfig
    //  SDL tests
    //
    
    // Configuration settings file format documentation can be found at:
    // https://help.apple.com/xcode/#/dev745c5c974
    
    // Include any optional config for this build
    #include? "build.xcconfig"
    
    CONFIG_FRAMEWORK_LDFLAGS[sdk=macos*] = $(inherited) -framework SDL2 -framework AudioToolbox -framework Carbon -framework Cocoa -framework CoreAudio -framework CoreHaptics -framework CoreVideo -framework ForceFeedback -framework GameController -framework IOKit -framework Metal
    CONFIG_FRAMEWORK_LDFLAGS[sdk=iphone*] = $(inherited) -framework AVFoundation -framework AudioToolbox -framework CoreGraphics -framework CoreHaptics -framework CoreMotion -framework Foundation -framework GameController -framework Metal -framework OpenGLES -framework QuartzCore -framework UIKit
    CONFIG_FRAMEWORK_LDFLAGS[sdk=appletv*] = $(inherited) -framework AVFoundation -framework AudioToolbox -framework CoreGraphics -framework CoreHaptics -framework Foundation -framework GameController -framework Metal -framework OpenGLES -framework QuartzCore -framework UIKit