]> code.delx.au - notipod/blob - notipod.xcodeproj/project.pbxproj
Moved stuff around
[notipod] / notipod.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 44;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 77631A270C06C501005415CB /* Python.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 77631A260C06C501005415CB /* Python.framework */; };
11 77C8C1F90C07829500965286 /* NotiPod.xib in Resources */ = {isa = PBXBuildFile; fileRef = 77C8C1F70C07829500965286 /* NotiPod.xib */; };
12 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
13 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
14 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
15 93EE29F312D0C5450002BB95 /* libnotipod.py in Resources */ = {isa = PBXBuildFile; fileRef = 93EE29F012D0C5450002BB95 /* libnotipod.py */; };
16 93EE29F412D0C5450002BB95 /* notipod_cli.py in Resources */ = {isa = PBXBuildFile; fileRef = 93EE29F112D0C5450002BB95 /* notipod_cli.py */; };
17 93EE29F512D0C5450002BB95 /* notipod_gui.py in Resources */ = {isa = PBXBuildFile; fileRef = 93EE29F212D0C5450002BB95 /* notipod_gui.py */; };
18 /* End PBXBuildFile section */
19
20 /* Begin PBXFileReference section */
21 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
22 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
23 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
24 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
25 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
26 32CA4F630368D1EE00C91783 /* notipod_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = notipod_Prefix.pch; sourceTree = "<group>"; };
27 77631A260C06C501005415CB /* Python.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Python.framework; path = /System/Library/Frameworks/Python.framework; sourceTree = "<absolute>"; };
28 77C8C1F80C07829500965286 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/NotiPod.xib; sourceTree = "<group>"; };
29 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
30 8D1107320486CEB800E47090 /* notipod.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = notipod.app; sourceTree = BUILT_PRODUCTS_DIR; };
31 93EE29F012D0C5450002BB95 /* libnotipod.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = libnotipod.py; sourceTree = "<group>"; };
32 93EE29F112D0C5450002BB95 /* notipod_cli.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = notipod_cli.py; sourceTree = "<group>"; };
33 93EE29F212D0C5450002BB95 /* notipod_gui.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = notipod_gui.py; sourceTree = "<group>"; };
34 /* End PBXFileReference section */
35
36 /* Begin PBXFrameworksBuildPhase section */
37 8D11072E0486CEB800E47090 /* Frameworks */ = {
38 isa = PBXFrameworksBuildPhase;
39 buildActionMask = 2147483647;
40 files = (
41 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
42 77631A270C06C501005415CB /* Python.framework in Frameworks */,
43 );
44 runOnlyForDeploymentPostprocessing = 0;
45 };
46 /* End PBXFrameworksBuildPhase section */
47
48 /* Begin PBXGroup section */
49 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
50 isa = PBXGroup;
51 children = (
52 77631A260C06C501005415CB /* Python.framework */,
53 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
54 );
55 name = "Linked Frameworks";
56 sourceTree = "<group>";
57 };
58 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
59 isa = PBXGroup;
60 children = (
61 29B97324FDCFA39411CA2CEA /* AppKit.framework */,
62 29B97325FDCFA39411CA2CEA /* Foundation.framework */,
63 );
64 name = "Other Frameworks";
65 sourceTree = "<group>";
66 };
67 19C28FACFE9D520D11CA2CBB /* Products */ = {
68 isa = PBXGroup;
69 children = (
70 8D1107320486CEB800E47090 /* notipod.app */,
71 );
72 name = Products;
73 sourceTree = "<group>";
74 };
75 29B97314FDCFA39411CA2CEA /* notipod */ = {
76 isa = PBXGroup;
77 children = (
78 29B97315FDCFA39411CA2CEA /* Sources */,
79 29B97317FDCFA39411CA2CEA /* Resources */,
80 29B97323FDCFA39411CA2CEA /* Frameworks */,
81 19C28FACFE9D520D11CA2CBB /* Products */,
82 );
83 name = notipod;
84 sourceTree = "<group>";
85 };
86 29B97315FDCFA39411CA2CEA /* Sources */ = {
87 isa = PBXGroup;
88 children = (
89 32CA4F630368D1EE00C91783 /* notipod_Prefix.pch */,
90 93EE29F012D0C5450002BB95 /* libnotipod.py */,
91 93EE29F112D0C5450002BB95 /* notipod_cli.py */,
92 93EE29F212D0C5450002BB95 /* notipod_gui.py */,
93 29B97316FDCFA39411CA2CEA /* main.m */,
94 );
95 name = Sources;
96 sourceTree = "<group>";
97 };
98 29B97317FDCFA39411CA2CEA /* Resources */ = {
99 isa = PBXGroup;
100 children = (
101 77C8C1F70C07829500965286 /* NotiPod.xib */,
102 8D1107310486CEB800E47090 /* Info.plist */,
103 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
104 );
105 name = Resources;
106 sourceTree = "<group>";
107 };
108 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
109 isa = PBXGroup;
110 children = (
111 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
112 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
113 );
114 name = Frameworks;
115 sourceTree = "<group>";
116 };
117 /* End PBXGroup section */
118
119 /* Begin PBXNativeTarget section */
120 8D1107260486CEB800E47090 /* notipod */ = {
121 isa = PBXNativeTarget;
122 buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "notipod" */;
123 buildPhases = (
124 8D1107290486CEB800E47090 /* Resources */,
125 8D11072C0486CEB800E47090 /* Sources */,
126 8D11072E0486CEB800E47090 /* Frameworks */,
127 );
128 buildRules = (
129 );
130 dependencies = (
131 );
132 name = notipod;
133 productInstallPath = "$(HOME)/Applications";
134 productName = notipod;
135 productReference = 8D1107320486CEB800E47090 /* notipod.app */;
136 productType = "com.apple.product-type.application";
137 };
138 /* End PBXNativeTarget section */
139
140 /* Begin PBXProject section */
141 29B97313FDCFA39411CA2CEA /* Project object */ = {
142 isa = PBXProject;
143 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "notipod" */;
144 compatibilityVersion = "Xcode 3.0";
145 hasScannedForEncodings = 1;
146 mainGroup = 29B97314FDCFA39411CA2CEA /* notipod */;
147 projectDirPath = "";
148 projectRoot = "";
149 targets = (
150 8D1107260486CEB800E47090 /* notipod */,
151 );
152 };
153 /* End PBXProject section */
154
155 /* Begin PBXResourcesBuildPhase section */
156 8D1107290486CEB800E47090 /* Resources */ = {
157 isa = PBXResourcesBuildPhase;
158 buildActionMask = 2147483647;
159 files = (
160 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
161 77C8C1F90C07829500965286 /* NotiPod.xib in Resources */,
162 93EE29F312D0C5450002BB95 /* libnotipod.py in Resources */,
163 93EE29F412D0C5450002BB95 /* notipod_cli.py in Resources */,
164 93EE29F512D0C5450002BB95 /* notipod_gui.py in Resources */,
165 );
166 runOnlyForDeploymentPostprocessing = 0;
167 };
168 /* End PBXResourcesBuildPhase section */
169
170 /* Begin PBXSourcesBuildPhase section */
171 8D11072C0486CEB800E47090 /* Sources */ = {
172 isa = PBXSourcesBuildPhase;
173 buildActionMask = 2147483647;
174 files = (
175 8D11072D0486CEB800E47090 /* main.m in Sources */,
176 );
177 runOnlyForDeploymentPostprocessing = 0;
178 };
179 /* End PBXSourcesBuildPhase section */
180
181 /* Begin PBXVariantGroup section */
182 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
183 isa = PBXVariantGroup;
184 children = (
185 089C165DFE840E0CC02AAC07 /* English */,
186 );
187 name = InfoPlist.strings;
188 sourceTree = "<group>";
189 };
190 77C8C1F70C07829500965286 /* NotiPod.xib */ = {
191 isa = PBXVariantGroup;
192 children = (
193 77C8C1F80C07829500965286 /* English */,
194 );
195 name = NotiPod.xib;
196 sourceTree = "<group>";
197 };
198 /* End PBXVariantGroup section */
199
200 /* Begin XCBuildConfiguration section */
201 C01FCF4B08A954540054247B /* Debug */ = {
202 isa = XCBuildConfiguration;
203 buildSettings = {
204 COPY_PHASE_STRIP = NO;
205 GCC_DYNAMIC_NO_PIC = NO;
206 GCC_ENABLE_FIX_AND_CONTINUE = YES;
207 GCC_MODEL_TUNING = G5;
208 GCC_OPTIMIZATION_LEVEL = 0;
209 GCC_PRECOMPILE_PREFIX_HEADER = YES;
210 GCC_PREFIX_HEADER = notipod_Prefix.pch;
211 INFOPLIST_FILE = Info.plist;
212 INSTALL_PATH = "$(HOME)/Applications";
213 PRODUCT_NAME = notipod;
214 WRAPPER_EXTENSION = app;
215 ZERO_LINK = YES;
216 };
217 name = Debug;
218 };
219 C01FCF4C08A954540054247B /* Release */ = {
220 isa = XCBuildConfiguration;
221 buildSettings = {
222 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
223 GCC_MODEL_TUNING = G5;
224 GCC_PRECOMPILE_PREFIX_HEADER = YES;
225 GCC_PREFIX_HEADER = notipod_Prefix.pch;
226 INFOPLIST_FILE = Info.plist;
227 INSTALL_PATH = "$(HOME)/Applications";
228 PRODUCT_NAME = notipod;
229 WRAPPER_EXTENSION = app;
230 };
231 name = Release;
232 };
233 C01FCF4F08A954540054247B /* Debug */ = {
234 isa = XCBuildConfiguration;
235 buildSettings = {
236 GCC_WARN_ABOUT_RETURN_TYPE = YES;
237 GCC_WARN_UNUSED_VARIABLE = YES;
238 PREBINDING = NO;
239 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
240 };
241 name = Debug;
242 };
243 C01FCF5008A954540054247B /* Release */ = {
244 isa = XCBuildConfiguration;
245 buildSettings = {
246 ARCHS = (
247 ppc,
248 i386,
249 );
250 GCC_WARN_ABOUT_RETURN_TYPE = YES;
251 GCC_WARN_UNUSED_VARIABLE = YES;
252 PREBINDING = NO;
253 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
254 };
255 name = Release;
256 };
257 /* End XCBuildConfiguration section */
258
259 /* Begin XCConfigurationList section */
260 C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "notipod" */ = {
261 isa = XCConfigurationList;
262 buildConfigurations = (
263 C01FCF4B08A954540054247B /* Debug */,
264 C01FCF4C08A954540054247B /* Release */,
265 );
266 defaultConfigurationIsVisible = 0;
267 defaultConfigurationName = Release;
268 };
269 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "notipod" */ = {
270 isa = XCConfigurationList;
271 buildConfigurations = (
272 C01FCF4F08A954540054247B /* Debug */,
273 C01FCF5008A954540054247B /* Release */,
274 );
275 defaultConfigurationIsVisible = 0;
276 defaultConfigurationName = Release;
277 };
278 /* End XCConfigurationList section */
279 };
280 rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
281 }