From 6211475a099a02d5ffc246ad92ac633d2150d0d8 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sun, 28 Mar 2021 08:07:50 +0200 Subject: [PATCH] (iOS6) Add assets.zip/modules dir --- .../RetroArch_iOS6.xcodeproj/project.pbxproj | 28 +++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/pkg/apple/RetroArch_iOS6.xcodeproj/project.pbxproj b/pkg/apple/RetroArch_iOS6.xcodeproj/project.pbxproj index 5db03bab94..66e17f3faa 100644 --- a/pkg/apple/RetroArch_iOS6.xcodeproj/project.pbxproj +++ b/pkg/apple/RetroArch_iOS6.xcodeproj/project.pbxproj @@ -45,6 +45,9 @@ 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 */; }; 507E056C1CE9C69300E023D3 /* float_to_s16_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = 507E056A1CE9C67500E023D3 /* float_to_s16_neon.S */; }; + 50EDFC742610544800569B76 /* assets.zip in Resources */ = {isa = PBXBuildFile; fileRef = 50EDFC732610544800569B76 /* assets.zip */; }; + 50EDFC782610549B00569B76 /* .gitignore in Resources */ = {isa = PBXBuildFile; fileRef = 50EDFC762610549B00569B76 /* .gitignore */; }; + 50EDFC792610549B00569B76 /* .empty in Resources */ = {isa = PBXBuildFile; fileRef = 50EDFC772610549B00569B76 /* .empty */; }; 92CC05C521FEDC9F00FF79F0 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92CC05C421FEDC9F00FF79F0 /* CFNetwork.framework */; }; 92CC05C721FEDD0B00FF79F0 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92CC05C621FEDD0B00FF79F0 /* MobileCoreServices.framework */; }; /* End PBXBuildFile section */ @@ -84,7 +87,6 @@ 04193A2322A0F51200684552 /* GCDWebUploader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebUploader.h; sourceTree = ""; }; 04193A2422A0F51200684552 /* GCDWebUploader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebUploader.m; sourceTree = ""; }; 04306A8224A2C521002CAEFE /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; }; - 0FDA2A921BE1AFA800F2B5DA /* RetroArch_iOS9-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "RetroArch_iOS9-Info.plist"; sourceTree = SOURCE_ROOT; }; 501232C9192E5FC40063A359 /* griffin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = griffin.c; path = ../../griffin/griffin.c; sourceTree = SOURCE_ROOT; }; 501232CB192E5FDC0063A359 /* sinc_resampler_neon.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; name = sinc_resampler_neon.S; path = "../../libretro-common/audio/resampler/drivers/sinc_resampler_neon.S"; sourceTree = SOURCE_ROOT; }; 501232CD192E5FE30063A359 /* s16_to_float_neon.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; name = s16_to_float_neon.S; path = "../../libretro-common/audio/conversion/s16_to_float_neon.S"; sourceTree = SOURCE_ROOT; }; @@ -98,6 +100,9 @@ 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; }; + 50EDFC732610544800569B76 /* assets.zip */ = {isa = PBXFileReference; lastKnownFileType = archive.zip; path = assets.zip; sourceTree = ""; }; + 50EDFC762610549B00569B76 /* .gitignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitignore; sourceTree = ""; }; + 50EDFC772610549B00569B76 /* .empty */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .empty; sourceTree = ""; }; 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; }; 92CC05C421FEDC9F00FF79F0 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; }; @@ -231,6 +236,16 @@ name = "Recovered References"; sourceTree = ""; }; + 50EDFC752610549B00569B76 /* modules */ = { + isa = PBXGroup; + children = ( + 50EDFC762610549B00569B76 /* .gitignore */, + 50EDFC772610549B00569B76 /* .empty */, + ); + name = modules; + path = iOS/modules; + sourceTree = ""; + }; 83D632D719ECFCC4009E3161 /* Assets */ = { isa = PBXGroup; children = ( @@ -243,7 +258,9 @@ 96AFAE1A16C1D4EA009DE44C = { isa = PBXGroup; children = ( + 50EDFC732610544800569B76 /* assets.zip */, 507E056A1CE9C67500E023D3 /* float_to_s16_neon.S */, + 50EDFC752610549B00569B76 /* modules */, 83D632D719ECFCC4009E3161 /* Assets */, 50D00E8D19D117C400EBA71E /* cc_resampler_neon.S */, 96AFAE9C16C1D976009DE44C /* core */, @@ -251,7 +268,6 @@ 96AFAE2616C1D4EA009DE44C /* Products */, 96AFAE3416C1D4EA009DE44C /* Supporting Files */, 503700AE1ACA18E400A51A37 /* Info.plist */, - 0FDA2A921BE1AFA800F2B5DA /* RetroArch_iOS9-Info.plist */, 500B12CD20185CAB0047A788 /* Recovered References */, 041939FE22A0F51200684552 /* WebServer */, ); @@ -378,6 +394,7 @@ TargetAttributes = { 503700861ACA18E400A51A37 = { DevelopmentTeam = UK699V5ZS8; + ProvisioningStyle = Automatic; }; }; }; @@ -404,8 +421,11 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 50EDFC782610549B00569B76 /* .gitignore in Resources */, 503700A01ACA18E400A51A37 /* InfoPlist.strings in Resources */, 503700A11ACA18E400A51A37 /* iOS/Resources/Media.xcassets in Resources */, + 50EDFC792610549B00569B76 /* .empty in Resources */, + 50EDFC742610544800569B76 /* assets.zip in Resources */, 04193A3322A0F51200684552 /* GCDWebUploader.bundle in Resources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -465,6 +485,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; + CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1.9.1; DEVELOPMENT_TEAM = UK699V5ZS8; ENABLE_BITCODE = NO; @@ -548,6 +569,7 @@ PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArch6; PRODUCT_NAME = "RetroArch iOS6"; PROVISIONING_PROFILE = ""; + PROVISIONING_PROFILE_SPECIFIER = ""; VALID_ARCHS = armv7; WRAPPER_EXTENSION = app; }; @@ -563,6 +585,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; + CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1.9.1; DEVELOPMENT_TEAM = UK699V5ZS8; ENABLE_BITCODE = NO; @@ -711,6 +734,7 @@ PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArch6; PRODUCT_NAME = "RetroArch iOS6"; PROVISIONING_PROFILE = ""; + PROVISIONING_PROFILE_SPECIFIER = ""; VALID_ARCHS = armv7; WRAPPER_EXTENSION = app; };