diff --git a/pkg/apple/RetroArch_iOS.xcodeproj/project.pbxproj b/pkg/apple/RetroArch_iOS.xcodeproj/project.pbxproj index 9caf080a13..1988aa713c 100644 --- a/pkg/apple/RetroArch_iOS.xcodeproj/project.pbxproj +++ b/pkg/apple/RetroArch_iOS.xcodeproj/project.pbxproj @@ -7,6 +7,32 @@ 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 /* audio_utils_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = 501232CD192E5FE30063A359 /* audio_utils_neon.S */; }; + 0FDA2A751BE1AFA800F2B5DA /* sinc_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = 501232CB192E5FDC0063A359 /* sinc_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 */; }; + 0FDA2A8D1BE1AFA800F2B5DA /* assets in Resources */ = {isa = PBXBuildFile; fileRef = 84F9A9BB1A87E068003AF12F /* assets */; }; 501232CA192E5FC40063A359 /* griffin.c in Sources */ = {isa = PBXBuildFile; fileRef = 501232C9192E5FC40063A359 /* griffin.c */; }; 501232CC192E5FDC0063A359 /* sinc_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = 501232CB192E5FDC0063A359 /* sinc_neon.S */; }; 501232CE192E5FE30063A359 /* audio_utils_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = 501232CD192E5FE30063A359 /* audio_utils_neon.S */; }; @@ -30,11 +56,11 @@ 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 /* ic_pause.png in Resources */ = {isa = PBXBuildFile; fileRef = 83D632DB19ECFCC4009E3161 /* ic_pause.png */; }; + 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 /* Media.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 69D31DE31A547EC800EF4C92 /* Media.xcassets */; }; - 503700A21ACA18E400A51A37 /* PauseIndicatorView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 83D632DE19ECFCC4009E3161 /* PauseIndicatorView.xib */; }; - 503700A31ACA18E400A51A37 /* modules in Resources */ = {isa = PBXBuildFile; fileRef = 83EB675F19EEAF050096F441 /* modules */; }; + 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 */; }; 503700A41ACA18E400A51A37 /* assets in Resources */ = {isa = PBXBuildFile; fileRef = 84F9A9BB1A87E068003AF12F /* assets */; }; 5040F0501AE47ED4006F6972 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 5040F04F1AE47ED4006F6972 /* libz.dylib */; }; 5040F0511AE47EE2006F6972 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 5040F04F1AE47ED4006F6972 /* libz.dylib */; }; @@ -45,10 +71,10 @@ 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 /* Media.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 69D31DE31A547EC800EF4C92 /* Media.xcassets */; }; - 83D632E219ECFCC4009E3161 /* ic_pause.png in Resources */ = {isa = PBXBuildFile; fileRef = 83D632DB19ECFCC4009E3161 /* ic_pause.png */; }; - 83D632E519ECFCC4009E3161 /* PauseIndicatorView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 83D632DE19ECFCC4009E3161 /* PauseIndicatorView.xib */; }; - 83EB676019EEAF050096F441 /* modules in Resources */ = {isa = PBXBuildFile; fileRef = 83EB675F19EEAF050096F441 /* modules */; }; + 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 */; }; 84F9A9BC1A87E068003AF12F /* assets in Resources */ = {isa = PBXBuildFile; fileRef = 84F9A9BB1A87E068003AF12F /* assets */; }; 96366C5516C9AC3300D64A22 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96366C5416C9AC3300D64A22 /* CoreAudio.framework */; }; 96366C5916C9ACF500D64A22 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96366C5816C9ACF500D64A22 /* AudioToolbox.framework */; }; @@ -61,13 +87,15 @@ /* 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_neon.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; name = sinc_neon.S; path = ../../audio/drivers_resampler/sinc_neon.S; sourceTree = SOURCE_ROOT; }; 501232CD192E5FE30063A359 /* audio_utils_neon.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; name = audio_utils_neon.S; path = ../../audio/audio_utils_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; }; + 503700AE1ACA18E400A51A37 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = iOS/Info.plist; sourceTree = SOURCE_ROOT; }; 5040F04F1AE47ED4006F6972 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; }; 50521A431AA23BF500185CC9 /* griffin_objc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = griffin_objc.m; path = ../../griffin/griffin_objc.m; sourceTree = SOURCE_ROOT; }; 50C3B1AD1AB1107100F478D3 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; @@ -75,15 +103,15 @@ 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 /* Media.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = iOS/Resources/Media.xcassets; sourceTree = SOURCE_ROOT; }; - 83D632DB19ECFCC4009E3161 /* ic_pause.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = iOS/Resources/ic_pause.png; sourceTree = SOURCE_ROOT; }; - 83D632DE19ECFCC4009E3161 /* PauseIndicatorView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = iOS/Resources/PauseIndicatorView.xib; sourceTree = SOURCE_ROOT; }; - 83EB675F19EEAF050096F441 /* modules */ = {isa = PBXFileReference; lastKnownFileType = folder; path = iOS/modules; sourceTree = SOURCE_ROOT; }; + 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; }; 84F9A9BB1A87E068003AF12F /* assets */ = {isa = PBXFileReference; lastKnownFileType = folder; name = assets; path = ../../media/assets; sourceTree = SOURCE_ROOT; }; 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; }; + 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; }; @@ -96,6 +124,28 @@ /* 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; @@ -145,11 +195,11 @@ 83D632D719ECFCC4009E3161 /* Assets */ = { isa = PBXGroup; children = ( - 83EB675F19EEAF050096F441 /* modules */, + 83EB675F19EEAF050096F441 /* iOS/modules */, 84F9A9BB1A87E068003AF12F /* assets */, - 83D632DB19ECFCC4009E3161 /* ic_pause.png */, - 83D632DE19ECFCC4009E3161 /* PauseIndicatorView.xib */, - 69D31DE31A547EC800EF4C92 /* Media.xcassets */, + 83D632DB19ECFCC4009E3161 /* iOS/Resources/ic_pause.png */, + 83D632DE19ECFCC4009E3161 /* iOS/Resources/PauseIndicatorView.xib */, + 69D31DE31A547EC800EF4C92 /* iOS/Resources/Media.xcassets */, ); name = Assets; path = Resources; @@ -165,6 +215,7 @@ 96AFAE2616C1D4EA009DE44C /* Products */, 96AFAE3416C1D4EA009DE44C /* Supporting Files */, 503700AE1ACA18E400A51A37 /* Info.plist */, + 0FDA2A921BE1AFA800F2B5DA /* RetroArch_iOS9-Info.plist */, ); indentWidth = 3; sourceTree = ""; @@ -175,6 +226,7 @@ children = ( 96AFAE2516C1D4EA009DE44C /* RetroArch.app */, 503700AD1ACA18E400A51A37 /* RetroArch copy.app */, + 0FDA2A911BE1AFA800F2B5DA /* RetroArch.app */, ); name = Products; sourceTree = ""; @@ -260,13 +312,29 @@ /* 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 */, - 5037009C1ACA18E400A51A37 /* ShellScript */, 5037009D1ACA18E400A51A37 /* Resources */, ); buildRules = ( @@ -326,20 +394,34 @@ targets = ( 96AFAE2416C1D4EA009DE44C /* RetroArch */, 503700861ACA18E400A51A37 /* RetroArch iOS6 */, + 0FDA2A701BE1AFA800F2B5DA /* RetroArch iOS9 */, ); }; /* 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 */, + 0FDA2A8D1BE1AFA800F2B5DA /* assets in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 5037009D1ACA18E400A51A37 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5037009F1ACA18E400A51A37 /* ic_pause.png in Resources */, + 5037009F1ACA18E400A51A37 /* iOS/Resources/ic_pause.png in Resources */, 503700A01ACA18E400A51A37 /* InfoPlist.strings in Resources */, - 503700A11ACA18E400A51A37 /* Media.xcassets in Resources */, - 503700A21ACA18E400A51A37 /* PauseIndicatorView.xib in Resources */, - 503700A31ACA18E400A51A37 /* modules in Resources */, + 503700A11ACA18E400A51A37 /* iOS/Resources/Media.xcassets in Resources */, + 503700A21ACA18E400A51A37 /* iOS/Resources/PauseIndicatorView.xib in Resources */, + 503700A31ACA18E400A51A37 /* iOS/modules in Resources */, 503700A41ACA18E400A51A37 /* assets in Resources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -348,11 +430,11 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 83D632E219ECFCC4009E3161 /* ic_pause.png in Resources */, + 83D632E219ECFCC4009E3161 /* iOS/Resources/ic_pause.png in Resources */, 967894631788EBD800D6CA69 /* InfoPlist.strings in Resources */, - 69D31DE41A547EC800EF4C92 /* Media.xcassets in Resources */, - 83D632E519ECFCC4009E3161 /* PauseIndicatorView.xib in Resources */, - 83EB676019EEAF050096F441 /* modules in Resources */, + 69D31DE41A547EC800EF4C92 /* iOS/Resources/Media.xcassets in Resources */, + 83D632E519ECFCC4009E3161 /* iOS/Resources/PauseIndicatorView.xib in Resources */, + 83EB676019EEAF050096F441 /* iOS/modules in Resources */, 84F9A9BC1A87E068003AF12F /* assets in Resources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -360,6 +442,18 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ + 0FDA2A711BE1AFA800F2B5DA /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 0FDA2A721BE1AFA800F2B5DA /* cc_resampler_neon.S in Sources */, + 0FDA2A731BE1AFA800F2B5DA /* griffin_objc.m in Sources */, + 0FDA2A741BE1AFA800F2B5DA /* audio_utils_neon.S in Sources */, + 0FDA2A751BE1AFA800F2B5DA /* sinc_neon.S in Sources */, + 0FDA2A761BE1AFA800F2B5DA /* griffin.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 503700871ACA18E400A51A37 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -398,6 +492,193 @@ /* 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_CORETEXT", + "-DHAVE_HID", + "-DHAVE_NETWORKING", + "-DHAVE_AVFOUNDATION", + "-DHAVE_GRIFFIN", + "-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_COCOATOUCH", + "-DHAVE_MAIN", + "-DSINC_LOWER_QUALITY", + "-DRARCH_INTERNAL", + "-DHAVE_THREADS", + "-DHAVE_FILTERS_BUILTIN", + "-DHAVE_GLUI", + "-DHAVE_ZARCH", + "-DHAVE_XMB", + "-D_LZMA_UINT32_IS_ULONG", + "-DHAVE_MFI", + "-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_CORETEXT", + "-DHAVE_HID", + "-DHAVE_NETWORKING", + "-DHAVE_AVFOUNDATION", + "-DHAVE_GRIFFIN", + "-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_COCOATOUCH", + "-DHAVE_MAIN", + "-DSINC_LOWER_QUALITY", + "-DRARCH_INTERNAL", + "-DHAVE_THREADS", + "-DHAVE_FILTERS_BUILTIN", + "-DHAVE_7ZIP", + "-DHAVE_GLUI", + "-DHAVE_ZARCH", + "-DHAVE_XMB", + "-D_LZMA_UINT32_IS_ULONG", + "-DHAVE_MFI", + "-DHAVE_AVFOUNDATION", + ); + "OTHER_CFLAGS[arch=*]" = ( + "-DNS_BLOCK_ASSERTIONS=1", + "-DNDEBUG", + "-DHAVE_NETPLAY", + "-DHAVE_CORETEXT", + "-DHAVE_HID", + "-DHAVE_NETWORKING", + "-DHAVE_AVFOUNDATION", + "-DHAVE_GRIFFIN", + "-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_COCOATOUCH", + "-DHAVE_MAIN", + "-DSINC_LOWER_QUALITY", + "-DHAVE_THREADS", + "-DHAVE_FILTERS_BUILTIN", + "-DHAVE_7ZIP", + "-DHAVE_GLUI", + "-DHAVE_ZARCH", + "-DHAVE_XMB", + "-D_LZMA_UINT32_IS_ULONG", + "-DHAVE_MFI", + "-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 = { @@ -427,7 +708,7 @@ "-DHAVE_NETWORKING", "-DHAVE_AVFOUNDATION", "-DHAVE_GRIFFIN", - "-DHAVE_CHEEVOS", + "-DHAVE_CHEEVOS", "-DHAVE_IMAGEVIEWER", "-DHAVE_CORETEXT", "-DHAVE_CORELOCATION", @@ -496,7 +777,7 @@ "-DHAVE_NETWORKING", "-DHAVE_AVFOUNDATION", "-DHAVE_GRIFFIN", - "-DHAVE_CHEEVOS", + "-DHAVE_CHEEVOS", "-DHAVE_IMAGEVIEWER", "-DHAVE_CORELOCATION", "-DHAVE_RGUI", @@ -537,7 +818,7 @@ "-DHAVE_NETWORKING", "-DHAVE_AVFOUNDATION", "-DHAVE_GRIFFIN", - "-DHAVE_CHEEVOS", + "-DHAVE_CHEEVOS", "-DHAVE_IMAGEVIEWER", "-DHAVE_CORELOCATION", "-DHAVE_RGUI", @@ -610,7 +891,7 @@ "-DHAVE_NETWORKING", "-DHAVE_AVFOUNDATION", "-DHAVE_GRIFFIN", - "-DHAVE_CHEEVOS", + "-DHAVE_CHEEVOS", "-DHAVE_IMAGEVIEWER", "-DHAVE_CORELOCATION", "-DHAVE_RGUI", @@ -673,7 +954,7 @@ "-DHAVE_NETWORKING", "-DHAVE_AVFOUNDATION", "-DHAVE_GRIFFIN", - "-DHAVE_CHEEVOS", + "-DHAVE_CHEEVOS", "-DHAVE_IMAGEVIEWER", "-DHAVE_CORELOCATION", "-DHAVE_RGUI", @@ -737,7 +1018,7 @@ "-DHAVE_NETWORKING", "-DHAVE_AVFOUNDATION", "-DHAVE_GRIFFIN", - "-DHAVE_CHEEVOS", + "-DHAVE_CHEEVOS", "-DHAVE_IMAGEVIEWER", "-DHAVE_CORELOCATION", "-DHAVE_RGUI", @@ -808,7 +1089,7 @@ "-DHAVE_NETWORKING", "-DHAVE_AVFOUNDATION", "-DHAVE_GRIFFIN", - "-DHAVE_CHEEVOS", + "-DHAVE_CHEEVOS", "-DHAVE_IMAGEVIEWER", "-DHAVE_CORELOCATION", "-DHAVE_RGUI", @@ -851,7 +1132,7 @@ "-DHAVE_NETWORKING", "-DHAVE_AVFOUNDATION", "-DHAVE_GRIFFIN", - "-DHAVE_CHEEVOS", + "-DHAVE_CHEEVOS", "-DHAVE_IMAGEVIEWER", "-DHAVE_CORELOCATION", "-DHAVE_RGUI", @@ -896,6 +1177,15 @@ /* 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 = ( diff --git a/pkg/apple/RetroArch_iOS9-Info.plist b/pkg/apple/RetroArch_iOS9-Info.plist new file mode 100644 index 0000000000..544c0eab2f --- /dev/null +++ b/pkg/apple/RetroArch_iOS9-Info.plist @@ -0,0 +1,70 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + RetroArch + CFBundleDocumentTypes + + + CFBundleTypeName + All Files + LSItemContentTypes + + public.data + public.content + + + + CFBundleExecutable + RetroArch + CFBundleIcons + + CFBundleIcons~ipad + + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + RetroArch + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.2.2 + CFBundleSignature + ???? + CFBundleVersion + 1.2.2 + LSRequiresIPhoneOS + + UIApplicationExitsOnSuspend + + UIFileSharingEnabled + + UIRequiredDeviceCapabilities + + armv7 + + UIStatusBarHidden + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + UIInterfaceOrientationPortraitUpsideDown + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UIViewControllerBasedStatusBarAppearance + + + diff --git a/pkg/apple/iOS/Info.plist b/pkg/apple/iOS/Info.plist index 2d3ca64df5..e2e40bc916 100644 --- a/pkg/apple/iOS/Info.plist +++ b/pkg/apple/iOS/Info.plist @@ -33,11 +33,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.1.0 + 1.2.2 CFBundleSignature ???? CFBundleVersion - 1.1.0 + 1.2.2 LSRequiresIPhoneOS UIApplicationExitsOnSuspend