2024-05-20 06:33:54 +00:00
|
|
|
//
|
|
|
|
// AppStore.xcconfig
|
|
|
|
// RetroArch_iOS13
|
|
|
|
//
|
|
|
|
//
|
|
|
|
|
|
|
|
APPSTORE_BUILD = 1
|
|
|
|
|
|
|
|
OTHER_CFLAGS = $(inherited) -DHAVE_APPLE_STORE
|
2024-07-19 05:02:52 +00:00
|
|
|
OTHER_CFLAGS = $(inherited) -DHAVE_ICLOUD
|
2024-05-20 06:33:54 +00: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 05:02:52 +00:00
|
|
|
IOS_CODE_SIGN_ENTITLEMENTS = iOS/RetroArchiOS.entitlements
|
2024-05-20 06:33:54 +00:00
|
|
|
TVOS_CODE_SIGN_ENTITLEMENTS = tvOS/RetroArchTV.entitlements
|
2024-07-31 00:33:16 +00:00
|
|
|
TVOS_TOPSHELF_CODE_SIGN_ENTITLEMENTS = tvOS/RetroArchTopShelf.entitlements
|
2024-05-20 06:33:54 +00:00
|
|
|
|
2024-09-10 04:27:29 +00:00
|
|
|
RA_IPHONEOS_DEPLOYMENT_TARGET = 12.0
|
2024-11-03 23:59:22 +00:00
|
|
|
TVOS_DEPLOYMENT_TARGET = 13.0
|