source: trunk/appswitch/appswitch/appswitch.xcodeproj/project.pbxproj@ 592

Last change on this file since 592 was 592, checked in by Nicholas Riley, 14 years ago

Use Cocoa instead of CPS to show all/hide other applications.

File size: 7.1 KB
Line 
1// !$*UTF8*$!
2{
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 42;
7 objects = {
8
9/* Begin PBXBuildFile section */
10 E1607EFD0AF3700B001EAB72 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* main.m */; settings = {ATTRIBUTES = (); }; };
11 E1607EFF0AF3700B001EAB72 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E1A0BD4C03EFB64400050001 /* ApplicationServices.framework */; };
12 E1E0321E10AE0A7D00C8C3B6 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E1E0321D10AE0A7D00C8C3B6 /* AppKit.framework */; };
13/* End PBXBuildFile section */
14
15/* Begin PBXFileReference section */
16 08FB7796FE84155DC02AAC07 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
17 C6859E970290921104C91782 /* appswitch.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = appswitch.1; sourceTree = "<group>"; };
18 E1607F080AF3700B001EAB72 /* appswitch */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = appswitch; sourceTree = BUILT_PRODUCTS_DIR; };
19 E16C83CC03F7AF7B00050002 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
20 E1A0BD4C03EFB64400050001 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = /System/Library/Frameworks/ApplicationServices.framework; sourceTree = "<absolute>"; };
21 E1E0321D10AE0A7D00C8C3B6 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
22/* End PBXFileReference section */
23
24/* Begin PBXFrameworksBuildPhase section */
25 E1607EFE0AF3700B001EAB72 /* Frameworks */ = {
26 isa = PBXFrameworksBuildPhase;
27 buildActionMask = 2147483647;
28 files = (
29 E1607EFF0AF3700B001EAB72 /* ApplicationServices.framework in Frameworks */,
30 E1E0321E10AE0A7D00C8C3B6 /* AppKit.framework in Frameworks */,
31 );
32 runOnlyForDeploymentPostprocessing = 0;
33 };
34/* End PBXFrameworksBuildPhase section */
35
36/* Begin PBXGroup section */
37 08FB7794FE84155DC02AAC07 /* appswitch */ = {
38 isa = PBXGroup;
39 children = (
40 08FB7795FE84155DC02AAC07 /* Source */,
41 C6859E96029091FE04C91782 /* Documentation */,
42 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */,
43 19C28FBDFE9D53C911CA2CBB /* Products */,
44 );
45 name = appswitch;
46 sourceTree = "<group>";
47 };
48 08FB7795FE84155DC02AAC07 /* Source */ = {
49 isa = PBXGroup;
50 children = (
51 08FB7796FE84155DC02AAC07 /* main.m */,
52 );
53 name = Source;
54 sourceTree = "<group>";
55 };
56 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = {
57 isa = PBXGroup;
58 children = (
59 E1A0BD4C03EFB64400050001 /* ApplicationServices.framework */,
60 E1E0321D10AE0A7D00C8C3B6 /* AppKit.framework */,
61 );
62 name = "External Frameworks and Libraries";
63 sourceTree = "<group>";
64 };
65 19C28FBDFE9D53C911CA2CBB /* Products */ = {
66 isa = PBXGroup;
67 children = (
68 E1607F080AF3700B001EAB72 /* appswitch */,
69 );
70 name = Products;
71 sourceTree = "<group>";
72 };
73 C6859E96029091FE04C91782 /* Documentation */ = {
74 isa = PBXGroup;
75 children = (
76 C6859E970290921104C91782 /* appswitch.1 */,
77 E16C83CC03F7AF7B00050002 /* README */,
78 );
79 name = Documentation;
80 sourceTree = "<group>";
81 };
82/* End PBXGroup section */
83
84/* Begin PBXNativeTarget section */
85 E1607EF90AF3700B001EAB72 /* appswitch */ = {
86 isa = PBXNativeTarget;
87 buildConfigurationList = E1607F040AF3700B001EAB72 /* Build configuration list for PBXNativeTarget "appswitch" */;
88 buildPhases = (
89 E1607EFC0AF3700B001EAB72 /* Sources */,
90 E1607EFE0AF3700B001EAB72 /* Frameworks */,
91 );
92 buildRules = (
93 );
94 dependencies = (
95 );
96 name = appswitch;
97 productInstallPath = "$(HOME)/bin";
98 productName = appswitch;
99 productReference = E1607F080AF3700B001EAB72 /* appswitch */;
100 productType = "com.apple.product-type.tool";
101 };
102/* End PBXNativeTarget section */
103
104/* Begin PBXProject section */
105 08FB7793FE84155DC02AAC07 /* Project object */ = {
106 isa = PBXProject;
107 buildConfigurationList = E1607EEF0AF36FB6001EAB72 /* Build configuration list for PBXProject "appswitch" */;
108 compatibilityVersion = "Xcode 2.4";
109 hasScannedForEncodings = 1;
110 mainGroup = 08FB7794FE84155DC02AAC07 /* appswitch */;
111 projectDirPath = "";
112 projectRoot = "";
113 targets = (
114 E1607EF90AF3700B001EAB72 /* appswitch */,
115 );
116 };
117/* End PBXProject section */
118
119/* Begin PBXSourcesBuildPhase section */
120 E1607EFC0AF3700B001EAB72 /* Sources */ = {
121 isa = PBXSourcesBuildPhase;
122 buildActionMask = 2147483647;
123 files = (
124 E1607EFD0AF3700B001EAB72 /* main.m in Sources */,
125 );
126 runOnlyForDeploymentPostprocessing = 0;
127 };
128/* End PBXSourcesBuildPhase section */
129
130/* Begin XCBuildConfiguration section */
131 E1607EF00AF36FB6001EAB72 /* Development */ = {
132 isa = XCBuildConfiguration;
133 buildSettings = {
134 GCC_VERSION = 4.0;
135 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
136 };
137 name = Development;
138 };
139 E1607EF10AF36FB6001EAB72 /* Deployment */ = {
140 isa = XCBuildConfiguration;
141 buildSettings = {
142 ARCHS = (
143 ppc,
144 i386,
145 );
146 GCC_VERSION = 4.0;
147 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
148 };
149 name = Deployment;
150 };
151 E1607F050AF3700B001EAB72 /* Development */ = {
152 isa = XCBuildConfiguration;
153 buildSettings = {
154 COPY_PHASE_STRIP = NO;
155 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
156 GCC_OPTIMIZATION_LEVEL = 0;
157 INSTALL_PATH = "$(HOME)/bin";
158 MACOSX_DEPLOYMENT_TARGET = 10.4;
159 PRODUCT_NAME = appswitch;
160 WARNING_CFLAGS = (
161 "-Wmost",
162 "-Wno-four-char-constants",
163 "-Wno-unknown-pragmas",
164 );
165 };
166 name = Development;
167 };
168 E1607F060AF3700B001EAB72 /* Deployment */ = {
169 isa = XCBuildConfiguration;
170 buildSettings = {
171 COPY_PHASE_STRIP = YES;
172 GCC_ENABLE_FIX_AND_CONTINUE = NO;
173 INSTALL_PATH = "$(HOME)/bin";
174 MACOSX_DEPLOYMENT_TARGET = 10.4;
175 PRODUCT_NAME = appswitch;
176 WARNING_CFLAGS = (
177 "-Wmost",
178 "-Wno-four-char-constants",
179 "-Wno-unknown-pragmas",
180 );
181 ZERO_LINK = NO;
182 };
183 name = Deployment;
184 };
185/* End XCBuildConfiguration section */
186
187/* Begin XCConfigurationList section */
188 E1607EEF0AF36FB6001EAB72 /* Build configuration list for PBXProject "appswitch" */ = {
189 isa = XCConfigurationList;
190 buildConfigurations = (
191 E1607EF00AF36FB6001EAB72 /* Development */,
192 E1607EF10AF36FB6001EAB72 /* Deployment */,
193 );
194 defaultConfigurationIsVisible = 0;
195 defaultConfigurationName = Deployment;
196 };
197 E1607F040AF3700B001EAB72 /* Build configuration list for PBXNativeTarget "appswitch" */ = {
198 isa = XCConfigurationList;
199 buildConfigurations = (
200 E1607F050AF3700B001EAB72 /* Development */,
201 E1607F060AF3700B001EAB72 /* Deployment */,
202 );
203 defaultConfigurationIsVisible = 0;
204 defaultConfigurationName = Deployment;
205 };
206/* End XCConfigurationList section */
207 };
208 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
209}
Note: See TracBrowser for help on using the repository browser.