diff --git a/pkg/apple/RetroArch_iOS10.xcodeproj/project.pbxproj b/pkg/apple/RetroArch_iOS10.xcodeproj/project.pbxproj index 4e45416830..7404f2f5a1 100644 --- a/pkg/apple/RetroArch_iOS10.xcodeproj/project.pbxproj +++ b/pkg/apple/RetroArch_iOS10.xcodeproj/project.pbxproj @@ -7,6 +7,8 @@ objects = { /* Begin PBXBuildFile section */ + 04306A8B24A2C6B6002CAEFE /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 04306A8A24A2C6B6002CAEFE /* libz.tbd */; }; + 04306A9D24A2CA8E002CAEFE /* assets.zip in Resources */ = {isa = PBXBuildFile; fileRef = 04306A9C24A2CA8E002CAEFE /* assets.zip */; }; 04E7321B22954E99003EB1BC /* GCDWebServerResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 04E731F922954E99003EB1BC /* GCDWebServerResponse.m */; }; 04E7321C22954E99003EB1BC /* GCDWebServerRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 04E731FC22954E99003EB1BC /* GCDWebServerRequest.m */; }; 04E7321D22954E99003EB1BC /* GCDWebServerFunctions.m in Sources */ = {isa = PBXBuildFile; fileRef = 04E731FF22954E99003EB1BC /* GCDWebServerFunctions.m */; }; @@ -25,7 +27,6 @@ 04E7322A22954E99003EB1BC /* GCDWebUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = 04E7321A22954E99003EB1BC /* GCDWebUploader.m */; }; 9204BE0D1D319EF300BD49DB /* griffin_objc.m in Sources */ = {isa = PBXBuildFile; fileRef = 50521A431AA23BF500185CC9 /* griffin_objc.m */; }; 9204BE101D319EF300BD49DB /* griffin.c in Sources */ = {isa = PBXBuildFile; fileRef = 501232C9192E5FC40063A359 /* griffin.c */; }; - 9204BE121D319EF300BD49DB /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 5040F04F1AE47ED4006F6972 /* libz.dylib */; }; 9204BE131D319EF300BD49DB /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50C3B1AD1AB1107100F478D3 /* QuartzCore.framework */; }; 9204BE141D319EF300BD49DB /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 963C3C33186E3DED00A6EB1E /* GameController.framework */; settings = {ATTRIBUTES = (Weak, ); }; }; 9204BE151D319EF300BD49DB /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 696012F119F3389A006A1088 /* CoreText.framework */; }; @@ -48,6 +49,8 @@ /* End PBXBuildFile section */ /* Begin PBXFileReference section */ + 04306A8A24A2C6B6002CAEFE /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; }; + 04306A9C24A2CA8E002CAEFE /* assets.zip */ = {isa = PBXFileReference; lastKnownFileType = archive.zip; name = assets.zip; path = ../assets.zip; sourceTree = ""; }; 04E731F722954E99003EB1BC /* GCDWebServerFunctions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerFunctions.h; sourceTree = ""; }; 04E731F822954E99003EB1BC /* GCDWebServerPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerPrivate.h; sourceTree = ""; }; 04E731F922954E99003EB1BC /* GCDWebServerResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerResponse.m; sourceTree = ""; }; @@ -81,12 +84,11 @@ 04E7321822954E99003EB1BC /* GCDWebUploader.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = GCDWebUploader.bundle; sourceTree = ""; }; 04E7321922954E99003EB1BC /* GCDWebUploader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebUploader.h; sourceTree = ""; }; 04E7321A22954E99003EB1BC /* GCDWebUploader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebUploader.m; sourceTree = ""; }; - 0FDA2A921BE1AFA800F2B5DA /* RetroArch_iOS9-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "RetroArch_iOS9-Info.plist"; path = "/Users/buildbot/buildbot/ios/retroarch/pkg/apple/RetroArch_iOS9-Info.plist"; sourceTree = ""; }; + 0FDA2A921BE1AFA800F2B5DA /* RetroArch_iOS9-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "RetroArch_iOS9-Info.plist"; sourceTree = SOURCE_ROOT; }; 501232C9192E5FC40063A359 /* griffin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = griffin.c; path = ../../griffin/griffin.c; sourceTree = SOURCE_ROOT; }; 501881EB184BAD6D006F665D /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; }; 501881ED184BB54C006F665D /* CoreMedia.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMedia.framework; path = System/Library/Frameworks/CoreMedia.framework; sourceTree = SDKROOT; }; 503700AE1ACA18E400A51A37 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = iOS/Info.plist; sourceTree = SOURCE_ROOT; }; - 5040F04F1AE47ED4006F6972 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; }; 50521A431AA23BF500185CC9 /* griffin_objc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = griffin_objc.m; path = ../../griffin/griffin_objc.m; sourceTree = SOURCE_ROOT; }; 50C3B1AD1AB1107100F478D3 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; 50CCC827185E0E7D001F5BC8 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; }; @@ -94,7 +96,7 @@ 696012F119F3389A006A1088 /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; }; 69D31DE31A547EC800EF4C92 /* iOS/Resources/Media.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = iOS/Resources/Media.xcassets; sourceTree = SOURCE_ROOT; }; 83EB675F19EEAF050096F441 /* iOS/modules */ = {isa = PBXFileReference; lastKnownFileType = folder; path = iOS/modules; sourceTree = SOURCE_ROOT; }; - 9204BE2B1D319EF300BD49DB /* RetroArchiOS10.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RetroArchiOS10.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 9204BE2B1D319EF300BD49DB /* RetroArch iOS10.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "RetroArch iOS10.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 92CC05C421FEDC9F00FF79F0 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; }; 92CC05C621FEDD0B00FF79F0 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; }; 96366C5416C9AC3300D64A22 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; }; @@ -118,7 +120,7 @@ files = ( 92CC05C721FEDD0B00FF79F0 /* MobileCoreServices.framework in Frameworks */, 92CC05C521FEDC9F00FF79F0 /* CFNetwork.framework in Frameworks */, - 9204BE121D319EF300BD49DB /* libz.dylib in Frameworks */, + 04306A8B24A2C6B6002CAEFE /* libz.tbd in Frameworks */, 9204BE131D319EF300BD49DB /* QuartzCore.framework in Frameworks */, 9204BE141D319EF300BD49DB /* GameController.framework in Frameworks */, 9204BE151D319EF300BD49DB /* CoreText.framework in Frameworks */, @@ -222,6 +224,7 @@ 83D632D719ECFCC4009E3161 /* Assets */ = { isa = PBXGroup; children = ( + 04306A9C24A2CA8E002CAEFE /* assets.zip */, 83EB675F19EEAF050096F441 /* iOS/modules */, 69D31DE31A547EC800EF4C92 /* iOS/Resources/Media.xcassets */, ); @@ -248,7 +251,7 @@ 96AFAE2616C1D4EA009DE44C /* Products */ = { isa = PBXGroup; children = ( - 9204BE2B1D319EF300BD49DB /* RetroArchiOS10.app */, + 9204BE2B1D319EF300BD49DB /* RetroArch iOS10.app */, ); name = Products; sourceTree = ""; @@ -258,7 +261,7 @@ children = ( 92CC05C621FEDD0B00FF79F0 /* MobileCoreServices.framework */, 92CC05C421FEDC9F00FF79F0 /* CFNetwork.framework */, - 5040F04F1AE47ED4006F6972 /* libz.dylib */, + 04306A8A24A2C6B6002CAEFE /* libz.tbd */, 50C3B1AD1AB1107100F478D3 /* QuartzCore.framework */, 696012F119F3389A006A1088 /* CoreText.framework */, 963C3C33186E3DED00A6EB1E /* GameController.framework */, @@ -299,19 +302,19 @@ 96AFAF3116C1E00A009DE44C /* gfx */ = { isa = PBXGroup; children = ( - 96AFAF4416C1E00A009DE44C /* fonts */, + 96AFAF4416C1E00A009DE44C /* drivers_font_renderer */, ); name = gfx; - path = ../gfx; + path = ../../gfx; sourceTree = ""; }; - 96AFAF4416C1E00A009DE44C /* fonts */ = { + 96AFAF4416C1E00A009DE44C /* drivers_font_renderer */ = { isa = PBXGroup; children = ( 96AFAF4516C1E00A009DE44C /* bitmap.bin */, 96AFAF4616C1E00A009DE44C /* bitmap.bmp */, ); - path = fonts; + path = drivers_font_renderer; sourceTree = ""; }; D48581DC16F823E2004BEB17 /* griffin */ = { @@ -341,7 +344,7 @@ ); name = RetroArchiOS10; productName = RetroArch; - productReference = 9204BE2B1D319EF300BD49DB /* RetroArchiOS10.app */; + productReference = 9204BE2B1D319EF300BD49DB /* RetroArch iOS10.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ @@ -364,6 +367,7 @@ developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( + English, en, ); mainGroup = 96AFAE1A16C1D4EA009DE44C; @@ -381,6 +385,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 04306A9D24A2CA8E002CAEFE /* assets.zip in Resources */, 9204BE231D319EF300BD49DB /* InfoPlist.strings in Resources */, 9204BE241D319EF300BD49DB /* iOS/Resources/Media.xcassets in Resources */, 04E7322922954E99003EB1BC /* GCDWebUploader.bundle in Resources */, @@ -455,14 +460,15 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; + CURRENT_PROJECT_VERSION = 1.8.9; DEVELOPMENT_TEAM = UK699V5ZS8; ENABLE_BITCODE = NO; GCC_PRECOMPILE_PREFIX_HEADER = NO; GCC_PREFIX_HEADER = ""; HEADER_SEARCH_PATHS = ( ../../, - ../../libretro-common/include, - ../../libretro-common/include/compat/zlib, + "../../libretro-common/include", + "../../libretro-common/include/compat/zlib", ../../deps/stb, ../../deps/rcheevos/include, ../../deps, @@ -472,6 +478,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_NO_PIE = YES; LIBRARY_SEARCH_PATHS = ""; + MARKETING_VERSION = 1.8.9; ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = ( "-DDONT_WANT_ARM_OPTIMIZATIONS", @@ -481,7 +488,7 @@ "-DHAVE_NETWORKING", "-DHAVE_NETPLAYDISCOVERY", "-DHAVE_RUNAHEAD", - "-DHAVE_TRANSLATE", + "-DHAVE_TRANSLATE", "-DHAVE_GRIFFIN", "-DHAVE_STB_VORBIS", "-DHAVE_MINIUPNPC", @@ -532,7 +539,7 @@ "-DHAVE_KEYMAPPER", ); PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArchiOS10; - PRODUCT_NAME = "$(TARGET_NAME)"; + PRODUCT_NAME = "RetroArch iOS10"; PROVISIONING_PROFILE = ""; VALID_ARCHS = "armv7 arm64"; WARNING_CFLAGS = "-Wno-invalid-source-encoding"; @@ -550,14 +557,15 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; + CURRENT_PROJECT_VERSION = 1.8.9; DEVELOPMENT_TEAM = UK699V5ZS8; ENABLE_BITCODE = NO; GCC_PRECOMPILE_PREFIX_HEADER = NO; GCC_PREFIX_HEADER = ""; HEADER_SEARCH_PATHS = ( ../../, - ../../libretro-common/include, - ../../libretro-common/include/compat/zlib, + "../../libretro-common/include", + "../../libretro-common/include/compat/zlib", ../../deps/stb, ../../deps/rcheevos/include, ../../deps, @@ -567,6 +575,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_NO_PIE = YES; LIBRARY_SEARCH_PATHS = ""; + MARKETING_VERSION = 1.8.9; OTHER_CFLAGS = ( "-DNS_BLOCK_ASSERTIONS=1", "-DNDEBUG", @@ -577,7 +586,7 @@ "-DHAVE_NETWORKING", "-DHAVE_NETPLAYDISCOVERY", "-DHAVE_RUNAHEAD", - "-DHAVE_TRANSLATE", + "-DHAVE_TRANSLATE", "-DHAVE_GRIFFIN", "-DHAVE_STB_VORBIS", "-DHAVE_MINIUPNPC", @@ -637,7 +646,7 @@ "-DHAVE_NETWORKING", "-DHAVE_NETPLAYDISCOVERY", "-DHAVE_RUNAHEAD", - "-DHAVE_TRANSLATE", + "-DHAVE_TRANSLATE", "-DHAVE_GRIFFIN", "-DHAVE_STB_VORBIS", "-DHAVE_MINIUPNPC", @@ -689,7 +698,7 @@ "-DHAVE_KEYMAPPER", ); PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArchiOS10; - PRODUCT_NAME = "$(TARGET_NAME)"; + PRODUCT_NAME = "RetroArch iOS10"; PROVISIONING_PROFILE = ""; VALID_ARCHS = "armv7 arm64"; WARNING_CFLAGS = "-Wno-invalid-source-encoding"; @@ -732,7 +741,7 @@ "-DHAVE_NETWORKING", "-DHAVE_NETPLAYDISCOVERY", "-DHAVE_RUNAHEAD", - "-DHAVE_TRANSLATE", + "-DHAVE_TRANSLATE", "-DHAVE_GRIFFIN", "-DHAVE_STB_VORBIS", "-DHAVE_MINIUPNPC", @@ -810,7 +819,7 @@ "-DHAVE_NETWORKING", "-DHAVE_NETPLAYDISCOVERY", "-DHAVE_RUNAHEAD", - "-DHAVE_TRANSLATE", + "-DHAVE_TRANSLATE", "-DHAVE_GRIFFIN", "-DHAVE_STB_VORBIS", "-DHAVE_MINIUPNPC", diff --git a/pkg/apple/RetroArch_iOS10_static.xcodeproj/project.pbxproj b/pkg/apple/RetroArch_iOS10_static.xcodeproj/project.pbxproj index ab2a6e0771..4ac3cc0ad5 100644 --- a/pkg/apple/RetroArch_iOS10_static.xcodeproj/project.pbxproj +++ b/pkg/apple/RetroArch_iOS10_static.xcodeproj/project.pbxproj @@ -7,6 +7,7 @@ objects = { /* Begin PBXBuildFile section */ + 04306A8924A2C665002CAEFE /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 04306A8824A2C665002CAEFE /* libz.tbd */; }; 04530F7522A105FF007A427A /* GCDWebServerResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 04530F5322A105FF007A427A /* GCDWebServerResponse.m */; }; 04530F7622A105FF007A427A /* GCDWebServerRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 04530F5622A105FF007A427A /* GCDWebServerRequest.m */; }; 04530F7722A105FF007A427A /* GCDWebServerFunctions.m in Sources */ = {isa = PBXBuildFile; fileRef = 04530F5922A105FF007A427A /* GCDWebServerFunctions.m */; }; @@ -29,7 +30,6 @@ 50BA2CD61E63B17800314483 /* libretro_ios.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5039F36B1E623BBC00A48978 /* libretro_ios.a */; }; 9204BE0D1D319EF300BD49DB /* griffin_objc.m in Sources */ = {isa = PBXBuildFile; fileRef = 50521A431AA23BF500185CC9 /* griffin_objc.m */; }; 9204BE101D319EF300BD49DB /* griffin.c in Sources */ = {isa = PBXBuildFile; fileRef = 501232C9192E5FC40063A359 /* griffin.c */; }; - 9204BE121D319EF300BD49DB /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 5040F04F1AE47ED4006F6972 /* libz.dylib */; }; 9204BE131D319EF300BD49DB /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50C3B1AD1AB1107100F478D3 /* QuartzCore.framework */; }; 9204BE141D319EF300BD49DB /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 963C3C33186E3DED00A6EB1E /* GameController.framework */; settings = {ATTRIBUTES = (Weak, ); }; }; 9204BE151D319EF300BD49DB /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 696012F119F3389A006A1088 /* CoreText.framework */; }; @@ -50,6 +50,7 @@ /* End PBXBuildFile section */ /* Begin PBXFileReference section */ + 04306A8824A2C665002CAEFE /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; }; 04530F5122A105FF007A427A /* GCDWebServerFunctions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerFunctions.h; sourceTree = ""; }; 04530F5222A105FF007A427A /* GCDWebServerPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerPrivate.h; sourceTree = ""; }; 04530F5322A105FF007A427A /* GCDWebServerResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerResponse.m; sourceTree = ""; }; @@ -85,22 +86,21 @@ 04530F7422A105FF007A427A /* GCDWebUploader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebUploader.m; sourceTree = ""; }; 04530F8522A1061C007A427A /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; }; 04530F8722A1062A007A427A /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; }; - 0FDA2A921BE1AFA800F2B5DA /* RetroArch_iOS9-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "RetroArch_iOS9-Info.plist"; path = "/Users/buildbot/buildbot/ios/retroarch/pkg/apple/RetroArch_iOS9-Info.plist"; sourceTree = ""; }; + 0FDA2A921BE1AFA800F2B5DA /* RetroArch_iOS9-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "RetroArch_iOS9-Info.plist"; sourceTree = SOURCE_ROOT; }; 501232C9192E5FC40063A359 /* griffin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = griffin.c; path = ../../griffin/griffin.c; sourceTree = SOURCE_ROOT; }; 501881EB184BAD6D006F665D /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; }; 501881ED184BB54C006F665D /* CoreMedia.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMedia.framework; path = System/Library/Frameworks/CoreMedia.framework; sourceTree = SDKROOT; }; 503700AE1ACA18E400A51A37 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = iOS/Info.plist; sourceTree = SOURCE_ROOT; }; 5039F36B1E623BBC00A48978 /* libretro_ios.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libretro_ios.a; sourceTree = ""; }; - 5040F04F1AE47ED4006F6972 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; }; 50521A431AA23BF500185CC9 /* griffin_objc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = griffin_objc.m; path = ../../griffin/griffin_objc.m; sourceTree = SOURCE_ROOT; }; - 50A8BDD01E62825700A5E607 /* assets.zip */ = {isa = PBXFileReference; lastKnownFileType = archive.zip; name = assets.zip; path = ../../../media/assets.zip; sourceTree = ""; }; + 50A8BDD01E62825700A5E607 /* assets.zip */ = {isa = PBXFileReference; lastKnownFileType = archive.zip; name = assets.zip; path = ../assets.zip; sourceTree = ""; }; 50C3B1AD1AB1107100F478D3 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; 50CCC827185E0E7D001F5BC8 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; }; 50E7189E184B88AA001956CE /* CoreVideo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreVideo.framework; path = System/Library/Frameworks/CoreVideo.framework; sourceTree = SDKROOT; }; 696012F119F3389A006A1088 /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; }; 69D31DE31A547EC800EF4C92 /* iOS/Resources/Media.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = iOS/Resources/Media.xcassets; sourceTree = SOURCE_ROOT; }; 83EB675F19EEAF050096F441 /* iOS/modules */ = {isa = PBXFileReference; lastKnownFileType = folder; path = iOS/modules; sourceTree = SOURCE_ROOT; }; - 9204BE2B1D319EF300BD49DB /* RetroArchiOS10.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RetroArchiOS10.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 9204BE2B1D319EF300BD49DB /* RetroArch iOS10.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "RetroArch iOS10.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 96366C5416C9AC3300D64A22 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; }; 96366C5816C9ACF500D64A22 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; 963C3C33186E3DED00A6EB1E /* GameController.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GameController.framework; path = System/Library/Frameworks/GameController.framework; sourceTree = SDKROOT; }; @@ -123,7 +123,7 @@ 04530F8822A1062A007A427A /* MobileCoreServices.framework in Frameworks */, 04530F8622A1061C007A427A /* CFNetwork.framework in Frameworks */, 50BA2CD61E63B17800314483 /* libretro_ios.a in Frameworks */, - 9204BE121D319EF300BD49DB /* libz.dylib in Frameworks */, + 04306A8924A2C665002CAEFE /* libz.tbd in Frameworks */, 9204BE131D319EF300BD49DB /* QuartzCore.framework in Frameworks */, 9204BE141D319EF300BD49DB /* GameController.framework in Frameworks */, 9204BE151D319EF300BD49DB /* CoreText.framework in Frameworks */, @@ -254,7 +254,7 @@ 96AFAE2616C1D4EA009DE44C /* Products */ = { isa = PBXGroup; children = ( - 9204BE2B1D319EF300BD49DB /* RetroArchiOS10.app */, + 9204BE2B1D319EF300BD49DB /* RetroArch iOS10.app */, ); name = Products; sourceTree = ""; @@ -265,7 +265,7 @@ 04530F8722A1062A007A427A /* MobileCoreServices.framework */, 04530F8522A1061C007A427A /* CFNetwork.framework */, 5039F36B1E623BBC00A48978 /* libretro_ios.a */, - 5040F04F1AE47ED4006F6972 /* libz.dylib */, + 04306A8824A2C665002CAEFE /* libz.tbd */, 50C3B1AD1AB1107100F478D3 /* QuartzCore.framework */, 696012F119F3389A006A1088 /* CoreText.framework */, 963C3C33186E3DED00A6EB1E /* GameController.framework */, @@ -306,19 +306,19 @@ 96AFAF3116C1E00A009DE44C /* gfx */ = { isa = PBXGroup; children = ( - 96AFAF4416C1E00A009DE44C /* fonts */, + 96AFAF4416C1E00A009DE44C /* drivers_font_renderer */, ); name = gfx; - path = ../gfx; + path = ../../gfx; sourceTree = ""; }; - 96AFAF4416C1E00A009DE44C /* fonts */ = { + 96AFAF4416C1E00A009DE44C /* drivers_font_renderer */ = { isa = PBXGroup; children = ( 96AFAF4516C1E00A009DE44C /* bitmap.bin */, 96AFAF4616C1E00A009DE44C /* bitmap.bmp */, ); - path = fonts; + path = drivers_font_renderer; sourceTree = ""; }; D48581DC16F823E2004BEB17 /* griffin */ = { @@ -348,7 +348,7 @@ ); name = RetroArchiOS10; productName = RetroArch; - productReference = 9204BE2B1D319EF300BD49DB /* RetroArchiOS10.app */; + productReference = 9204BE2B1D319EF300BD49DB /* RetroArch iOS10.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ @@ -371,6 +371,7 @@ developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( + English, en, ); mainGroup = 96AFAE1A16C1D4EA009DE44C; @@ -463,14 +464,15 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; + CURRENT_PROJECT_VERSION = 1.8.9; DEVELOPMENT_TEAM = UK699V5ZS8; ENABLE_BITCODE = NO; GCC_PRECOMPILE_PREFIX_HEADER = NO; GCC_PREFIX_HEADER = ""; HEADER_SEARCH_PATHS = ( ../../, - ../../libretro-common/include, - ../../libretro-common/include/compat/zlib, + "../../libretro-common/include", + "../../libretro-common/include/compat/zlib", ../../deps/stb, ../../deps/rcheevos/include, ../../deps, @@ -479,6 +481,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_NO_PIE = YES; LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)"; + MARKETING_VERSION = 1.8.9; ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = ( "-DDONT_WANT_ARM_OPTIMIZATIONS", @@ -489,7 +492,7 @@ "-DHAVE_NETWORKING", "-DHAVE_NETPLAYDISCOVERY", "-DHAVE_RUNAHEAD", - "-DHAVE_TRANSLATE", + "-DHAVE_TRANSLATE", "-DHAVE_GRIFFIN", "-DHAVE_STB_VORBIS", "-DHAVE_MINIUPNPC", @@ -539,7 +542,7 @@ "-DHAVE_KEYMAPPER", ); PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArchiOS10S; - PRODUCT_NAME = "$(TARGET_NAME)"; + PRODUCT_NAME = "RetroArch iOS10"; PROVISIONING_PROFILE = ""; VALID_ARCHS = "armv7 arm64"; WARNING_CFLAGS = "-Wno-invalid-source-encoding"; @@ -557,14 +560,15 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; + CURRENT_PROJECT_VERSION = 1.8.9; DEVELOPMENT_TEAM = UK699V5ZS8; ENABLE_BITCODE = NO; GCC_PRECOMPILE_PREFIX_HEADER = NO; GCC_PREFIX_HEADER = ""; HEADER_SEARCH_PATHS = ( ../../, - ../../libretro-common/include, - ../../libretro-common/include/compat/zlib, + "../../libretro-common/include", + "../../libretro-common/include/compat/zlib", ../../deps/stb, ../../deps/rcheevos/include, ../../deps, @@ -573,6 +577,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_NO_PIE = YES; LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)"; + MARKETING_VERSION = 1.8.9; OTHER_CFLAGS = ( "-DNS_BLOCK_ASSERTIONS=1", "-DNDEBUG", @@ -584,7 +589,7 @@ "-DHAVE_NETWORKING", "-DHAVE_NETPLAYDISCOVERY", "-DHAVE_RUNAHEAD", - "-DHAVE_TRANSLATE", + "-DHAVE_TRANSLATE", "-DHAVE_GRIFFIN", "-DHAVE_STB_VORBIS", "-DHAVE_MINIUPNPC", @@ -644,7 +649,7 @@ "-DHAVE_NETWORKING", "-DHAVE_NETPLAYDISCOVERY", "-DHAVE_RUNAHEAD", - "-DHAVE_TRANSLATE", + "-DHAVE_TRANSLATE", "-DHAVE_GRIFFIN", "-DHAVE_STB_VORBIS", "-DHAVE_MINIUPNPC", @@ -695,7 +700,7 @@ "-DHAVE_KEYMAPPER", ); PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArchiOS10S; - PRODUCT_NAME = "$(TARGET_NAME)"; + PRODUCT_NAME = "RetroArch iOS10"; PROVISIONING_PROFILE = ""; VALID_ARCHS = "armv7 arm64"; WARNING_CFLAGS = "-Wno-invalid-source-encoding"; diff --git a/pkg/apple/RetroArch_iOS11.xcodeproj/project.pbxproj b/pkg/apple/RetroArch_iOS11.xcodeproj/project.pbxproj index 49ccf0538e..5abce0c118 100644 --- a/pkg/apple/RetroArch_iOS11.xcodeproj/project.pbxproj +++ b/pkg/apple/RetroArch_iOS11.xcodeproj/project.pbxproj @@ -7,9 +7,11 @@ objects = { /* Begin PBXBuildFile section */ + 04306A9524A2C8BE002CAEFE /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 04306A9424A2C8BE002CAEFE /* libz.tbd */; }; + 04306A9724A2C907002CAEFE /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04306A9624A2C907002CAEFE /* GameController.framework */; }; + 04306A9924A2C911002CAEFE /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04306A9824A2C911002CAEFE /* AudioToolbox.framework */; }; 9204BE0D1D319EF300BD49DB /* griffin_objc.m in Sources */ = {isa = PBXBuildFile; fileRef = 50521A431AA23BF500185CC9 /* griffin_objc.m */; }; 9204BE101D319EF300BD49DB /* griffin.c in Sources */ = {isa = PBXBuildFile; fileRef = 501232C9192E5FC40063A359 /* griffin.c */; }; - 9204BE121D319EF300BD49DB /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 5040F04F1AE47ED4006F6972 /* libz.dylib */; }; 9204BE131D319EF300BD49DB /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50C3B1AD1AB1107100F478D3 /* QuartzCore.framework */; }; 9204BE141D319EF300BD49DB /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 963C3C33186E3DED00A6EB1E /* GameController.framework */; settings = {ATTRIBUTES = (Weak, ); }; }; 9204BE151D319EF300BD49DB /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 696012F119F3389A006A1088 /* CoreText.framework */; }; @@ -33,8 +35,6 @@ 926C77E321FD1E6700103EDE /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 926C77E221FD1E6700103EDE /* Assets.xcassets */; }; 926C77EA21FD20C100103EDE /* griffin_objc.m in Sources */ = {isa = PBXBuildFile; fileRef = 50521A431AA23BF500185CC9 /* griffin_objc.m */; }; 926C77EB21FD20C400103EDE /* griffin.c in Sources */ = {isa = PBXBuildFile; fileRef = 501232C9192E5FC40063A359 /* griffin.c */; }; - 926C77EF21FD263800103EDE /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 926C77EE21FD263800103EDE /* AudioToolbox.framework */; }; - 926C77F121FD26E800103EDE /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 926C77F021FD26E800103EDE /* GameController.framework */; }; 929784502200EEE400989A60 /* iOS/Resources/Media.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 69D31DE31A547EC800EF4C92 /* iOS/Resources/Media.xcassets */; }; 92CC05A221FE3C1700FF79F0 /* GCDWebServerResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 92CC058221FE3C1700FF79F0 /* GCDWebServerResponse.m */; }; 92CC05A321FE3C1700FF79F0 /* GCDWebServerResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 92CC058221FE3C1700FF79F0 /* GCDWebServerResponse.m */; }; @@ -74,10 +74,12 @@ /* End PBXBuildFile section */ /* Begin PBXFileReference section */ + 04306A9424A2C8BE002CAEFE /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; }; + 04306A9624A2C907002CAEFE /* GameController.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GameController.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS13.4.sdk/System/Library/Frameworks/GameController.framework; sourceTree = DEVELOPER_DIR; }; + 04306A9824A2C911002CAEFE /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS13.4.sdk/System/Library/Frameworks/AudioToolbox.framework; sourceTree = DEVELOPER_DIR; }; 501232C9192E5FC40063A359 /* griffin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = griffin.c; path = ../../griffin/griffin.c; sourceTree = SOURCE_ROOT; }; 501881EB184BAD6D006F665D /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; }; 501881ED184BB54C006F665D /* CoreMedia.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMedia.framework; path = System/Library/Frameworks/CoreMedia.framework; sourceTree = SDKROOT; }; - 5040F04F1AE47ED4006F6972 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; }; 50521A431AA23BF500185CC9 /* griffin_objc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = griffin_objc.m; path = ../../griffin/griffin_objc.m; sourceTree = SOURCE_ROOT; }; 50C3B1AD1AB1107100F478D3 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; 50CCC827185E0E7D001F5BC8 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; }; @@ -92,9 +94,6 @@ 926C77D721FD1E6500103EDE /* RetroArchTV.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RetroArchTV.app; sourceTree = BUILT_PRODUCTS_DIR; }; 926C77E221FD1E6700103EDE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 926C77E421FD1E6700103EDE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 926C77EC21FD261600103EDE /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk/System/Library/Frameworks/CoreAudio.framework; sourceTree = DEVELOPER_DIR; }; - 926C77EE21FD263800103EDE /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk/System/Library/Frameworks/AudioToolbox.framework; sourceTree = DEVELOPER_DIR; }; - 926C77F021FD26E800103EDE /* GameController.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GameController.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk/System/Library/Frameworks/GameController.framework; sourceTree = DEVELOPER_DIR; }; 92CC058021FE3C1700FF79F0 /* GCDWebServerFunctions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerFunctions.h; sourceTree = ""; }; 92CC058121FE3C1700FF79F0 /* GCDWebServerPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerPrivate.h; sourceTree = ""; }; 92CC058221FE3C1700FF79F0 /* GCDWebServerResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerResponse.m; sourceTree = ""; }; @@ -130,11 +129,11 @@ 92CC05C121FE3C6D00FF79F0 /* WebServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WebServer.m; sourceTree = ""; }; 92CC05C421FEDC9F00FF79F0 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; }; 92CC05C621FEDD0B00FF79F0 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; }; - 92D3D56B232D86AC001B0D86 /* cocoa_common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = cocoa_common.h; path = ../../../../../../ui/drivers/cocoa/cocoa_common.h; sourceTree = ""; }; - 92D3D56C232D86AC001B0D86 /* cocoatouch_menu.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = cocoatouch_menu.m; path = ../../../../../../ui/drivers/cocoa/cocoatouch_menu.m; sourceTree = ""; }; - 92D3D56D232D86AC001B0D86 /* cocoa_common.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = cocoa_common.m; path = ../../../../../../ui/drivers/cocoa/cocoa_common.m; sourceTree = ""; }; - 92D3D56F232D86AC001B0D86 /* cocoa_defines.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = cocoa_defines.h; path = ../../../../../../ui/drivers/cocoa/cocoa_defines.h; sourceTree = ""; }; - 92D3D572232D8AEF001B0D86 /* ui_cocoatouch.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = ui_cocoatouch.m; path = ../../../../ui/drivers/ui_cocoatouch.m; sourceTree = ""; }; + 92D3D56B232D86AC001B0D86 /* cocoa_common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cocoa_common.h; sourceTree = ""; }; + 92D3D56C232D86AC001B0D86 /* cocoatouch_menu.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = cocoatouch_menu.m; sourceTree = ""; }; + 92D3D56D232D86AC001B0D86 /* cocoa_common.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = cocoa_common.m; sourceTree = ""; }; + 92D3D56F232D86AC001B0D86 /* cocoa_defines.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cocoa_defines.h; sourceTree = ""; }; + 92D3D572232D8AEF001B0D86 /* ui_cocoatouch.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = ui_cocoatouch.m; path = drivers/ui_cocoatouch.m; sourceTree = ""; }; 92E5DCD3231A5786006491BF /* modules */ = {isa = PBXFileReference; lastKnownFileType = folder; path = modules; sourceTree = ""; }; 96366C5416C9AC3300D64A22 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; }; 96366C5816C9ACF500D64A22 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; @@ -155,7 +154,7 @@ files = ( 92CC05C721FEDD0B00FF79F0 /* MobileCoreServices.framework in Frameworks */, 92CC05C521FEDC9F00FF79F0 /* CFNetwork.framework in Frameworks */, - 9204BE121D319EF300BD49DB /* libz.dylib in Frameworks */, + 04306A9524A2C8BE002CAEFE /* libz.tbd in Frameworks */, 9204BE131D319EF300BD49DB /* QuartzCore.framework in Frameworks */, 9204BE141D319EF300BD49DB /* GameController.framework in Frameworks */, 9204BE151D319EF300BD49DB /* CoreText.framework in Frameworks */, @@ -177,8 +176,8 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 926C77F121FD26E800103EDE /* GameController.framework in Frameworks */, - 926C77EF21FD263800103EDE /* AudioToolbox.framework in Frameworks */, + 04306A9724A2C907002CAEFE /* GameController.framework in Frameworks */, + 04306A9924A2C911002CAEFE /* AudioToolbox.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -300,7 +299,8 @@ 92D3D567232D8688001B0D86 /* drivers */, 92D3D572232D8AEF001B0D86 /* ui_cocoatouch.m */, ); - path = ui; + name = ui; + path = ../../ui; sourceTree = ""; }; 92D3D567232D8688001B0D86 /* drivers */ = { @@ -354,10 +354,9 @@ children = ( 92CC05C621FEDD0B00FF79F0 /* MobileCoreServices.framework */, 92CC05C421FEDC9F00FF79F0 /* CFNetwork.framework */, - 926C77F021FD26E800103EDE /* GameController.framework */, - 926C77EE21FD263800103EDE /* AudioToolbox.framework */, - 926C77EC21FD261600103EDE /* CoreAudio.framework */, - 5040F04F1AE47ED4006F6972 /* libz.dylib */, + 04306A9624A2C907002CAEFE /* GameController.framework */, + 04306A9824A2C911002CAEFE /* AudioToolbox.framework */, + 04306A9424A2C8BE002CAEFE /* libz.tbd */, 50C3B1AD1AB1107100F478D3 /* QuartzCore.framework */, 696012F119F3389A006A1088 /* CoreText.framework */, 963C3C33186E3DED00A6EB1E /* GameController.framework */, @@ -614,7 +613,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; - CURRENT_PROJECT_VERSION = 1.8.5; + CURRENT_PROJECT_VERSION = 1.8.9; DEVELOPMENT_TEAM = R72X3BF4KE; ENABLE_BITCODE = NO; GCC_PRECOMPILE_PREFIX_HEADER = NO; @@ -631,7 +630,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_NO_PIE = YES; LIBRARY_SEARCH_PATHS = ""; - MARKETING_VERSION = 1.8.5; + MARKETING_VERSION = 1.8.9; ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = ( "-DDONT_WANT_ARM_OPTIMIZATIONS", @@ -709,7 +708,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; - CURRENT_PROJECT_VERSION = 1.8.5; + CURRENT_PROJECT_VERSION = 1.8.9; DEVELOPMENT_TEAM = R72X3BF4KE; ENABLE_BITCODE = NO; GCC_PRECOMPILE_PREFIX_HEADER = NO; @@ -726,7 +725,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_NO_PIE = YES; LIBRARY_SEARCH_PATHS = ""; - MARKETING_VERSION = 1.8.5; + MARKETING_VERSION = 1.8.9; "OTHER_CFLAGS[arch=*]" = ( "-DNS_BLOCK_ASSERTIONS=1", "-DNDEBUG", @@ -828,7 +827,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1.8.5; + CURRENT_PROJECT_VERSION = 1.8.9; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = R72X3BF4KE; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -850,7 +849,7 @@ ); INFOPLIST_FILE = "$(SRCROOT)/tvOS/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = 1.8.5; + MARKETING_VERSION = 1.8.9; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; @@ -950,7 +949,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1.8.5; + CURRENT_PROJECT_VERSION = 1.8.9; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = R72X3BF4KE; ENABLE_NS_ASSERTIONS = NO; @@ -972,7 +971,7 @@ ); INFOPLIST_FILE = "$(SRCROOT)/tvOS/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = 1.8.5; + MARKETING_VERSION = 1.8.9; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; OTHER_CFLAGS = ( diff --git a/pkg/apple/RetroArch_iOS11.xcodeproj/xcshareddata/xcschemes/RetroArch iOS Debug.xcscheme b/pkg/apple/RetroArch_iOS11.xcodeproj/xcshareddata/xcschemes/RetroArch iOS Debug.xcscheme index 63abbb2ea4..6c3a32bc21 100644 --- a/pkg/apple/RetroArch_iOS11.xcodeproj/xcshareddata/xcschemes/RetroArch iOS Debug.xcscheme +++ b/pkg/apple/RetroArch_iOS11.xcodeproj/xcshareddata/xcschemes/RetroArch iOS Debug.xcscheme @@ -15,7 +15,7 @@ @@ -27,19 +27,17 @@ selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" shouldUseLaunchSchemeArgsEnv = "YES"> - - - - + + - - diff --git a/pkg/apple/RetroArch_iOS11.xcodeproj/xcshareddata/xcschemes/RetroArch iOS Release.xcscheme b/pkg/apple/RetroArch_iOS11.xcodeproj/xcshareddata/xcschemes/RetroArch iOS Release.xcscheme index 54573fab59..9683b3128d 100644 --- a/pkg/apple/RetroArch_iOS11.xcodeproj/xcshareddata/xcschemes/RetroArch iOS Release.xcscheme +++ b/pkg/apple/RetroArch_iOS11.xcodeproj/xcshareddata/xcschemes/RetroArch iOS Release.xcscheme @@ -15,7 +15,7 @@ @@ -27,19 +27,17 @@ selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" shouldUseLaunchSchemeArgsEnv = "YES"> - - - - + + - - diff --git a/pkg/apple/RetroArch_iOS11_static.xcodeproj/project.pbxproj b/pkg/apple/RetroArch_iOS11_static.xcodeproj/project.pbxproj index af95ad05c3..0df1a96487 100644 --- a/pkg/apple/RetroArch_iOS11_static.xcodeproj/project.pbxproj +++ b/pkg/apple/RetroArch_iOS11_static.xcodeproj/project.pbxproj @@ -7,6 +7,7 @@ objects = { /* Begin PBXBuildFile section */ + 04306A9324A2C80B002CAEFE /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 04306A9224A2C80B002CAEFE /* libz.tbd */; }; 04DF170122A1078000F269F7 /* GCDWebServerResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 04DF16DF22A1078000F269F7 /* GCDWebServerResponse.m */; }; 04DF170222A1078000F269F7 /* GCDWebServerRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 04DF16E222A1078000F269F7 /* GCDWebServerRequest.m */; }; 04DF170322A1078000F269F7 /* GCDWebServerFunctions.m in Sources */ = {isa = PBXBuildFile; fileRef = 04DF16E522A1078000F269F7 /* GCDWebServerFunctions.m */; }; @@ -29,7 +30,6 @@ 50BA2CD61E63B17800314483 /* libretro_ios.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5039F36B1E623BBC00A48978 /* libretro_ios.a */; }; 9204BE0D1D319EF300BD49DB /* griffin_objc.m in Sources */ = {isa = PBXBuildFile; fileRef = 50521A431AA23BF500185CC9 /* griffin_objc.m */; }; 9204BE101D319EF300BD49DB /* griffin.c in Sources */ = {isa = PBXBuildFile; fileRef = 501232C9192E5FC40063A359 /* griffin.c */; }; - 9204BE121D319EF300BD49DB /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 5040F04F1AE47ED4006F6972 /* libz.dylib */; }; 9204BE131D319EF300BD49DB /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50C3B1AD1AB1107100F478D3 /* QuartzCore.framework */; }; 9204BE141D319EF300BD49DB /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 963C3C33186E3DED00A6EB1E /* GameController.framework */; settings = {ATTRIBUTES = (Weak, ); }; }; 9204BE151D319EF300BD49DB /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 696012F119F3389A006A1088 /* CoreText.framework */; }; @@ -50,6 +50,7 @@ /* End PBXBuildFile section */ /* Begin PBXFileReference section */ + 04306A9224A2C80B002CAEFE /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; }; 04DF16DD22A1078000F269F7 /* GCDWebServerFunctions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerFunctions.h; sourceTree = ""; }; 04DF16DE22A1078000F269F7 /* GCDWebServerPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerPrivate.h; sourceTree = ""; }; 04DF16DF22A1078000F269F7 /* GCDWebServerResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerResponse.m; sourceTree = ""; }; @@ -85,22 +86,21 @@ 04DF170022A1078000F269F7 /* GCDWebUploader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebUploader.m; sourceTree = ""; }; 04DF171122A1079000F269F7 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; }; 04DF171322A1079700F269F7 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; }; - 0FDA2A921BE1AFA800F2B5DA /* RetroArch_iOS9-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "RetroArch_iOS9-Info.plist"; path = "/Users/buildbot/buildbot/ios/retroarch/pkg/apple/RetroArch_iOS9-Info.plist"; sourceTree = ""; }; + 0FDA2A921BE1AFA800F2B5DA /* RetroArch_iOS9-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "RetroArch_iOS9-Info.plist"; sourceTree = SOURCE_ROOT; }; 501232C9192E5FC40063A359 /* griffin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = griffin.c; path = ../../griffin/griffin.c; sourceTree = SOURCE_ROOT; }; 501881EB184BAD6D006F665D /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; }; 501881ED184BB54C006F665D /* CoreMedia.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMedia.framework; path = System/Library/Frameworks/CoreMedia.framework; sourceTree = SDKROOT; }; 503700AE1ACA18E400A51A37 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = iOS/Info.plist; sourceTree = SOURCE_ROOT; }; 5039F36B1E623BBC00A48978 /* libretro_ios.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libretro_ios.a; sourceTree = ""; }; - 5040F04F1AE47ED4006F6972 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; }; 50521A431AA23BF500185CC9 /* griffin_objc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = griffin_objc.m; path = ../../griffin/griffin_objc.m; sourceTree = SOURCE_ROOT; }; - 50A8BDD01E62825700A5E607 /* assets.zip */ = {isa = PBXFileReference; lastKnownFileType = archive.zip; name = assets.zip; path = ../../../media/assets.zip; sourceTree = ""; }; + 50A8BDD01E62825700A5E607 /* assets.zip */ = {isa = PBXFileReference; lastKnownFileType = archive.zip; name = assets.zip; path = ../assets.zip; sourceTree = ""; }; 50C3B1AD1AB1107100F478D3 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; 50CCC827185E0E7D001F5BC8 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; }; 50E7189E184B88AA001956CE /* CoreVideo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreVideo.framework; path = System/Library/Frameworks/CoreVideo.framework; sourceTree = SDKROOT; }; 696012F119F3389A006A1088 /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; }; 69D31DE31A547EC800EF4C92 /* iOS/Resources/Media.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = iOS/Resources/Media.xcassets; sourceTree = SOURCE_ROOT; }; 83EB675F19EEAF050096F441 /* iOS/modules */ = {isa = PBXFileReference; lastKnownFileType = folder; path = iOS/modules; sourceTree = SOURCE_ROOT; }; - 9204BE2B1D319EF300BD49DB /* RetroArchiOS11.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RetroArchiOS11.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 9204BE2B1D319EF300BD49DB /* RetroArch.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RetroArch.app; sourceTree = BUILT_PRODUCTS_DIR; }; 96366C5416C9AC3300D64A22 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; }; 96366C5816C9ACF500D64A22 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; 963C3C33186E3DED00A6EB1E /* GameController.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GameController.framework; path = System/Library/Frameworks/GameController.framework; sourceTree = SDKROOT; }; @@ -123,7 +123,7 @@ 04DF171422A1079700F269F7 /* MobileCoreServices.framework in Frameworks */, 04DF171222A1079000F269F7 /* CFNetwork.framework in Frameworks */, 50BA2CD61E63B17800314483 /* libretro_ios.a in Frameworks */, - 9204BE121D319EF300BD49DB /* libz.dylib in Frameworks */, + 04306A9324A2C80B002CAEFE /* libz.tbd in Frameworks */, 9204BE131D319EF300BD49DB /* QuartzCore.framework in Frameworks */, 9204BE141D319EF300BD49DB /* GameController.framework in Frameworks */, 9204BE151D319EF300BD49DB /* CoreText.framework in Frameworks */, @@ -254,7 +254,7 @@ 96AFAE2616C1D4EA009DE44C /* Products */ = { isa = PBXGroup; children = ( - 9204BE2B1D319EF300BD49DB /* RetroArchiOS11.app */, + 9204BE2B1D319EF300BD49DB /* RetroArch.app */, ); name = Products; sourceTree = ""; @@ -265,7 +265,7 @@ 04DF171322A1079700F269F7 /* MobileCoreServices.framework */, 04DF171122A1079000F269F7 /* CFNetwork.framework */, 5039F36B1E623BBC00A48978 /* libretro_ios.a */, - 5040F04F1AE47ED4006F6972 /* libz.dylib */, + 04306A9224A2C80B002CAEFE /* libz.tbd */, 50C3B1AD1AB1107100F478D3 /* QuartzCore.framework */, 696012F119F3389A006A1088 /* CoreText.framework */, 963C3C33186E3DED00A6EB1E /* GameController.framework */, @@ -306,19 +306,19 @@ 96AFAF3116C1E00A009DE44C /* gfx */ = { isa = PBXGroup; children = ( - 96AFAF4416C1E00A009DE44C /* fonts */, + 96AFAF4416C1E00A009DE44C /* drivers_font_renderer */, ); name = gfx; - path = ../gfx; + path = ../../gfx; sourceTree = ""; }; - 96AFAF4416C1E00A009DE44C /* fonts */ = { + 96AFAF4416C1E00A009DE44C /* drivers_font_renderer */ = { isa = PBXGroup; children = ( 96AFAF4516C1E00A009DE44C /* bitmap.bin */, 96AFAF4616C1E00A009DE44C /* bitmap.bmp */, ); - path = fonts; + path = drivers_font_renderer; sourceTree = ""; }; D48581DC16F823E2004BEB17 /* griffin */ = { @@ -348,7 +348,7 @@ ); name = RetroArchiOS11; productName = RetroArch; - productReference = 9204BE2B1D319EF300BD49DB /* RetroArchiOS11.app */; + productReference = 9204BE2B1D319EF300BD49DB /* RetroArch.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ @@ -371,6 +371,7 @@ developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( + English, en, ); mainGroup = 96AFAE1A16C1D4EA009DE44C; @@ -463,14 +464,15 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; + CURRENT_PROJECT_VERSION = 1.8.9; DEVELOPMENT_TEAM = UK699V5ZS8; ENABLE_BITCODE = NO; GCC_PRECOMPILE_PREFIX_HEADER = NO; GCC_PREFIX_HEADER = ""; HEADER_SEARCH_PATHS = ( ../../, - ../../libretro-common/include, - ../../libretro-common/include/compat/zlib, + "../../libretro-common/include", + "../../libretro-common/include/compat/zlib", ../../deps/stb, ../../deps/rcheevos/include, ../../deps, @@ -479,6 +481,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_NO_PIE = YES; LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)"; + MARKETING_VERSION = 1.8.9; ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = ( "-DDONT_WANT_ARM_OPTIMIZATIONS", @@ -489,7 +492,7 @@ "-DHAVE_NETWORKING", "-DHAVE_NETPLAYDISCOVERY", "-DHAVE_RUNAHEAD", - "-DHAVE_TRANSLATE", + "-DHAVE_TRANSLATE", "-DHAVE_GRIFFIN", "-DHAVE_STB_VORBIS", "-DHAVE_MINIUPNPC", @@ -539,7 +542,7 @@ "-DHAVE_KEYMAPPER", ); PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArchiOS11S; - PRODUCT_NAME = "$(TARGET_NAME)"; + PRODUCT_NAME = RetroArch; PROVISIONING_PROFILE = ""; VALID_ARCHS = "armv7 arm64"; WARNING_CFLAGS = "-Wno-invalid-source-encoding"; @@ -557,14 +560,15 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; + CURRENT_PROJECT_VERSION = 1.8.9; DEVELOPMENT_TEAM = UK699V5ZS8; ENABLE_BITCODE = NO; GCC_PRECOMPILE_PREFIX_HEADER = NO; GCC_PREFIX_HEADER = ""; HEADER_SEARCH_PATHS = ( ../../, - ../../libretro-common/include, - ../../libretro-common/include/compat/zlib, + "../../libretro-common/include", + "../../libretro-common/include/compat/zlib", ../../deps/stb, ../../deps/rcheevos/include, ../../deps, @@ -573,6 +577,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_NO_PIE = YES; LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)"; + MARKETING_VERSION = 1.8.9; OTHER_CFLAGS = ( "-DNS_BLOCK_ASSERTIONS=1", "-DNDEBUG", @@ -584,7 +589,7 @@ "-DHAVE_NETWORKING", "-DHAVE_NETPLAYDISCOVERY", "-DHAVE_RUNAHEAD", - "-DHAVE_TRANSLATE", + "-DHAVE_TRANSLATE", "-DHAVE_GRIFFIN", "-DHAVE_STB_VORBIS", "-DHAVE_MINIUPNPC", @@ -644,7 +649,7 @@ "-DHAVE_NETWORKING", "-DHAVE_NETPLAYDISCOVERY", "-DHAVE_RUNAHEAD", - "-DHAVE_TRANSLATE", + "-DHAVE_TRANSLATE", "-DHAVE_GRIFFIN", "-DHAVE_STB_VORBIS", "-DHAVE_MINIUPNPC", @@ -695,7 +700,7 @@ "-DHAVE_KEYMAPPER", ); PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArchiOS11S; - PRODUCT_NAME = "$(TARGET_NAME)"; + PRODUCT_NAME = RetroArch; PROVISIONING_PROFILE = ""; VALID_ARCHS = "armv7 arm64"; WARNING_CFLAGS = "-Wno-invalid-source-encoding"; diff --git a/pkg/apple/RetroArch_iOS6.xcodeproj/project.pbxproj b/pkg/apple/RetroArch_iOS6.xcodeproj/project.pbxproj index c2b3f55ea5..b9c2d5f30a 100644 --- a/pkg/apple/RetroArch_iOS6.xcodeproj/project.pbxproj +++ b/pkg/apple/RetroArch_iOS6.xcodeproj/project.pbxproj @@ -23,6 +23,7 @@ 04193A3222A0F51200684552 /* WebServer.m in Sources */ = {isa = PBXBuildFile; fileRef = 04193A2022A0F51200684552 /* WebServer.m */; }; 04193A3322A0F51200684552 /* GCDWebUploader.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 04193A2222A0F51200684552 /* GCDWebUploader.bundle */; }; 04193A3422A0F51200684552 /* GCDWebUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = 04193A2422A0F51200684552 /* GCDWebUploader.m */; }; + 04306A8324A2C521002CAEFE /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 04306A8224A2C521002CAEFE /* libz.tbd */; }; 503700881ACA18E400A51A37 /* cc_resampler_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = 50D00E8D19D117C400EBA71E /* cc_resampler_neon.S */; }; 503700891ACA18E400A51A37 /* griffin_objc.m in Sources */ = {isa = PBXBuildFile; fileRef = 50521A431AA23BF500185CC9 /* griffin_objc.m */; }; 5037008A1ACA18E400A51A37 /* s16_to_float_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = 501232CD192E5FE30063A359 /* s16_to_float_neon.S */; }; @@ -43,7 +44,6 @@ 5037009B1ACA18E400A51A37 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96AFAE3116C1D4EA009DE44C /* OpenGLES.framework */; }; 503700A01ACA18E400A51A37 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 967894611788EBD800D6CA69 /* InfoPlist.strings */; }; 503700A11ACA18E400A51A37 /* iOS/Resources/Media.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 69D31DE31A547EC800EF4C92 /* iOS/Resources/Media.xcassets */; }; - 5040F0511AE47EE2006F6972 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 5040F04F1AE47ED4006F6972 /* libz.dylib */; }; 507E056C1CE9C69300E023D3 /* float_to_s16_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = 507E056A1CE9C67500E023D3 /* float_to_s16_neon.S */; }; 92CC05C521FEDC9F00FF79F0 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92CC05C421FEDC9F00FF79F0 /* CFNetwork.framework */; }; 92CC05C721FEDD0B00FF79F0 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92CC05C621FEDD0B00FF79F0 /* MobileCoreServices.framework */; }; @@ -83,7 +83,8 @@ 04193A2222A0F51200684552 /* GCDWebUploader.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = GCDWebUploader.bundle; sourceTree = ""; }; 04193A2322A0F51200684552 /* GCDWebUploader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebUploader.h; sourceTree = ""; }; 04193A2422A0F51200684552 /* GCDWebUploader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebUploader.m; sourceTree = ""; }; - 0FDA2A921BE1AFA800F2B5DA /* RetroArch_iOS9-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "RetroArch_iOS9-Info.plist"; path = "/Users/buildbot/buildbot/ios/retroarch/pkg/apple/RetroArch_iOS9-Info.plist"; sourceTree = ""; }; + 04306A8224A2C521002CAEFE /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; }; + 0FDA2A921BE1AFA800F2B5DA /* RetroArch_iOS9-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "RetroArch_iOS9-Info.plist"; sourceTree = SOURCE_ROOT; }; 501232C9192E5FC40063A359 /* griffin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = griffin.c; path = ../../griffin/griffin.c; sourceTree = SOURCE_ROOT; }; 501232CB192E5FDC0063A359 /* sinc_resampler_neon.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; name = sinc_resampler_neon.S; path = "../../libretro-common/audio/resampler/drivers/sinc_resampler_neon.S"; sourceTree = SOURCE_ROOT; }; 501232CD192E5FE30063A359 /* s16_to_float_neon.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; name = s16_to_float_neon.S; path = "../../libretro-common/audio/conversion/s16_to_float_neon.S"; sourceTree = SOURCE_ROOT; }; @@ -91,7 +92,6 @@ 501881ED184BB54C006F665D /* CoreMedia.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMedia.framework; path = System/Library/Frameworks/CoreMedia.framework; sourceTree = SDKROOT; }; 503700AD1ACA18E400A51A37 /* RetroArch iOS6.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "RetroArch iOS6.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 503700AE1ACA18E400A51A37 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = iOS/Info.plist; sourceTree = SOURCE_ROOT; }; - 5040F04F1AE47ED4006F6972 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; }; 50521A431AA23BF500185CC9 /* griffin_objc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = griffin_objc.m; path = ../../griffin/griffin_objc.m; sourceTree = SOURCE_ROOT; }; 507E056A1CE9C67500E023D3 /* float_to_s16_neon.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; name = float_to_s16_neon.S; path = "../../libretro-common/audio/conversion/float_to_s16_neon.S"; sourceTree = SOURCE_ROOT; }; 50C3B1AD1AB1107100F478D3 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; @@ -123,7 +123,7 @@ files = ( 92CC05C721FEDD0B00FF79F0 /* MobileCoreServices.framework in Frameworks */, 92CC05C521FEDC9F00FF79F0 /* CFNetwork.framework in Frameworks */, - 5040F0511AE47EE2006F6972 /* libz.dylib in Frameworks */, + 04306A8324A2C521002CAEFE /* libz.tbd in Frameworks */, 5037008E1ACA18E400A51A37 /* QuartzCore.framework in Frameworks */, 503700901ACA18E400A51A37 /* CoreText.framework in Frameworks */, 503700911ACA18E400A51A37 /* CoreLocation.framework in Frameworks */, @@ -272,7 +272,7 @@ children = ( 92CC05C621FEDD0B00FF79F0 /* MobileCoreServices.framework */, 92CC05C421FEDC9F00FF79F0 /* CFNetwork.framework */, - 5040F04F1AE47ED4006F6972 /* libz.dylib */, + 04306A8224A2C521002CAEFE /* libz.tbd */, 50C3B1AD1AB1107100F478D3 /* QuartzCore.framework */, 696012F119F3389A006A1088 /* CoreText.framework */, 963C3C33186E3DED00A6EB1E /* GameController.framework */, @@ -323,19 +323,19 @@ 96AFAF3116C1E00A009DE44C /* gfx */ = { isa = PBXGroup; children = ( - 96AFAF4416C1E00A009DE44C /* fonts */, + 96AFAF4416C1E00A009DE44C /* drivers_font_renderer */, ); name = gfx; - path = ../gfx; + path = ../../gfx; sourceTree = ""; }; - 96AFAF4416C1E00A009DE44C /* fonts */ = { + 96AFAF4416C1E00A009DE44C /* drivers_font_renderer */ = { isa = PBXGroup; children = ( 96AFAF4516C1E00A009DE44C /* bitmap.bin */, 96AFAF4616C1E00A009DE44C /* bitmap.bmp */, ); - path = fonts; + path = drivers_font_renderer; sourceTree = ""; }; D48581DC16F823E2004BEB17 /* griffin */ = { @@ -386,6 +386,7 @@ developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( + English, en, ); mainGroup = 96AFAE1A16C1D4EA009DE44C; @@ -464,14 +465,15 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; + CURRENT_PROJECT_VERSION = 1.8.9; DEVELOPMENT_TEAM = UK699V5ZS8; ENABLE_BITCODE = NO; GCC_PRECOMPILE_PREFIX_HEADER = NO; GCC_PREFIX_HEADER = ""; HEADER_SEARCH_PATHS = ( ../../, - ../../libretro-common/include, - ../../libretro-common/include/compat/zlib, + "../../libretro-common/include", + "../../libretro-common/include/compat/zlib", ../../deps/stb, ../../deps/rcheevos/include, ../../deps, @@ -481,6 +483,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 6.0; LD_NO_PIE = YES; LIBRARY_SEARCH_PATHS = ""; + MARKETING_VERSION = 1.8.9; ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = ( "-DHAVE_NETWORKGAMEPAD", @@ -554,14 +557,15 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; + CURRENT_PROJECT_VERSION = 1.8.9; DEVELOPMENT_TEAM = UK699V5ZS8; ENABLE_BITCODE = NO; GCC_PRECOMPILE_PREFIX_HEADER = NO; GCC_PREFIX_HEADER = ""; HEADER_SEARCH_PATHS = ( ../../, - ../../libretro-common/include, - ../../libretro-common/include/compat/zlib, + "../../libretro-common/include", + "../../libretro-common/include/compat/zlib", ../../deps/stb, ../../deps/rcheevos/include, ../../deps, @@ -571,6 +575,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 6.0; LD_NO_PIE = YES; LIBRARY_SEARCH_PATHS = ""; + MARKETING_VERSION = 1.8.9; OTHER_CFLAGS = ( "-DNS_BLOCK_ASSERTIONS=1", "-DNDEBUG", diff --git a/pkg/apple/RetroArch_iOS8.xcodeproj/project.pbxproj b/pkg/apple/RetroArch_iOS8.xcodeproj/project.pbxproj index 149b2a3166..753e99bbed 100644 --- a/pkg/apple/RetroArch_iOS8.xcodeproj/project.pbxproj +++ b/pkg/apple/RetroArch_iOS8.xcodeproj/project.pbxproj @@ -23,12 +23,12 @@ 041939FB22A0F4E400684552 /* WebServer.m in Sources */ = {isa = PBXBuildFile; fileRef = 041939E922A0F4E400684552 /* WebServer.m */; }; 041939FC22A0F4E400684552 /* GCDWebUploader.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 041939EB22A0F4E400684552 /* GCDWebUploader.bundle */; }; 041939FD22A0F4E400684552 /* GCDWebUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = 041939ED22A0F4E400684552 /* GCDWebUploader.m */; }; + 04306A8524A2C580002CAEFE /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 04306A8424A2C57F002CAEFE /* libz.tbd */; }; 501232CA192E5FC40063A359 /* griffin.c in Sources */ = {isa = PBXBuildFile; fileRef = 501232C9192E5FC40063A359 /* griffin.c */; }; 501232CC192E5FDC0063A359 /* sinc_resampler_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = 501232CB192E5FDC0063A359 /* sinc_resampler_neon.S */; }; 501232CE192E5FE30063A359 /* s16_to_float_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = 501232CD192E5FE30063A359 /* s16_to_float_neon.S */; }; 501881EC184BAD6D006F665D /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 501881EB184BAD6D006F665D /* AVFoundation.framework */; }; 501881EE184BB54C006F665D /* CoreMedia.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 501881ED184BB54C006F665D /* CoreMedia.framework */; }; - 5040F0501AE47ED4006F6972 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 5040F04F1AE47ED4006F6972 /* libz.dylib */; }; 5041BAF41A9D40D000A77A33 /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 963C3C33186E3DED00A6EB1E /* GameController.framework */; settings = {ATTRIBUTES = (Weak, ); }; }; 50521A441AA23BF500185CC9 /* griffin_objc.m in Sources */ = {isa = PBXBuildFile; fileRef = 50521A431AA23BF500185CC9 /* griffin_objc.m */; }; 507E056B1CE9C67500E023D3 /* float_to_s16_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = 507E056A1CE9C67500E023D3 /* float_to_s16_neon.S */; }; @@ -38,7 +38,8 @@ 50E7189F184B88AA001956CE /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50E7189E184B88AA001956CE /* CoreVideo.framework */; }; 696012F219F3389A006A1088 /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 696012F119F3389A006A1088 /* CoreText.framework */; }; 69D31DE41A547EC800EF4C92 /* iOS/Resources/Media.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 69D31DE31A547EC800EF4C92 /* iOS/Resources/Media.xcassets */; }; - 83EB676019EEAF050096F441 /* iOS/modules in Resources */ = {isa = PBXBuildFile; fileRef = 83EB675F19EEAF050096F441 /* iOS/modules */; }; + 92CC05C521FEDC9F00FF79F0 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92CC05C421FEDC9F00FF79F0 /* CFNetwork.framework */; }; + 92CC05C721FEDD0B00FF79F0 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92CC05C621FEDD0B00FF79F0 /* MobileCoreServices.framework */; }; 96366C5516C9AC3300D64A22 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96366C5416C9AC3300D64A22 /* CoreAudio.framework */; }; 96366C5916C9ACF500D64A22 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96366C5816C9ACF500D64A22 /* AudioToolbox.framework */; }; 967894631788EBD800D6CA69 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 967894611788EBD800D6CA69 /* InfoPlist.strings */; }; @@ -47,8 +48,6 @@ 96AFAE2E16C1D4EA009DE44C /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96AFAE2D16C1D4EA009DE44C /* CoreGraphics.framework */; }; 96AFAE3016C1D4EA009DE44C /* GLKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96AFAE2F16C1D4EA009DE44C /* GLKit.framework */; }; 96AFAE3216C1D4EA009DE44C /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96AFAE3116C1D4EA009DE44C /* OpenGLES.framework */; }; - 92CC05C521FEDC9F00FF79F0 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92CC05C421FEDC9F00FF79F0 /* CFNetwork.framework */; }; - 92CC05C721FEDD0B00FF79F0 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92CC05C621FEDD0B00FF79F0 /* MobileCoreServices.framework */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -85,14 +84,14 @@ 041939EB22A0F4E400684552 /* GCDWebUploader.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = GCDWebUploader.bundle; sourceTree = ""; }; 041939EC22A0F4E400684552 /* GCDWebUploader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebUploader.h; sourceTree = ""; }; 041939ED22A0F4E400684552 /* GCDWebUploader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebUploader.m; sourceTree = ""; }; - 0FDA2A921BE1AFA800F2B5DA /* RetroArch_iOS9-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "RetroArch_iOS9-Info.plist"; path = "/Users/buildbot/buildbot/ios/retroarch/pkg/apple/RetroArch_iOS9-Info.plist"; sourceTree = ""; }; + 04306A8424A2C57F002CAEFE /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; }; + 0FDA2A921BE1AFA800F2B5DA /* RetroArch_iOS9-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "RetroArch_iOS9-Info.plist"; sourceTree = SOURCE_ROOT; }; 501232C9192E5FC40063A359 /* griffin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = griffin.c; path = ../../griffin/griffin.c; sourceTree = SOURCE_ROOT; }; 501232CB192E5FDC0063A359 /* sinc_resampler_neon.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; name = sinc_resampler_neon.S; path = "../../libretro-common/audio/resampler/drivers/sinc_resampler_neon.S"; sourceTree = SOURCE_ROOT; }; 501232CD192E5FE30063A359 /* s16_to_float_neon.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; name = s16_to_float_neon.S; path = "../../libretro-common/audio/conversion/s16_to_float_neon.S"; sourceTree = SOURCE_ROOT; }; 501881EB184BAD6D006F665D /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; }; 501881ED184BB54C006F665D /* CoreMedia.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMedia.framework; path = System/Library/Frameworks/CoreMedia.framework; sourceTree = SDKROOT; }; 503700AE1ACA18E400A51A37 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = iOS/Info.plist; sourceTree = SOURCE_ROOT; }; - 5040F04F1AE47ED4006F6972 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; }; 50521A431AA23BF500185CC9 /* griffin_objc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = griffin_objc.m; path = ../../griffin/griffin_objc.m; sourceTree = SOURCE_ROOT; }; 507E056A1CE9C67500E023D3 /* float_to_s16_neon.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; name = float_to_s16_neon.S; path = "../../libretro-common/audio/conversion/float_to_s16_neon.S"; sourceTree = SOURCE_ROOT; }; 50C3B1AD1AB1107100F478D3 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; @@ -101,7 +100,6 @@ 50E7189E184B88AA001956CE /* CoreVideo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreVideo.framework; path = System/Library/Frameworks/CoreVideo.framework; sourceTree = SDKROOT; }; 696012F119F3389A006A1088 /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; }; 69D31DE31A547EC800EF4C92 /* iOS/Resources/Media.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = iOS/Resources/Media.xcassets; sourceTree = SOURCE_ROOT; }; - 83EB675F19EEAF050096F441 /* iOS/modules */ = {isa = PBXFileReference; lastKnownFileType = folder; path = iOS/modules; sourceTree = SOURCE_ROOT; }; 92CC05C421FEDC9F00FF79F0 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; }; 92CC05C621FEDD0B00FF79F0 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; }; 96366C5416C9AC3300D64A22 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; }; @@ -126,7 +124,7 @@ files = ( 92CC05C721FEDD0B00FF79F0 /* MobileCoreServices.framework in Frameworks */, 92CC05C521FEDC9F00FF79F0 /* CFNetwork.framework in Frameworks */, - 5040F0501AE47ED4006F6972 /* libz.dylib in Frameworks */, + 04306A8524A2C580002CAEFE /* libz.tbd in Frameworks */, 50C3B1AE1AB1107200F478D3 /* QuartzCore.framework in Frameworks */, 5041BAF41A9D40D000A77A33 /* GameController.framework in Frameworks */, 696012F219F3389A006A1088 /* CoreText.framework in Frameworks */, @@ -238,7 +236,6 @@ 83D632D719ECFCC4009E3161 /* Assets */ = { isa = PBXGroup; children = ( - 83EB675F19EEAF050096F441 /* iOS/modules */, 69D31DE31A547EC800EF4C92 /* iOS/Resources/Media.xcassets */, ); name = Assets; @@ -277,7 +274,7 @@ children = ( 92CC05C621FEDD0B00FF79F0 /* MobileCoreServices.framework */, 92CC05C421FEDC9F00FF79F0 /* CFNetwork.framework */, - 5040F04F1AE47ED4006F6972 /* libz.dylib */, + 04306A8424A2C57F002CAEFE /* libz.tbd */, 50C3B1AD1AB1107100F478D3 /* QuartzCore.framework */, 696012F119F3389A006A1088 /* CoreText.framework */, 963C3C33186E3DED00A6EB1E /* GameController.framework */, @@ -328,19 +325,19 @@ 96AFAF3116C1E00A009DE44C /* gfx */ = { isa = PBXGroup; children = ( - 96AFAF4416C1E00A009DE44C /* fonts */, + 96AFAF4416C1E00A009DE44C /* drivers_font_renderer */, ); name = gfx; - path = ../gfx; + path = ../../gfx; sourceTree = ""; }; - 96AFAF4416C1E00A009DE44C /* fonts */ = { + 96AFAF4416C1E00A009DE44C /* drivers_font_renderer */ = { isa = PBXGroup; children = ( 96AFAF4516C1E00A009DE44C /* bitmap.bin */, 96AFAF4616C1E00A009DE44C /* bitmap.bmp */, ); - path = fonts; + path = drivers_font_renderer; sourceTree = ""; }; D48581DC16F823E2004BEB17 /* griffin */ = { @@ -391,6 +388,7 @@ developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( + English, en, ); mainGroup = 96AFAE1A16C1D4EA009DE44C; @@ -411,7 +409,6 @@ 967894631788EBD800D6CA69 /* InfoPlist.strings in Resources */, 69D31DE41A547EC800EF4C92 /* iOS/Resources/Media.xcassets in Resources */, 041939FC22A0F4E400684552 /* GCDWebUploader.bundle in Resources */, - 83EB676019EEAF050096F441 /* iOS/modules in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -630,14 +627,15 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; + CURRENT_PROJECT_VERSION = 1.8.9; DEVELOPMENT_TEAM = UK699V5ZS8; ENABLE_BITCODE = NO; GCC_PRECOMPILE_PREFIX_HEADER = NO; GCC_PREFIX_HEADER = ""; HEADER_SEARCH_PATHS = ( ../../, - ../../libretro-common/include, - ../../libretro-common/include/compat/zlib, + "../../libretro-common/include", + "../../libretro-common/include/compat/zlib", ../../deps/stb, ../../deps/rcheevos/include, ../../deps, @@ -647,6 +645,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 8.4; LD_NO_PIE = YES; LIBRARY_SEARCH_PATHS = ""; + MARKETING_VERSION = 1.8.9; ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = ( "-DHAVE_NETWORKGAMEPAD", @@ -723,14 +722,15 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; + CURRENT_PROJECT_VERSION = 1.8.9; DEVELOPMENT_TEAM = UK699V5ZS8; ENABLE_BITCODE = NO; GCC_PRECOMPILE_PREFIX_HEADER = NO; GCC_PREFIX_HEADER = ""; HEADER_SEARCH_PATHS = ( ../../, - ../../libretro-common/include, - ../../libretro-common/include/compat/zlib, + "../../libretro-common/include", + "../../libretro-common/include/compat/zlib", ../../deps/stb, ../../deps/rcheevos/include, ../../deps, @@ -740,6 +740,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 8.4; LD_NO_PIE = YES; LIBRARY_SEARCH_PATHS = ""; + MARKETING_VERSION = 1.8.9; OTHER_CFLAGS = ( "-DNS_BLOCK_ASSERTIONS=1", "-DNDEBUG", diff --git a/pkg/apple/RetroArch_iOS9.xcodeproj/project.pbxproj b/pkg/apple/RetroArch_iOS9.xcodeproj/project.pbxproj index 7227ca7337..d77dea66fe 100644 --- a/pkg/apple/RetroArch_iOS9.xcodeproj/project.pbxproj +++ b/pkg/apple/RetroArch_iOS9.xcodeproj/project.pbxproj @@ -23,12 +23,12 @@ 040A5A5622953F3300BD075F /* WebServer.m in Sources */ = {isa = PBXBuildFile; fileRef = 040A5A4422953F3300BD075F /* WebServer.m */; }; 040A5A5722953F3300BD075F /* GCDWebUploader.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 040A5A4622953F3300BD075F /* GCDWebUploader.bundle */; }; 040A5A5822953F3300BD075F /* GCDWebUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = 040A5A4822953F3300BD075F /* GCDWebUploader.m */; }; + 04306A8724A2C600002CAEFE /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 04306A8624A2C600002CAEFE /* libz.tbd */; }; 0FDA2A721BE1AFA800F2B5DA /* cc_resampler_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = 50D00E8D19D117C400EBA71E /* cc_resampler_neon.S */; }; 0FDA2A731BE1AFA800F2B5DA /* griffin_objc.m in Sources */ = {isa = PBXBuildFile; fileRef = 50521A431AA23BF500185CC9 /* griffin_objc.m */; }; 0FDA2A741BE1AFA800F2B5DA /* s16_to_float_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = 501232CD192E5FE30063A359 /* s16_to_float_neon.S */; }; 0FDA2A751BE1AFA800F2B5DA /* sinc_resampler_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = 501232CB192E5FDC0063A359 /* sinc_resampler_neon.S */; }; 0FDA2A761BE1AFA800F2B5DA /* griffin.c in Sources */ = {isa = PBXBuildFile; fileRef = 501232C9192E5FC40063A359 /* griffin.c */; }; - 0FDA2A781BE1AFA800F2B5DA /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 5040F04F1AE47ED4006F6972 /* libz.dylib */; }; 0FDA2A791BE1AFA800F2B5DA /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50C3B1AD1AB1107100F478D3 /* QuartzCore.framework */; }; 0FDA2A7A1BE1AFA800F2B5DA /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 963C3C33186E3DED00A6EB1E /* GameController.framework */; settings = {ATTRIBUTES = (Weak, ); }; }; 0FDA2A7B1BE1AFA800F2B5DA /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 696012F119F3389A006A1088 /* CoreText.framework */; }; @@ -45,7 +45,6 @@ 0FDA2A861BE1AFA800F2B5DA /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96AFAE3116C1D4EA009DE44C /* OpenGLES.framework */; }; 0FDA2A891BE1AFA800F2B5DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 967894611788EBD800D6CA69 /* InfoPlist.strings */; }; 0FDA2A8A1BE1AFA800F2B5DA /* iOS/Resources/Media.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 69D31DE31A547EC800EF4C92 /* iOS/Resources/Media.xcassets */; }; - 0FDA2A8C1BE1AFA800F2B5DA /* iOS/modules in Resources */ = {isa = PBXBuildFile; fileRef = 83EB675F19EEAF050096F441 /* iOS/modules */; }; 507E056D1CE9C69400E023D3 /* float_to_s16_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = 507E056A1CE9C67500E023D3 /* float_to_s16_neon.S */; }; 92CC05C521FEDC9F00FF79F0 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92CC05C421FEDC9F00FF79F0 /* CFNetwork.framework */; }; 92CC05C721FEDD0B00FF79F0 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92CC05C621FEDD0B00FF79F0 /* MobileCoreServices.framework */; }; @@ -85,15 +84,15 @@ 040A5A4622953F3300BD075F /* GCDWebUploader.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = GCDWebUploader.bundle; sourceTree = ""; }; 040A5A4722953F3300BD075F /* GCDWebUploader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebUploader.h; sourceTree = ""; }; 040A5A4822953F3300BD075F /* GCDWebUploader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebUploader.m; sourceTree = ""; }; - 0FDA2A911BE1AFA800F2B5DA /* RetroArch.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RetroArch.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 0FDA2A921BE1AFA800F2B5DA /* RetroArch_iOS9-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "RetroArch_iOS9-Info.plist"; path = "/Users/buildbot/buildbot/ios/retroarch/pkg/apple/RetroArch_iOS9-Info.plist"; sourceTree = ""; }; + 04306A8624A2C600002CAEFE /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; }; + 0FDA2A911BE1AFA800F2B5DA /* RetroArch iOS9.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "RetroArch iOS9.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + 0FDA2A921BE1AFA800F2B5DA /* RetroArch_iOS9-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "RetroArch_iOS9-Info.plist"; sourceTree = SOURCE_ROOT; }; 501232C9192E5FC40063A359 /* griffin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = griffin.c; path = ../../griffin/griffin.c; sourceTree = SOURCE_ROOT; }; 501232CB192E5FDC0063A359 /* sinc_resampler_neon.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; name = sinc_resampler_neon.S; path = "../../libretro-common/audio/resampler/drivers/sinc_resampler_neon.S"; sourceTree = SOURCE_ROOT; }; 501232CD192E5FE30063A359 /* s16_to_float_neon.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; name = s16_to_float_neon.S; path = "../../libretro-common/audio/conversion/s16_to_float_neon.S"; sourceTree = SOURCE_ROOT; }; 501881EB184BAD6D006F665D /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; }; 501881ED184BB54C006F665D /* CoreMedia.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMedia.framework; path = System/Library/Frameworks/CoreMedia.framework; sourceTree = SDKROOT; }; 503700AE1ACA18E400A51A37 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = iOS/Info.plist; sourceTree = SOURCE_ROOT; }; - 5040F04F1AE47ED4006F6972 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; }; 50521A431AA23BF500185CC9 /* griffin_objc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = griffin_objc.m; path = ../../griffin/griffin_objc.m; sourceTree = SOURCE_ROOT; }; 507E056A1CE9C67500E023D3 /* float_to_s16_neon.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; name = float_to_s16_neon.S; path = "../../libretro-common/audio/conversion/float_to_s16_neon.S"; sourceTree = SOURCE_ROOT; }; 50C3B1AD1AB1107100F478D3 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; @@ -102,7 +101,6 @@ 50E7189E184B88AA001956CE /* CoreVideo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreVideo.framework; path = System/Library/Frameworks/CoreVideo.framework; sourceTree = SDKROOT; }; 696012F119F3389A006A1088 /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; }; 69D31DE31A547EC800EF4C92 /* iOS/Resources/Media.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = iOS/Resources/Media.xcassets; sourceTree = SOURCE_ROOT; }; - 83EB675F19EEAF050096F441 /* iOS/modules */ = {isa = PBXFileReference; lastKnownFileType = folder; path = iOS/modules; sourceTree = SOURCE_ROOT; }; 92CC05C421FEDC9F00FF79F0 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; }; 92CC05C621FEDD0B00FF79F0 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; }; 96366C5416C9AC3300D64A22 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; }; @@ -126,7 +124,7 @@ files = ( 92CC05C721FEDD0B00FF79F0 /* MobileCoreServices.framework in Frameworks */, 92CC05C521FEDC9F00FF79F0 /* CFNetwork.framework in Frameworks */, - 0FDA2A781BE1AFA800F2B5DA /* libz.dylib in Frameworks */, + 04306A8724A2C600002CAEFE /* libz.tbd in Frameworks */, 0FDA2A791BE1AFA800F2B5DA /* QuartzCore.framework in Frameworks */, 0FDA2A7A1BE1AFA800F2B5DA /* GameController.framework in Frameworks */, 0FDA2A7B1BE1AFA800F2B5DA /* CoreText.framework in Frameworks */, @@ -238,7 +236,6 @@ 83D632D719ECFCC4009E3161 /* Assets */ = { isa = PBXGroup; children = ( - 83EB675F19EEAF050096F441 /* iOS/modules */, 69D31DE31A547EC800EF4C92 /* iOS/Resources/Media.xcassets */, ); name = Assets; @@ -267,7 +264,7 @@ 96AFAE2616C1D4EA009DE44C /* Products */ = { isa = PBXGroup; children = ( - 0FDA2A911BE1AFA800F2B5DA /* RetroArch.app */, + 0FDA2A911BE1AFA800F2B5DA /* RetroArch iOS9.app */, ); name = Products; sourceTree = ""; @@ -277,7 +274,7 @@ children = ( 92CC05C621FEDD0B00FF79F0 /* MobileCoreServices.framework */, 92CC05C421FEDC9F00FF79F0 /* CFNetwork.framework */, - 5040F04F1AE47ED4006F6972 /* libz.dylib */, + 04306A8624A2C600002CAEFE /* libz.tbd */, 50C3B1AD1AB1107100F478D3 /* QuartzCore.framework */, 696012F119F3389A006A1088 /* CoreText.framework */, 963C3C33186E3DED00A6EB1E /* GameController.framework */, @@ -328,19 +325,19 @@ 96AFAF3116C1E00A009DE44C /* gfx */ = { isa = PBXGroup; children = ( - 96AFAF4416C1E00A009DE44C /* fonts */, + 96AFAF4416C1E00A009DE44C /* drivers_font_renderer */, ); name = gfx; - path = ../gfx; + path = ../../gfx; sourceTree = ""; }; - 96AFAF4416C1E00A009DE44C /* fonts */ = { + 96AFAF4416C1E00A009DE44C /* drivers_font_renderer */ = { isa = PBXGroup; children = ( 96AFAF4516C1E00A009DE44C /* bitmap.bin */, 96AFAF4616C1E00A009DE44C /* bitmap.bmp */, ); - path = fonts; + path = drivers_font_renderer; sourceTree = ""; }; D48581DC16F823E2004BEB17 /* griffin */ = { @@ -370,7 +367,7 @@ ); name = "RetroArch iOS9"; productName = RetroArch; - productReference = 0FDA2A911BE1AFA800F2B5DA /* RetroArch.app */; + productReference = 0FDA2A911BE1AFA800F2B5DA /* RetroArch iOS9.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ @@ -392,6 +389,7 @@ developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( + English, en, ); mainGroup = 96AFAE1A16C1D4EA009DE44C; @@ -412,7 +410,6 @@ 0FDA2A891BE1AFA800F2B5DA /* InfoPlist.strings in Resources */, 0FDA2A8A1BE1AFA800F2B5DA /* iOS/Resources/Media.xcassets in Resources */, 040A5A5722953F3300BD075F /* GCDWebUploader.bundle in Resources */, - 0FDA2A8C1BE1AFA800F2B5DA /* iOS/modules in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -493,8 +490,8 @@ GCC_PREFIX_HEADER = ""; HEADER_SEARCH_PATHS = ( ../../, - ../../libretro-common/include, - ../../libretro-common/include/compat/zlib, + "../../libretro-common/include", + "../../libretro-common/include/compat/zlib", ../../deps/stb, ../../deps/rcheevos/include, ../../deps, @@ -509,8 +506,8 @@ "-DHAVE_NETWORKGAMEPAD", "-DHAVE_STB_FONT", "-DHAVE_NETWORKING", - "-DHAVE_NETPLAYDISCOVERY", - "-DHAVE_RUNAHEAD", + "-DHAVE_NETPLAYDISCOVERY", + "-DHAVE_RUNAHEAD", "-DHAVE_TRANSLATE", "-DHAVE_GRIFFIN", "-DHAVE_STB_VORBIS", @@ -562,7 +559,7 @@ "-DHAVE_KEYMAPPER", ); PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArch9; - PRODUCT_NAME = RetroArch; + PRODUCT_NAME = "RetroArch iOS9"; PROVISIONING_PROFILE = ""; VALID_ARCHS = armv7; WARNING_CFLAGS = "-Wno-invalid-source-encoding"; @@ -586,8 +583,8 @@ GCC_PREFIX_HEADER = ""; HEADER_SEARCH_PATHS = ( ../../, - ../../libretro-common/include, - ../../libretro-common/include/compat/zlib, + "../../libretro-common/include", + "../../libretro-common/include/compat/zlib", ../../deps/stb, ../../deps/rcheevos/include, ../../deps, @@ -603,8 +600,8 @@ "-DHAVE_NETWORKGAMEPAD", "-DHAVE_STB_FONT", "-DHAVE_NETWORKING", - "-DHAVE_NETPLAYDISCOVERY", - "-DHAVE_RUNAHEAD", + "-DHAVE_NETPLAYDISCOVERY", + "-DHAVE_RUNAHEAD", "-DHAVE_TRANSLATE", "-DHAVE_GRIFFIN", "-DHAVE_STB_VORBIS", @@ -662,8 +659,8 @@ "-DHAVE_STB_FONT", "-DHAVE_HID", "-DHAVE_NETWORKING", - "-DHAVE_NETPLAYDISCOVERY", - "-DHAVE_RUNAHEAD", + "-DHAVE_NETPLAYDISCOVERY", + "-DHAVE_RUNAHEAD", "-DHAVE_TRANSLATE", "-DHAVE_GRIFFIN", "-DHAVE_STB_VORBIS", @@ -716,7 +713,7 @@ "-DHAVE_KEYMAPPER", ); PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArch9; - PRODUCT_NAME = RetroArch; + PRODUCT_NAME = "RetroArch iOS9"; PROVISIONING_PROFILE = ""; VALID_ARCHS = armv7; WARNING_CFLAGS = "-Wno-invalid-source-encoding"; @@ -756,8 +753,8 @@ "-DHAVE_STB_FONT", "-DHAVE_HID", "-DHAVE_NETWORKING", - "-DHAVE_NETPLAYDISCOVERY", - "-DHAVE_RUNAHEAD", + "-DHAVE_NETPLAYDISCOVERY", + "-DHAVE_RUNAHEAD", "-DHAVE_TRANSLATE", "-DHAVE_GRIFFIN", "-DHAVE_STB_VORBIS", @@ -833,8 +830,8 @@ "-DHAVE_STB_FONT", "-DHAVE_HID", "-DHAVE_NETWORKING", - "-DHAVE_NETPLAYDISCOVERY", - "-DHAVE_RUNAHEAD", + "-DHAVE_NETPLAYDISCOVERY", + "-DHAVE_RUNAHEAD", "-DHAVE_TRANSLATE", "-DHAVE_GRIFFIN", "-DHAVE_STB_VORBIS",