Merge pull request #1081 from flovilmart/Carthage
Adds shared scheme for WebImage in SDWebImage.xcodeproj
Showing
1 changed file
with
77 additions
and
0 deletions
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<Scheme | ||
3 | + LastUpgradeVersion = "0630" | ||
4 | + version = "1.3"> | ||
5 | + <BuildAction | ||
6 | + parallelizeBuildables = "YES" | ||
7 | + buildImplicitDependencies = "YES"> | ||
8 | + <BuildActionEntries> | ||
9 | + <BuildActionEntry | ||
10 | + buildForTesting = "YES" | ||
11 | + buildForRunning = "YES" | ||
12 | + buildForProfiling = "YES" | ||
13 | + buildForArchiving = "YES" | ||
14 | + buildForAnalyzing = "YES"> | ||
15 | + <BuildableReference | ||
16 | + BuildableIdentifier = "primary" | ||
17 | + BlueprintIdentifier = "4A2CADFE1AB4BB5300B6BC39" | ||
18 | + BuildableName = "WebImage.framework" | ||
19 | + BlueprintName = "WebImage" | ||
20 | + ReferencedContainer = "container:SDWebImage.xcodeproj"> | ||
21 | + </BuildableReference> | ||
22 | + </BuildActionEntry> | ||
23 | + </BuildActionEntries> | ||
24 | + </BuildAction> | ||
25 | + <TestAction | ||
26 | + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
27 | + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
28 | + shouldUseLaunchSchemeArgsEnv = "YES" | ||
29 | + buildConfiguration = "Debug"> | ||
30 | + <Testables> | ||
31 | + </Testables> | ||
32 | + </TestAction> | ||
33 | + <LaunchAction | ||
34 | + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
35 | + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
36 | + launchStyle = "0" | ||
37 | + useCustomWorkingDirectory = "NO" | ||
38 | + buildConfiguration = "Debug" | ||
39 | + ignoresPersistentStateOnLaunch = "NO" | ||
40 | + debugDocumentVersioning = "YES" | ||
41 | + allowLocationSimulation = "YES"> | ||
42 | + <MacroExpansion> | ||
43 | + <BuildableReference | ||
44 | + BuildableIdentifier = "primary" | ||
45 | + BlueprintIdentifier = "4A2CADFE1AB4BB5300B6BC39" | ||
46 | + BuildableName = "WebImage.framework" | ||
47 | + BlueprintName = "WebImage" | ||
48 | + ReferencedContainer = "container:SDWebImage.xcodeproj"> | ||
49 | + </BuildableReference> | ||
50 | + </MacroExpansion> | ||
51 | + <AdditionalOptions> | ||
52 | + </AdditionalOptions> | ||
53 | + </LaunchAction> | ||
54 | + <ProfileAction | ||
55 | + shouldUseLaunchSchemeArgsEnv = "YES" | ||
56 | + savedToolIdentifier = "" | ||
57 | + useCustomWorkingDirectory = "NO" | ||
58 | + buildConfiguration = "Release" | ||
59 | + debugDocumentVersioning = "YES"> | ||
60 | + <MacroExpansion> | ||
61 | + <BuildableReference | ||
62 | + BuildableIdentifier = "primary" | ||
63 | + BlueprintIdentifier = "4A2CADFE1AB4BB5300B6BC39" | ||
64 | + BuildableName = "WebImage.framework" | ||
65 | + BlueprintName = "WebImage" | ||
66 | + ReferencedContainer = "container:SDWebImage.xcodeproj"> | ||
67 | + </BuildableReference> | ||
68 | + </MacroExpansion> | ||
69 | + </ProfileAction> | ||
70 | + <AnalyzeAction | ||
71 | + buildConfiguration = "Debug"> | ||
72 | + </AnalyzeAction> | ||
73 | + <ArchiveAction | ||
74 | + buildConfiguration = "Release" | ||
75 | + revealArchiveInOrganizer = "YES"> | ||
76 | + </ArchiveAction> | ||
77 | +</Scheme> |
-
Please register or login to post a comment