13 lines
297 B
Plaintext
13 lines
297 B
Plaintext
//
|
|
// AppStore.xcconfig
|
|
// RetroArch
|
|
//
|
|
//
|
|
|
|
#include "Metal.xcconfig"
|
|
INFOPLIST_FILE = $(SRCROOT)/OSX/Info_AppStore.plist
|
|
DEVELOPMENT_TEAM=UK699V5ZS8
|
|
OTHER_CFLAGS = $(inherited) -DHAVE_APPLE_STORE
|
|
OTHER_CFLAGS = $(inherited) -DHAVE_ICLOUD
|
|
CODE_SIGN_ENTITLEMENTS = RetroArchAppStore.entitlements
|