(iOS 11 Static) Update

This commit is contained in:
Twinaphex 2018-01-31 14:12:16 +01:00
parent ceb1d1f8a0
commit 761f172367

View File

@ -51,7 +51,7 @@
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; };
9204BE2B1D319EF300BD49DB /* RetroArchiOS11.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RetroArchiOS11.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; };
@ -124,7 +124,7 @@
96AFAE2616C1D4EA009DE44C /* Products */ = {
isa = PBXGroup;
children = (
9204BE2B1D319EF300BD49DB /* RetroArchiOS10.app */,
9204BE2B1D319EF300BD49DB /* RetroArchiOS11.app */,
);
name = Products;
sourceTree = "<group>";
@ -201,9 +201,9 @@
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
9204BE091D319EF300BD49DB /* RetroArchiOS10 */ = {
9204BE091D319EF300BD49DB /* RetroArchiOS11 */ = {
isa = PBXNativeTarget;
buildConfigurationList = 9204BE281D319EF300BD49DB /* Build configuration list for PBXNativeTarget "RetroArchiOS10" */;
buildConfigurationList = 9204BE281D319EF300BD49DB /* Build configuration list for PBXNativeTarget "RetroArchiOS11" */;
buildPhases = (
9204BE0A1D319EF300BD49DB /* Sources */,
9204BE111D319EF300BD49DB /* Frameworks */,
@ -214,9 +214,9 @@
);
dependencies = (
);
name = RetroArchiOS10;
name = RetroArchiOS11;
productName = RetroArch;
productReference = 9204BE2B1D319EF300BD49DB /* RetroArchiOS10.app */;
productReference = 9204BE2B1D319EF300BD49DB /* RetroArchiOS11.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
@ -234,7 +234,7 @@
};
};
};
buildConfigurationList = 96AFAE1F16C1D4EA009DE44C /* Build configuration list for PBXProject "RetroArch_iOS10_static" */;
buildConfigurationList = 96AFAE1F16C1D4EA009DE44C /* Build configuration list for PBXProject "RetroArch_iOS11_static" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
@ -246,7 +246,7 @@
projectDirPath = "";
projectRoot = "";
targets = (
9204BE091D319EF300BD49DB /* RetroArchiOS10 */,
9204BE091D319EF300BD49DB /* RetroArchiOS11 */,
);
};
/* End PBXProject section */
@ -329,7 +329,7 @@
../../deps,
);
INFOPLIST_FILE = "$(SRCROOT)/iOS/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_NO_PIE = YES;
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)";
ONLY_ACTIVE_ARCH = NO;
@ -382,7 +382,7 @@
"-DHAVE_BTSTACK",
"-DHAVE_AVFOUNDATION",
);
PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArchiOS10S;
PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArchiOS11S;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
VALID_ARCHS = "armv7 arm64";
@ -413,7 +413,7 @@
../../deps,
);
INFOPLIST_FILE = "$(SRCROOT)/iOS/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_NO_PIE = YES;
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)";
OTHER_CFLAGS = (
@ -520,7 +520,7 @@
"-DHAVE_BTSTACK",
"-DHAVE_AVFOUNDATION",
);
PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArchiOS10S;
PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArchiOS11S;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
VALID_ARCHS = "armv7 arm64";
@ -678,7 +678,7 @@
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
9204BE281D319EF300BD49DB /* Build configuration list for PBXNativeTarget "RetroArchiOS10" */ = {
9204BE281D319EF300BD49DB /* Build configuration list for PBXNativeTarget "RetroArchiOS11" */ = {
isa = XCConfigurationList;
buildConfigurations = (
9204BE291D319EF300BD49DB /* Debug */,
@ -687,7 +687,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
96AFAE1F16C1D4EA009DE44C /* Build configuration list for PBXProject "RetroArch_iOS10_static" */ = {
96AFAE1F16C1D4EA009DE44C /* Build configuration list for PBXProject "RetroArch_iOS11_static" */ = {
isa = XCConfigurationList;
buildConfigurations = (
96AFAE5216C1D4EA009DE44C /* Debug */,