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