From 10d8ad72651f70b0d85ecb1d329c139bf0ba0bf1 Mon Sep 17 00:00:00 2001 From: Weedy Weed Smoker Date: Fri, 31 May 2019 14:23:11 +0700 Subject: [PATCH 1/8] (Buildfix) iOS 6 --- .../RetroArch_iOS6.xcodeproj/project.pbxproj | 190 ++++++++++++++++-- 1 file changed, 171 insertions(+), 19 deletions(-) diff --git a/pkg/apple/RetroArch_iOS6.xcodeproj/project.pbxproj b/pkg/apple/RetroArch_iOS6.xcodeproj/project.pbxproj index e4e0953d89..1b27435490 100644 --- a/pkg/apple/RetroArch_iOS6.xcodeproj/project.pbxproj +++ b/pkg/apple/RetroArch_iOS6.xcodeproj/project.pbxproj @@ -7,6 +7,22 @@ objects = { /* Begin PBXBuildFile section */ + 04193A2522A0F51200684552 /* GCDWebServerResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 04193A0322A0F51200684552 /* GCDWebServerResponse.m */; }; + 04193A2622A0F51200684552 /* GCDWebServerRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 04193A0622A0F51200684552 /* GCDWebServerRequest.m */; }; + 04193A2722A0F51200684552 /* GCDWebServerFunctions.m in Sources */ = {isa = PBXBuildFile; fileRef = 04193A0922A0F51200684552 /* GCDWebServerFunctions.m */; }; + 04193A2822A0F51200684552 /* GCDWebServer.m in Sources */ = {isa = PBXBuildFile; fileRef = 04193A0A22A0F51200684552 /* GCDWebServer.m */; }; + 04193A2922A0F51200684552 /* GCDWebServerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 04193A0B22A0F51200684552 /* GCDWebServerConnection.m */; }; + 04193A2A22A0F51200684552 /* GCDWebServerErrorResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 04193A1022A0F51200684552 /* GCDWebServerErrorResponse.m */; }; + 04193A2B22A0F51200684552 /* GCDWebServerFileResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 04193A1222A0F51200684552 /* GCDWebServerFileResponse.m */; }; + 04193A2C22A0F51200684552 /* GCDWebServerDataResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 04193A1322A0F51200684552 /* GCDWebServerDataResponse.m */; }; + 04193A2D22A0F51200684552 /* GCDWebServerStreamedResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 04193A1522A0F51200684552 /* GCDWebServerStreamedResponse.m */; }; + 04193A2E22A0F51200684552 /* GCDWebServerURLEncodedFormRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 04193A1A22A0F51200684552 /* GCDWebServerURLEncodedFormRequest.m */; }; + 04193A2F22A0F51200684552 /* GCDWebServerMultiPartFormRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 04193A1B22A0F51200684552 /* GCDWebServerMultiPartFormRequest.m */; }; + 04193A3022A0F51200684552 /* GCDWebServerDataRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 04193A1C22A0F51200684552 /* GCDWebServerDataRequest.m */; }; + 04193A3122A0F51200684552 /* GCDWebServerFileRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 04193A1D22A0F51200684552 /* GCDWebServerFileRequest.m */; }; + 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 */; }; 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 */; }; @@ -29,19 +45,53 @@ 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 */; }; 503700A21ACA18E400A51A37 /* iOS/Resources/PauseIndicatorView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 83D632DE19ECFCC4009E3161 /* iOS/Resources/PauseIndicatorView.xib */; }; - 503700A31ACA18E400A51A37 /* iOS/modules in Resources */ = {isa = PBXBuildFile; fileRef = 83EB675F19EEAF050096F441 /* iOS/modules */; }; 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 */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ + 04193A0122A0F51200684552 /* GCDWebServerFunctions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerFunctions.h; sourceTree = ""; }; + 04193A0222A0F51200684552 /* GCDWebServerPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerPrivate.h; sourceTree = ""; }; + 04193A0322A0F51200684552 /* GCDWebServerResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerResponse.m; sourceTree = ""; }; + 04193A0422A0F51200684552 /* GCDWebServerConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerConnection.h; sourceTree = ""; }; + 04193A0522A0F51200684552 /* GCDWebServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServer.h; sourceTree = ""; }; + 04193A0622A0F51200684552 /* GCDWebServerRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerRequest.m; sourceTree = ""; }; + 04193A0722A0F51200684552 /* GCDWebServerHTTPStatusCodes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerHTTPStatusCodes.h; sourceTree = ""; }; + 04193A0822A0F51200684552 /* GCDWebServerResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerResponse.h; sourceTree = ""; }; + 04193A0922A0F51200684552 /* GCDWebServerFunctions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerFunctions.m; sourceTree = ""; }; + 04193A0A22A0F51200684552 /* GCDWebServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServer.m; sourceTree = ""; }; + 04193A0B22A0F51200684552 /* GCDWebServerConnection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerConnection.m; sourceTree = ""; }; + 04193A0C22A0F51200684552 /* GCDWebServerRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerRequest.h; sourceTree = ""; }; + 04193A0E22A0F51200684552 /* GCDWebServerFileResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerFileResponse.h; sourceTree = ""; }; + 04193A0F22A0F51200684552 /* GCDWebServerStreamedResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerStreamedResponse.h; sourceTree = ""; }; + 04193A1022A0F51200684552 /* GCDWebServerErrorResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerErrorResponse.m; sourceTree = ""; }; + 04193A1122A0F51200684552 /* GCDWebServerDataResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerDataResponse.h; sourceTree = ""; }; + 04193A1222A0F51200684552 /* GCDWebServerFileResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerFileResponse.m; sourceTree = ""; }; + 04193A1322A0F51200684552 /* GCDWebServerDataResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerDataResponse.m; sourceTree = ""; }; + 04193A1422A0F51200684552 /* GCDWebServerErrorResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerErrorResponse.h; sourceTree = ""; }; + 04193A1522A0F51200684552 /* GCDWebServerStreamedResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerStreamedResponse.m; sourceTree = ""; }; + 04193A1722A0F51200684552 /* GCDWebServerDataRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerDataRequest.h; sourceTree = ""; }; + 04193A1822A0F51200684552 /* GCDWebServerMultiPartFormRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerMultiPartFormRequest.h; sourceTree = ""; }; + 04193A1922A0F51200684552 /* GCDWebServerFileRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerFileRequest.h; sourceTree = ""; }; + 04193A1A22A0F51200684552 /* GCDWebServerURLEncodedFormRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerURLEncodedFormRequest.m; sourceTree = ""; }; + 04193A1B22A0F51200684552 /* GCDWebServerMultiPartFormRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerMultiPartFormRequest.m; sourceTree = ""; }; + 04193A1C22A0F51200684552 /* GCDWebServerDataRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerDataRequest.m; sourceTree = ""; }; + 04193A1D22A0F51200684552 /* GCDWebServerFileRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerFileRequest.m; sourceTree = ""; }; + 04193A1E22A0F51200684552 /* GCDWebServerURLEncodedFormRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerURLEncodedFormRequest.h; sourceTree = ""; }; + 04193A1F22A0F51200684552 /* WebServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebServer.h; sourceTree = ""; }; + 04193A2022A0F51200684552 /* WebServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WebServer.m; sourceTree = ""; }; + 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 = ""; }; 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; }; - 503700AD1ACA18E400A51A37 /* RetroArch copy.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "RetroArch copy.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + 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; }; @@ -54,7 +104,8 @@ 69D31DE31A547EC800EF4C92 /* iOS/Resources/Media.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = iOS/Resources/Media.xcassets; sourceTree = SOURCE_ROOT; }; 83D632DB19ECFCC4009E3161 /* iOS/Resources/ic_pause.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = iOS/Resources/ic_pause.png; sourceTree = SOURCE_ROOT; }; 83D632DE19ECFCC4009E3161 /* iOS/Resources/PauseIndicatorView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = iOS/Resources/PauseIndicatorView.xib; 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; }; 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; }; @@ -74,6 +125,8 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 92CC05C721FEDD0B00FF79F0 /* MobileCoreServices.framework in Frameworks */, + 92CC05C521FEDC9F00FF79F0 /* CFNetwork.framework in Frameworks */, 5040F0511AE47EE2006F6972 /* libz.dylib in Frameworks */, 5037008E1ACA18E400A51A37 /* QuartzCore.framework in Frameworks */, 503700901ACA18E400A51A37 /* CoreText.framework in Frameworks */, @@ -94,6 +147,86 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + 041939FE22A0F51200684552 /* WebServer */ = { + isa = PBXGroup; + children = ( + 041939FF22A0F51200684552 /* GCDWebServer */, + 04193A1F22A0F51200684552 /* WebServer.h */, + 04193A2022A0F51200684552 /* WebServer.m */, + 04193A2122A0F51200684552 /* GCDWebUploader */, + ); + path = WebServer; + sourceTree = ""; + }; + 041939FF22A0F51200684552 /* GCDWebServer */ = { + isa = PBXGroup; + children = ( + 04193A0022A0F51200684552 /* Core */, + 04193A0D22A0F51200684552 /* Responses */, + 04193A1622A0F51200684552 /* Requests */, + ); + path = GCDWebServer; + sourceTree = ""; + }; + 04193A0022A0F51200684552 /* Core */ = { + isa = PBXGroup; + children = ( + 04193A0122A0F51200684552 /* GCDWebServerFunctions.h */, + 04193A0222A0F51200684552 /* GCDWebServerPrivate.h */, + 04193A0322A0F51200684552 /* GCDWebServerResponse.m */, + 04193A0422A0F51200684552 /* GCDWebServerConnection.h */, + 04193A0522A0F51200684552 /* GCDWebServer.h */, + 04193A0622A0F51200684552 /* GCDWebServerRequest.m */, + 04193A0722A0F51200684552 /* GCDWebServerHTTPStatusCodes.h */, + 04193A0822A0F51200684552 /* GCDWebServerResponse.h */, + 04193A0922A0F51200684552 /* GCDWebServerFunctions.m */, + 04193A0A22A0F51200684552 /* GCDWebServer.m */, + 04193A0B22A0F51200684552 /* GCDWebServerConnection.m */, + 04193A0C22A0F51200684552 /* GCDWebServerRequest.h */, + ); + path = Core; + sourceTree = ""; + }; + 04193A0D22A0F51200684552 /* Responses */ = { + isa = PBXGroup; + children = ( + 04193A0E22A0F51200684552 /* GCDWebServerFileResponse.h */, + 04193A0F22A0F51200684552 /* GCDWebServerStreamedResponse.h */, + 04193A1022A0F51200684552 /* GCDWebServerErrorResponse.m */, + 04193A1122A0F51200684552 /* GCDWebServerDataResponse.h */, + 04193A1222A0F51200684552 /* GCDWebServerFileResponse.m */, + 04193A1322A0F51200684552 /* GCDWebServerDataResponse.m */, + 04193A1422A0F51200684552 /* GCDWebServerErrorResponse.h */, + 04193A1522A0F51200684552 /* GCDWebServerStreamedResponse.m */, + ); + path = Responses; + sourceTree = ""; + }; + 04193A1622A0F51200684552 /* Requests */ = { + isa = PBXGroup; + children = ( + 04193A1722A0F51200684552 /* GCDWebServerDataRequest.h */, + 04193A1822A0F51200684552 /* GCDWebServerMultiPartFormRequest.h */, + 04193A1922A0F51200684552 /* GCDWebServerFileRequest.h */, + 04193A1A22A0F51200684552 /* GCDWebServerURLEncodedFormRequest.m */, + 04193A1B22A0F51200684552 /* GCDWebServerMultiPartFormRequest.m */, + 04193A1C22A0F51200684552 /* GCDWebServerDataRequest.m */, + 04193A1D22A0F51200684552 /* GCDWebServerFileRequest.m */, + 04193A1E22A0F51200684552 /* GCDWebServerURLEncodedFormRequest.h */, + ); + path = Requests; + sourceTree = ""; + }; + 04193A2122A0F51200684552 /* GCDWebUploader */ = { + isa = PBXGroup; + children = ( + 04193A2222A0F51200684552 /* GCDWebUploader.bundle */, + 04193A2322A0F51200684552 /* GCDWebUploader.h */, + 04193A2422A0F51200684552 /* GCDWebUploader.m */, + ); + path = GCDWebUploader; + sourceTree = ""; + }; 500B12CD20185CAB0047A788 /* Recovered References */ = { isa = PBXGroup; children = ( @@ -105,7 +238,6 @@ 83D632D719ECFCC4009E3161 /* Assets */ = { isa = PBXGroup; children = ( - 83EB675F19EEAF050096F441 /* iOS/modules */, 83D632DB19ECFCC4009E3161 /* iOS/Resources/ic_pause.png */, 83D632DE19ECFCC4009E3161 /* iOS/Resources/PauseIndicatorView.xib */, 69D31DE31A547EC800EF4C92 /* iOS/Resources/Media.xcassets */, @@ -127,6 +259,7 @@ 503700AE1ACA18E400A51A37 /* Info.plist */, 0FDA2A921BE1AFA800F2B5DA /* RetroArch_iOS9-Info.plist */, 500B12CD20185CAB0047A788 /* Recovered References */, + 041939FE22A0F51200684552 /* WebServer */, ); indentWidth = 3; sourceTree = ""; @@ -135,7 +268,7 @@ 96AFAE2616C1D4EA009DE44C /* Products */ = { isa = PBXGroup; children = ( - 503700AD1ACA18E400A51A37 /* RetroArch copy.app */, + 503700AD1ACA18E400A51A37 /* RetroArch iOS6.app */, ); name = Products; sourceTree = ""; @@ -143,6 +276,8 @@ 96AFAE2816C1D4EA009DE44C /* Frameworks */ = { isa = PBXGroup; children = ( + 92CC05C621FEDD0B00FF79F0 /* MobileCoreServices.framework */, + 92CC05C421FEDC9F00FF79F0 /* CFNetwork.framework */, 5040F04F1AE47ED4006F6972 /* libz.dylib */, 50C3B1AD1AB1107100F478D3 /* QuartzCore.framework */, 696012F119F3389A006A1088 /* CoreText.framework */, @@ -235,7 +370,7 @@ ); name = "RetroArch iOS6"; productName = RetroArch; - productReference = 503700AD1ACA18E400A51A37 /* RetroArch copy.app */; + productReference = 503700AD1ACA18E400A51A37 /* RetroArch iOS6.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ @@ -277,8 +412,8 @@ 5037009F1ACA18E400A51A37 /* iOS/Resources/ic_pause.png in Resources */, 503700A01ACA18E400A51A37 /* InfoPlist.strings in Resources */, 503700A11ACA18E400A51A37 /* iOS/Resources/Media.xcassets in Resources */, + 04193A3322A0F51200684552 /* GCDWebUploader.bundle in Resources */, 503700A21ACA18E400A51A37 /* iOS/Resources/PauseIndicatorView.xib in Resources */, - 503700A31ACA18E400A51A37 /* iOS/modules in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -292,9 +427,24 @@ 507E056C1CE9C69300E023D3 /* float_to_s16_neon.S in Sources */, 503700881ACA18E400A51A37 /* cc_resampler_neon.S in Sources */, 503700891ACA18E400A51A37 /* griffin_objc.m in Sources */, + 04193A3222A0F51200684552 /* WebServer.m in Sources */, + 04193A2D22A0F51200684552 /* GCDWebServerStreamedResponse.m in Sources */, + 04193A2C22A0F51200684552 /* GCDWebServerDataResponse.m in Sources */, 5037008A1ACA18E400A51A37 /* s16_to_float_neon.S in Sources */, + 04193A2622A0F51200684552 /* GCDWebServerRequest.m in Sources */, + 04193A2F22A0F51200684552 /* GCDWebServerMultiPartFormRequest.m in Sources */, + 04193A3022A0F51200684552 /* GCDWebServerDataRequest.m in Sources */, + 04193A2722A0F51200684552 /* GCDWebServerFunctions.m in Sources */, + 04193A3422A0F51200684552 /* GCDWebUploader.m in Sources */, + 04193A3122A0F51200684552 /* GCDWebServerFileRequest.m in Sources */, + 04193A2A22A0F51200684552 /* GCDWebServerErrorResponse.m in Sources */, + 04193A2522A0F51200684552 /* GCDWebServerResponse.m in Sources */, 5037008B1ACA18E400A51A37 /* sinc_resampler_neon.S in Sources */, + 04193A2E22A0F51200684552 /* GCDWebServerURLEncodedFormRequest.m in Sources */, + 04193A2B22A0F51200684552 /* GCDWebServerFileResponse.m in Sources */, + 04193A2822A0F51200684552 /* GCDWebServer.m in Sources */, 5037008C1ACA18E400A51A37 /* griffin.c in Sources */, + 04193A2922A0F51200684552 /* GCDWebServerConnection.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -335,6 +485,7 @@ ../../deps, ); INFOPLIST_FILE = "$(SRCROOT)/iOS/Info.plist"; + INFOPLIST_OUTPUT_FORMAT = XML; IPHONEOS_DEPLOYMENT_TARGET = 6.0; LD_NO_PIE = YES; LIBRARY_SEARCH_PATHS = ""; @@ -344,8 +495,8 @@ "-DHAVE_STB_FONT", "-DHAVE_HID", "-DHAVE_NETWORKING", - "-DHAVE_NETPLAYDISCOVERY", - "-DHAVE_RUNAHEAD", + "-DHAVE_NETPLAYDISCOVERY", + "-DHAVE_RUNAHEAD", "-DHAVE_GRIFFIN", "-DHAVE_STB_VORBIS", "-DHAVE_MINIUPNPC", @@ -388,7 +539,7 @@ "-D_LZMA_UINT32_IS_ULONG", ); PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArch6; - PRODUCT_NAME = "RetroArch copy"; + PRODUCT_NAME = "RetroArch iOS6"; PROVISIONING_PROFILE = ""; VALID_ARCHS = armv7; WRAPPER_EXTENSION = app; @@ -418,6 +569,7 @@ ../../deps, ); INFOPLIST_FILE = "$(SRCROOT)/iOS/Info.plist"; + INFOPLIST_OUTPUT_FORMAT = XML; IPHONEOS_DEPLOYMENT_TARGET = 6.0; LD_NO_PIE = YES; LIBRARY_SEARCH_PATHS = ""; @@ -428,8 +580,8 @@ "-DHAVE_STB_FONT", "-DHAVE_HID", "-DHAVE_NETWORKING", - "-DHAVE_NETPLAYDISCOVERY", - "-DHAVE_RUNAHEAD", + "-DHAVE_NETPLAYDISCOVERY", + "-DHAVE_RUNAHEAD", "-DHAVE_GRIFFIN", "-DHAVE_STB_VORBIS", "-DHAVE_MINIUPNPC", @@ -479,8 +631,8 @@ "-DHAVE_STB_FONT", "-DHAVE_HID", "-DHAVE_NETWORKING", - "-DHAVE_NETPLAYDISCOVERY", - "-DHAVE_RUNAHEAD", + "-DHAVE_NETPLAYDISCOVERY", + "-DHAVE_RUNAHEAD", "-DHAVE_GRIFFIN", "-DHAVE_STB_VORBIS", "-DHAVE_MINIUPNPC", @@ -524,7 +676,7 @@ "-D_LZMA_UINT32_IS_ULONG", ); PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArch6; - PRODUCT_NAME = "RetroArch copy"; + PRODUCT_NAME = "RetroArch iOS6"; PROVISIONING_PROFILE = ""; VALID_ARCHS = armv7; WRAPPER_EXTENSION = app; @@ -563,8 +715,8 @@ "-DHAVE_STB_FONT", "-DHAVE_HID", "-DHAVE_NETWORKING", - "-DHAVE_NETPLAYDISCOVERY", - "-DHAVE_RUNAHEAD", + "-DHAVE_NETPLAYDISCOVERY", + "-DHAVE_RUNAHEAD", "-DHAVE_GRIFFIN", "-DHAVE_STB_VORBIS", "-DHAVE_MINIUPNPC", @@ -634,8 +786,8 @@ "-DHAVE_STB_FONT", "-DHAVE_HID", "-DHAVE_NETWORKING", - "-DHAVE_NETPLAYDISCOVERY", - "-DHAVE_RUNAHEAD", + "-DHAVE_NETPLAYDISCOVERY", + "-DHAVE_RUNAHEAD", "-DHAVE_GRIFFIN", "-DHAVE_STB_VORBIS", "-DHAVE_MINIUPNPC", From 536d912c2ce1f9d0af419f3e4d0a4ae221803270 Mon Sep 17 00:00:00 2001 From: Weedy Weed Smoker Date: Fri, 31 May 2019 14:23:47 +0700 Subject: [PATCH 2/8] (Buildfix) iOS 8 --- .../RetroArch_iOS8.xcodeproj/project.pbxproj | 176 +++++++++++++++++- 1 file changed, 166 insertions(+), 10 deletions(-) diff --git a/pkg/apple/RetroArch_iOS8.xcodeproj/project.pbxproj b/pkg/apple/RetroArch_iOS8.xcodeproj/project.pbxproj index 20e232fb51..ff06cc531b 100644 --- a/pkg/apple/RetroArch_iOS8.xcodeproj/project.pbxproj +++ b/pkg/apple/RetroArch_iOS8.xcodeproj/project.pbxproj @@ -7,6 +7,22 @@ objects = { /* Begin PBXBuildFile section */ + 041939EE22A0F4E400684552 /* GCDWebServerResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 041939CC22A0F4E400684552 /* GCDWebServerResponse.m */; }; + 041939EF22A0F4E400684552 /* GCDWebServerRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 041939CF22A0F4E400684552 /* GCDWebServerRequest.m */; }; + 041939F022A0F4E400684552 /* GCDWebServerFunctions.m in Sources */ = {isa = PBXBuildFile; fileRef = 041939D222A0F4E400684552 /* GCDWebServerFunctions.m */; }; + 041939F122A0F4E400684552 /* GCDWebServer.m in Sources */ = {isa = PBXBuildFile; fileRef = 041939D322A0F4E400684552 /* GCDWebServer.m */; }; + 041939F222A0F4E400684552 /* GCDWebServerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 041939D422A0F4E400684552 /* GCDWebServerConnection.m */; }; + 041939F322A0F4E400684552 /* GCDWebServerErrorResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 041939D922A0F4E400684552 /* GCDWebServerErrorResponse.m */; }; + 041939F422A0F4E400684552 /* GCDWebServerFileResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 041939DB22A0F4E400684552 /* GCDWebServerFileResponse.m */; }; + 041939F522A0F4E400684552 /* GCDWebServerDataResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 041939DC22A0F4E400684552 /* GCDWebServerDataResponse.m */; }; + 041939F622A0F4E400684552 /* GCDWebServerStreamedResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 041939DE22A0F4E400684552 /* GCDWebServerStreamedResponse.m */; }; + 041939F722A0F4E400684552 /* GCDWebServerURLEncodedFormRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 041939E322A0F4E400684552 /* GCDWebServerURLEncodedFormRequest.m */; }; + 041939F822A0F4E400684552 /* GCDWebServerMultiPartFormRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 041939E422A0F4E400684552 /* GCDWebServerMultiPartFormRequest.m */; }; + 041939F922A0F4E400684552 /* GCDWebServerDataRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 041939E522A0F4E400684552 /* GCDWebServerDataRequest.m */; }; + 041939FA22A0F4E400684552 /* GCDWebServerFileRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 041939E622A0F4E400684552 /* GCDWebServerFileRequest.m */; }; + 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 */; }; 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 */; }; @@ -33,9 +49,44 @@ 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 */ + 041939CA22A0F4E400684552 /* GCDWebServerFunctions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerFunctions.h; sourceTree = ""; }; + 041939CB22A0F4E400684552 /* GCDWebServerPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerPrivate.h; sourceTree = ""; }; + 041939CC22A0F4E400684552 /* GCDWebServerResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerResponse.m; sourceTree = ""; }; + 041939CD22A0F4E400684552 /* GCDWebServerConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerConnection.h; sourceTree = ""; }; + 041939CE22A0F4E400684552 /* GCDWebServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServer.h; sourceTree = ""; }; + 041939CF22A0F4E400684552 /* GCDWebServerRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerRequest.m; sourceTree = ""; }; + 041939D022A0F4E400684552 /* GCDWebServerHTTPStatusCodes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerHTTPStatusCodes.h; sourceTree = ""; }; + 041939D122A0F4E400684552 /* GCDWebServerResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerResponse.h; sourceTree = ""; }; + 041939D222A0F4E400684552 /* GCDWebServerFunctions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerFunctions.m; sourceTree = ""; }; + 041939D322A0F4E400684552 /* GCDWebServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServer.m; sourceTree = ""; }; + 041939D422A0F4E400684552 /* GCDWebServerConnection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerConnection.m; sourceTree = ""; }; + 041939D522A0F4E400684552 /* GCDWebServerRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerRequest.h; sourceTree = ""; }; + 041939D722A0F4E400684552 /* GCDWebServerFileResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerFileResponse.h; sourceTree = ""; }; + 041939D822A0F4E400684552 /* GCDWebServerStreamedResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerStreamedResponse.h; sourceTree = ""; }; + 041939D922A0F4E400684552 /* GCDWebServerErrorResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerErrorResponse.m; sourceTree = ""; }; + 041939DA22A0F4E400684552 /* GCDWebServerDataResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerDataResponse.h; sourceTree = ""; }; + 041939DB22A0F4E400684552 /* GCDWebServerFileResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerFileResponse.m; sourceTree = ""; }; + 041939DC22A0F4E400684552 /* GCDWebServerDataResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerDataResponse.m; sourceTree = ""; }; + 041939DD22A0F4E400684552 /* GCDWebServerErrorResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerErrorResponse.h; sourceTree = ""; }; + 041939DE22A0F4E400684552 /* GCDWebServerStreamedResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerStreamedResponse.m; sourceTree = ""; }; + 041939E022A0F4E400684552 /* GCDWebServerDataRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerDataRequest.h; sourceTree = ""; }; + 041939E122A0F4E400684552 /* GCDWebServerMultiPartFormRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerMultiPartFormRequest.h; sourceTree = ""; }; + 041939E222A0F4E400684552 /* GCDWebServerFileRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerFileRequest.h; sourceTree = ""; }; + 041939E322A0F4E400684552 /* GCDWebServerURLEncodedFormRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerURLEncodedFormRequest.m; sourceTree = ""; }; + 041939E422A0F4E400684552 /* GCDWebServerMultiPartFormRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerMultiPartFormRequest.m; sourceTree = ""; }; + 041939E522A0F4E400684552 /* GCDWebServerDataRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerDataRequest.m; sourceTree = ""; }; + 041939E622A0F4E400684552 /* GCDWebServerFileRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerFileRequest.m; sourceTree = ""; }; + 041939E722A0F4E400684552 /* GCDWebServerURLEncodedFormRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerURLEncodedFormRequest.h; sourceTree = ""; }; + 041939E822A0F4E400684552 /* WebServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebServer.h; sourceTree = ""; }; + 041939E922A0F4E400684552 /* WebServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WebServer.m; sourceTree = ""; }; + 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 = ""; }; 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; }; @@ -55,6 +106,8 @@ 83D632DB19ECFCC4009E3161 /* iOS/Resources/ic_pause.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = iOS/Resources/ic_pause.png; sourceTree = SOURCE_ROOT; }; 83D632DE19ECFCC4009E3161 /* iOS/Resources/PauseIndicatorView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = iOS/Resources/PauseIndicatorView.xib; 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; }; 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; }; @@ -75,6 +128,8 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 92CC05C721FEDD0B00FF79F0 /* MobileCoreServices.framework in Frameworks */, + 92CC05C521FEDC9F00FF79F0 /* CFNetwork.framework in Frameworks */, 5040F0501AE47ED4006F6972 /* libz.dylib in Frameworks */, 50C3B1AE1AB1107200F478D3 /* QuartzCore.framework in Frameworks */, 5041BAF41A9D40D000A77A33 /* GameController.framework in Frameworks */, @@ -96,6 +151,86 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + 041939C722A0F4E400684552 /* WebServer */ = { + isa = PBXGroup; + children = ( + 041939C822A0F4E400684552 /* GCDWebServer */, + 041939E822A0F4E400684552 /* WebServer.h */, + 041939E922A0F4E400684552 /* WebServer.m */, + 041939EA22A0F4E400684552 /* GCDWebUploader */, + ); + path = WebServer; + sourceTree = ""; + }; + 041939C822A0F4E400684552 /* GCDWebServer */ = { + isa = PBXGroup; + children = ( + 041939C922A0F4E400684552 /* Core */, + 041939D622A0F4E400684552 /* Responses */, + 041939DF22A0F4E400684552 /* Requests */, + ); + path = GCDWebServer; + sourceTree = ""; + }; + 041939C922A0F4E400684552 /* Core */ = { + isa = PBXGroup; + children = ( + 041939CA22A0F4E400684552 /* GCDWebServerFunctions.h */, + 041939CB22A0F4E400684552 /* GCDWebServerPrivate.h */, + 041939CC22A0F4E400684552 /* GCDWebServerResponse.m */, + 041939CD22A0F4E400684552 /* GCDWebServerConnection.h */, + 041939CE22A0F4E400684552 /* GCDWebServer.h */, + 041939CF22A0F4E400684552 /* GCDWebServerRequest.m */, + 041939D022A0F4E400684552 /* GCDWebServerHTTPStatusCodes.h */, + 041939D122A0F4E400684552 /* GCDWebServerResponse.h */, + 041939D222A0F4E400684552 /* GCDWebServerFunctions.m */, + 041939D322A0F4E400684552 /* GCDWebServer.m */, + 041939D422A0F4E400684552 /* GCDWebServerConnection.m */, + 041939D522A0F4E400684552 /* GCDWebServerRequest.h */, + ); + path = Core; + sourceTree = ""; + }; + 041939D622A0F4E400684552 /* Responses */ = { + isa = PBXGroup; + children = ( + 041939D722A0F4E400684552 /* GCDWebServerFileResponse.h */, + 041939D822A0F4E400684552 /* GCDWebServerStreamedResponse.h */, + 041939D922A0F4E400684552 /* GCDWebServerErrorResponse.m */, + 041939DA22A0F4E400684552 /* GCDWebServerDataResponse.h */, + 041939DB22A0F4E400684552 /* GCDWebServerFileResponse.m */, + 041939DC22A0F4E400684552 /* GCDWebServerDataResponse.m */, + 041939DD22A0F4E400684552 /* GCDWebServerErrorResponse.h */, + 041939DE22A0F4E400684552 /* GCDWebServerStreamedResponse.m */, + ); + path = Responses; + sourceTree = ""; + }; + 041939DF22A0F4E400684552 /* Requests */ = { + isa = PBXGroup; + children = ( + 041939E022A0F4E400684552 /* GCDWebServerDataRequest.h */, + 041939E122A0F4E400684552 /* GCDWebServerMultiPartFormRequest.h */, + 041939E222A0F4E400684552 /* GCDWebServerFileRequest.h */, + 041939E322A0F4E400684552 /* GCDWebServerURLEncodedFormRequest.m */, + 041939E422A0F4E400684552 /* GCDWebServerMultiPartFormRequest.m */, + 041939E522A0F4E400684552 /* GCDWebServerDataRequest.m */, + 041939E622A0F4E400684552 /* GCDWebServerFileRequest.m */, + 041939E722A0F4E400684552 /* GCDWebServerURLEncodedFormRequest.h */, + ); + path = Requests; + sourceTree = ""; + }; + 041939EA22A0F4E400684552 /* GCDWebUploader */ = { + isa = PBXGroup; + children = ( + 041939EB22A0F4E400684552 /* GCDWebUploader.bundle */, + 041939EC22A0F4E400684552 /* GCDWebUploader.h */, + 041939ED22A0F4E400684552 /* GCDWebUploader.m */, + ); + path = GCDWebUploader; + sourceTree = ""; + }; 500B12CE20185D000047A788 /* Recovered References */ = { isa = PBXGroup; children = ( @@ -129,6 +264,7 @@ 503700AE1ACA18E400A51A37 /* Info.plist */, 0FDA2A921BE1AFA800F2B5DA /* RetroArch_iOS9-Info.plist */, 500B12CE20185D000047A788 /* Recovered References */, + 041939C722A0F4E400684552 /* WebServer */, ); indentWidth = 3; sourceTree = ""; @@ -145,6 +281,8 @@ 96AFAE2816C1D4EA009DE44C /* Frameworks */ = { isa = PBXGroup; children = ( + 92CC05C621FEDD0B00FF79F0 /* MobileCoreServices.framework */, + 92CC05C421FEDC9F00FF79F0 /* CFNetwork.framework */, 5040F04F1AE47ED4006F6972 /* libz.dylib */, 50C3B1AD1AB1107100F478D3 /* QuartzCore.framework */, 696012F119F3389A006A1088 /* CoreText.framework */, @@ -279,6 +417,7 @@ 83D632E219ECFCC4009E3161 /* iOS/Resources/ic_pause.png in Resources */, 967894631788EBD800D6CA69 /* InfoPlist.strings in Resources */, 69D31DE41A547EC800EF4C92 /* iOS/Resources/Media.xcassets in Resources */, + 041939FC22A0F4E400684552 /* GCDWebUploader.bundle in Resources */, 83D632E519ECFCC4009E3161 /* iOS/Resources/PauseIndicatorView.xib in Resources */, 83EB676019EEAF050096F441 /* iOS/modules in Resources */, ); @@ -294,9 +433,24 @@ 507E056B1CE9C67500E023D3 /* float_to_s16_neon.S in Sources */, 50D00E8E19D117C400EBA71E /* cc_resampler_neon.S in Sources */, 50521A441AA23BF500185CC9 /* griffin_objc.m in Sources */, + 041939FB22A0F4E400684552 /* WebServer.m in Sources */, + 041939F622A0F4E400684552 /* GCDWebServerStreamedResponse.m in Sources */, + 041939F522A0F4E400684552 /* GCDWebServerDataResponse.m in Sources */, 501232CE192E5FE30063A359 /* s16_to_float_neon.S in Sources */, + 041939EF22A0F4E400684552 /* GCDWebServerRequest.m in Sources */, + 041939F822A0F4E400684552 /* GCDWebServerMultiPartFormRequest.m in Sources */, + 041939F922A0F4E400684552 /* GCDWebServerDataRequest.m in Sources */, + 041939F022A0F4E400684552 /* GCDWebServerFunctions.m in Sources */, + 041939FD22A0F4E400684552 /* GCDWebUploader.m in Sources */, + 041939FA22A0F4E400684552 /* GCDWebServerFileRequest.m in Sources */, + 041939F322A0F4E400684552 /* GCDWebServerErrorResponse.m in Sources */, + 041939EE22A0F4E400684552 /* GCDWebServerResponse.m in Sources */, 501232CC192E5FDC0063A359 /* sinc_resampler_neon.S in Sources */, + 041939F722A0F4E400684552 /* GCDWebServerURLEncodedFormRequest.m in Sources */, + 041939F422A0F4E400684552 /* GCDWebServerFileResponse.m in Sources */, + 041939F122A0F4E400684552 /* GCDWebServer.m in Sources */, 501232CA192E5FC40063A359 /* griffin.c in Sources */, + 041939F222A0F4E400684552 /* GCDWebServerConnection.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -346,8 +500,8 @@ "-DHAVE_STB_FONT", "-DHAVE_HID", "-DHAVE_NETWORKING", - "-DHAVE_NETPLAYDISCOVERY", - "-DHAVE_RUNAHEAD", + "-DHAVE_NETPLAYDISCOVERY", + "-DHAVE_RUNAHEAD", "-DHAVE_GRIFFIN", "-DHAVE_STB_VORBIS", "-DHAVE_MINIUPNPC", @@ -417,8 +571,8 @@ "-DHAVE_STB_FONT", "-DHAVE_HID", "-DHAVE_NETWORKING", - "-DHAVE_NETPLAYDISCOVERY", - "-DHAVE_RUNAHEAD", + "-DHAVE_NETPLAYDISCOVERY", + "-DHAVE_RUNAHEAD", "-DHAVE_GRIFFIN", "-DHAVE_STB_VORBIS", "-DHAVE_MINIUPNPC", @@ -485,6 +639,7 @@ ../../deps, ); INFOPLIST_FILE = "$(SRCROOT)/iOS/Info.plist"; + INFOPLIST_OUTPUT_FORMAT = XML; IPHONEOS_DEPLOYMENT_TARGET = 8.4; LD_NO_PIE = YES; LIBRARY_SEARCH_PATHS = ""; @@ -494,8 +649,8 @@ "-DHAVE_STB_FONT", "-DHAVE_HID", "-DHAVE_NETWORKING", - "-DHAVE_NETPLAYDISCOVERY", - "-DHAVE_RUNAHEAD", + "-DHAVE_NETPLAYDISCOVERY", + "-DHAVE_RUNAHEAD", "-DHAVE_GRIFFIN", "-DHAVE_STB_VORBIS", "-DHAVE_MINIUPNPC", @@ -571,6 +726,7 @@ ../../deps, ); INFOPLIST_FILE = "$(SRCROOT)/iOS/Info.plist"; + INFOPLIST_OUTPUT_FORMAT = XML; IPHONEOS_DEPLOYMENT_TARGET = 8.4; LD_NO_PIE = YES; LIBRARY_SEARCH_PATHS = ""; @@ -581,8 +737,8 @@ "-DHAVE_STB_FONT", "-DHAVE_HID", "-DHAVE_NETWORKING", - "-DHAVE_NETPLAYDISCOVERY", - "-DHAVE_RUNAHEAD", + "-DHAVE_NETPLAYDISCOVERY", + "-DHAVE_RUNAHEAD", "-DHAVE_GRIFFIN", "-DHAVE_STB_VORBIS", "-DHAVE_MINIUPNPC", @@ -634,8 +790,8 @@ "-DHAVE_STB_FONT", "-DHAVE_HID", "-DHAVE_NETWORKING", - "-DHAVE_NETPLAYDISCOVERY", - "-DHAVE_RUNAHEAD", + "-DHAVE_NETPLAYDISCOVERY", + "-DHAVE_RUNAHEAD", "-DHAVE_GRIFFIN", "-DHAVE_STB_VORBIS", "-DHAVE_MINIUPNPC", From 517340139d37581948b453e61ba8f23a30012e3d Mon Sep 17 00:00:00 2001 From: Weedy Weed Smoker Date: Fri, 31 May 2019 14:24:47 +0700 Subject: [PATCH 3/8] Fix iOS 9 jailbroken installation --- pkg/apple/RetroArch_iOS9.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/apple/RetroArch_iOS9.xcodeproj/project.pbxproj b/pkg/apple/RetroArch_iOS9.xcodeproj/project.pbxproj index 40ef7a7232..16e84c26e5 100644 --- a/pkg/apple/RetroArch_iOS9.xcodeproj/project.pbxproj +++ b/pkg/apple/RetroArch_iOS9.xcodeproj/project.pbxproj @@ -508,6 +508,7 @@ ../../deps, ); INFOPLIST_FILE = "RetroArch_iOS9-Info.plist"; + INFOPLIST_OUTPUT_FORMAT = XML; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_NO_PIE = YES; LIBRARY_SEARCH_PATHS = ""; @@ -594,6 +595,7 @@ ../../deps, ); INFOPLIST_FILE = "RetroArch_iOS9-Info.plist"; + INFOPLIST_OUTPUT_FORMAT = XML; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_NO_PIE = YES; LIBRARY_SEARCH_PATHS = ""; From 9154f0fa93bac7c8590158ab8acc3b58f01a549d Mon Sep 17 00:00:00 2001 From: Weedy Weed Smoker Date: Fri, 31 May 2019 14:25:37 +0700 Subject: [PATCH 4/8] Fix iOS 10 jailbroken installation --- pkg/apple/RetroArch_iOS10.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/apple/RetroArch_iOS10.xcodeproj/project.pbxproj b/pkg/apple/RetroArch_iOS10.xcodeproj/project.pbxproj index 890b37b7e6..7b1c9ee991 100644 --- a/pkg/apple/RetroArch_iOS10.xcodeproj/project.pbxproj +++ b/pkg/apple/RetroArch_iOS10.xcodeproj/project.pbxproj @@ -476,6 +476,7 @@ ../../deps, ); INFOPLIST_FILE = "$(SRCROOT)/iOS/Info.plist"; + INFOPLIST_OUTPUT_FORMAT = XML; IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_NO_PIE = YES; LIBRARY_SEARCH_PATHS = ""; @@ -564,6 +565,7 @@ ../../deps, ); INFOPLIST_FILE = "$(SRCROOT)/iOS/Info.plist"; + INFOPLIST_OUTPUT_FORMAT = XML; IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_NO_PIE = YES; LIBRARY_SEARCH_PATHS = ""; From 5490d554e0c88163edaaf8d36e70ab5db95748d6 Mon Sep 17 00:00:00 2001 From: Weedy Weed Smoker Date: Fri, 31 May 2019 14:26:13 +0700 Subject: [PATCH 5/8] Fix iOS 11 static project --- .../project.pbxproj | 172 +++++++++++++++++- 1 file changed, 167 insertions(+), 5 deletions(-) diff --git a/pkg/apple/RetroArch_iOS10_static.xcodeproj/project.pbxproj b/pkg/apple/RetroArch_iOS10_static.xcodeproj/project.pbxproj index 7f9461639d..ef2d85739e 100644 --- a/pkg/apple/RetroArch_iOS10_static.xcodeproj/project.pbxproj +++ b/pkg/apple/RetroArch_iOS10_static.xcodeproj/project.pbxproj @@ -7,6 +7,24 @@ objects = { /* Begin PBXBuildFile section */ + 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 */; }; + 04530F7822A105FF007A427A /* GCDWebServer.m in Sources */ = {isa = PBXBuildFile; fileRef = 04530F5A22A105FF007A427A /* GCDWebServer.m */; }; + 04530F7922A105FF007A427A /* GCDWebServerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 04530F5B22A105FF007A427A /* GCDWebServerConnection.m */; }; + 04530F7A22A105FF007A427A /* GCDWebServerErrorResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 04530F6022A105FF007A427A /* GCDWebServerErrorResponse.m */; }; + 04530F7B22A105FF007A427A /* GCDWebServerFileResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 04530F6222A105FF007A427A /* GCDWebServerFileResponse.m */; }; + 04530F7C22A105FF007A427A /* GCDWebServerDataResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 04530F6322A105FF007A427A /* GCDWebServerDataResponse.m */; }; + 04530F7D22A105FF007A427A /* GCDWebServerStreamedResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 04530F6522A105FF007A427A /* GCDWebServerStreamedResponse.m */; }; + 04530F7E22A105FF007A427A /* GCDWebServerURLEncodedFormRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 04530F6A22A105FF007A427A /* GCDWebServerURLEncodedFormRequest.m */; }; + 04530F7F22A105FF007A427A /* GCDWebServerMultiPartFormRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 04530F6B22A105FF007A427A /* GCDWebServerMultiPartFormRequest.m */; }; + 04530F8022A105FF007A427A /* GCDWebServerDataRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 04530F6C22A105FF007A427A /* GCDWebServerDataRequest.m */; }; + 04530F8122A105FF007A427A /* GCDWebServerFileRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 04530F6D22A105FF007A427A /* GCDWebServerFileRequest.m */; }; + 04530F8222A105FF007A427A /* WebServer.m in Sources */ = {isa = PBXBuildFile; fileRef = 04530F7022A105FF007A427A /* WebServer.m */; }; + 04530F8322A105FF007A427A /* GCDWebUploader.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 04530F7222A105FF007A427A /* GCDWebUploader.bundle */; }; + 04530F8422A105FF007A427A /* GCDWebUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = 04530F7422A105FF007A427A /* GCDWebUploader.m */; }; + 04530F8622A1061C007A427A /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04530F8522A1061C007A427A /* CFNetwork.framework */; }; + 04530F8822A1062A007A427A /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04530F8722A1062A007A427A /* MobileCoreServices.framework */; }; 50A8BDD41E62825700A5E607 /* assets.zip in Resources */ = {isa = PBXBuildFile; fileRef = 50A8BDD01E62825700A5E607 /* assets.zip */; }; 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 */; }; @@ -34,6 +52,41 @@ /* End PBXBuildFile section */ /* Begin PBXFileReference section */ + 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 = ""; }; + 04530F5422A105FF007A427A /* GCDWebServerConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerConnection.h; sourceTree = ""; }; + 04530F5522A105FF007A427A /* GCDWebServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServer.h; sourceTree = ""; }; + 04530F5622A105FF007A427A /* GCDWebServerRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerRequest.m; sourceTree = ""; }; + 04530F5722A105FF007A427A /* GCDWebServerHTTPStatusCodes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerHTTPStatusCodes.h; sourceTree = ""; }; + 04530F5822A105FF007A427A /* GCDWebServerResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerResponse.h; sourceTree = ""; }; + 04530F5922A105FF007A427A /* GCDWebServerFunctions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerFunctions.m; sourceTree = ""; }; + 04530F5A22A105FF007A427A /* GCDWebServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServer.m; sourceTree = ""; }; + 04530F5B22A105FF007A427A /* GCDWebServerConnection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerConnection.m; sourceTree = ""; }; + 04530F5C22A105FF007A427A /* GCDWebServerRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerRequest.h; sourceTree = ""; }; + 04530F5E22A105FF007A427A /* GCDWebServerFileResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerFileResponse.h; sourceTree = ""; }; + 04530F5F22A105FF007A427A /* GCDWebServerStreamedResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerStreamedResponse.h; sourceTree = ""; }; + 04530F6022A105FF007A427A /* GCDWebServerErrorResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerErrorResponse.m; sourceTree = ""; }; + 04530F6122A105FF007A427A /* GCDWebServerDataResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerDataResponse.h; sourceTree = ""; }; + 04530F6222A105FF007A427A /* GCDWebServerFileResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerFileResponse.m; sourceTree = ""; }; + 04530F6322A105FF007A427A /* GCDWebServerDataResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerDataResponse.m; sourceTree = ""; }; + 04530F6422A105FF007A427A /* GCDWebServerErrorResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerErrorResponse.h; sourceTree = ""; }; + 04530F6522A105FF007A427A /* GCDWebServerStreamedResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerStreamedResponse.m; sourceTree = ""; }; + 04530F6722A105FF007A427A /* GCDWebServerDataRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerDataRequest.h; sourceTree = ""; }; + 04530F6822A105FF007A427A /* GCDWebServerMultiPartFormRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerMultiPartFormRequest.h; sourceTree = ""; }; + 04530F6922A105FF007A427A /* GCDWebServerFileRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerFileRequest.h; sourceTree = ""; }; + 04530F6A22A105FF007A427A /* GCDWebServerURLEncodedFormRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerURLEncodedFormRequest.m; sourceTree = ""; }; + 04530F6B22A105FF007A427A /* GCDWebServerMultiPartFormRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerMultiPartFormRequest.m; sourceTree = ""; }; + 04530F6C22A105FF007A427A /* GCDWebServerDataRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerDataRequest.m; sourceTree = ""; }; + 04530F6D22A105FF007A427A /* GCDWebServerFileRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerFileRequest.m; sourceTree = ""; }; + 04530F6E22A105FF007A427A /* GCDWebServerURLEncodedFormRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerURLEncodedFormRequest.h; sourceTree = ""; }; + 04530F6F22A105FF007A427A /* WebServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebServer.h; sourceTree = ""; }; + 04530F7022A105FF007A427A /* WebServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WebServer.m; sourceTree = ""; }; + 04530F7222A105FF007A427A /* GCDWebUploader.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = GCDWebUploader.bundle; sourceTree = ""; }; + 04530F7322A105FF007A427A /* GCDWebUploader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebUploader.h; sourceTree = ""; }; + 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 = ""; }; 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; }; @@ -71,6 +124,8 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 04530F8822A1062A007A427A /* MobileCoreServices.framework in Frameworks */, + 04530F8622A1061C007A427A /* CFNetwork.framework in Frameworks */, 50BA2CD61E63B17800314483 /* libretro_ios.a in Frameworks */, 9204BE121D319EF300BD49DB /* libz.dylib in Frameworks */, 9204BE131D319EF300BD49DB /* QuartzCore.framework in Frameworks */, @@ -93,6 +148,86 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + 04530F4E22A105FF007A427A /* WebServer */ = { + isa = PBXGroup; + children = ( + 04530F4F22A105FF007A427A /* GCDWebServer */, + 04530F6F22A105FF007A427A /* WebServer.h */, + 04530F7022A105FF007A427A /* WebServer.m */, + 04530F7122A105FF007A427A /* GCDWebUploader */, + ); + path = WebServer; + sourceTree = ""; + }; + 04530F4F22A105FF007A427A /* GCDWebServer */ = { + isa = PBXGroup; + children = ( + 04530F5022A105FF007A427A /* Core */, + 04530F5D22A105FF007A427A /* Responses */, + 04530F6622A105FF007A427A /* Requests */, + ); + path = GCDWebServer; + sourceTree = ""; + }; + 04530F5022A105FF007A427A /* Core */ = { + isa = PBXGroup; + children = ( + 04530F5122A105FF007A427A /* GCDWebServerFunctions.h */, + 04530F5222A105FF007A427A /* GCDWebServerPrivate.h */, + 04530F5322A105FF007A427A /* GCDWebServerResponse.m */, + 04530F5422A105FF007A427A /* GCDWebServerConnection.h */, + 04530F5522A105FF007A427A /* GCDWebServer.h */, + 04530F5622A105FF007A427A /* GCDWebServerRequest.m */, + 04530F5722A105FF007A427A /* GCDWebServerHTTPStatusCodes.h */, + 04530F5822A105FF007A427A /* GCDWebServerResponse.h */, + 04530F5922A105FF007A427A /* GCDWebServerFunctions.m */, + 04530F5A22A105FF007A427A /* GCDWebServer.m */, + 04530F5B22A105FF007A427A /* GCDWebServerConnection.m */, + 04530F5C22A105FF007A427A /* GCDWebServerRequest.h */, + ); + path = Core; + sourceTree = ""; + }; + 04530F5D22A105FF007A427A /* Responses */ = { + isa = PBXGroup; + children = ( + 04530F5E22A105FF007A427A /* GCDWebServerFileResponse.h */, + 04530F5F22A105FF007A427A /* GCDWebServerStreamedResponse.h */, + 04530F6022A105FF007A427A /* GCDWebServerErrorResponse.m */, + 04530F6122A105FF007A427A /* GCDWebServerDataResponse.h */, + 04530F6222A105FF007A427A /* GCDWebServerFileResponse.m */, + 04530F6322A105FF007A427A /* GCDWebServerDataResponse.m */, + 04530F6422A105FF007A427A /* GCDWebServerErrorResponse.h */, + 04530F6522A105FF007A427A /* GCDWebServerStreamedResponse.m */, + ); + path = Responses; + sourceTree = ""; + }; + 04530F6622A105FF007A427A /* Requests */ = { + isa = PBXGroup; + children = ( + 04530F6722A105FF007A427A /* GCDWebServerDataRequest.h */, + 04530F6822A105FF007A427A /* GCDWebServerMultiPartFormRequest.h */, + 04530F6922A105FF007A427A /* GCDWebServerFileRequest.h */, + 04530F6A22A105FF007A427A /* GCDWebServerURLEncodedFormRequest.m */, + 04530F6B22A105FF007A427A /* GCDWebServerMultiPartFormRequest.m */, + 04530F6C22A105FF007A427A /* GCDWebServerDataRequest.m */, + 04530F6D22A105FF007A427A /* GCDWebServerFileRequest.m */, + 04530F6E22A105FF007A427A /* GCDWebServerURLEncodedFormRequest.h */, + ); + path = Requests; + sourceTree = ""; + }; + 04530F7122A105FF007A427A /* GCDWebUploader */ = { + isa = PBXGroup; + children = ( + 04530F7222A105FF007A427A /* GCDWebUploader.bundle */, + 04530F7322A105FF007A427A /* GCDWebUploader.h */, + 04530F7422A105FF007A427A /* GCDWebUploader.m */, + ); + path = GCDWebUploader; + sourceTree = ""; + }; 83D632D719ECFCC4009E3161 /* Assets */ = { isa = PBXGroup; children = ( @@ -116,6 +251,7 @@ 96AFAE3416C1D4EA009DE44C /* Supporting Files */, 503700AE1ACA18E400A51A37 /* Info.plist */, 0FDA2A921BE1AFA800F2B5DA /* RetroArch_iOS9-Info.plist */, + 04530F4E22A105FF007A427A /* WebServer */, ); indentWidth = 3; sourceTree = ""; @@ -132,6 +268,8 @@ 96AFAE2816C1D4EA009DE44C /* Frameworks */ = { isa = PBXGroup; children = ( + 04530F8722A1062A007A427A /* MobileCoreServices.framework */, + 04530F8522A1061C007A427A /* CFNetwork.framework */, 5039F36B1E623BBC00A48978 /* libretro_ios.a */, 5040F04F1AE47ED4006F6972 /* libz.dylib */, 50C3B1AD1AB1107100F478D3 /* QuartzCore.framework */, @@ -260,6 +398,7 @@ 9204BE221D319EF300BD49DB /* iOS/Resources/ic_pause.png in Resources */, 9204BE231D319EF300BD49DB /* InfoPlist.strings in Resources */, 9204BE241D319EF300BD49DB /* iOS/Resources/Media.xcassets in Resources */, + 04530F8322A105FF007A427A /* GCDWebUploader.bundle in Resources */, 9204BE251D319EF300BD49DB /* iOS/Resources/PauseIndicatorView.xib in Resources */, 9204BE261D319EF300BD49DB /* iOS/modules in Resources */, ); @@ -288,8 +427,23 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 04530F8022A105FF007A427A /* GCDWebServerDataRequest.m in Sources */, + 04530F7622A105FF007A427A /* GCDWebServerRequest.m in Sources */, + 04530F7922A105FF007A427A /* GCDWebServerConnection.m in Sources */, + 04530F7F22A105FF007A427A /* GCDWebServerMultiPartFormRequest.m in Sources */, + 04530F7A22A105FF007A427A /* GCDWebServerErrorResponse.m in Sources */, + 04530F7722A105FF007A427A /* GCDWebServerFunctions.m in Sources */, + 04530F7822A105FF007A427A /* GCDWebServer.m in Sources */, 9204BE0D1D319EF300BD49DB /* griffin_objc.m in Sources */, 9204BE101D319EF300BD49DB /* griffin.c in Sources */, + 04530F7E22A105FF007A427A /* GCDWebServerURLEncodedFormRequest.m in Sources */, + 04530F8422A105FF007A427A /* GCDWebUploader.m in Sources */, + 04530F7C22A105FF007A427A /* GCDWebServerDataResponse.m in Sources */, + 04530F8222A105FF007A427A /* WebServer.m in Sources */, + 04530F8122A105FF007A427A /* GCDWebServerFileRequest.m in Sources */, + 04530F7B22A105FF007A427A /* GCDWebServerFileResponse.m in Sources */, + 04530F7D22A105FF007A427A /* GCDWebServerStreamedResponse.m in Sources */, + 04530F7522A105FF007A427A /* GCDWebServerResponse.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -341,7 +495,8 @@ "-DHAVE_STB_FONT", "-DHAVE_HID", "-DHAVE_NETWORKING", - "-DHAVE_NETPLAYDISCOVERY", + "-DHAVE_NETPLAYDISCOVERY", + "-DHAVE_RUNAHEAD", "-DHAVE_GRIFFIN", "-DHAVE_STB_VORBIS", "-DHAVE_MINIUPNPC", @@ -365,6 +520,7 @@ "-D__LIBRETRO__", "-DRARCH_MOBILE", "-DHAVE_COREAUDIO", + "-DHAVE_DYNAMIC", "-DHAVE_OVERLAY", "-DHAVE_ZLIB", "-DHAVE_RPNG", @@ -383,6 +539,7 @@ "-D_LZMA_UINT32_IS_ULONG", "-DHAVE_MFI", "-DHAVE_BTSTACK", + "-DHAVE_KEYMAPPER", ); PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArchiOS10S; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -428,7 +585,8 @@ "-DHAVE_STB_FONT", "-DHAVE_HID", "-DHAVE_NETWORKING", - "-DHAVE_NETPLAYDISCOVERY", + "-DHAVE_NETPLAYDISCOVERY", + "-DHAVE_RUNAHEAD", "-DHAVE_GRIFFIN", "-DHAVE_STB_VORBIS", "-DHAVE_MINIUPNPC", @@ -452,6 +610,7 @@ "-D__LIBRETRO__", "-DRARCH_MOBILE", "-DHAVE_COREAUDIO", + "-DHAVE_DYNAMIC", "-DHAVE_OVERLAY", "-DHAVE_ZLIB", "-DHAVE_RPNG", @@ -481,7 +640,8 @@ "-DHAVE_STB_FONT", "-DHAVE_HID", "-DHAVE_NETWORKING", - "-DHAVE_NETPLAYDISCOVERY", + "-DHAVE_NETPLAYDISCOVERY", + "-DHAVE_RUNAHEAD", "-DHAVE_GRIFFIN", "-DHAVE_STB_VORBIS", "-DHAVE_MINIUPNPC", @@ -505,6 +665,7 @@ "-D__LIBRETRO__", "-DRARCH_MOBILE", "-DHAVE_COREAUDIO", + "-DHAVE_DYNAMIC", "-DRARCH_INTERNAL", "-DHAVE_OVERLAY", "-DHAVE_ZLIB", @@ -524,6 +685,7 @@ "-D_LZMA_UINT32_IS_ULONG", "-DHAVE_MFI", "-DHAVE_BTSTACK", + "-DHAVE_KEYMAPPER", ); PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArchiOS10S; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -568,7 +730,7 @@ "-DHAVE_STB_FONT", "-DHAVE_HID", "-DHAVE_NETWORKING", - "-DHAVE_NETPLAYDISCOVERY", + "-DHAVE_NETPLAYDISCOVERY", "-DHAVE_GRIFFIN", "-DHAVE_STB_VORBIS", "-DHAVE_MINIUPNPC", @@ -639,7 +801,7 @@ "-DHAVE_STB_FONT", "-DHAVE_HID", "-DHAVE_NETWORKING", - "-DHAVE_NETPLAYDISCOVERY", + "-DHAVE_NETPLAYDISCOVERY", "-DHAVE_GRIFFIN", "-DHAVE_STB_VORBIS", "-DHAVE_MINIUPNPC", From 5a0ffe4e0b66845ce4101b24412ebfb3a01516c2 Mon Sep 17 00:00:00 2001 From: Weedy Weed Smoker Date: Fri, 31 May 2019 14:26:47 +0700 Subject: [PATCH 6/8] Fix iOS 11 static project --- .../project.pbxproj | 162 ++++++++++++++++++ 1 file changed, 162 insertions(+) diff --git a/pkg/apple/RetroArch_iOS11_static.xcodeproj/project.pbxproj b/pkg/apple/RetroArch_iOS11_static.xcodeproj/project.pbxproj index 25f45f69f3..8bfba52952 100644 --- a/pkg/apple/RetroArch_iOS11_static.xcodeproj/project.pbxproj +++ b/pkg/apple/RetroArch_iOS11_static.xcodeproj/project.pbxproj @@ -7,6 +7,24 @@ objects = { /* Begin PBXBuildFile section */ + 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 */; }; + 04DF170422A1078000F269F7 /* GCDWebServer.m in Sources */ = {isa = PBXBuildFile; fileRef = 04DF16E622A1078000F269F7 /* GCDWebServer.m */; }; + 04DF170522A1078000F269F7 /* GCDWebServerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 04DF16E722A1078000F269F7 /* GCDWebServerConnection.m */; }; + 04DF170622A1078000F269F7 /* GCDWebServerErrorResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 04DF16EC22A1078000F269F7 /* GCDWebServerErrorResponse.m */; }; + 04DF170722A1078000F269F7 /* GCDWebServerFileResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 04DF16EE22A1078000F269F7 /* GCDWebServerFileResponse.m */; }; + 04DF170822A1078000F269F7 /* GCDWebServerDataResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 04DF16EF22A1078000F269F7 /* GCDWebServerDataResponse.m */; }; + 04DF170922A1078000F269F7 /* GCDWebServerStreamedResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 04DF16F122A1078000F269F7 /* GCDWebServerStreamedResponse.m */; }; + 04DF170A22A1078000F269F7 /* GCDWebServerURLEncodedFormRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 04DF16F622A1078000F269F7 /* GCDWebServerURLEncodedFormRequest.m */; }; + 04DF170B22A1078000F269F7 /* GCDWebServerMultiPartFormRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 04DF16F722A1078000F269F7 /* GCDWebServerMultiPartFormRequest.m */; }; + 04DF170C22A1078000F269F7 /* GCDWebServerDataRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 04DF16F822A1078000F269F7 /* GCDWebServerDataRequest.m */; }; + 04DF170D22A1078000F269F7 /* GCDWebServerFileRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 04DF16F922A1078000F269F7 /* GCDWebServerFileRequest.m */; }; + 04DF170E22A1078000F269F7 /* WebServer.m in Sources */ = {isa = PBXBuildFile; fileRef = 04DF16FC22A1078000F269F7 /* WebServer.m */; }; + 04DF170F22A1078000F269F7 /* GCDWebUploader.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 04DF16FE22A1078000F269F7 /* GCDWebUploader.bundle */; }; + 04DF171022A1078000F269F7 /* GCDWebUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = 04DF170022A1078000F269F7 /* GCDWebUploader.m */; }; + 04DF171222A1079000F269F7 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04DF171122A1079000F269F7 /* CFNetwork.framework */; }; + 04DF171422A1079700F269F7 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04DF171322A1079700F269F7 /* MobileCoreServices.framework */; }; 50A8BDD41E62825700A5E607 /* assets.zip in Resources */ = {isa = PBXBuildFile; fileRef = 50A8BDD01E62825700A5E607 /* assets.zip */; }; 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 */; }; @@ -34,6 +52,41 @@ /* End PBXBuildFile section */ /* Begin PBXFileReference section */ + 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 = ""; }; + 04DF16E022A1078000F269F7 /* GCDWebServerConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerConnection.h; sourceTree = ""; }; + 04DF16E122A1078000F269F7 /* GCDWebServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServer.h; sourceTree = ""; }; + 04DF16E222A1078000F269F7 /* GCDWebServerRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerRequest.m; sourceTree = ""; }; + 04DF16E322A1078000F269F7 /* GCDWebServerHTTPStatusCodes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerHTTPStatusCodes.h; sourceTree = ""; }; + 04DF16E422A1078000F269F7 /* GCDWebServerResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerResponse.h; sourceTree = ""; }; + 04DF16E522A1078000F269F7 /* GCDWebServerFunctions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerFunctions.m; sourceTree = ""; }; + 04DF16E622A1078000F269F7 /* GCDWebServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServer.m; sourceTree = ""; }; + 04DF16E722A1078000F269F7 /* GCDWebServerConnection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerConnection.m; sourceTree = ""; }; + 04DF16E822A1078000F269F7 /* GCDWebServerRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerRequest.h; sourceTree = ""; }; + 04DF16EA22A1078000F269F7 /* GCDWebServerFileResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerFileResponse.h; sourceTree = ""; }; + 04DF16EB22A1078000F269F7 /* GCDWebServerStreamedResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerStreamedResponse.h; sourceTree = ""; }; + 04DF16EC22A1078000F269F7 /* GCDWebServerErrorResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerErrorResponse.m; sourceTree = ""; }; + 04DF16ED22A1078000F269F7 /* GCDWebServerDataResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerDataResponse.h; sourceTree = ""; }; + 04DF16EE22A1078000F269F7 /* GCDWebServerFileResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerFileResponse.m; sourceTree = ""; }; + 04DF16EF22A1078000F269F7 /* GCDWebServerDataResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerDataResponse.m; sourceTree = ""; }; + 04DF16F022A1078000F269F7 /* GCDWebServerErrorResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerErrorResponse.h; sourceTree = ""; }; + 04DF16F122A1078000F269F7 /* GCDWebServerStreamedResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerStreamedResponse.m; sourceTree = ""; }; + 04DF16F322A1078000F269F7 /* GCDWebServerDataRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerDataRequest.h; sourceTree = ""; }; + 04DF16F422A1078000F269F7 /* GCDWebServerMultiPartFormRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerMultiPartFormRequest.h; sourceTree = ""; }; + 04DF16F522A1078000F269F7 /* GCDWebServerFileRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerFileRequest.h; sourceTree = ""; }; + 04DF16F622A1078000F269F7 /* GCDWebServerURLEncodedFormRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerURLEncodedFormRequest.m; sourceTree = ""; }; + 04DF16F722A1078000F269F7 /* GCDWebServerMultiPartFormRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerMultiPartFormRequest.m; sourceTree = ""; }; + 04DF16F822A1078000F269F7 /* GCDWebServerDataRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerDataRequest.m; sourceTree = ""; }; + 04DF16F922A1078000F269F7 /* GCDWebServerFileRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerFileRequest.m; sourceTree = ""; }; + 04DF16FA22A1078000F269F7 /* GCDWebServerURLEncodedFormRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerURLEncodedFormRequest.h; sourceTree = ""; }; + 04DF16FB22A1078000F269F7 /* WebServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebServer.h; sourceTree = ""; }; + 04DF16FC22A1078000F269F7 /* WebServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WebServer.m; sourceTree = ""; }; + 04DF16FE22A1078000F269F7 /* GCDWebUploader.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = GCDWebUploader.bundle; sourceTree = ""; }; + 04DF16FF22A1078000F269F7 /* GCDWebUploader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebUploader.h; sourceTree = ""; }; + 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 = ""; }; 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; }; @@ -71,6 +124,8 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 04DF171422A1079700F269F7 /* MobileCoreServices.framework in Frameworks */, + 04DF171222A1079000F269F7 /* CFNetwork.framework in Frameworks */, 50BA2CD61E63B17800314483 /* libretro_ios.a in Frameworks */, 9204BE121D319EF300BD49DB /* libz.dylib in Frameworks */, 9204BE131D319EF300BD49DB /* QuartzCore.framework in Frameworks */, @@ -93,6 +148,86 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + 04DF16DA22A1078000F269F7 /* WebServer */ = { + isa = PBXGroup; + children = ( + 04DF16DB22A1078000F269F7 /* GCDWebServer */, + 04DF16FB22A1078000F269F7 /* WebServer.h */, + 04DF16FC22A1078000F269F7 /* WebServer.m */, + 04DF16FD22A1078000F269F7 /* GCDWebUploader */, + ); + path = WebServer; + sourceTree = ""; + }; + 04DF16DB22A1078000F269F7 /* GCDWebServer */ = { + isa = PBXGroup; + children = ( + 04DF16DC22A1078000F269F7 /* Core */, + 04DF16E922A1078000F269F7 /* Responses */, + 04DF16F222A1078000F269F7 /* Requests */, + ); + path = GCDWebServer; + sourceTree = ""; + }; + 04DF16DC22A1078000F269F7 /* Core */ = { + isa = PBXGroup; + children = ( + 04DF16DD22A1078000F269F7 /* GCDWebServerFunctions.h */, + 04DF16DE22A1078000F269F7 /* GCDWebServerPrivate.h */, + 04DF16DF22A1078000F269F7 /* GCDWebServerResponse.m */, + 04DF16E022A1078000F269F7 /* GCDWebServerConnection.h */, + 04DF16E122A1078000F269F7 /* GCDWebServer.h */, + 04DF16E222A1078000F269F7 /* GCDWebServerRequest.m */, + 04DF16E322A1078000F269F7 /* GCDWebServerHTTPStatusCodes.h */, + 04DF16E422A1078000F269F7 /* GCDWebServerResponse.h */, + 04DF16E522A1078000F269F7 /* GCDWebServerFunctions.m */, + 04DF16E622A1078000F269F7 /* GCDWebServer.m */, + 04DF16E722A1078000F269F7 /* GCDWebServerConnection.m */, + 04DF16E822A1078000F269F7 /* GCDWebServerRequest.h */, + ); + path = Core; + sourceTree = ""; + }; + 04DF16E922A1078000F269F7 /* Responses */ = { + isa = PBXGroup; + children = ( + 04DF16EA22A1078000F269F7 /* GCDWebServerFileResponse.h */, + 04DF16EB22A1078000F269F7 /* GCDWebServerStreamedResponse.h */, + 04DF16EC22A1078000F269F7 /* GCDWebServerErrorResponse.m */, + 04DF16ED22A1078000F269F7 /* GCDWebServerDataResponse.h */, + 04DF16EE22A1078000F269F7 /* GCDWebServerFileResponse.m */, + 04DF16EF22A1078000F269F7 /* GCDWebServerDataResponse.m */, + 04DF16F022A1078000F269F7 /* GCDWebServerErrorResponse.h */, + 04DF16F122A1078000F269F7 /* GCDWebServerStreamedResponse.m */, + ); + path = Responses; + sourceTree = ""; + }; + 04DF16F222A1078000F269F7 /* Requests */ = { + isa = PBXGroup; + children = ( + 04DF16F322A1078000F269F7 /* GCDWebServerDataRequest.h */, + 04DF16F422A1078000F269F7 /* GCDWebServerMultiPartFormRequest.h */, + 04DF16F522A1078000F269F7 /* GCDWebServerFileRequest.h */, + 04DF16F622A1078000F269F7 /* GCDWebServerURLEncodedFormRequest.m */, + 04DF16F722A1078000F269F7 /* GCDWebServerMultiPartFormRequest.m */, + 04DF16F822A1078000F269F7 /* GCDWebServerDataRequest.m */, + 04DF16F922A1078000F269F7 /* GCDWebServerFileRequest.m */, + 04DF16FA22A1078000F269F7 /* GCDWebServerURLEncodedFormRequest.h */, + ); + path = Requests; + sourceTree = ""; + }; + 04DF16FD22A1078000F269F7 /* GCDWebUploader */ = { + isa = PBXGroup; + children = ( + 04DF16FE22A1078000F269F7 /* GCDWebUploader.bundle */, + 04DF16FF22A1078000F269F7 /* GCDWebUploader.h */, + 04DF170022A1078000F269F7 /* GCDWebUploader.m */, + ); + path = GCDWebUploader; + sourceTree = ""; + }; 83D632D719ECFCC4009E3161 /* Assets */ = { isa = PBXGroup; children = ( @@ -116,6 +251,7 @@ 96AFAE3416C1D4EA009DE44C /* Supporting Files */, 503700AE1ACA18E400A51A37 /* Info.plist */, 0FDA2A921BE1AFA800F2B5DA /* RetroArch_iOS9-Info.plist */, + 04DF16DA22A1078000F269F7 /* WebServer */, ); indentWidth = 3; sourceTree = ""; @@ -132,6 +268,8 @@ 96AFAE2816C1D4EA009DE44C /* Frameworks */ = { isa = PBXGroup; children = ( + 04DF171322A1079700F269F7 /* MobileCoreServices.framework */, + 04DF171122A1079000F269F7 /* CFNetwork.framework */, 5039F36B1E623BBC00A48978 /* libretro_ios.a */, 5040F04F1AE47ED4006F6972 /* libz.dylib */, 50C3B1AD1AB1107100F478D3 /* QuartzCore.framework */, @@ -260,6 +398,7 @@ 9204BE221D319EF300BD49DB /* iOS/Resources/ic_pause.png in Resources */, 9204BE231D319EF300BD49DB /* InfoPlist.strings in Resources */, 9204BE241D319EF300BD49DB /* iOS/Resources/Media.xcassets in Resources */, + 04DF170F22A1078000F269F7 /* GCDWebUploader.bundle in Resources */, 9204BE251D319EF300BD49DB /* iOS/Resources/PauseIndicatorView.xib in Resources */, 9204BE261D319EF300BD49DB /* iOS/modules in Resources */, ); @@ -288,8 +427,23 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 04DF170C22A1078000F269F7 /* GCDWebServerDataRequest.m in Sources */, + 04DF170222A1078000F269F7 /* GCDWebServerRequest.m in Sources */, + 04DF170522A1078000F269F7 /* GCDWebServerConnection.m in Sources */, + 04DF170B22A1078000F269F7 /* GCDWebServerMultiPartFormRequest.m in Sources */, + 04DF170622A1078000F269F7 /* GCDWebServerErrorResponse.m in Sources */, + 04DF170322A1078000F269F7 /* GCDWebServerFunctions.m in Sources */, + 04DF170422A1078000F269F7 /* GCDWebServer.m in Sources */, 9204BE0D1D319EF300BD49DB /* griffin_objc.m in Sources */, 9204BE101D319EF300BD49DB /* griffin.c in Sources */, + 04DF170A22A1078000F269F7 /* GCDWebServerURLEncodedFormRequest.m in Sources */, + 04DF171022A1078000F269F7 /* GCDWebUploader.m in Sources */, + 04DF170822A1078000F269F7 /* GCDWebServerDataResponse.m in Sources */, + 04DF170E22A1078000F269F7 /* WebServer.m in Sources */, + 04DF170D22A1078000F269F7 /* GCDWebServerFileRequest.m in Sources */, + 04DF170722A1078000F269F7 /* GCDWebServerFileResponse.m in Sources */, + 04DF170922A1078000F269F7 /* GCDWebServerStreamedResponse.m in Sources */, + 04DF170122A1078000F269F7 /* GCDWebServerResponse.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -342,6 +496,7 @@ "-DHAVE_HID", "-DHAVE_NETWORKING", "-DHAVE_NETPLAYDISCOVERY", + "-DHAVE_RUNAHEAD", "-DHAVE_GRIFFIN", "-DHAVE_STB_VORBIS", "-DHAVE_MINIUPNPC", @@ -365,6 +520,7 @@ "-D__LIBRETRO__", "-DRARCH_MOBILE", "-DHAVE_COREAUDIO", + "-DHAVE_DYNAMIC", "-DHAVE_OVERLAY", "-DHAVE_ZLIB", "-DHAVE_RPNG", @@ -383,6 +539,7 @@ "-D_LZMA_UINT32_IS_ULONG", "-DHAVE_MFI", "-DHAVE_BTSTACK", + "-DHAVE_KEYMAPPER", ); PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArchiOS11S; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -429,6 +586,7 @@ "-DHAVE_HID", "-DHAVE_NETWORKING", "-DHAVE_NETPLAYDISCOVERY", + "-DHAVE_RUNAHEAD", "-DHAVE_GRIFFIN", "-DHAVE_STB_VORBIS", "-DHAVE_MINIUPNPC", @@ -443,6 +601,7 @@ "-DHAVE_MENU_WIDGETS", "-DHAVE_LIBRETRODB", "-DIOS", + "-DHAVE_DYNAMIC", "-DHAVE_OPENGL", "-DHAVE_OPENGLES", "-DHAVE_OPENGLES2", @@ -482,6 +641,7 @@ "-DHAVE_HID", "-DHAVE_NETWORKING", "-DHAVE_NETPLAYDISCOVERY", + "-DHAVE_RUNAHEAD", "-DHAVE_GRIFFIN", "-DHAVE_STB_VORBIS", "-DHAVE_MINIUPNPC", @@ -505,6 +665,7 @@ "-D__LIBRETRO__", "-DRARCH_MOBILE", "-DHAVE_COREAUDIO", + "-DHAVE_DYNAMIC", "-DRARCH_INTERNAL", "-DHAVE_OVERLAY", "-DHAVE_ZLIB", @@ -524,6 +685,7 @@ "-D_LZMA_UINT32_IS_ULONG", "-DHAVE_MFI", "-DHAVE_BTSTACK", + "-DHAVE_KEYMAPPER", ); PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArchiOS11S; PRODUCT_NAME = "$(TARGET_NAME)"; From b90c6ce3bd5b096d453d30efc25ca56e311b737b Mon Sep 17 00:00:00 2001 From: Weedy Weed Smoker Date: Fri, 31 May 2019 14:58:51 +0700 Subject: [PATCH 7/8] Remove "-DHAVE_DYNAMIC" --- pkg/apple/RetroArch_iOS10_static.xcodeproj/project.pbxproj | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/apple/RetroArch_iOS10_static.xcodeproj/project.pbxproj b/pkg/apple/RetroArch_iOS10_static.xcodeproj/project.pbxproj index ef2d85739e..72148afa53 100644 --- a/pkg/apple/RetroArch_iOS10_static.xcodeproj/project.pbxproj +++ b/pkg/apple/RetroArch_iOS10_static.xcodeproj/project.pbxproj @@ -520,7 +520,6 @@ "-D__LIBRETRO__", "-DRARCH_MOBILE", "-DHAVE_COREAUDIO", - "-DHAVE_DYNAMIC", "-DHAVE_OVERLAY", "-DHAVE_ZLIB", "-DHAVE_RPNG", @@ -610,7 +609,6 @@ "-D__LIBRETRO__", "-DRARCH_MOBILE", "-DHAVE_COREAUDIO", - "-DHAVE_DYNAMIC", "-DHAVE_OVERLAY", "-DHAVE_ZLIB", "-DHAVE_RPNG", @@ -665,7 +663,6 @@ "-D__LIBRETRO__", "-DRARCH_MOBILE", "-DHAVE_COREAUDIO", - "-DHAVE_DYNAMIC", "-DRARCH_INTERNAL", "-DHAVE_OVERLAY", "-DHAVE_ZLIB", From 2e5b10234015fe585e5b718c935821ed5745a9c3 Mon Sep 17 00:00:00 2001 From: Weedy Weed Smoker Date: Fri, 31 May 2019 14:59:24 +0700 Subject: [PATCH 8/8] Remove "-DHAVE_DYNAMIC" --- pkg/apple/RetroArch_iOS11_static.xcodeproj/project.pbxproj | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/apple/RetroArch_iOS11_static.xcodeproj/project.pbxproj b/pkg/apple/RetroArch_iOS11_static.xcodeproj/project.pbxproj index 8bfba52952..59db7ae8f0 100644 --- a/pkg/apple/RetroArch_iOS11_static.xcodeproj/project.pbxproj +++ b/pkg/apple/RetroArch_iOS11_static.xcodeproj/project.pbxproj @@ -520,7 +520,6 @@ "-D__LIBRETRO__", "-DRARCH_MOBILE", "-DHAVE_COREAUDIO", - "-DHAVE_DYNAMIC", "-DHAVE_OVERLAY", "-DHAVE_ZLIB", "-DHAVE_RPNG", @@ -601,7 +600,6 @@ "-DHAVE_MENU_WIDGETS", "-DHAVE_LIBRETRODB", "-DIOS", - "-DHAVE_DYNAMIC", "-DHAVE_OPENGL", "-DHAVE_OPENGLES", "-DHAVE_OPENGLES2", @@ -665,7 +663,6 @@ "-D__LIBRETRO__", "-DRARCH_MOBILE", "-DHAVE_COREAUDIO", - "-DHAVE_DYNAMIC", "-DRARCH_INTERNAL", "-DHAVE_OVERLAY", "-DHAVE_ZLIB",