From 53a0d6a5b74fcdd83164dca2b9c0d011e601d004 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 15 Jul 2016 22:23:59 +0200 Subject: [PATCH] Add separate iOS10 solution files --- .../RetroArch_iOS.xcodeproj/project.pbxproj | 376 +--- .../RetroArch_iOS10.xcodeproj/project.pbxproj | 1619 +++++++++++++++++ .../contents.xcworkspacedata | 7 + .../xcshareddata/RetroArch_iOS.xccheckout | 101 + 4 files changed, 1750 insertions(+), 353 deletions(-) create mode 100644 pkg/apple/RetroArch_iOS10.xcodeproj/project.pbxproj create mode 100644 pkg/apple/RetroArch_iOS10.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 pkg/apple/RetroArch_iOS10.xcodeproj/project.xcworkspace/xcshareddata/RetroArch_iOS.xccheckout diff --git a/pkg/apple/RetroArch_iOS.xcodeproj/project.pbxproj b/pkg/apple/RetroArch_iOS.xcodeproj/project.pbxproj index 0d1eccb475..e0d9ca51ff 100644 --- a/pkg/apple/RetroArch_iOS.xcodeproj/project.pbxproj +++ b/pkg/apple/RetroArch_iOS.xcodeproj/project.pbxproj @@ -76,32 +76,6 @@ 83D632E219ECFCC4009E3161 /* iOS/Resources/ic_pause.png in Resources */ = {isa = PBXBuildFile; fileRef = 83D632DB19ECFCC4009E3161 /* iOS/Resources/ic_pause.png */; }; 83D632E519ECFCC4009E3161 /* iOS/Resources/PauseIndicatorView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 83D632DE19ECFCC4009E3161 /* iOS/Resources/PauseIndicatorView.xib */; }; 83EB676019EEAF050096F441 /* iOS/modules in Resources */ = {isa = PBXBuildFile; fileRef = 83EB675F19EEAF050096F441 /* iOS/modules */; }; - 9204BE0B1D319EF300BD49DB /* float_to_s16_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = 507E056A1CE9C67500E023D3 /* float_to_s16_neon.S */; }; - 9204BE0C1D319EF300BD49DB /* cc_resampler_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = 50D00E8D19D117C400EBA71E /* cc_resampler_neon.S */; }; - 9204BE0D1D319EF300BD49DB /* griffin_objc.m in Sources */ = {isa = PBXBuildFile; fileRef = 50521A431AA23BF500185CC9 /* griffin_objc.m */; }; - 9204BE0E1D319EF300BD49DB /* s16_to_float_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = 501232CD192E5FE30063A359 /* s16_to_float_neon.S */; }; - 9204BE0F1D319EF300BD49DB /* sinc_resampler_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = 501232CB192E5FDC0063A359 /* sinc_resampler_neon.S */; }; - 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 */; }; - 9204BE161D319EF300BD49DB /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50CCC827185E0E7D001F5BC8 /* CoreLocation.framework */; }; - 9204BE171D319EF300BD49DB /* CoreMedia.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 501881ED184BB54C006F665D /* CoreMedia.framework */; }; - 9204BE181D319EF300BD49DB /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 501881EB184BAD6D006F665D /* AVFoundation.framework */; }; - 9204BE191D319EF300BD49DB /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50E7189E184B88AA001956CE /* CoreVideo.framework */; }; - 9204BE1A1D319EF300BD49DB /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96366C5816C9ACF500D64A22 /* AudioToolbox.framework */; }; - 9204BE1B1D319EF300BD49DB /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96366C5416C9AC3300D64A22 /* CoreAudio.framework */; }; - 9204BE1C1D319EF300BD49DB /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96AFAE2916C1D4EA009DE44C /* UIKit.framework */; }; - 9204BE1D1D319EF300BD49DB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96AFAE2B16C1D4EA009DE44C /* Foundation.framework */; }; - 9204BE1E1D319EF300BD49DB /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96AFAE2D16C1D4EA009DE44C /* CoreGraphics.framework */; }; - 9204BE1F1D319EF300BD49DB /* GLKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96AFAE2F16C1D4EA009DE44C /* GLKit.framework */; }; - 9204BE201D319EF300BD49DB /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96AFAE3116C1D4EA009DE44C /* OpenGLES.framework */; }; - 9204BE221D319EF300BD49DB /* iOS/Resources/ic_pause.png in Resources */ = {isa = PBXBuildFile; fileRef = 83D632DB19ECFCC4009E3161 /* iOS/Resources/ic_pause.png */; }; - 9204BE231D319EF300BD49DB /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 967894611788EBD800D6CA69 /* InfoPlist.strings */; }; - 9204BE241D319EF300BD49DB /* iOS/Resources/Media.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 69D31DE31A547EC800EF4C92 /* iOS/Resources/Media.xcassets */; }; - 9204BE251D319EF300BD49DB /* iOS/Resources/PauseIndicatorView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 83D632DE19ECFCC4009E3161 /* iOS/Resources/PauseIndicatorView.xib */; }; - 9204BE261D319EF300BD49DB /* iOS/modules in Resources */ = {isa = PBXBuildFile; fileRef = 83EB675F19EEAF050096F441 /* iOS/modules */; }; 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 */; }; @@ -134,7 +108,6 @@ 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; }; - 9204BE2B1D319EF300BD49DB /* RetroArchiOS10.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RetroArchiOS10.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; }; @@ -194,28 +167,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9204BE111D319EF300BD49DB /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 9204BE121D319EF300BD49DB /* libz.dylib in Frameworks */, - 9204BE131D319EF300BD49DB /* QuartzCore.framework in Frameworks */, - 9204BE141D319EF300BD49DB /* GameController.framework in Frameworks */, - 9204BE151D319EF300BD49DB /* CoreText.framework in Frameworks */, - 9204BE161D319EF300BD49DB /* CoreLocation.framework in Frameworks */, - 9204BE171D319EF300BD49DB /* CoreMedia.framework in Frameworks */, - 9204BE181D319EF300BD49DB /* AVFoundation.framework in Frameworks */, - 9204BE191D319EF300BD49DB /* CoreVideo.framework in Frameworks */, - 9204BE1A1D319EF300BD49DB /* AudioToolbox.framework in Frameworks */, - 9204BE1B1D319EF300BD49DB /* CoreAudio.framework in Frameworks */, - 9204BE1C1D319EF300BD49DB /* UIKit.framework in Frameworks */, - 9204BE1D1D319EF300BD49DB /* Foundation.framework in Frameworks */, - 9204BE1E1D319EF300BD49DB /* CoreGraphics.framework in Frameworks */, - 9204BE1F1D319EF300BD49DB /* GLKit.framework in Frameworks */, - 9204BE201D319EF300BD49DB /* OpenGLES.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 96AFAE2216C1D4EA009DE44C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -276,7 +227,6 @@ 96AFAE2516C1D4EA009DE44C /* RetroArch.app */, 503700AD1ACA18E400A51A37 /* RetroArch copy.app */, 0FDA2A911BE1AFA800F2B5DA /* RetroArch.app */, - 9204BE2B1D319EF300BD49DB /* RetroArchiOS10.app */, ); name = Products; sourceTree = ""; @@ -396,24 +346,6 @@ productReference = 503700AD1ACA18E400A51A37 /* RetroArch copy.app */; productType = "com.apple.product-type.application"; }; - 9204BE091D319EF300BD49DB /* RetroArchiOS10 */ = { - isa = PBXNativeTarget; - buildConfigurationList = 9204BE281D319EF300BD49DB /* Build configuration list for PBXNativeTarget "RetroArchiOS10" */; - buildPhases = ( - 9204BE0A1D319EF300BD49DB /* Sources */, - 9204BE111D319EF300BD49DB /* Frameworks */, - 9204BE211D319EF300BD49DB /* Resources */, - 9204BE271D319EF300BD49DB /* ShellScript */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = RetroArchiOS10; - productName = RetroArch; - productReference = 9204BE2B1D319EF300BD49DB /* RetroArchiOS10.app */; - productType = "com.apple.product-type.application"; - }; 96AFAE2416C1D4EA009DE44C /* RetroArch */ = { isa = PBXNativeTarget; buildConfigurationList = 96AFAE5416C1D4EA009DE44C /* Build configuration list for PBXNativeTarget "RetroArch" */; @@ -443,13 +375,8 @@ 503700861ACA18E400A51A37 = { DevelopmentTeam = YLQUB5DVUQ; }; - 9204BE091D319EF300BD49DB = { - DevelopmentTeam = R72X3BF4KE; - DevelopmentTeamName = "Yoshinobu Sugawara"; - }; 96AFAE2416C1D4EA009DE44C = { - DevelopmentTeam = R72X3BF4KE; - DevelopmentTeamName = "Yoshinobu Sugawara"; + DevelopmentTeam = YLQUB5DVUQ; }; }; }; @@ -468,7 +395,6 @@ 96AFAE2416C1D4EA009DE44C /* RetroArch */, 503700861ACA18E400A51A37 /* RetroArch iOS6 */, 0FDA2A701BE1AFA800F2B5DA /* RetroArch iOS9 */, - 9204BE091D319EF300BD49DB /* RetroArchiOS10 */, ); }; /* End PBXProject section */ @@ -498,18 +424,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9204BE211D319EF300BD49DB /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 9204BE221D319EF300BD49DB /* iOS/Resources/ic_pause.png in Resources */, - 9204BE231D319EF300BD49DB /* InfoPlist.strings in Resources */, - 9204BE241D319EF300BD49DB /* iOS/Resources/Media.xcassets in Resources */, - 9204BE251D319EF300BD49DB /* iOS/Resources/PauseIndicatorView.xib in Resources */, - 9204BE261D319EF300BD49DB /* iOS/modules in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 96AFAE2316C1D4EA009DE44C /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -524,22 +438,6 @@ }; /* End PBXResourcesBuildPhase section */ -/* Begin PBXShellScriptBuildPhase section */ - 9204BE271D319EF300BD49DB /* ShellScript */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "./code-sign-cores.sh"; - }; -/* End PBXShellScriptBuildPhase section */ - /* Begin PBXSourcesBuildPhase section */ 0FDA2A711BE1AFA800F2B5DA /* Sources */ = { isa = PBXSourcesBuildPhase; @@ -567,19 +465,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9204BE0A1D319EF300BD49DB /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 9204BE0B1D319EF300BD49DB /* float_to_s16_neon.S in Sources */, - 9204BE0C1D319EF300BD49DB /* cc_resampler_neon.S in Sources */, - 9204BE0D1D319EF300BD49DB /* griffin_objc.m in Sources */, - 9204BE0E1D319EF300BD49DB /* s16_to_float_neon.S in Sources */, - 9204BE0F1D319EF300BD49DB /* sinc_resampler_neon.S in Sources */, - 9204BE101D319EF300BD49DB /* griffin.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 96AFAE2116C1D4EA009DE44C /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -631,13 +516,13 @@ ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = ( "-DHAVE_NETPLAY", - "-DHAVE_NETWORKGAMEPAD", + "-DHAVE_NETWORKGAMEPAD", "-DHAVE_CORETEXT", "-DHAVE_HID", "-DHAVE_NETWORKING", "-DHAVE_AVFOUNDATION", "-DHAVE_GRIFFIN", - "-DHAVE_LANGEXTRA", + "-DHAVE_LANGEXTRA", "-DHAVE_CHEEVOS", "-DHAVE_IMAGEVIEWER", "-DHAVE_CORELOCATION", @@ -710,13 +595,13 @@ "-DNS_BLOCK_ASSERTIONS=1", "-DNDEBUG", "-DHAVE_NETPLAY", - "-DHAVE_NETWORKGAMEPAD", + "-DHAVE_NETWORKGAMEPAD", "-DHAVE_CORETEXT", "-DHAVE_HID", "-DHAVE_NETWORKING", "-DHAVE_AVFOUNDATION", "-DHAVE_GRIFFIN", - "-DHAVE_LANGEXTRA", + "-DHAVE_LANGEXTRA", "-DHAVE_CHEEVOS", "-DHAVE_IMAGEVIEWER", "-DHAVE_CORELOCATION", @@ -760,13 +645,13 @@ "-DNS_BLOCK_ASSERTIONS=1", "-DNDEBUG", "-DHAVE_NETPLAY", - "-DHAVE_NETWORKGAMEPAD", + "-DHAVE_NETWORKGAMEPAD", "-DHAVE_CORETEXT", "-DHAVE_HID", "-DHAVE_NETWORKING", "-DHAVE_AVFOUNDATION", "-DHAVE_GRIFFIN", - "-DHAVE_LANGEXTRA", + "-DHAVE_LANGEXTRA", "-DHAVE_CHEEVOS", "-DHAVE_IMAGEVIEWER", "-DHAVE_CORELOCATION", @@ -839,13 +724,13 @@ ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = ( "-DHAVE_NETPLAY", - "-DHAVE_NETWORKGAMEPAD", + "-DHAVE_NETWORKGAMEPAD", "-DHAVE_CORETEXT", "-DHAVE_HID", "-DHAVE_NETWORKING", "-DHAVE_AVFOUNDATION", "-DHAVE_GRIFFIN", - "-DHAVE_LANGEXTRA", + "-DHAVE_LANGEXTRA", "-DHAVE_CHEEVOS", "-DHAVE_IMAGEVIEWER", "-DHAVE_CORETEXT", @@ -914,13 +799,13 @@ "-DNS_BLOCK_ASSERTIONS=1", "-DNDEBUG", "-DHAVE_NETPLAY", - "-DHAVE_NETWORKGAMEPAD", + "-DHAVE_NETWORKGAMEPAD", "-DHAVE_CORETEXT", "-DHAVE_HID", "-DHAVE_NETWORKING", "-DHAVE_AVFOUNDATION", "-DHAVE_GRIFFIN", - "-DHAVE_LANGEXTRA", + "-DHAVE_LANGEXTRA", "-DHAVE_CHEEVOS", "-DHAVE_IMAGEVIEWER", "-DHAVE_CORELOCATION", @@ -961,13 +846,13 @@ "-DNS_BLOCK_ASSERTIONS=1", "-DNDEBUG", "-DHAVE_NETPLAY", - "-DHAVE_NETWORKGAMEPAD", + "-DHAVE_NETWORKGAMEPAD", "-DHAVE_CORETEXT", "-DHAVE_HID", "-DHAVE_NETWORKING", "-DHAVE_AVFOUNDATION", "-DHAVE_GRIFFIN", - "-DHAVE_LANGEXTRA", + "-DHAVE_LANGEXTRA", "-DHAVE_CHEEVOS", "-DHAVE_IMAGEVIEWER", "-DHAVE_CORELOCATION", @@ -1011,212 +896,6 @@ }; name = Release; }; - 9204BE291D319EF300BD49DB /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = armv7; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; - CLANG_CXX_LIBRARY = "libstdc++"; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; - ENABLE_BITCODE = NO; - GCC_PRECOMPILE_PREFIX_HEADER = NO; - GCC_PREFIX_HEADER = ""; - HEADER_SEARCH_PATHS = ( - ../../, - "../../libretro-common/include", - ); - INFOPLIST_FILE = "$(SRCROOT)/iOS/Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 6.0; - LD_NO_PIE = YES; - LIBRARY_SEARCH_PATHS = ""; - ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = ( - "-DHAVE_NETPLAY", - "-DHAVE_NETWORKGAMEPAD", - "-DHAVE_CORETEXT", - "-DHAVE_HID", - "-DHAVE_NETWORKING", - "-DHAVE_AVFOUNDATION", - "-DHAVE_GRIFFIN", - "-DHAVE_LANGEXTRA", - "-DHAVE_CHEEVOS", - "-DHAVE_IMAGEVIEWER", - "-DHAVE_CORELOCATION", - "-DHAVE_RGUI", - "-DHAVE_MENU", - "-DHAVE_LIBRETRODB", - "-DIOS", - "-DHAVE_OPENGL", - "-DHAVE_FBO", - "-DHAVE_OPENGLES", - "-DHAVE_OPENGLES2", - "-DHAVE_GLSL", - "-DINLINE=inline", - "-D__LIBRETRO__", - "-DRARCH_MOBILE", - "-DHAVE_COREAUDIO", - "-DHAVE_DYNAMIC", - "-DHAVE_OVERLAY", - "-DHAVE_ZLIB", - "-DHAVE_RPNG", - "-DHAVE_RJPEG", - "-DHAVE_RBMP", - "-DHAVE_RTGA", - "-DHAVE_COCOATOUCH", - "-DHAVE_MAIN", - "-DSINC_LOWER_QUALITY", - "-DRARCH_INTERNAL", - "-DHAVE_THREADS", - "-DHAVE_FILTERS_BUILTIN", - "-DHAVE_MATERIALUI", - "-DHAVE_ZARCH", - "-DHAVE_XMB", - "-DHAVE_SHADERPIPELINE", - "-D_LZMA_UINT32_IS_ULONG", - "-DHAVE_MFI", - "-DHAVE_BTSTACK", - "-DHAVE_AVFOUNDATION", - ); - PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE = ""; - VALID_ARCHS = armv7; - WARNING_CFLAGS = "-Wno-invalid-source-encoding"; - WRAPPER_EXTENSION = app; - }; - name = Debug; - }; - 9204BE2A1D319EF300BD49DB /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = armv7; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; - CLANG_CXX_LIBRARY = "libstdc++"; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; - ENABLE_BITCODE = NO; - GCC_PRECOMPILE_PREFIX_HEADER = NO; - GCC_PREFIX_HEADER = ""; - HEADER_SEARCH_PATHS = ( - ../../, - "../../libretro-common/include", - ); - INFOPLIST_FILE = "$(SRCROOT)/iOS/Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 6.0; - LD_NO_PIE = YES; - LIBRARY_SEARCH_PATHS = ""; - OTHER_CFLAGS = ( - "-DNS_BLOCK_ASSERTIONS=1", - "-DNDEBUG", - "-DHAVE_NETPLAY", - "-DHAVE_NETWORKGAMEPAD", - "-DHAVE_CORETEXT", - "-DHAVE_HID", - "-DHAVE_NETWORKING", - "-DHAVE_AVFOUNDATION", - "-DHAVE_GRIFFIN", - "-DHAVE_LANGEXTRA", - "-DHAVE_CHEEVOS", - "-DHAVE_IMAGEVIEWER", - "-DHAVE_CORELOCATION", - "-DHAVE_RGUI", - "-DHAVE_MENU", - "-DHAVE_LIBRETRODB", - "-DIOS", - "-DHAVE_OPENGL", - "-DHAVE_FBO", - "-DHAVE_OPENGLES", - "-DHAVE_OPENGLES2", - "-DHAVE_GLSL", - "-DINLINE=inline", - "-D__LIBRETRO__", - "-DRARCH_MOBILE", - "-DHAVE_COREAUDIO", - "-DHAVE_DYNAMIC", - "-DHAVE_OVERLAY", - "-DHAVE_ZLIB", - "-DHAVE_RPNG", - "-DHAVE_RJPEG", - "-DHAVE_RBMP", - "-DHAVE_RTGA", - "-DHAVE_COCOATOUCH", - "-DHAVE_MAIN", - "-DSINC_LOWER_QUALITY", - "-DRARCH_INTERNAL", - "-DHAVE_THREADS", - "-DHAVE_FILTERS_BUILTIN", - "-DHAVE_7ZIP", - "-DHAVE_MATERIALUI", - "-DHAVE_ZARCH", - "-DHAVE_XMB", - "-DHAVE_SHADERPIPELINE", - "-D_LZMA_UINT32_IS_ULONG", - "-DHAVE_MFI", - "-DHAVE_BTSTACK", - "-DHAVE_AVFOUNDATION", - ); - "OTHER_CFLAGS[arch=*]" = ( - "-DNS_BLOCK_ASSERTIONS=1", - "-DNDEBUG", - "-DHAVE_NETPLAY", - "-DHAVE_NETWORKGAMEPAD", - "-DHAVE_CORETEXT", - "-DHAVE_HID", - "-DHAVE_NETWORKING", - "-DHAVE_AVFOUNDATION", - "-DHAVE_GRIFFIN", - "-DHAVE_LANGEXTRA", - "-DHAVE_CHEEVOS", - "-DHAVE_IMAGEVIEWER", - "-DHAVE_CORELOCATION", - "-DHAVE_RGUI", - "-DHAVE_MENU", - "-DHAVE_LIBRETRODB", - "-DIOS", - "-DHAVE_OPENGL", - "-DHAVE_FBO", - "-DHAVE_OPENGLES", - "-DHAVE_OPENGLES2", - "-DHAVE_GLSL", - "-DINLINE=inline", - "-D__LIBRETRO__", - "-DRARCH_MOBILE", - "-DHAVE_COREAUDIO", - "-DHAVE_DYNAMIC", - "-DRARCH_INTERNAL", - "-DHAVE_OVERLAY", - "-DHAVE_ZLIB", - "-DHAVE_RPNG", - "-DHAVE_RJPEG", - "-DHAVE_RBMP", - "-DHAVE_RTGA", - "-DHAVE_COCOATOUCH", - "-DHAVE_MAIN", - "-DSINC_LOWER_QUALITY", - "-DHAVE_THREADS", - "-DHAVE_FILTERS_BUILTIN", - "-DHAVE_7ZIP", - "-DHAVE_MATERIALUI", - "-DHAVE_ZARCH", - "-DHAVE_XMB", - "-DHAVE_SHADERPIPELINE", - "-D_LZMA_UINT32_IS_ULONG", - "-DHAVE_MFI", - "-DHAVE_BTSTACK", - "-DHAVE_AVFOUNDATION", - ); - PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE = ""; - VALID_ARCHS = armv7; - WARNING_CFLAGS = "-Wno-invalid-source-encoding"; - WRAPPER_EXTENSION = app; - }; - name = Release; - }; 96AFAE5216C1D4EA009DE44C /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -1246,13 +925,13 @@ ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = ( "-DHAVE_NETPLAY", - "-DHAVE_NETWORKGAMEPAD", + "-DHAVE_NETWORKGAMEPAD", "-DHAVE_CORETEXT", "-DHAVE_HID", "-DHAVE_NETWORKING", "-DHAVE_AVFOUNDATION", "-DHAVE_GRIFFIN", - "-DHAVE_LANGEXTRA", + "-DHAVE_LANGEXTRA", "-DHAVE_CHEEVOS", "-DHAVE_IMAGEVIEWER", "-DHAVE_CORELOCATION", @@ -1314,13 +993,13 @@ "-DNS_BLOCK_ASSERTIONS=1", "-DNDEBUG", "-DHAVE_NETPLAY", - "-DHAVE_NETWORKGAMEPAD", + "-DHAVE_NETWORKGAMEPAD", "-DHAVE_CORETEXT", "-DHAVE_HID", "-DHAVE_NETWORKING", "-DHAVE_AVFOUNDATION", "-DHAVE_GRIFFIN", - "-DHAVE_LANGEXTRA", + "-DHAVE_LANGEXTRA", "-DHAVE_CHEEVOS", "-DHAVE_IMAGEVIEWER", "-DHAVE_CORELOCATION", @@ -1383,13 +1062,13 @@ ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = ( "-DHAVE_NETPLAY", - "-DHAVE_NETWORKGAMEPAD", + "-DHAVE_NETWORKGAMEPAD", "-DHAVE_CORETEXT", "-DHAVE_HID", "-DHAVE_NETWORKING", "-DHAVE_AVFOUNDATION", "-DHAVE_GRIFFIN", - "-DHAVE_LANGEXTRA", + "-DHAVE_LANGEXTRA", "-DHAVE_CHEEVOS", "-DHAVE_IMAGEVIEWER", "-DHAVE_CORELOCATION", @@ -1461,13 +1140,13 @@ "-DNS_BLOCK_ASSERTIONS=1", "-DNDEBUG", "-DHAVE_NETPLAY", - "-DHAVE_NETWORKGAMEPAD", + "-DHAVE_NETWORKGAMEPAD", "-DHAVE_CORETEXT", "-DHAVE_HID", "-DHAVE_NETWORKING", "-DHAVE_AVFOUNDATION", "-DHAVE_GRIFFIN", - "-DHAVE_LANGEXTRA", + "-DHAVE_LANGEXTRA", "-DHAVE_CHEEVOS", "-DHAVE_IMAGEVIEWER", "-DHAVE_CORELOCATION", @@ -1511,13 +1190,13 @@ "-DNS_BLOCK_ASSERTIONS=1", "-DNDEBUG", "-DHAVE_NETPLAY", - "-DHAVE_NETWORKGAMEPAD", + "-DHAVE_NETWORKGAMEPAD", "-DHAVE_CORETEXT", "-DHAVE_HID", "-DHAVE_NETWORKING", "-DHAVE_AVFOUNDATION", "-DHAVE_GRIFFIN", - "-DHAVE_LANGEXTRA", + "-DHAVE_LANGEXTRA", "-DHAVE_CHEEVOS", "-DHAVE_IMAGEVIEWER", "-DHAVE_CORELOCATION", @@ -1586,15 +1265,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 9204BE281D319EF300BD49DB /* Build configuration list for PBXNativeTarget "RetroArchiOS10" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 9204BE291D319EF300BD49DB /* Debug */, - 9204BE2A1D319EF300BD49DB /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 96AFAE1F16C1D4EA009DE44C /* Build configuration list for PBXProject "RetroArch_iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/pkg/apple/RetroArch_iOS10.xcodeproj/project.pbxproj b/pkg/apple/RetroArch_iOS10.xcodeproj/project.pbxproj new file mode 100644 index 0000000000..0d1eccb475 --- /dev/null +++ b/pkg/apple/RetroArch_iOS10.xcodeproj/project.pbxproj @@ -0,0 +1,1619 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 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 */; }; + 0FDA2A7C1BE1AFA800F2B5DA /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50CCC827185E0E7D001F5BC8 /* CoreLocation.framework */; }; + 0FDA2A7D1BE1AFA800F2B5DA /* CoreMedia.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 501881ED184BB54C006F665D /* CoreMedia.framework */; }; + 0FDA2A7E1BE1AFA800F2B5DA /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 501881EB184BAD6D006F665D /* AVFoundation.framework */; }; + 0FDA2A7F1BE1AFA800F2B5DA /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50E7189E184B88AA001956CE /* CoreVideo.framework */; }; + 0FDA2A801BE1AFA800F2B5DA /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96366C5816C9ACF500D64A22 /* AudioToolbox.framework */; }; + 0FDA2A811BE1AFA800F2B5DA /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96366C5416C9AC3300D64A22 /* CoreAudio.framework */; }; + 0FDA2A821BE1AFA800F2B5DA /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96AFAE2916C1D4EA009DE44C /* UIKit.framework */; }; + 0FDA2A831BE1AFA800F2B5DA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96AFAE2B16C1D4EA009DE44C /* Foundation.framework */; }; + 0FDA2A841BE1AFA800F2B5DA /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96AFAE2D16C1D4EA009DE44C /* CoreGraphics.framework */; }; + 0FDA2A851BE1AFA800F2B5DA /* GLKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96AFAE2F16C1D4EA009DE44C /* GLKit.framework */; }; + 0FDA2A861BE1AFA800F2B5DA /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96AFAE3116C1D4EA009DE44C /* OpenGLES.framework */; }; + 0FDA2A881BE1AFA800F2B5DA /* iOS/Resources/ic_pause.png in Resources */ = {isa = PBXBuildFile; fileRef = 83D632DB19ECFCC4009E3161 /* iOS/Resources/ic_pause.png */; }; + 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 */; }; + 0FDA2A8B1BE1AFA800F2B5DA /* iOS/Resources/PauseIndicatorView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 83D632DE19ECFCC4009E3161 /* iOS/Resources/PauseIndicatorView.xib */; }; + 0FDA2A8C1BE1AFA800F2B5DA /* iOS/modules in Resources */ = {isa = PBXBuildFile; fileRef = 83EB675F19EEAF050096F441 /* iOS/modules */; }; + 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 */; }; + 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 */; }; + 5037008B1ACA18E400A51A37 /* sinc_resampler_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = 501232CB192E5FDC0063A359 /* sinc_resampler_neon.S */; }; + 5037008C1ACA18E400A51A37 /* griffin.c in Sources */ = {isa = PBXBuildFile; fileRef = 501232C9192E5FC40063A359 /* griffin.c */; }; + 5037008E1ACA18E400A51A37 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50C3B1AD1AB1107100F478D3 /* QuartzCore.framework */; }; + 503700901ACA18E400A51A37 /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 696012F119F3389A006A1088 /* CoreText.framework */; }; + 503700911ACA18E400A51A37 /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50CCC827185E0E7D001F5BC8 /* CoreLocation.framework */; }; + 503700921ACA18E400A51A37 /* CoreMedia.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 501881ED184BB54C006F665D /* CoreMedia.framework */; }; + 503700931ACA18E400A51A37 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 501881EB184BAD6D006F665D /* AVFoundation.framework */; }; + 503700941ACA18E400A51A37 /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50E7189E184B88AA001956CE /* CoreVideo.framework */; }; + 503700951ACA18E400A51A37 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96366C5816C9ACF500D64A22 /* AudioToolbox.framework */; }; + 503700961ACA18E400A51A37 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96366C5416C9AC3300D64A22 /* CoreAudio.framework */; }; + 503700971ACA18E400A51A37 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96AFAE2916C1D4EA009DE44C /* UIKit.framework */; }; + 503700981ACA18E400A51A37 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96AFAE2B16C1D4EA009DE44C /* Foundation.framework */; }; + 503700991ACA18E400A51A37 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96AFAE2D16C1D4EA009DE44C /* CoreGraphics.framework */; }; + 5037009A1ACA18E400A51A37 /* GLKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96AFAE2F16C1D4EA009DE44C /* GLKit.framework */; }; + 5037009B1ACA18E400A51A37 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96AFAE3116C1D4EA009DE44C /* OpenGLES.framework */; }; + 5037009F1ACA18E400A51A37 /* iOS/Resources/ic_pause.png in Resources */ = {isa = PBXBuildFile; fileRef = 83D632DB19ECFCC4009E3161 /* iOS/Resources/ic_pause.png */; }; + 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 */; }; + 5040F0501AE47ED4006F6972 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 5040F04F1AE47ED4006F6972 /* libz.dylib */; }; + 5040F0511AE47EE2006F6972 /* 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 */; }; + 507E056C1CE9C69300E023D3 /* float_to_s16_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = 507E056A1CE9C67500E023D3 /* float_to_s16_neon.S */; }; + 507E056D1CE9C69400E023D3 /* float_to_s16_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = 507E056A1CE9C67500E023D3 /* float_to_s16_neon.S */; }; + 50C3B1AE1AB1107200F478D3 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50C3B1AD1AB1107100F478D3 /* QuartzCore.framework */; }; + 50CCC828185E0E7D001F5BC8 /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50CCC827185E0E7D001F5BC8 /* CoreLocation.framework */; }; + 50D00E8E19D117C400EBA71E /* cc_resampler_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = 50D00E8D19D117C400EBA71E /* cc_resampler_neon.S */; }; + 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 */; }; + 83D632E219ECFCC4009E3161 /* iOS/Resources/ic_pause.png in Resources */ = {isa = PBXBuildFile; fileRef = 83D632DB19ECFCC4009E3161 /* iOS/Resources/ic_pause.png */; }; + 83D632E519ECFCC4009E3161 /* iOS/Resources/PauseIndicatorView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 83D632DE19ECFCC4009E3161 /* iOS/Resources/PauseIndicatorView.xib */; }; + 83EB676019EEAF050096F441 /* iOS/modules in Resources */ = {isa = PBXBuildFile; fileRef = 83EB675F19EEAF050096F441 /* iOS/modules */; }; + 9204BE0B1D319EF300BD49DB /* float_to_s16_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = 507E056A1CE9C67500E023D3 /* float_to_s16_neon.S */; }; + 9204BE0C1D319EF300BD49DB /* cc_resampler_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = 50D00E8D19D117C400EBA71E /* cc_resampler_neon.S */; }; + 9204BE0D1D319EF300BD49DB /* griffin_objc.m in Sources */ = {isa = PBXBuildFile; fileRef = 50521A431AA23BF500185CC9 /* griffin_objc.m */; }; + 9204BE0E1D319EF300BD49DB /* s16_to_float_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = 501232CD192E5FE30063A359 /* s16_to_float_neon.S */; }; + 9204BE0F1D319EF300BD49DB /* sinc_resampler_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = 501232CB192E5FDC0063A359 /* sinc_resampler_neon.S */; }; + 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 */; }; + 9204BE161D319EF300BD49DB /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50CCC827185E0E7D001F5BC8 /* CoreLocation.framework */; }; + 9204BE171D319EF300BD49DB /* CoreMedia.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 501881ED184BB54C006F665D /* CoreMedia.framework */; }; + 9204BE181D319EF300BD49DB /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 501881EB184BAD6D006F665D /* AVFoundation.framework */; }; + 9204BE191D319EF300BD49DB /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50E7189E184B88AA001956CE /* CoreVideo.framework */; }; + 9204BE1A1D319EF300BD49DB /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96366C5816C9ACF500D64A22 /* AudioToolbox.framework */; }; + 9204BE1B1D319EF300BD49DB /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96366C5416C9AC3300D64A22 /* CoreAudio.framework */; }; + 9204BE1C1D319EF300BD49DB /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96AFAE2916C1D4EA009DE44C /* UIKit.framework */; }; + 9204BE1D1D319EF300BD49DB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96AFAE2B16C1D4EA009DE44C /* Foundation.framework */; }; + 9204BE1E1D319EF300BD49DB /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96AFAE2D16C1D4EA009DE44C /* CoreGraphics.framework */; }; + 9204BE1F1D319EF300BD49DB /* GLKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96AFAE2F16C1D4EA009DE44C /* GLKit.framework */; }; + 9204BE201D319EF300BD49DB /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96AFAE3116C1D4EA009DE44C /* OpenGLES.framework */; }; + 9204BE221D319EF300BD49DB /* iOS/Resources/ic_pause.png in Resources */ = {isa = PBXBuildFile; fileRef = 83D632DB19ECFCC4009E3161 /* iOS/Resources/ic_pause.png */; }; + 9204BE231D319EF300BD49DB /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 967894611788EBD800D6CA69 /* InfoPlist.strings */; }; + 9204BE241D319EF300BD49DB /* iOS/Resources/Media.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 69D31DE31A547EC800EF4C92 /* iOS/Resources/Media.xcassets */; }; + 9204BE251D319EF300BD49DB /* iOS/Resources/PauseIndicatorView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 83D632DE19ECFCC4009E3161 /* iOS/Resources/PauseIndicatorView.xib */; }; + 9204BE261D319EF300BD49DB /* iOS/modules in Resources */ = {isa = PBXBuildFile; fileRef = 83EB675F19EEAF050096F441 /* iOS/modules */; }; + 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 */; }; + 96AFAE2A16C1D4EA009DE44C /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96AFAE2916C1D4EA009DE44C /* UIKit.framework */; }; + 96AFAE2C16C1D4EA009DE44C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96AFAE2B16C1D4EA009DE44C /* Foundation.framework */; }; + 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 */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 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 = ""; }; + 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 = ../../audio/drivers_resampler/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/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; }; + 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/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; }; + 50CCC827185E0E7D001F5BC8 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; }; + 50D00E8D19D117C400EBA71E /* cc_resampler_neon.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; name = cc_resampler_neon.S; path = ../../audio/drivers_resampler/cc_resampler_neon.S; sourceTree = SOURCE_ROOT; }; + 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; }; + 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; }; + 9204BE2B1D319EF300BD49DB /* RetroArchiOS10.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RetroArchiOS10.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; }; + 9678945F1788EBD000D6CA69 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = iOS/Info.plist; sourceTree = SOURCE_ROOT; }; + 967894621788EBD800D6CA69 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = iOS/en.lproj/InfoPlist.strings; sourceTree = SOURCE_ROOT; }; + 96AFAE2516C1D4EA009DE44C /* RetroArch.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RetroArch.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 96AFAE2916C1D4EA009DE44C /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + 96AFAE2B16C1D4EA009DE44C /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + 96AFAE2D16C1D4EA009DE44C /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; + 96AFAE2F16C1D4EA009DE44C /* GLKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLKit.framework; path = System/Library/Frameworks/GLKit.framework; sourceTree = SDKROOT; }; + 96AFAE3116C1D4EA009DE44C /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; }; + 96AFAF4516C1E00A009DE44C /* bitmap.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; path = bitmap.bin; sourceTree = ""; }; + 96AFAF4616C1E00A009DE44C /* bitmap.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bitmap.bmp; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 0FDA2A771BE1AFA800F2B5DA /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 0FDA2A781BE1AFA800F2B5DA /* libz.dylib in Frameworks */, + 0FDA2A791BE1AFA800F2B5DA /* QuartzCore.framework in Frameworks */, + 0FDA2A7A1BE1AFA800F2B5DA /* GameController.framework in Frameworks */, + 0FDA2A7B1BE1AFA800F2B5DA /* CoreText.framework in Frameworks */, + 0FDA2A7C1BE1AFA800F2B5DA /* CoreLocation.framework in Frameworks */, + 0FDA2A7D1BE1AFA800F2B5DA /* CoreMedia.framework in Frameworks */, + 0FDA2A7E1BE1AFA800F2B5DA /* AVFoundation.framework in Frameworks */, + 0FDA2A7F1BE1AFA800F2B5DA /* CoreVideo.framework in Frameworks */, + 0FDA2A801BE1AFA800F2B5DA /* AudioToolbox.framework in Frameworks */, + 0FDA2A811BE1AFA800F2B5DA /* CoreAudio.framework in Frameworks */, + 0FDA2A821BE1AFA800F2B5DA /* UIKit.framework in Frameworks */, + 0FDA2A831BE1AFA800F2B5DA /* Foundation.framework in Frameworks */, + 0FDA2A841BE1AFA800F2B5DA /* CoreGraphics.framework in Frameworks */, + 0FDA2A851BE1AFA800F2B5DA /* GLKit.framework in Frameworks */, + 0FDA2A861BE1AFA800F2B5DA /* OpenGLES.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 5037008D1ACA18E400A51A37 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 5040F0511AE47EE2006F6972 /* libz.dylib in Frameworks */, + 5037008E1ACA18E400A51A37 /* QuartzCore.framework in Frameworks */, + 503700901ACA18E400A51A37 /* CoreText.framework in Frameworks */, + 503700911ACA18E400A51A37 /* CoreLocation.framework in Frameworks */, + 503700921ACA18E400A51A37 /* CoreMedia.framework in Frameworks */, + 503700931ACA18E400A51A37 /* AVFoundation.framework in Frameworks */, + 503700941ACA18E400A51A37 /* CoreVideo.framework in Frameworks */, + 503700951ACA18E400A51A37 /* AudioToolbox.framework in Frameworks */, + 503700961ACA18E400A51A37 /* CoreAudio.framework in Frameworks */, + 503700971ACA18E400A51A37 /* UIKit.framework in Frameworks */, + 503700981ACA18E400A51A37 /* Foundation.framework in Frameworks */, + 503700991ACA18E400A51A37 /* CoreGraphics.framework in Frameworks */, + 5037009A1ACA18E400A51A37 /* GLKit.framework in Frameworks */, + 5037009B1ACA18E400A51A37 /* OpenGLES.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 9204BE111D319EF300BD49DB /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 9204BE121D319EF300BD49DB /* libz.dylib in Frameworks */, + 9204BE131D319EF300BD49DB /* QuartzCore.framework in Frameworks */, + 9204BE141D319EF300BD49DB /* GameController.framework in Frameworks */, + 9204BE151D319EF300BD49DB /* CoreText.framework in Frameworks */, + 9204BE161D319EF300BD49DB /* CoreLocation.framework in Frameworks */, + 9204BE171D319EF300BD49DB /* CoreMedia.framework in Frameworks */, + 9204BE181D319EF300BD49DB /* AVFoundation.framework in Frameworks */, + 9204BE191D319EF300BD49DB /* CoreVideo.framework in Frameworks */, + 9204BE1A1D319EF300BD49DB /* AudioToolbox.framework in Frameworks */, + 9204BE1B1D319EF300BD49DB /* CoreAudio.framework in Frameworks */, + 9204BE1C1D319EF300BD49DB /* UIKit.framework in Frameworks */, + 9204BE1D1D319EF300BD49DB /* Foundation.framework in Frameworks */, + 9204BE1E1D319EF300BD49DB /* CoreGraphics.framework in Frameworks */, + 9204BE1F1D319EF300BD49DB /* GLKit.framework in Frameworks */, + 9204BE201D319EF300BD49DB /* OpenGLES.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 96AFAE2216C1D4EA009DE44C /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 5040F0501AE47ED4006F6972 /* libz.dylib in Frameworks */, + 50C3B1AE1AB1107200F478D3 /* QuartzCore.framework in Frameworks */, + 5041BAF41A9D40D000A77A33 /* GameController.framework in Frameworks */, + 696012F219F3389A006A1088 /* CoreText.framework in Frameworks */, + 50CCC828185E0E7D001F5BC8 /* CoreLocation.framework in Frameworks */, + 501881EE184BB54C006F665D /* CoreMedia.framework in Frameworks */, + 501881EC184BAD6D006F665D /* AVFoundation.framework in Frameworks */, + 50E7189F184B88AA001956CE /* CoreVideo.framework in Frameworks */, + 96366C5916C9ACF500D64A22 /* AudioToolbox.framework in Frameworks */, + 96366C5516C9AC3300D64A22 /* CoreAudio.framework in Frameworks */, + 96AFAE2A16C1D4EA009DE44C /* UIKit.framework in Frameworks */, + 96AFAE2C16C1D4EA009DE44C /* Foundation.framework in Frameworks */, + 96AFAE2E16C1D4EA009DE44C /* CoreGraphics.framework in Frameworks */, + 96AFAE3016C1D4EA009DE44C /* GLKit.framework in Frameworks */, + 96AFAE3216C1D4EA009DE44C /* OpenGLES.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 83D632D719ECFCC4009E3161 /* Assets */ = { + isa = PBXGroup; + children = ( + 83EB675F19EEAF050096F441 /* iOS/modules */, + 83D632DB19ECFCC4009E3161 /* iOS/Resources/ic_pause.png */, + 83D632DE19ECFCC4009E3161 /* iOS/Resources/PauseIndicatorView.xib */, + 69D31DE31A547EC800EF4C92 /* iOS/Resources/Media.xcassets */, + ); + name = Assets; + path = Resources; + sourceTree = ""; + }; + 96AFAE1A16C1D4EA009DE44C = { + isa = PBXGroup; + children = ( + 507E056A1CE9C67500E023D3 /* float_to_s16_neon.S */, + 83D632D719ECFCC4009E3161 /* Assets */, + 50D00E8D19D117C400EBA71E /* cc_resampler_neon.S */, + 96AFAE9C16C1D976009DE44C /* core */, + 96AFAE2816C1D4EA009DE44C /* Frameworks */, + 96AFAE2616C1D4EA009DE44C /* Products */, + 96AFAE3416C1D4EA009DE44C /* Supporting Files */, + 503700AE1ACA18E400A51A37 /* Info.plist */, + 0FDA2A921BE1AFA800F2B5DA /* RetroArch_iOS9-Info.plist */, + ); + indentWidth = 3; + sourceTree = ""; + tabWidth = 3; + }; + 96AFAE2616C1D4EA009DE44C /* Products */ = { + isa = PBXGroup; + children = ( + 96AFAE2516C1D4EA009DE44C /* RetroArch.app */, + 503700AD1ACA18E400A51A37 /* RetroArch copy.app */, + 0FDA2A911BE1AFA800F2B5DA /* RetroArch.app */, + 9204BE2B1D319EF300BD49DB /* RetroArchiOS10.app */, + ); + name = Products; + sourceTree = ""; + }; + 96AFAE2816C1D4EA009DE44C /* Frameworks */ = { + isa = PBXGroup; + children = ( + 5040F04F1AE47ED4006F6972 /* libz.dylib */, + 50C3B1AD1AB1107100F478D3 /* QuartzCore.framework */, + 696012F119F3389A006A1088 /* CoreText.framework */, + 963C3C33186E3DED00A6EB1E /* GameController.framework */, + 50CCC827185E0E7D001F5BC8 /* CoreLocation.framework */, + 501881ED184BB54C006F665D /* CoreMedia.framework */, + 501881EB184BAD6D006F665D /* AVFoundation.framework */, + 50E7189E184B88AA001956CE /* CoreVideo.framework */, + 96366C5816C9ACF500D64A22 /* AudioToolbox.framework */, + 96366C5416C9AC3300D64A22 /* CoreAudio.framework */, + 96AFAE2916C1D4EA009DE44C /* UIKit.framework */, + 96AFAE2B16C1D4EA009DE44C /* Foundation.framework */, + 96AFAE2D16C1D4EA009DE44C /* CoreGraphics.framework */, + 96AFAE2F16C1D4EA009DE44C /* GLKit.framework */, + 96AFAE3116C1D4EA009DE44C /* OpenGLES.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 96AFAE3416C1D4EA009DE44C /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 967894611788EBD800D6CA69 /* InfoPlist.strings */, + 9678945F1788EBD000D6CA69 /* Info.plist */, + ); + name = "Supporting Files"; + path = RetroArch; + sourceTree = ""; + }; + 96AFAE9C16C1D976009DE44C /* core */ = { + isa = PBXGroup; + children = ( + D48581DC16F823E2004BEB17 /* griffin */, + 96AFAEE516C1DC73009DE44C /* audio */, + 96AFAF3116C1E00A009DE44C /* gfx */, + ); + name = core; + sourceTree = ""; + }; + 96AFAEE516C1DC73009DE44C /* audio */ = { + isa = PBXGroup; + children = ( + 501232CD192E5FE30063A359 /* s16_to_float_neon.S */, + ); + name = audio; + path = ../audio; + sourceTree = ""; + }; + 96AFAF3116C1E00A009DE44C /* gfx */ = { + isa = PBXGroup; + children = ( + 96AFAF4416C1E00A009DE44C /* fonts */, + ); + name = gfx; + path = ../gfx; + sourceTree = ""; + }; + 96AFAF4416C1E00A009DE44C /* fonts */ = { + isa = PBXGroup; + children = ( + 96AFAF4516C1E00A009DE44C /* bitmap.bin */, + 96AFAF4616C1E00A009DE44C /* bitmap.bmp */, + ); + path = fonts; + sourceTree = ""; + }; + D48581DC16F823E2004BEB17 /* griffin */ = { + isa = PBXGroup; + children = ( + 50521A431AA23BF500185CC9 /* griffin_objc.m */, + 501232C9192E5FC40063A359 /* griffin.c */, + ); + name = griffin; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 0FDA2A701BE1AFA800F2B5DA /* RetroArch iOS9 */ = { + isa = PBXNativeTarget; + buildConfigurationList = 0FDA2A8E1BE1AFA800F2B5DA /* Build configuration list for PBXNativeTarget "RetroArch iOS9" */; + buildPhases = ( + 0FDA2A711BE1AFA800F2B5DA /* Sources */, + 0FDA2A771BE1AFA800F2B5DA /* Frameworks */, + 0FDA2A871BE1AFA800F2B5DA /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "RetroArch iOS9"; + productName = RetroArch; + productReference = 0FDA2A911BE1AFA800F2B5DA /* RetroArch.app */; + productType = "com.apple.product-type.application"; + }; + 503700861ACA18E400A51A37 /* RetroArch iOS6 */ = { + isa = PBXNativeTarget; + buildConfigurationList = 503700AA1ACA18E400A51A37 /* Build configuration list for PBXNativeTarget "RetroArch iOS6" */; + buildPhases = ( + 503700871ACA18E400A51A37 /* Sources */, + 5037008D1ACA18E400A51A37 /* Frameworks */, + 5037009D1ACA18E400A51A37 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "RetroArch iOS6"; + productName = RetroArch; + productReference = 503700AD1ACA18E400A51A37 /* RetroArch copy.app */; + productType = "com.apple.product-type.application"; + }; + 9204BE091D319EF300BD49DB /* RetroArchiOS10 */ = { + isa = PBXNativeTarget; + buildConfigurationList = 9204BE281D319EF300BD49DB /* Build configuration list for PBXNativeTarget "RetroArchiOS10" */; + buildPhases = ( + 9204BE0A1D319EF300BD49DB /* Sources */, + 9204BE111D319EF300BD49DB /* Frameworks */, + 9204BE211D319EF300BD49DB /* Resources */, + 9204BE271D319EF300BD49DB /* ShellScript */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = RetroArchiOS10; + productName = RetroArch; + productReference = 9204BE2B1D319EF300BD49DB /* RetroArchiOS10.app */; + productType = "com.apple.product-type.application"; + }; + 96AFAE2416C1D4EA009DE44C /* RetroArch */ = { + isa = PBXNativeTarget; + buildConfigurationList = 96AFAE5416C1D4EA009DE44C /* Build configuration list for PBXNativeTarget "RetroArch" */; + buildPhases = ( + 96AFAE2116C1D4EA009DE44C /* Sources */, + 96AFAE2216C1D4EA009DE44C /* Frameworks */, + 96AFAE2316C1D4EA009DE44C /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = RetroArch; + productName = RetroArch; + productReference = 96AFAE2516C1D4EA009DE44C /* RetroArch.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 96AFAE1C16C1D4EA009DE44C /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0450; + ORGANIZATIONNAME = RetroArch; + TargetAttributes = { + 503700861ACA18E400A51A37 = { + DevelopmentTeam = YLQUB5DVUQ; + }; + 9204BE091D319EF300BD49DB = { + DevelopmentTeam = R72X3BF4KE; + DevelopmentTeamName = "Yoshinobu Sugawara"; + }; + 96AFAE2416C1D4EA009DE44C = { + DevelopmentTeam = R72X3BF4KE; + DevelopmentTeamName = "Yoshinobu Sugawara"; + }; + }; + }; + buildConfigurationList = 96AFAE1F16C1D4EA009DE44C /* Build configuration list for PBXProject "RetroArch_iOS" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = 96AFAE1A16C1D4EA009DE44C; + productRefGroup = 96AFAE2616C1D4EA009DE44C /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 96AFAE2416C1D4EA009DE44C /* RetroArch */, + 503700861ACA18E400A51A37 /* RetroArch iOS6 */, + 0FDA2A701BE1AFA800F2B5DA /* RetroArch iOS9 */, + 9204BE091D319EF300BD49DB /* RetroArchiOS10 */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 0FDA2A871BE1AFA800F2B5DA /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 0FDA2A881BE1AFA800F2B5DA /* iOS/Resources/ic_pause.png in Resources */, + 0FDA2A891BE1AFA800F2B5DA /* InfoPlist.strings in Resources */, + 0FDA2A8A1BE1AFA800F2B5DA /* iOS/Resources/Media.xcassets in Resources */, + 0FDA2A8B1BE1AFA800F2B5DA /* iOS/Resources/PauseIndicatorView.xib in Resources */, + 0FDA2A8C1BE1AFA800F2B5DA /* iOS/modules in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 5037009D1ACA18E400A51A37 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 5037009F1ACA18E400A51A37 /* iOS/Resources/ic_pause.png in Resources */, + 503700A01ACA18E400A51A37 /* InfoPlist.strings in Resources */, + 503700A11ACA18E400A51A37 /* iOS/Resources/Media.xcassets in Resources */, + 503700A21ACA18E400A51A37 /* iOS/Resources/PauseIndicatorView.xib in Resources */, + 503700A31ACA18E400A51A37 /* iOS/modules in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 9204BE211D319EF300BD49DB /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 9204BE221D319EF300BD49DB /* iOS/Resources/ic_pause.png in Resources */, + 9204BE231D319EF300BD49DB /* InfoPlist.strings in Resources */, + 9204BE241D319EF300BD49DB /* iOS/Resources/Media.xcassets in Resources */, + 9204BE251D319EF300BD49DB /* iOS/Resources/PauseIndicatorView.xib in Resources */, + 9204BE261D319EF300BD49DB /* iOS/modules in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 96AFAE2316C1D4EA009DE44C /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 83D632E219ECFCC4009E3161 /* iOS/Resources/ic_pause.png in Resources */, + 967894631788EBD800D6CA69 /* InfoPlist.strings in Resources */, + 69D31DE41A547EC800EF4C92 /* iOS/Resources/Media.xcassets in Resources */, + 83D632E519ECFCC4009E3161 /* iOS/Resources/PauseIndicatorView.xib in Resources */, + 83EB676019EEAF050096F441 /* iOS/modules in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 9204BE271D319EF300BD49DB /* ShellScript */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "./code-sign-cores.sh"; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 0FDA2A711BE1AFA800F2B5DA /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 507E056D1CE9C69400E023D3 /* float_to_s16_neon.S in Sources */, + 0FDA2A721BE1AFA800F2B5DA /* cc_resampler_neon.S in Sources */, + 0FDA2A731BE1AFA800F2B5DA /* griffin_objc.m in Sources */, + 0FDA2A741BE1AFA800F2B5DA /* s16_to_float_neon.S in Sources */, + 0FDA2A751BE1AFA800F2B5DA /* sinc_resampler_neon.S in Sources */, + 0FDA2A761BE1AFA800F2B5DA /* griffin.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 503700871ACA18E400A51A37 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 507E056C1CE9C69300E023D3 /* float_to_s16_neon.S in Sources */, + 503700881ACA18E400A51A37 /* cc_resampler_neon.S in Sources */, + 503700891ACA18E400A51A37 /* griffin_objc.m in Sources */, + 5037008A1ACA18E400A51A37 /* s16_to_float_neon.S in Sources */, + 5037008B1ACA18E400A51A37 /* sinc_resampler_neon.S in Sources */, + 5037008C1ACA18E400A51A37 /* griffin.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 9204BE0A1D319EF300BD49DB /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 9204BE0B1D319EF300BD49DB /* float_to_s16_neon.S in Sources */, + 9204BE0C1D319EF300BD49DB /* cc_resampler_neon.S in Sources */, + 9204BE0D1D319EF300BD49DB /* griffin_objc.m in Sources */, + 9204BE0E1D319EF300BD49DB /* s16_to_float_neon.S in Sources */, + 9204BE0F1D319EF300BD49DB /* sinc_resampler_neon.S in Sources */, + 9204BE101D319EF300BD49DB /* griffin.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 96AFAE2116C1D4EA009DE44C /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 507E056B1CE9C67500E023D3 /* float_to_s16_neon.S in Sources */, + 50D00E8E19D117C400EBA71E /* cc_resampler_neon.S in Sources */, + 50521A441AA23BF500185CC9 /* griffin_objc.m in Sources */, + 501232CE192E5FE30063A359 /* s16_to_float_neon.S in Sources */, + 501232CC192E5FDC0063A359 /* sinc_resampler_neon.S in Sources */, + 501232CA192E5FC40063A359 /* griffin.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + 967894611788EBD800D6CA69 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 967894621788EBD800D6CA69 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 0FDA2A8F1BE1AFA800F2B5DA /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = armv7; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + CLANG_CXX_LIBRARY = "libstdc++"; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; + ENABLE_BITCODE = NO; + GCC_PRECOMPILE_PREFIX_HEADER = NO; + GCC_PREFIX_HEADER = ""; + HEADER_SEARCH_PATHS = ( + ../../, + "../../libretro-common/include", + ); + INFOPLIST_FILE = "RetroArch_iOS9-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + LD_NO_PIE = YES; + LIBRARY_SEARCH_PATHS = ""; + ONLY_ACTIVE_ARCH = NO; + OTHER_CFLAGS = ( + "-DHAVE_NETPLAY", + "-DHAVE_NETWORKGAMEPAD", + "-DHAVE_CORETEXT", + "-DHAVE_HID", + "-DHAVE_NETWORKING", + "-DHAVE_AVFOUNDATION", + "-DHAVE_GRIFFIN", + "-DHAVE_LANGEXTRA", + "-DHAVE_CHEEVOS", + "-DHAVE_IMAGEVIEWER", + "-DHAVE_CORELOCATION", + "-DHAVE_RGUI", + "-DHAVE_MENU", + "-DHAVE_LIBRETRODB", + "-DIOS", + "-DHAVE_OPENGL", + "-DHAVE_FBO", + "-DHAVE_OPENGLES", + "-DHAVE_OPENGLES2", + "-DHAVE_GLSL", + "-DINLINE=inline", + "-D__LIBRETRO__", + "-DRARCH_MOBILE", + "-DHAVE_COREAUDIO", + "-DHAVE_DYNAMIC", + "-DHAVE_OVERLAY", + "-DHAVE_ZLIB", + "-DHAVE_RPNG", + "-DHAVE_RJPEG", + "-DHAVE_RBMP", + "-DHAVE_RTGA", + "-DHAVE_COCOATOUCH", + "-DHAVE_MAIN", + "-DSINC_LOWER_QUALITY", + "-DRARCH_INTERNAL", + "-DHAVE_THREADS", + "-DHAVE_FILTERS_BUILTIN", + "-DHAVE_MATERIALUI", + "-DHAVE_ZARCH", + "-DHAVE_XMB", + "-DHAVE_SHADERPIPELINE", + "-D_LZMA_UINT32_IS_ULONG", + "-DHAVE_MFI", + "-DHAVE_BTSTACK", + "-DHAVE_AVFOUNDATION", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArch9; + PRODUCT_NAME = RetroArch; + PROVISIONING_PROFILE = ""; + VALID_ARCHS = armv7; + WARNING_CFLAGS = "-Wno-invalid-source-encoding"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + 0FDA2A901BE1AFA800F2B5DA /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = armv7; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + CLANG_CXX_LIBRARY = "libstdc++"; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; + ENABLE_BITCODE = NO; + GCC_PRECOMPILE_PREFIX_HEADER = NO; + GCC_PREFIX_HEADER = ""; + HEADER_SEARCH_PATHS = ( + ../../, + "../../libretro-common/include", + ); + INFOPLIST_FILE = "RetroArch_iOS9-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + LD_NO_PIE = YES; + LIBRARY_SEARCH_PATHS = ""; + OTHER_CFLAGS = ( + "-DNS_BLOCK_ASSERTIONS=1", + "-DNDEBUG", + "-DHAVE_NETPLAY", + "-DHAVE_NETWORKGAMEPAD", + "-DHAVE_CORETEXT", + "-DHAVE_HID", + "-DHAVE_NETWORKING", + "-DHAVE_AVFOUNDATION", + "-DHAVE_GRIFFIN", + "-DHAVE_LANGEXTRA", + "-DHAVE_CHEEVOS", + "-DHAVE_IMAGEVIEWER", + "-DHAVE_CORELOCATION", + "-DHAVE_RGUI", + "-DHAVE_MENU", + "-DHAVE_LIBRETRODB", + "-DIOS", + "-DHAVE_OPENGL", + "-DHAVE_FBO", + "-DHAVE_OPENGLES", + "-DHAVE_OPENGLES2", + "-DHAVE_GLSL", + "-DINLINE=inline", + "-D__LIBRETRO__", + "-DRARCH_MOBILE", + "-DHAVE_COREAUDIO", + "-DHAVE_DYNAMIC", + "-DHAVE_OVERLAY", + "-DHAVE_ZLIB", + "-DHAVE_RPNG", + "-DHAVE_RJPEG", + "-DHAVE_RBMP", + "-DHAVE_RTGA", + "-DHAVE_COCOATOUCH", + "-DHAVE_MAIN", + "-DSINC_LOWER_QUALITY", + "-DRARCH_INTERNAL", + "-DHAVE_THREADS", + "-DHAVE_FILTERS_BUILTIN", + "-DHAVE_7ZIP", + "-DHAVE_MATERIALUI", + "-DHAVE_ZARCH", + "-DHAVE_XMB", + "-DHAVE_SHADERPIPELINE", + "-D_LZMA_UINT32_IS_ULONG", + "-DHAVE_MFI", + "-DHAVE_BTSTACK", + "-DHAVE_AVFOUNDATION", + ); + "OTHER_CFLAGS[arch=*]" = ( + "-DNS_BLOCK_ASSERTIONS=1", + "-DNDEBUG", + "-DHAVE_NETPLAY", + "-DHAVE_NETWORKGAMEPAD", + "-DHAVE_CORETEXT", + "-DHAVE_HID", + "-DHAVE_NETWORKING", + "-DHAVE_AVFOUNDATION", + "-DHAVE_GRIFFIN", + "-DHAVE_LANGEXTRA", + "-DHAVE_CHEEVOS", + "-DHAVE_IMAGEVIEWER", + "-DHAVE_CORELOCATION", + "-DHAVE_RGUI", + "-DHAVE_MENU", + "-DHAVE_LIBRETRODB", + "-DIOS", + "-DHAVE_OPENGL", + "-DHAVE_FBO", + "-DHAVE_OPENGLES", + "-DHAVE_OPENGLES2", + "-DHAVE_GLSL", + "-DINLINE=inline", + "-D__LIBRETRO__", + "-DRARCH_MOBILE", + "-DHAVE_COREAUDIO", + "-DHAVE_DYNAMIC", + "-DRARCH_INTERNAL", + "-DHAVE_OVERLAY", + "-DHAVE_ZLIB", + "-DHAVE_RPNG", + "-DHAVE_RJPEG", + "-DHAVE_RBMP", + "-DHAVE_RTGA", + "-DHAVE_COCOATOUCH", + "-DHAVE_MAIN", + "-DSINC_LOWER_QUALITY", + "-DHAVE_THREADS", + "-DHAVE_FILTERS_BUILTIN", + "-DHAVE_7ZIP", + "-DHAVE_MATERIALUI", + "-DHAVE_ZARCH", + "-DHAVE_XMB", + "-DHAVE_SHADERPIPELINE", + "-D_LZMA_UINT32_IS_ULONG", + "-DHAVE_MFI", + "-DHAVE_BTSTACK", + "-DHAVE_AVFOUNDATION", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArch9; + PRODUCT_NAME = RetroArch; + PROVISIONING_PROFILE = ""; + VALID_ARCHS = armv7; + WARNING_CFLAGS = "-Wno-invalid-source-encoding"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; + 503700AB1ACA18E400A51A37 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = armv7; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + CLANG_CXX_LIBRARY = "libstdc++"; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; + ENABLE_BITCODE = NO; + GCC_PRECOMPILE_PREFIX_HEADER = NO; + GCC_PREFIX_HEADER = ""; + HEADER_SEARCH_PATHS = ( + ../../, + "../../libretro-common/include", + ); + INFOPLIST_FILE = "$(SRCROOT)/iOS/Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; + LD_NO_PIE = YES; + LIBRARY_SEARCH_PATHS = ""; + ONLY_ACTIVE_ARCH = NO; + OTHER_CFLAGS = ( + "-DHAVE_NETPLAY", + "-DHAVE_NETWORKGAMEPAD", + "-DHAVE_CORETEXT", + "-DHAVE_HID", + "-DHAVE_NETWORKING", + "-DHAVE_AVFOUNDATION", + "-DHAVE_GRIFFIN", + "-DHAVE_LANGEXTRA", + "-DHAVE_CHEEVOS", + "-DHAVE_IMAGEVIEWER", + "-DHAVE_CORETEXT", + "-DHAVE_CORELOCATION", + "-DHAVE_RGUI", + "-DHAVE_MENU", + "-DHAVE_LIBRETRODB", + "-DIOS", + "-DHAVE_OPENGL", + "-DHAVE_FBO", + "-DHAVE_OPENGLES", + "-DHAVE_OPENGLES2", + "-DHAVE_GLSL", + "-DINLINE=inline", + "-D__LIBRETRO__", + "-DRARCH_MOBILE", + "-DHAVE_COREAUDIO", + "-DHAVE_DYNAMIC", + "-DHAVE_OVERLAY", + "-DHAVE_ZLIB", + "-DHAVE_RPNG", + "-DHAVE_RJPEG", + "-DHAVE_RBMP", + "-DHAVE_RTGA", + "-DHAVE_COCOATOUCH", + "-DHAVE_MAIN", + "-DSINC_LOWER_QUALITY", + "-DRARCH_INTERNAL", + "-DHAVE_THREADS", + "-DHAVE_FILTERS_BUILTIN", + "-DHAVE_MATERIALUI", + "-DHAVE_ZARCH", + "-DHAVE_XMB", + "-DHAVE_SHADERPIPELINE", + "-D_LZMA_UINT32_IS_ULONG", + ); + PRODUCT_NAME = "RetroArch copy"; + PROVISIONING_PROFILE = ""; + VALID_ARCHS = armv7; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + 503700AC1ACA18E400A51A37 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = armv7; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + CLANG_CXX_LIBRARY = "libstdc++"; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; + ENABLE_BITCODE = NO; + GCC_PRECOMPILE_PREFIX_HEADER = NO; + GCC_PREFIX_HEADER = ""; + HEADER_SEARCH_PATHS = ( + ../../, + "../../libretro-common/include", + ); + INFOPLIST_FILE = "$(SRCROOT)/iOS/Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; + LD_NO_PIE = YES; + LIBRARY_SEARCH_PATHS = ""; + OTHER_CFLAGS = ( + "-DNS_BLOCK_ASSERTIONS=1", + "-DNDEBUG", + "-DHAVE_NETPLAY", + "-DHAVE_NETWORKGAMEPAD", + "-DHAVE_CORETEXT", + "-DHAVE_HID", + "-DHAVE_NETWORKING", + "-DHAVE_AVFOUNDATION", + "-DHAVE_GRIFFIN", + "-DHAVE_LANGEXTRA", + "-DHAVE_CHEEVOS", + "-DHAVE_IMAGEVIEWER", + "-DHAVE_CORELOCATION", + "-DHAVE_RGUI", + "-DHAVE_MENU", + "-DHAVE_LIBRETRODB", + "-DIOS", + "-DHAVE_OPENGL", + "-DHAVE_FBO", + "-DHAVE_OPENGLES", + "-DHAVE_OPENGLES2", + "-DHAVE_GLSL", + "-DINLINE=inline", + "-D__LIBRETRO__", + "-DRARCH_MOBILE", + "-DHAVE_COREAUDIO", + "-DHAVE_DYNAMIC", + "-DHAVE_OVERLAY", + "-DHAVE_ZLIB", + "-DHAVE_RPNG", + "-DHAVE_RJPEG", + "-DHAVE_RBMP", + "-DHAVE_RTGA", + "-DHAVE_COCOATOUCH", + "-DHAVE_MAIN", + "-DSINC_LOWER_QUALITY", + "-DRARCH_INTERNAL", + "-DHAVE_THREADS", + "-DHAVE_FILTERS_BUILTIN", + "-DHAVE_7ZIP", + "-DHAVE_MATERIALUI", + "-DHAVE_ZARCH", + "-DHAVE_XMB", + "-DHAVE_SHADERPIPELINE", + "-D_LZMA_UINT32_IS_ULONG", + ); + "OTHER_CFLAGS[arch=*]" = ( + "-DNS_BLOCK_ASSERTIONS=1", + "-DNDEBUG", + "-DHAVE_NETPLAY", + "-DHAVE_NETWORKGAMEPAD", + "-DHAVE_CORETEXT", + "-DHAVE_HID", + "-DHAVE_NETWORKING", + "-DHAVE_AVFOUNDATION", + "-DHAVE_GRIFFIN", + "-DHAVE_LANGEXTRA", + "-DHAVE_CHEEVOS", + "-DHAVE_IMAGEVIEWER", + "-DHAVE_CORELOCATION", + "-DHAVE_RGUI", + "-DHAVE_MENU", + "-DHAVE_LIBRETRODB", + "-DIOS", + "-DHAVE_OPENGL", + "-DHAVE_FBO", + "-DHAVE_OPENGLES", + "-DHAVE_OPENGLES2", + "-DHAVE_GLSL", + "-DINLINE=inline", + "-D__LIBRETRO__", + "-DRARCH_MOBILE", + "-DHAVE_COREAUDIO", + "-DHAVE_DYNAMIC", + "-DRARCH_INTERNAL", + "-DHAVE_OVERLAY", + "-DHAVE_ZLIB", + "-DHAVE_RPNG", + "-DHAVE_RJPEG", + "-DHAVE_RBMP", + "-DHAVE_RTGA", + "-DHAVE_COCOATOUCH", + "-DHAVE_MAIN", + "-DSINC_LOWER_QUALITY", + "-DHAVE_THREADS", + "-DHAVE_FILTERS_BUILTIN", + "-DHAVE_7ZIP", + "-DHAVE_MATERIALUI", + "-DHAVE_ZARCH", + "-DHAVE_XMB", + "-DHAVE_SHADERPIPELINE", + "-D_LZMA_UINT32_IS_ULONG", + ); + PRODUCT_NAME = "RetroArch copy"; + PROVISIONING_PROFILE = ""; + VALID_ARCHS = armv7; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; + 9204BE291D319EF300BD49DB /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = armv7; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + CLANG_CXX_LIBRARY = "libstdc++"; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; + ENABLE_BITCODE = NO; + GCC_PRECOMPILE_PREFIX_HEADER = NO; + GCC_PREFIX_HEADER = ""; + HEADER_SEARCH_PATHS = ( + ../../, + "../../libretro-common/include", + ); + INFOPLIST_FILE = "$(SRCROOT)/iOS/Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; + LD_NO_PIE = YES; + LIBRARY_SEARCH_PATHS = ""; + ONLY_ACTIVE_ARCH = NO; + OTHER_CFLAGS = ( + "-DHAVE_NETPLAY", + "-DHAVE_NETWORKGAMEPAD", + "-DHAVE_CORETEXT", + "-DHAVE_HID", + "-DHAVE_NETWORKING", + "-DHAVE_AVFOUNDATION", + "-DHAVE_GRIFFIN", + "-DHAVE_LANGEXTRA", + "-DHAVE_CHEEVOS", + "-DHAVE_IMAGEVIEWER", + "-DHAVE_CORELOCATION", + "-DHAVE_RGUI", + "-DHAVE_MENU", + "-DHAVE_LIBRETRODB", + "-DIOS", + "-DHAVE_OPENGL", + "-DHAVE_FBO", + "-DHAVE_OPENGLES", + "-DHAVE_OPENGLES2", + "-DHAVE_GLSL", + "-DINLINE=inline", + "-D__LIBRETRO__", + "-DRARCH_MOBILE", + "-DHAVE_COREAUDIO", + "-DHAVE_DYNAMIC", + "-DHAVE_OVERLAY", + "-DHAVE_ZLIB", + "-DHAVE_RPNG", + "-DHAVE_RJPEG", + "-DHAVE_RBMP", + "-DHAVE_RTGA", + "-DHAVE_COCOATOUCH", + "-DHAVE_MAIN", + "-DSINC_LOWER_QUALITY", + "-DRARCH_INTERNAL", + "-DHAVE_THREADS", + "-DHAVE_FILTERS_BUILTIN", + "-DHAVE_MATERIALUI", + "-DHAVE_ZARCH", + "-DHAVE_XMB", + "-DHAVE_SHADERPIPELINE", + "-D_LZMA_UINT32_IS_ULONG", + "-DHAVE_MFI", + "-DHAVE_BTSTACK", + "-DHAVE_AVFOUNDATION", + ); + PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE = ""; + VALID_ARCHS = armv7; + WARNING_CFLAGS = "-Wno-invalid-source-encoding"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + 9204BE2A1D319EF300BD49DB /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = armv7; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + CLANG_CXX_LIBRARY = "libstdc++"; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; + ENABLE_BITCODE = NO; + GCC_PRECOMPILE_PREFIX_HEADER = NO; + GCC_PREFIX_HEADER = ""; + HEADER_SEARCH_PATHS = ( + ../../, + "../../libretro-common/include", + ); + INFOPLIST_FILE = "$(SRCROOT)/iOS/Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; + LD_NO_PIE = YES; + LIBRARY_SEARCH_PATHS = ""; + OTHER_CFLAGS = ( + "-DNS_BLOCK_ASSERTIONS=1", + "-DNDEBUG", + "-DHAVE_NETPLAY", + "-DHAVE_NETWORKGAMEPAD", + "-DHAVE_CORETEXT", + "-DHAVE_HID", + "-DHAVE_NETWORKING", + "-DHAVE_AVFOUNDATION", + "-DHAVE_GRIFFIN", + "-DHAVE_LANGEXTRA", + "-DHAVE_CHEEVOS", + "-DHAVE_IMAGEVIEWER", + "-DHAVE_CORELOCATION", + "-DHAVE_RGUI", + "-DHAVE_MENU", + "-DHAVE_LIBRETRODB", + "-DIOS", + "-DHAVE_OPENGL", + "-DHAVE_FBO", + "-DHAVE_OPENGLES", + "-DHAVE_OPENGLES2", + "-DHAVE_GLSL", + "-DINLINE=inline", + "-D__LIBRETRO__", + "-DRARCH_MOBILE", + "-DHAVE_COREAUDIO", + "-DHAVE_DYNAMIC", + "-DHAVE_OVERLAY", + "-DHAVE_ZLIB", + "-DHAVE_RPNG", + "-DHAVE_RJPEG", + "-DHAVE_RBMP", + "-DHAVE_RTGA", + "-DHAVE_COCOATOUCH", + "-DHAVE_MAIN", + "-DSINC_LOWER_QUALITY", + "-DRARCH_INTERNAL", + "-DHAVE_THREADS", + "-DHAVE_FILTERS_BUILTIN", + "-DHAVE_7ZIP", + "-DHAVE_MATERIALUI", + "-DHAVE_ZARCH", + "-DHAVE_XMB", + "-DHAVE_SHADERPIPELINE", + "-D_LZMA_UINT32_IS_ULONG", + "-DHAVE_MFI", + "-DHAVE_BTSTACK", + "-DHAVE_AVFOUNDATION", + ); + "OTHER_CFLAGS[arch=*]" = ( + "-DNS_BLOCK_ASSERTIONS=1", + "-DNDEBUG", + "-DHAVE_NETPLAY", + "-DHAVE_NETWORKGAMEPAD", + "-DHAVE_CORETEXT", + "-DHAVE_HID", + "-DHAVE_NETWORKING", + "-DHAVE_AVFOUNDATION", + "-DHAVE_GRIFFIN", + "-DHAVE_LANGEXTRA", + "-DHAVE_CHEEVOS", + "-DHAVE_IMAGEVIEWER", + "-DHAVE_CORELOCATION", + "-DHAVE_RGUI", + "-DHAVE_MENU", + "-DHAVE_LIBRETRODB", + "-DIOS", + "-DHAVE_OPENGL", + "-DHAVE_FBO", + "-DHAVE_OPENGLES", + "-DHAVE_OPENGLES2", + "-DHAVE_GLSL", + "-DINLINE=inline", + "-D__LIBRETRO__", + "-DRARCH_MOBILE", + "-DHAVE_COREAUDIO", + "-DHAVE_DYNAMIC", + "-DRARCH_INTERNAL", + "-DHAVE_OVERLAY", + "-DHAVE_ZLIB", + "-DHAVE_RPNG", + "-DHAVE_RJPEG", + "-DHAVE_RBMP", + "-DHAVE_RTGA", + "-DHAVE_COCOATOUCH", + "-DHAVE_MAIN", + "-DSINC_LOWER_QUALITY", + "-DHAVE_THREADS", + "-DHAVE_FILTERS_BUILTIN", + "-DHAVE_7ZIP", + "-DHAVE_MATERIALUI", + "-DHAVE_ZARCH", + "-DHAVE_XMB", + "-DHAVE_SHADERPIPELINE", + "-D_LZMA_UINT32_IS_ULONG", + "-DHAVE_MFI", + "-DHAVE_BTSTACK", + "-DHAVE_AVFOUNDATION", + ); + PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE = ""; + VALID_ARCHS = armv7; + WARNING_CFLAGS = "-Wno-invalid-source-encoding"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; + 96AFAE5216C1D4EA009DE44C /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + COPY_PHASE_STRIP = NO; + ENABLE_BITCODE = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = ../; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; + ONLY_ACTIVE_ARCH = NO; + OTHER_CFLAGS = ( + "-DHAVE_NETPLAY", + "-DHAVE_NETWORKGAMEPAD", + "-DHAVE_CORETEXT", + "-DHAVE_HID", + "-DHAVE_NETWORKING", + "-DHAVE_AVFOUNDATION", + "-DHAVE_GRIFFIN", + "-DHAVE_LANGEXTRA", + "-DHAVE_CHEEVOS", + "-DHAVE_IMAGEVIEWER", + "-DHAVE_CORELOCATION", + "-DHAVE_RGUI", + "-DHAVE_MENU", + "-DHAVE_LIBRETRODB", + "-DIOS", + "-DHAVE_DYNAMIC", + "-DHAVE_OPENGL", + "-DHAVE_FBO", + "-DHAVE_OPENGLES", + "-DHAVE_OPENGLES2", + "-DHAVE_GLSL", + "-DINLINE=inline", + "-DHAVE_THREADS", + "-D__LIBRETRO__", + "-DRARCH_MOBILE", + "-std=gnu99", + "-DHAVE_COREAUDIO", + "-DHAVE_FBO", + "-DHAVE_OVERLAY", + "-DHAVE_ZLIB", + "-DHAVE_RPNG", + "-DHAVE_RJPEG", + "-DHAVE_RBMP", + "-DHAVE_RTGA", + "-DHAVE_COCOATOUCH", + "-DHAVE_MAIN", + "-DSINC_LOWER_QUALITY", + ); + "OTHER_LDFLAGS[arch=*]" = "-Wl,-segalign,4000"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALID_ARCHS = armv7; + }; + name = Debug; + }; + 96AFAE5316C1D4EA009DE44C /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + COPY_PHASE_STRIP = NO; + ENABLE_BITCODE = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_OPTIMIZATION_LEVEL = 2; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = ../; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; + OTHER_CFLAGS = ( + "-DNS_BLOCK_ASSERTIONS=1", + "-DNDEBUG", + "-DHAVE_NETPLAY", + "-DHAVE_NETWORKGAMEPAD", + "-DHAVE_CORETEXT", + "-DHAVE_HID", + "-DHAVE_NETWORKING", + "-DHAVE_AVFOUNDATION", + "-DHAVE_GRIFFIN", + "-DHAVE_LANGEXTRA", + "-DHAVE_CHEEVOS", + "-DHAVE_IMAGEVIEWER", + "-DHAVE_CORELOCATION", + "-DHAVE_RGUI", + "-DHAVE_MENU", + "-DHAVE_LIBRETRODB", + "-DIOS", + "-DHAVE_DYNAMIC", + "-DHAVE_OPENGL", + "-DHAVE_FBO", + "-DHAVE_OPENGLES", + "-DHAVE_OPENGLES2", + "-DHAVE_GLSL", + "-DINLINE=inline", + "-DHAVE_THREADS", + "-D__LIBRETRO__", + "-DRARCH_MOBILE", + "-std=gnu99", + "-DHAVE_COREAUDIO", + "-DHAVE_FBO", + "-DHAVE_OVERLAY", + "-DHAVE_ZLIB", + "-DHAVE_RPNG", + "-DHAVE_RJPEG", + "-DHAVE_RBMP", + "-DHAVE_RTGA", + "-DHAVE_COCOATOUCH", + "-DHAVE_MAIN", + "-DSINC_LOWER_QUALITY", + ); + "OTHER_LDFLAGS[arch=*]" = "-Wl,-segalign,4000"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VALID_ARCHS = armv7; + }; + name = Release; + }; + 96AFAE5516C1D4EA009DE44C /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = armv7; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + CLANG_CXX_LIBRARY = "libstdc++"; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; + ENABLE_BITCODE = NO; + GCC_PRECOMPILE_PREFIX_HEADER = NO; + GCC_PREFIX_HEADER = ""; + HEADER_SEARCH_PATHS = ( + ../../, + "../../libretro-common/include", + ); + INFOPLIST_FILE = "$(SRCROOT)/iOS/Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; + LD_NO_PIE = YES; + LIBRARY_SEARCH_PATHS = ""; + ONLY_ACTIVE_ARCH = NO; + OTHER_CFLAGS = ( + "-DHAVE_NETPLAY", + "-DHAVE_NETWORKGAMEPAD", + "-DHAVE_CORETEXT", + "-DHAVE_HID", + "-DHAVE_NETWORKING", + "-DHAVE_AVFOUNDATION", + "-DHAVE_GRIFFIN", + "-DHAVE_LANGEXTRA", + "-DHAVE_CHEEVOS", + "-DHAVE_IMAGEVIEWER", + "-DHAVE_CORELOCATION", + "-DHAVE_RGUI", + "-DHAVE_MENU", + "-DHAVE_LIBRETRODB", + "-DIOS", + "-DHAVE_OPENGL", + "-DHAVE_FBO", + "-DHAVE_OPENGLES", + "-DHAVE_OPENGLES2", + "-DHAVE_GLSL", + "-DINLINE=inline", + "-D__LIBRETRO__", + "-DRARCH_MOBILE", + "-DHAVE_COREAUDIO", + "-DHAVE_DYNAMIC", + "-DHAVE_OVERLAY", + "-DHAVE_ZLIB", + "-DHAVE_RPNG", + "-DHAVE_RJPEG", + "-DHAVE_RBMP", + "-DHAVE_RTGA", + "-DHAVE_COCOATOUCH", + "-DHAVE_MAIN", + "-DSINC_LOWER_QUALITY", + "-DRARCH_INTERNAL", + "-DHAVE_THREADS", + "-DHAVE_FILTERS_BUILTIN", + "-DHAVE_MATERIALUI", + "-DHAVE_ZARCH", + "-DHAVE_XMB", + "-DHAVE_SHADERPIPELINE", + "-D_LZMA_UINT32_IS_ULONG", + "-DHAVE_MFI", + "-DHAVE_BTSTACK", + "-DHAVE_AVFOUNDATION", + ); + PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE = ""; + VALID_ARCHS = armv7; + WARNING_CFLAGS = "-Wno-invalid-source-encoding"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + 96AFAE5616C1D4EA009DE44C /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = armv7; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + CLANG_CXX_LIBRARY = "libstdc++"; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; + ENABLE_BITCODE = NO; + GCC_PRECOMPILE_PREFIX_HEADER = NO; + GCC_PREFIX_HEADER = ""; + HEADER_SEARCH_PATHS = ( + ../../, + "../../libretro-common/include", + ); + INFOPLIST_FILE = "$(SRCROOT)/iOS/Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; + LD_NO_PIE = YES; + LIBRARY_SEARCH_PATHS = ""; + OTHER_CFLAGS = ( + "-DNS_BLOCK_ASSERTIONS=1", + "-DNDEBUG", + "-DHAVE_NETPLAY", + "-DHAVE_NETWORKGAMEPAD", + "-DHAVE_CORETEXT", + "-DHAVE_HID", + "-DHAVE_NETWORKING", + "-DHAVE_AVFOUNDATION", + "-DHAVE_GRIFFIN", + "-DHAVE_LANGEXTRA", + "-DHAVE_CHEEVOS", + "-DHAVE_IMAGEVIEWER", + "-DHAVE_CORELOCATION", + "-DHAVE_RGUI", + "-DHAVE_MENU", + "-DHAVE_LIBRETRODB", + "-DIOS", + "-DHAVE_OPENGL", + "-DHAVE_FBO", + "-DHAVE_OPENGLES", + "-DHAVE_OPENGLES2", + "-DHAVE_GLSL", + "-DINLINE=inline", + "-D__LIBRETRO__", + "-DRARCH_MOBILE", + "-DHAVE_COREAUDIO", + "-DHAVE_DYNAMIC", + "-DHAVE_OVERLAY", + "-DHAVE_ZLIB", + "-DHAVE_RPNG", + "-DHAVE_RJPEG", + "-DHAVE_RBMP", + "-DHAVE_RTGA", + "-DHAVE_COCOATOUCH", + "-DHAVE_MAIN", + "-DSINC_LOWER_QUALITY", + "-DRARCH_INTERNAL", + "-DHAVE_THREADS", + "-DHAVE_FILTERS_BUILTIN", + "-DHAVE_7ZIP", + "-DHAVE_MATERIALUI", + "-DHAVE_ZARCH", + "-DHAVE_XMB", + "-DHAVE_SHADERPIPELINE", + "-D_LZMA_UINT32_IS_ULONG", + "-DHAVE_MFI", + "-DHAVE_BTSTACK", + "-DHAVE_AVFOUNDATION", + ); + "OTHER_CFLAGS[arch=*]" = ( + "-DNS_BLOCK_ASSERTIONS=1", + "-DNDEBUG", + "-DHAVE_NETPLAY", + "-DHAVE_NETWORKGAMEPAD", + "-DHAVE_CORETEXT", + "-DHAVE_HID", + "-DHAVE_NETWORKING", + "-DHAVE_AVFOUNDATION", + "-DHAVE_GRIFFIN", + "-DHAVE_LANGEXTRA", + "-DHAVE_CHEEVOS", + "-DHAVE_IMAGEVIEWER", + "-DHAVE_CORELOCATION", + "-DHAVE_RGUI", + "-DHAVE_MENU", + "-DHAVE_LIBRETRODB", + "-DIOS", + "-DHAVE_OPENGL", + "-DHAVE_FBO", + "-DHAVE_OPENGLES", + "-DHAVE_OPENGLES2", + "-DHAVE_GLSL", + "-DINLINE=inline", + "-D__LIBRETRO__", + "-DRARCH_MOBILE", + "-DHAVE_COREAUDIO", + "-DHAVE_DYNAMIC", + "-DRARCH_INTERNAL", + "-DHAVE_OVERLAY", + "-DHAVE_ZLIB", + "-DHAVE_RPNG", + "-DHAVE_RJPEG", + "-DHAVE_RBMP", + "-DHAVE_RTGA", + "-DHAVE_COCOATOUCH", + "-DHAVE_MAIN", + "-DSINC_LOWER_QUALITY", + "-DHAVE_THREADS", + "-DHAVE_FILTERS_BUILTIN", + "-DHAVE_7ZIP", + "-DHAVE_MATERIALUI", + "-DHAVE_ZARCH", + "-DHAVE_XMB", + "-DHAVE_SHADERPIPELINE", + "-D_LZMA_UINT32_IS_ULONG", + "-DHAVE_MFI", + "-DHAVE_BTSTACK", + "-DHAVE_AVFOUNDATION", + ); + PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE = ""; + VALID_ARCHS = armv7; + WARNING_CFLAGS = "-Wno-invalid-source-encoding"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 0FDA2A8E1BE1AFA800F2B5DA /* Build configuration list for PBXNativeTarget "RetroArch iOS9" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0FDA2A8F1BE1AFA800F2B5DA /* Debug */, + 0FDA2A901BE1AFA800F2B5DA /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 503700AA1ACA18E400A51A37 /* Build configuration list for PBXNativeTarget "RetroArch iOS6" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 503700AB1ACA18E400A51A37 /* Debug */, + 503700AC1ACA18E400A51A37 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 9204BE281D319EF300BD49DB /* Build configuration list for PBXNativeTarget "RetroArchiOS10" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 9204BE291D319EF300BD49DB /* Debug */, + 9204BE2A1D319EF300BD49DB /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 96AFAE1F16C1D4EA009DE44C /* Build configuration list for PBXProject "RetroArch_iOS" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 96AFAE5216C1D4EA009DE44C /* Debug */, + 96AFAE5316C1D4EA009DE44C /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 96AFAE5416C1D4EA009DE44C /* Build configuration list for PBXNativeTarget "RetroArch" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 96AFAE5516C1D4EA009DE44C /* Debug */, + 96AFAE5616C1D4EA009DE44C /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 96AFAE1C16C1D4EA009DE44C /* Project object */; +} diff --git a/pkg/apple/RetroArch_iOS10.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/pkg/apple/RetroArch_iOS10.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000000..6bce578a7f --- /dev/null +++ b/pkg/apple/RetroArch_iOS10.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/pkg/apple/RetroArch_iOS10.xcodeproj/project.xcworkspace/xcshareddata/RetroArch_iOS.xccheckout b/pkg/apple/RetroArch_iOS10.xcodeproj/project.xcworkspace/xcshareddata/RetroArch_iOS.xccheckout new file mode 100644 index 0000000000..92a419b12f --- /dev/null +++ b/pkg/apple/RetroArch_iOS10.xcodeproj/project.xcworkspace/xcshareddata/RetroArch_iOS.xccheckout @@ -0,0 +1,101 @@ + + + + + IDESourceControlProjectFavoriteDictionaryKey + + IDESourceControlProjectIdentifier + 6D7FAF49-495D-480E-B0C9-8C39AC77CE3C + IDESourceControlProjectName + RetroArch_iOS + IDESourceControlProjectOriginsDictionary + + 6B9F0B13E5864452B91F13C09B7ED9EB989E82AD + https://github.com/libretro/retroarch-joypad-autoconfig.git + 76200F0D6584D865E96F58DE862E738E88B23A3C + https://github.com/libretro/libretro-super.git + A267D9543F572B4C32EC6E1B876E3B9BFE4DE8F6 + https://github.com/libretro/retroarch-assets.git + C3AEE01BDA902108663DB5DB9CD7916436919463 + https://github.com/libretro/libretro-database.git + C7C12374C7051F8843B3EFA1ACCAF2907102CCF7 + https://github.com/libretro/RetroArch.git + EF363D58F01B3FB341FA6C851870E60E4F080E97 + https://github.com/libretro/common-overlays.git + + IDESourceControlProjectPath + apple/iOS/RetroArch_iOS.xcodeproj + IDESourceControlProjectRelativeInstallPathDictionary + + 6B9F0B13E5864452B91F13C09B7ED9EB989E82AD + ../../../..media/autoconfig + 76200F0D6584D865E96F58DE862E738E88B23A3C + ../../../../.. + A267D9543F572B4C32EC6E1B876E3B9BFE4DE8F6 + ../../../..media/assets + C3AEE01BDA902108663DB5DB9CD7916436919463 + ../../../..media/libretrodb + C7C12374C7051F8843B3EFA1ACCAF2907102CCF7 + ../../../.. + EF363D58F01B3FB341FA6C851870E60E4F080E97 + ../../../..media/overlays + + IDESourceControlProjectURL + https://github.com/libretro/RetroArch.git + IDESourceControlProjectVersion + 111 + IDESourceControlProjectWCCIdentifier + C7C12374C7051F8843B3EFA1ACCAF2907102CCF7 + IDESourceControlProjectWCConfigurations + + + IDESourceControlRepositoryExtensionIdentifierKey + public.vcs.git + IDESourceControlWCCIdentifierKey + 76200F0D6584D865E96F58DE862E738E88B23A3C + IDESourceControlWCCName + + + + IDESourceControlRepositoryExtensionIdentifierKey + public.vcs.git + IDESourceControlWCCIdentifierKey + A267D9543F572B4C32EC6E1B876E3B9BFE4DE8F6 + IDESourceControlWCCName + assets + + + IDESourceControlRepositoryExtensionIdentifierKey + public.vcs.git + IDESourceControlWCCIdentifierKey + 6B9F0B13E5864452B91F13C09B7ED9EB989E82AD + IDESourceControlWCCName + autoconfig + + + IDESourceControlRepositoryExtensionIdentifierKey + public.vcs.git + IDESourceControlWCCIdentifierKey + C3AEE01BDA902108663DB5DB9CD7916436919463 + IDESourceControlWCCName + libretrodb + + + IDESourceControlRepositoryExtensionIdentifierKey + public.vcs.git + IDESourceControlWCCIdentifierKey + EF363D58F01B3FB341FA6C851870E60E4F080E97 + IDESourceControlWCCName + overlays + + + IDESourceControlRepositoryExtensionIdentifierKey + public.vcs.git + IDESourceControlWCCIdentifierKey + C7C12374C7051F8843B3EFA1ACCAF2907102CCF7 + IDESourceControlWCCName + retroarch + + + +