mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 07:59:42 +00:00
14 lines
315 B
Plaintext
14 lines
315 B
Plaintext
//
|
|
// GitLabCI.xcconfig
|
|
// RetroArch_Metal
|
|
//
|
|
//
|
|
|
|
// Configuration settings file format documentation can be found at:
|
|
// https://help.apple.com/xcode/#/dev745c5c974
|
|
|
|
#include "Metal.xcconfig"
|
|
DEVELOPMENT_TEAM=UK699V5ZS8
|
|
OTHER_CFLAGS = $(inherited) -DHAVE_ICLOUD
|
|
CODE_SIGN_ENTITLEMENTS = RetroArchCI.entitlements
|