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