mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
10 lines
199 B
Text
10 lines
199 B
Text
//
|
|
// AppStore.xcconfig
|
|
// RetroArch
|
|
//
|
|
//
|
|
|
|
#include "Metal.xcconfig"
|
|
INFOPLIST_FILE = $(SRCROOT)/OSX/Info_AppStore.plist
|
|
DEVELOPMENT_TEAM=UK699V5ZS8
|
|
OTHER_CFLAGS = $(inherited) -DHAVE_APPLE_STORE
|