mirror of
https://github.com/libretro/RetroArch
synced 2024-12-29 12:31:05 +00:00
11 lines
199 B
Plaintext
11 lines
199 B
Plaintext
|
//
|
||
|
// AppStore.xcconfig
|
||
|
// RetroArch
|
||
|
//
|
||
|
//
|
||
|
|
||
|
#include "Metal.xcconfig"
|
||
|
INFOPLIST_FILE = $(SRCROOT)/OSX/Info_AppStore.plist
|
||
|
DEVELOPMENT_TEAM=UK699V5ZS8
|
||
|
OTHER_CFLAGS = $(inherited) -DHAVE_APPLE_STORE
|