2024-05-20 02:33:54 -04:00
|
|
|
//
|
|
|
|
// AppStore.xcconfig
|
|
|
|
// RetroArch_iOS13
|
|
|
|
//
|
|
|
|
//
|
|
|
|
|
|
|
|
APPSTORE_BUILD = 1
|
|
|
|
|
|
|
|
OTHER_CFLAGS = $(inherited) -DHAVE_APPLE_STORE
|
2024-07-19 01:02:52 -04:00
|
|
|
OTHER_CFLAGS = $(inherited) -DHAVE_ICLOUD
|
2024-05-20 02:33:54 -04:00
|
|
|
OTHER_CFLAGS = $(inherited) -DkRetroArchAppGroup=@\"group.com.libretro.dist.RetroArchGroup\"
|
|
|
|
|
|
|
|
IOS_BUNDLE_IDENTIFIER = com.libretro.dist.RetroArch
|
|
|
|
TVOS_BUNDLE_IDENTIFIER = com.libretro.dist.RetroArch
|
|
|
|
|
2024-07-19 01:02:52 -04:00
|
|
|
IOS_CODE_SIGN_ENTITLEMENTS = iOS/RetroArchiOS.entitlements
|
2024-05-20 02:33:54 -04:00
|
|
|
TVOS_CODE_SIGN_ENTITLEMENTS = tvOS/RetroArchTV.entitlements
|
2024-07-30 20:33:16 -04:00
|
|
|
TVOS_TOPSHELF_CODE_SIGN_ENTITLEMENTS = tvOS/RetroArchTopShelf.entitlements
|
2024-05-20 02:33:54 -04:00
|
|
|
|
2024-09-10 00:27:29 -04:00
|
|
|
RA_IPHONEOS_DEPLOYMENT_TARGET = 12.0
|
2024-11-03 18:59:22 -05:00
|
|
|
TVOS_DEPLOYMENT_TARGET = 13.0
|