Lowers deployment target to 8.0
Showing
2 changed files
with
2 additions
and
35 deletions
@@ -1127,7 +1127,7 @@ | @@ -1127,7 +1127,7 @@ | ||
1127 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | 1127 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
1128 | INFOPLIST_FILE = WebImage/Info.plist; | 1128 | INFOPLIST_FILE = WebImage/Info.plist; |
1129 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | 1129 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
1130 | - IPHONEOS_DEPLOYMENT_TARGET = 8.3; | 1130 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
1131 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | 1131 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
1132 | MTL_ENABLE_DEBUG_INFO = YES; | 1132 | MTL_ENABLE_DEBUG_INFO = YES; |
1133 | PRODUCT_NAME = "$(TARGET_NAME)"; | 1133 | PRODUCT_NAME = "$(TARGET_NAME)"; |
@@ -1172,7 +1172,7 @@ | @@ -1172,7 +1172,7 @@ | ||
1172 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | 1172 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
1173 | INFOPLIST_FILE = WebImage/Info.plist; | 1173 | INFOPLIST_FILE = WebImage/Info.plist; |
1174 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | 1174 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
1175 | - IPHONEOS_DEPLOYMENT_TARGET = 8.3; | 1175 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
1176 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | 1176 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
1177 | MTL_ENABLE_DEBUG_INFO = NO; | 1177 | MTL_ENABLE_DEBUG_INFO = NO; |
1178 | PRODUCT_NAME = "$(TARGET_NAME)"; | 1178 | PRODUCT_NAME = "$(TARGET_NAME)"; |
@@ -20,20 +20,6 @@ | @@ -20,20 +20,6 @@ | ||
20 | ReferencedContainer = "container:SDWebImage.xcodeproj"> | 20 | ReferencedContainer = "container:SDWebImage.xcodeproj"> |
21 | </BuildableReference> | 21 | </BuildableReference> |
22 | </BuildActionEntry> | 22 | </BuildActionEntry> |
23 | - <BuildActionEntry | ||
24 | - buildForTesting = "YES" | ||
25 | - buildForRunning = "YES" | ||
26 | - buildForProfiling = "NO" | ||
27 | - buildForArchiving = "NO" | ||
28 | - buildForAnalyzing = "YES"> | ||
29 | - <BuildableReference | ||
30 | - BuildableIdentifier = "primary" | ||
31 | - BlueprintIdentifier = "4A2CAE081AB4BB5400B6BC39" | ||
32 | - BuildableName = "WebImageTests.xctest" | ||
33 | - BlueprintName = "WebImageTests" | ||
34 | - ReferencedContainer = "container:SDWebImage.xcodeproj"> | ||
35 | - </BuildableReference> | ||
36 | - </BuildActionEntry> | ||
37 | </BuildActionEntries> | 23 | </BuildActionEntries> |
38 | </BuildAction> | 24 | </BuildAction> |
39 | <TestAction | 25 | <TestAction |
@@ -42,26 +28,7 @@ | @@ -42,26 +28,7 @@ | ||
42 | shouldUseLaunchSchemeArgsEnv = "YES" | 28 | shouldUseLaunchSchemeArgsEnv = "YES" |
43 | buildConfiguration = "Debug"> | 29 | buildConfiguration = "Debug"> |
44 | <Testables> | 30 | <Testables> |
45 | - <TestableReference | ||
46 | - skipped = "NO"> | ||
47 | - <BuildableReference | ||
48 | - BuildableIdentifier = "primary" | ||
49 | - BlueprintIdentifier = "4A2CAE081AB4BB5400B6BC39" | ||
50 | - BuildableName = "WebImageTests.xctest" | ||
51 | - BlueprintName = "WebImageTests" | ||
52 | - ReferencedContainer = "container:SDWebImage.xcodeproj"> | ||
53 | - </BuildableReference> | ||
54 | - </TestableReference> | ||
55 | </Testables> | 31 | </Testables> |
56 | - <MacroExpansion> | ||
57 | - <BuildableReference | ||
58 | - BuildableIdentifier = "primary" | ||
59 | - BlueprintIdentifier = "4A2CADFE1AB4BB5300B6BC39" | ||
60 | - BuildableName = "WebImage.framework" | ||
61 | - BlueprintName = "WebImage" | ||
62 | - ReferencedContainer = "container:SDWebImage.xcodeproj"> | ||
63 | - </BuildableReference> | ||
64 | - </MacroExpansion> | ||
65 | </TestAction> | 32 | </TestAction> |
66 | <LaunchAction | 33 | <LaunchAction |
67 | selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | 34 | selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" |
-
Please register or login to post a comment