mirror of
https://github.com/libretro/RetroArch
synced 2025-01-01 12:11:47 +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
|