Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: test/mac/xctest/App/app.xcodeproj/xcshareddata/xcschemes/App.xcscheme

Issue 51413002: Adds generator support for Xcode 5 xctest targets. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <Scheme
3 LastUpgradeVersion = "0500"
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 = "F1E0156CB02CC6AE9C2FAB71"
18 BuildableName = "App.app"
19 BlueprintName = "App"
20 ReferencedContainer = "container:app.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 = "Default">
30 <Testables>
31 <TestableReference
32 skipped = "NO">
33 <BuildableReference
34 BuildableIdentifier = "primary"
35 BlueprintIdentifier = "5192A50595076B7409F9D575"
36 BuildableName = "Tests.xctest"
37 BlueprintName = "Tests"
38 ReferencedContainer = "container:app.xcodeproj">
39 </BuildableReference>
40 </TestableReference>
41 </Testables>
42 <MacroExpansion>
43 <BuildableReference
44 BuildableIdentifier = "primary"
45 BlueprintIdentifier = "F1E0156CB02CC6AE9C2FAB71"
46 BuildableName = "App.app"
47 BlueprintName = "App"
48 ReferencedContainer = "container:app.xcodeproj">
49 </BuildableReference>
50 </MacroExpansion>
51 </TestAction>
52 <LaunchAction
53 selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
54 selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
55 launchStyle = "0"
56 useCustomWorkingDirectory = "NO"
57 buildConfiguration = "Default"
58 ignoresPersistentStateOnLaunch = "NO"
59 debugDocumentVersioning = "YES"
60 allowLocationSimulation = "YES">
61 <BuildableProductRunnable>
62 <BuildableReference
63 BuildableIdentifier = "primary"
64 BlueprintIdentifier = "F1E0156CB02CC6AE9C2FAB71"
65 BuildableName = "App.app"
66 BlueprintName = "App"
67 ReferencedContainer = "container:app.xcodeproj">
68 </BuildableReference>
69 </BuildableProductRunnable>
70 <AdditionalOptions>
71 </AdditionalOptions>
72 </LaunchAction>
73 <ProfileAction
74 shouldUseLaunchSchemeArgsEnv = "YES"
75 savedToolIdentifier = ""
76 useCustomWorkingDirectory = "NO"
77 buildConfiguration = "Default"
78 debugDocumentVersioning = "YES">
79 <BuildableProductRunnable>
80 <BuildableReference
81 BuildableIdentifier = "primary"
82 BlueprintIdentifier = "F1E0156CB02CC6AE9C2FAB71"
83 BuildableName = "App.app"
84 BlueprintName = "App"
85 ReferencedContainer = "container:app.xcodeproj">
86 </BuildableReference>
87 </BuildableProductRunnable>
88 </ProfileAction>
89 <AnalyzeAction
90 buildConfiguration = "Default">
91 </AnalyzeAction>
92 <ArchiveAction
93 buildConfiguration = "Default"
94 revealArchiveInOrganizer = "YES">
95 </ArchiveAction>
96 </Scheme>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698