From 0c5d0fad410db2f2cd1e10502c7730b78968266d Mon Sep 17 00:00:00 2001 From: radius Date: Fri, 30 Oct 2015 19:13:56 -0500 Subject: [PATCH] rename the plist file --- pkg/apple/RetroArch_iOS.xcodeproj/project.pbxproj | 8 ++++---- ...troArch copy3-Info.plist => RetroArch_iOS9-Info.plist} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename pkg/apple/{RetroArch copy3-Info.plist => RetroArch_iOS9-Info.plist} (100%) diff --git a/pkg/apple/RetroArch_iOS.xcodeproj/project.pbxproj b/pkg/apple/RetroArch_iOS.xcodeproj/project.pbxproj index 379a57da61..1988aa713c 100644 --- a/pkg/apple/RetroArch_iOS.xcodeproj/project.pbxproj +++ b/pkg/apple/RetroArch_iOS.xcodeproj/project.pbxproj @@ -88,7 +88,7 @@ /* Begin PBXFileReference section */ 0FDA2A911BE1AFA800F2B5DA /* RetroArch.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RetroArch.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 0FDA2A921BE1AFA800F2B5DA /* RetroArch copy3-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "RetroArch copy3-Info.plist"; path = "/Users/buildbot/buildbot/ios/retroarch/pkg/apple/RetroArch copy3-Info.plist"; sourceTree = ""; }; + 0FDA2A921BE1AFA800F2B5DA /* RetroArch_iOS9-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "RetroArch_iOS9-Info.plist"; path = "/Users/buildbot/buildbot/ios/retroarch/pkg/apple/RetroArch_iOS9-Info.plist"; sourceTree = ""; }; 501232C9192E5FC40063A359 /* griffin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = griffin.c; path = ../../griffin/griffin.c; sourceTree = SOURCE_ROOT; }; 501232CB192E5FDC0063A359 /* sinc_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; }; @@ -215,7 +215,7 @@ 96AFAE2616C1D4EA009DE44C /* Products */, 96AFAE3416C1D4EA009DE44C /* Supporting Files */, 503700AE1ACA18E400A51A37 /* Info.plist */, - 0FDA2A921BE1AFA800F2B5DA /* RetroArch copy3-Info.plist */, + 0FDA2A921BE1AFA800F2B5DA /* RetroArch_iOS9-Info.plist */, ); indentWidth = 3; sourceTree = ""; @@ -509,7 +509,7 @@ ../../, "../../libretro-common/include", ); - INFOPLIST_FILE = "RetroArch copy3-Info.plist"; + INFOPLIST_FILE = "RetroArch_iOS9-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_NO_PIE = YES; LIBRARY_SEARCH_PATHS = ""; @@ -580,7 +580,7 @@ ../../, "../../libretro-common/include", ); - INFOPLIST_FILE = "RetroArch copy3-Info.plist"; + INFOPLIST_FILE = "RetroArch_iOS9-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_NO_PIE = YES; LIBRARY_SEARCH_PATHS = ""; diff --git a/pkg/apple/RetroArch copy3-Info.plist b/pkg/apple/RetroArch_iOS9-Info.plist similarity index 100% rename from pkg/apple/RetroArch copy3-Info.plist rename to pkg/apple/RetroArch_iOS9-Info.plist