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