Switching from NIB to XIB file formats
[printdrop.git] / PrintDrop.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 44;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 1E1624F30D736C500067F3B4 /* GradientBackView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E1624F20D736C500067F3B4 /* GradientBackView.m */; };
11 1E1625410D736EF20067F3B4 /* DraggableImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E1625400D736EF20067F3B4 /* DraggableImageView.m */; };
12 1E1626560D7388110067F3B4 /* AppController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E1626550D7388110067F3B4 /* AppController.m */; };
13 1EDFC4E80E4A3EC0000E08AE /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1EDFC4E70E4A3EC0000E08AE /* Sparkle.framework */; };
14 1EDFC5130E4A3ED9000E08AE /* Sparkle.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 1EDFC4E70E4A3EC0000E08AE /* Sparkle.framework */; };
15 1EDFC52B0E4A4224000E08AE /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1EDFC5290E4A4224000E08AE /* MainMenu.xib */; };
16 1EE1E3E50D7482E7002999AD /* gradient.png in Resources */ = {isa = PBXBuildFile; fileRef = 1EE1E3E30D7482E7002999AD /* gradient.png */; };
17 1EE1E4710D748AE4002999AD /* libgcrypt.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EE1E4580D748AE4002999AD /* libgcrypt.h */; };
18 1EE1E4720D748AE4002999AD /* libssh2.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EE1E4590D748AE4002999AD /* libssh2.h */; };
19 1EE1E4730D748AE4002999AD /* libssh2_config.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EE1E45A0D748AE4002999AD /* libssh2_config.h */; };
20 1EE1E4740D748AE4002999AD /* libssh2_priv.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EE1E45B0D748AE4002999AD /* libssh2_priv.h */; };
21 1EE1E4750D748AE4002999AD /* libssh2_publickey.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EE1E45C0D748AE4002999AD /* libssh2_publickey.h */; };
22 1EE1E4760D748AE4002999AD /* libssh2_sftp.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EE1E45D0D748AE4002999AD /* libssh2_sftp.h */; };
23 1EE1E4770D748AE4002999AD /* openssl.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EE1E45E0D748AE4002999AD /* openssl.h */; };
24 1EE1E4780D748AE4002999AD /* channel.c in Sources */ = {isa = PBXBuildFile; fileRef = 1EE1E4600D748AE4002999AD /* channel.c */; };
25 1EE1E4790D748AE4002999AD /* comp.c in Sources */ = {isa = PBXBuildFile; fileRef = 1EE1E4610D748AE4002999AD /* comp.c */; };
26 1EE1E47A0D748AE4002999AD /* crypt.c in Sources */ = {isa = PBXBuildFile; fileRef = 1EE1E4620D748AE4002999AD /* crypt.c */; };
27 1EE1E47B0D748AE4002999AD /* hostkey.c in Sources */ = {isa = PBXBuildFile; fileRef = 1EE1E4630D748AE4002999AD /* hostkey.c */; };
28 1EE1E47C0D748AE4002999AD /* kex.c in Sources */ = {isa = PBXBuildFile; fileRef = 1EE1E4640D748AE4002999AD /* kex.c */; };
29 1EE1E47E0D748AE4002999AD /* mac.c in Sources */ = {isa = PBXBuildFile; fileRef = 1EE1E4660D748AE4002999AD /* mac.c */; };
30 1EE1E47F0D748AE4002999AD /* misc.c in Sources */ = {isa = PBXBuildFile; fileRef = 1EE1E4670D748AE4002999AD /* misc.c */; };
31 1EE1E4800D748AE4002999AD /* openssl.c in Sources */ = {isa = PBXBuildFile; fileRef = 1EE1E4680D748AE4002999AD /* openssl.c */; };
32 1EE1E4810D748AE4002999AD /* packet.c in Sources */ = {isa = PBXBuildFile; fileRef = 1EE1E4690D748AE4002999AD /* packet.c */; };
33 1EE1E4820D748AE4002999AD /* pem.c in Sources */ = {isa = PBXBuildFile; fileRef = 1EE1E46A0D748AE4002999AD /* pem.c */; };
34 1EE1E4830D748AE4002999AD /* publickey.c in Sources */ = {isa = PBXBuildFile; fileRef = 1EE1E46B0D748AE4002999AD /* publickey.c */; };
35 1EE1E4840D748AE4002999AD /* scp.c in Sources */ = {isa = PBXBuildFile; fileRef = 1EE1E46C0D748AE4002999AD /* scp.c */; };
36 1EE1E4850D748AE4002999AD /* session.c in Sources */ = {isa = PBXBuildFile; fileRef = 1EE1E46D0D748AE4002999AD /* session.c */; };
37 1EE1E4860D748AE4002999AD /* sftp.c in Sources */ = {isa = PBXBuildFile; fileRef = 1EE1E46E0D748AE4002999AD /* sftp.c */; };
38 1EE1E4870D748AE4002999AD /* transport.c in Sources */ = {isa = PBXBuildFile; fileRef = 1EE1E46F0D748AE4002999AD /* transport.c */; };
39 1EE1E4880D748AE4002999AD /* userauth.c in Sources */ = {isa = PBXBuildFile; fileRef = 1EE1E4700D748AE4002999AD /* userauth.c */; };
40 1EE1E48C0D748B19002999AD /* liblibssh2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1EE1E4500D748AC9002999AD /* liblibssh2.a */; };
41 1EE653530D75F5AC00D7A7FA /* Printers.plist in Resources */ = {isa = PBXBuildFile; fileRef = 1EE653510D75F5AC00D7A7FA /* Printers.plist */; };
42 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
43 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
44 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
45 /* End PBXBuildFile section */
46
47 /* Begin PBXContainerItemProxy section */
48 1EE1E4EE0D749370002999AD /* PBXContainerItemProxy */ = {
49 isa = PBXContainerItemProxy;
50 containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
51 proxyType = 1;
52 remoteGlobalIDString = 1EE1E44F0D748AC9002999AD;
53 remoteInfo = libssh2;
54 };
55 /* End PBXContainerItemProxy section */
56
57 /* Begin PBXCopyFilesBuildPhase section */
58 1EDFC5150E4A3EE3000E08AE /* CopyFiles */ = {
59 isa = PBXCopyFilesBuildPhase;
60 buildActionMask = 2147483647;
61 dstPath = "";
62 dstSubfolderSpec = 10;
63 files = (
64 1EDFC5130E4A3ED9000E08AE /* Sparkle.framework in CopyFiles */,
65 );
66 runOnlyForDeploymentPostprocessing = 0;
67 };
68 /* End PBXCopyFilesBuildPhase section */
69
70 /* Begin PBXFileReference section */
71 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
72 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
73 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
74 1E1624F10D736C500067F3B4 /* GradientBackView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GradientBackView.h; path = Source/GradientBackView.h; sourceTree = "<group>"; };
75 1E1624F20D736C500067F3B4 /* GradientBackView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GradientBackView.m; path = Source/GradientBackView.m; sourceTree = "<group>"; };
76 1E16253F0D736EF20067F3B4 /* DraggableImageView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DraggableImageView.h; path = Source/DraggableImageView.h; sourceTree = "<group>"; };
77 1E1625400D736EF20067F3B4 /* DraggableImageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DraggableImageView.m; path = Source/DraggableImageView.m; sourceTree = "<group>"; };
78 1E1626540D7388110067F3B4 /* AppController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppController.h; path = Source/AppController.h; sourceTree = "<group>"; };
79 1E1626550D7388110067F3B4 /* AppController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppController.m; path = Source/AppController.m; sourceTree = "<group>"; };
80 1EDFC4E70E4A3EC0000E08AE /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Sparkle.framework; sourceTree = "<group>"; };
81 1EDFC52A0E4A4224000E08AE /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; };
82 1EE1E3E40D7482E7002999AD /* English */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = English; path = English.lproj/gradient.png; sourceTree = "<group>"; };
83 1EE1E4500D748AC9002999AD /* liblibssh2.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = liblibssh2.a; sourceTree = BUILT_PRODUCTS_DIR; };
84 1EE1E4580D748AE4002999AD /* libgcrypt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = libgcrypt.h; sourceTree = "<group>"; };
85 1EE1E4590D748AE4002999AD /* libssh2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = libssh2.h; sourceTree = "<group>"; };
86 1EE1E45A0D748AE4002999AD /* libssh2_config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = libssh2_config.h; sourceTree = "<group>"; };
87 1EE1E45B0D748AE4002999AD /* libssh2_priv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = libssh2_priv.h; sourceTree = "<group>"; };
88 1EE1E45C0D748AE4002999AD /* libssh2_publickey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = libssh2_publickey.h; sourceTree = "<group>"; };
89 1EE1E45D0D748AE4002999AD /* libssh2_sftp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = libssh2_sftp.h; sourceTree = "<group>"; };
90 1EE1E45E0D748AE4002999AD /* openssl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = openssl.h; sourceTree = "<group>"; };
91 1EE1E4600D748AE4002999AD /* channel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = channel.c; sourceTree = "<group>"; };
92 1EE1E4610D748AE4002999AD /* comp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = comp.c; sourceTree = "<group>"; };
93 1EE1E4620D748AE4002999AD /* crypt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = crypt.c; sourceTree = "<group>"; };
94 1EE1E4630D748AE4002999AD /* hostkey.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = hostkey.c; sourceTree = "<group>"; };
95 1EE1E4640D748AE4002999AD /* kex.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = kex.c; sourceTree = "<group>"; };
96 1EE1E4660D748AE4002999AD /* mac.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mac.c; sourceTree = "<group>"; };
97 1EE1E4670D748AE4002999AD /* misc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = misc.c; sourceTree = "<group>"; };
98 1EE1E4680D748AE4002999AD /* openssl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = openssl.c; sourceTree = "<group>"; };
99 1EE1E4690D748AE4002999AD /* packet.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = packet.c; sourceTree = "<group>"; };
100 1EE1E46A0D748AE4002999AD /* pem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pem.c; sourceTree = "<group>"; };
101 1EE1E46B0D748AE4002999AD /* publickey.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = publickey.c; sourceTree = "<group>"; };
102 1EE1E46C0D748AE4002999AD /* scp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = scp.c; sourceTree = "<group>"; };
103 1EE1E46D0D748AE4002999AD /* session.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = session.c; sourceTree = "<group>"; };
104 1EE1E46E0D748AE4002999AD /* sftp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sftp.c; sourceTree = "<group>"; };
105 1EE1E46F0D748AE4002999AD /* transport.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = transport.c; sourceTree = "<group>"; };
106 1EE1E4700D748AE4002999AD /* userauth.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = userauth.c; sourceTree = "<group>"; };
107 1EE653520D75F5AC00D7A7FA /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = English; path = English.lproj/Printers.plist; sourceTree = "<group>"; };
108 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
109 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
110 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
111 32CA4F630368D1EE00C91783 /* PrintDrop_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PrintDrop_Prefix.pch; sourceTree = "<group>"; };
112 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
113 8D1107320486CEB800E47090 /* BU Print Drop.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "BU Print Drop.app"; sourceTree = BUILT_PRODUCTS_DIR; };
114 /* End PBXFileReference section */
115
116 /* Begin PBXFrameworksBuildPhase section */
117 1EE1E44E0D748AC9002999AD /* Frameworks */ = {
118 isa = PBXFrameworksBuildPhase;
119 buildActionMask = 2147483647;
120 files = (
121 );
122 runOnlyForDeploymentPostprocessing = 0;
123 };
124 8D11072E0486CEB800E47090 /* Frameworks */ = {
125 isa = PBXFrameworksBuildPhase;
126 buildActionMask = 2147483647;
127 files = (
128 1EE1E48C0D748B19002999AD /* liblibssh2.a in Frameworks */,
129 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
130 1EDFC4E80E4A3EC0000E08AE /* Sparkle.framework in Frameworks */,
131 );
132 runOnlyForDeploymentPostprocessing = 0;
133 };
134 /* End PBXFrameworksBuildPhase section */
135
136 /* Begin PBXGroup section */
137 080E96DDFE201D6D7F000001 /* Classes */ = {
138 isa = PBXGroup;
139 children = (
140 1E1626540D7388110067F3B4 /* AppController.h */,
141 1E1626550D7388110067F3B4 /* AppController.m */,
142 1E1624F10D736C500067F3B4 /* GradientBackView.h */,
143 1E1624F20D736C500067F3B4 /* GradientBackView.m */,
144 1E16253F0D736EF20067F3B4 /* DraggableImageView.h */,
145 1E1625400D736EF20067F3B4 /* DraggableImageView.m */,
146 );
147 name = Classes;
148 sourceTree = "<group>";
149 };
150 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
151 isa = PBXGroup;
152 children = (
153 1EDFC4E70E4A3EC0000E08AE /* Sparkle.framework */,
154 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
155 );
156 name = "Linked Frameworks";
157 sourceTree = "<group>";
158 };
159 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
160 isa = PBXGroup;
161 children = (
162 29B97324FDCFA39411CA2CEA /* AppKit.framework */,
163 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */,
164 29B97325FDCFA39411CA2CEA /* Foundation.framework */,
165 );
166 name = "Other Frameworks";
167 sourceTree = "<group>";
168 };
169 19C28FACFE9D520D11CA2CBB /* Products */ = {
170 isa = PBXGroup;
171 children = (
172 8D1107320486CEB800E47090 /* BU Print Drop.app */,
173 1EE1E4500D748AC9002999AD /* liblibssh2.a */,
174 );
175 name = Products;
176 sourceTree = "<group>";
177 };
178 1EE1E4560D748AE4002999AD /* libssh2 */ = {
179 isa = PBXGroup;
180 children = (
181 1EE1E4570D748AE4002999AD /* Headers */,
182 1EE1E45F0D748AE4002999AD /* Source */,
183 );
184 name = libssh2;
185 path = Vendor/libssh2;
186 sourceTree = "<group>";
187 };
188 1EE1E4570D748AE4002999AD /* Headers */ = {
189 isa = PBXGroup;
190 children = (
191 1EE1E4580D748AE4002999AD /* libgcrypt.h */,
192 1EE1E4590D748AE4002999AD /* libssh2.h */,
193 1EE1E45A0D748AE4002999AD /* libssh2_config.h */,
194 1EE1E45B0D748AE4002999AD /* libssh2_priv.h */,
195 1EE1E45C0D748AE4002999AD /* libssh2_publickey.h */,
196 1EE1E45D0D748AE4002999AD /* libssh2_sftp.h */,
197 1EE1E45E0D748AE4002999AD /* openssl.h */,
198 );
199 path = Headers;
200 sourceTree = "<group>";
201 };
202 1EE1E45F0D748AE4002999AD /* Source */ = {
203 isa = PBXGroup;
204 children = (
205 1EE1E4600D748AE4002999AD /* channel.c */,
206 1EE1E4610D748AE4002999AD /* comp.c */,
207 1EE1E4620D748AE4002999AD /* crypt.c */,
208 1EE1E4630D748AE4002999AD /* hostkey.c */,
209 1EE1E4640D748AE4002999AD /* kex.c */,
210 1EE1E4660D748AE4002999AD /* mac.c */,
211 1EE1E4670D748AE4002999AD /* misc.c */,
212 1EE1E4680D748AE4002999AD /* openssl.c */,
213 1EE1E4690D748AE4002999AD /* packet.c */,
214 1EE1E46A0D748AE4002999AD /* pem.c */,
215 1EE1E46B0D748AE4002999AD /* publickey.c */,
216 1EE1E46C0D748AE4002999AD /* scp.c */,
217 1EE1E46D0D748AE4002999AD /* session.c */,
218 1EE1E46E0D748AE4002999AD /* sftp.c */,
219 1EE1E46F0D748AE4002999AD /* transport.c */,
220 1EE1E4700D748AE4002999AD /* userauth.c */,
221 );
222 path = Source;
223 sourceTree = "<group>";
224 };
225 29B97314FDCFA39411CA2CEA /* PrintDrop */ = {
226 isa = PBXGroup;
227 children = (
228 080E96DDFE201D6D7F000001 /* Classes */,
229 29B97315FDCFA39411CA2CEA /* Other Sources */,
230 29B97317FDCFA39411CA2CEA /* Resources */,
231 1EE1E4560D748AE4002999AD /* libssh2 */,
232 29B97323FDCFA39411CA2CEA /* Frameworks */,
233 19C28FACFE9D520D11CA2CBB /* Products */,
234 );
235 name = PrintDrop;
236 sourceTree = "<group>";
237 };
238 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
239 isa = PBXGroup;
240 children = (
241 32CA4F630368D1EE00C91783 /* PrintDrop_Prefix.pch */,
242 29B97316FDCFA39411CA2CEA /* main.m */,
243 );
244 name = "Other Sources";
245 sourceTree = "<group>";
246 };
247 29B97317FDCFA39411CA2CEA /* Resources */ = {
248 isa = PBXGroup;
249 children = (
250 1EE653510D75F5AC00D7A7FA /* Printers.plist */,
251 1EE1E3E30D7482E7002999AD /* gradient.png */,
252 8D1107310486CEB800E47090 /* Info.plist */,
253 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
254 1EDFC5290E4A4224000E08AE /* MainMenu.xib */,
255 );
256 name = Resources;
257 sourceTree = "<group>";
258 };
259 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
260 isa = PBXGroup;
261 children = (
262 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
263 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
264 );
265 name = Frameworks;
266 sourceTree = "<group>";
267 };
268 /* End PBXGroup section */
269
270 /* Begin PBXHeadersBuildPhase section */
271 1EE1E44C0D748AC9002999AD /* Headers */ = {
272 isa = PBXHeadersBuildPhase;
273 buildActionMask = 2147483647;
274 files = (
275 1EE1E4710D748AE4002999AD /* libgcrypt.h in Headers */,
276 1EE1E4720D748AE4002999AD /* libssh2.h in Headers */,
277 1EE1E4730D748AE4002999AD /* libssh2_config.h in Headers */,
278 1EE1E4740D748AE4002999AD /* libssh2_priv.h in Headers */,
279 1EE1E4750D748AE4002999AD /* libssh2_publickey.h in Headers */,
280 1EE1E4760D748AE4002999AD /* libssh2_sftp.h in Headers */,
281 1EE1E4770D748AE4002999AD /* openssl.h in Headers */,
282 );
283 runOnlyForDeploymentPostprocessing = 0;
284 };
285 /* End PBXHeadersBuildPhase section */
286
287 /* Begin PBXNativeTarget section */
288 1EE1E44F0D748AC9002999AD /* libssh2 */ = {
289 isa = PBXNativeTarget;
290 buildConfigurationList = 1EE1E4550D748ADB002999AD /* Build configuration list for PBXNativeTarget "libssh2" */;
291 buildPhases = (
292 1EE1E44C0D748AC9002999AD /* Headers */,
293 1EE1E44D0D748AC9002999AD /* Sources */,
294 1EE1E44E0D748AC9002999AD /* Frameworks */,
295 );
296 buildRules = (
297 );
298 dependencies = (
299 );
300 name = libssh2;
301 productName = libssh2;
302 productReference = 1EE1E4500D748AC9002999AD /* liblibssh2.a */;
303 productType = "com.apple.product-type.library.static";
304 };
305 8D1107260486CEB800E47090 /* PrintDrop */ = {
306 isa = PBXNativeTarget;
307 buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "PrintDrop" */;
308 buildPhases = (
309 8D1107290486CEB800E47090 /* Resources */,
310 8D11072C0486CEB800E47090 /* Sources */,
311 1EDFC5150E4A3EE3000E08AE /* CopyFiles */,
312 8D11072E0486CEB800E47090 /* Frameworks */,
313 1EE1E4B00D749106002999AD /* ShellScript */,
314 );
315 buildRules = (
316 );
317 dependencies = (
318 1EE1E4EF0D749370002999AD /* PBXTargetDependency */,
319 );
320 name = PrintDrop;
321 productInstallPath = "$(HOME)/Applications";
322 productName = PrintDrop;
323 productReference = 8D1107320486CEB800E47090 /* BU Print Drop.app */;
324 productType = "com.apple.product-type.application";
325 };
326 /* End PBXNativeTarget section */
327
328 /* Begin PBXProject section */
329 29B97313FDCFA39411CA2CEA /* Project object */ = {
330 isa = PBXProject;
331 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "PrintDrop" */;
332 compatibilityVersion = "Xcode 3.0";
333 hasScannedForEncodings = 1;
334 mainGroup = 29B97314FDCFA39411CA2CEA /* PrintDrop */;
335 projectDirPath = "";
336 projectRoot = "";
337 targets = (
338 8D1107260486CEB800E47090 /* PrintDrop */,
339 1EE1E44F0D748AC9002999AD /* libssh2 */,
340 );
341 };
342 /* End PBXProject section */
343
344 /* Begin PBXResourcesBuildPhase section */
345 8D1107290486CEB800E47090 /* Resources */ = {
346 isa = PBXResourcesBuildPhase;
347 buildActionMask = 2147483647;
348 files = (
349 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
350 1EE1E3E50D7482E7002999AD /* gradient.png in Resources */,
351 1EE653530D75F5AC00D7A7FA /* Printers.plist in Resources */,
352 1EDFC52B0E4A4224000E08AE /* MainMenu.xib in Resources */,
353 );
354 runOnlyForDeploymentPostprocessing = 0;
355 };
356 /* End PBXResourcesBuildPhase section */
357
358 /* Begin PBXShellScriptBuildPhase section */
359 1EE1E4B00D749106002999AD /* ShellScript */ = {
360 isa = PBXShellScriptBuildPhase;
361 buildActionMask = 2147483647;
362 files = (
363 );
364 inputPaths = (
365 );
366 outputPaths = (
367 );
368 runOnlyForDeploymentPostprocessing = 0;
369 shellPath = /usr/bin/ruby;
370 shellScript = "require \"ftools\"\nrequire \"Time\"\n\nhash = %x{/usr/local/bin/git log -1 --pretty=format:%h}\ntimestamp = %x{/usr/local/bin/git log -1 --pretty=format:%ct}\ntime = Time.at(timestamp.to_i)\n\nbuild = (\"%02d\" % time.year) + (\"%02d\" % time.month) + (\"%02d\" % time.day) + \".\" + hash\n\ninfopath = ENV[\"CONFIGURATION_BUILD_DIR\"] + \"/\" + ENV[\"INFOPLIST_PATH\"]\n\nfile = \"\"\nio = File.new(infopath)\nlastline = \"\"\nwhile line = io.gets do\n\tif lastline.match(\"CFBundleVersion\")\n\t\tfile += \"\\t<string>#{build}</string>\\n\"\n\telse\n\t\tfile += line\n\tend\n\tlastline = line\nend\nio.close\n\nio = File.new(infopath, \"w\")\nio.write(file)\nio.close";
371 };
372 /* End PBXShellScriptBuildPhase section */
373
374 /* Begin PBXSourcesBuildPhase section */
375 1EE1E44D0D748AC9002999AD /* Sources */ = {
376 isa = PBXSourcesBuildPhase;
377 buildActionMask = 2147483647;
378 files = (
379 1EE1E4780D748AE4002999AD /* channel.c in Sources */,
380 1EE1E4790D748AE4002999AD /* comp.c in Sources */,
381 1EE1E47A0D748AE4002999AD /* crypt.c in Sources */,
382 1EE1E47B0D748AE4002999AD /* hostkey.c in Sources */,
383 1EE1E47C0D748AE4002999AD /* kex.c in Sources */,
384 1EE1E47E0D748AE4002999AD /* mac.c in Sources */,
385 1EE1E47F0D748AE4002999AD /* misc.c in Sources */,
386 1EE1E4800D748AE4002999AD /* openssl.c in Sources */,
387 1EE1E4810D748AE4002999AD /* packet.c in Sources */,
388 1EE1E4820D748AE4002999AD /* pem.c in Sources */,
389 1EE1E4830D748AE4002999AD /* publickey.c in Sources */,
390 1EE1E4840D748AE4002999AD /* scp.c in Sources */,
391 1EE1E4850D748AE4002999AD /* session.c in Sources */,
392 1EE1E4860D748AE4002999AD /* sftp.c in Sources */,
393 1EE1E4870D748AE4002999AD /* transport.c in Sources */,
394 1EE1E4880D748AE4002999AD /* userauth.c in Sources */,
395 );
396 runOnlyForDeploymentPostprocessing = 0;
397 };
398 8D11072C0486CEB800E47090 /* Sources */ = {
399 isa = PBXSourcesBuildPhase;
400 buildActionMask = 2147483647;
401 files = (
402 8D11072D0486CEB800E47090 /* main.m in Sources */,
403 1E1624F30D736C500067F3B4 /* GradientBackView.m in Sources */,
404 1E1625410D736EF20067F3B4 /* DraggableImageView.m in Sources */,
405 1E1626560D7388110067F3B4 /* AppController.m in Sources */,
406 );
407 runOnlyForDeploymentPostprocessing = 0;
408 };
409 /* End PBXSourcesBuildPhase section */
410
411 /* Begin PBXTargetDependency section */
412 1EE1E4EF0D749370002999AD /* PBXTargetDependency */ = {
413 isa = PBXTargetDependency;
414 target = 1EE1E44F0D748AC9002999AD /* libssh2 */;
415 targetProxy = 1EE1E4EE0D749370002999AD /* PBXContainerItemProxy */;
416 };
417 /* End PBXTargetDependency section */
418
419 /* Begin PBXVariantGroup section */
420 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
421 isa = PBXVariantGroup;
422 children = (
423 089C165DFE840E0CC02AAC07 /* English */,
424 );
425 name = InfoPlist.strings;
426 sourceTree = "<group>";
427 };
428 1EDFC5290E4A4224000E08AE /* MainMenu.xib */ = {
429 isa = PBXVariantGroup;
430 children = (
431 1EDFC52A0E4A4224000E08AE /* English */,
432 );
433 name = MainMenu.xib;
434 sourceTree = "<group>";
435 };
436 1EE1E3E30D7482E7002999AD /* gradient.png */ = {
437 isa = PBXVariantGroup;
438 children = (
439 1EE1E3E40D7482E7002999AD /* English */,
440 );
441 name = gradient.png;
442 sourceTree = "<group>";
443 };
444 1EE653510D75F5AC00D7A7FA /* Printers.plist */ = {
445 isa = PBXVariantGroup;
446 children = (
447 1EE653520D75F5AC00D7A7FA /* English */,
448 );
449 name = Printers.plist;
450 sourceTree = "<group>";
451 };
452 /* End PBXVariantGroup section */
453
454 /* Begin XCBuildConfiguration section */
455 1EE1E4510D748AC9002999AD /* Debug */ = {
456 isa = XCBuildConfiguration;
457 buildSettings = {
458 COPY_PHASE_STRIP = NO;
459 GCC_DYNAMIC_NO_PIC = NO;
460 GCC_ENABLE_FIX_AND_CONTINUE = YES;
461 GCC_MODEL_TUNING = G5;
462 GCC_OPTIMIZATION_LEVEL = 0;
463 INSTALL_PATH = /usr/local/lib;
464 PREBINDING = NO;
465 PRODUCT_NAME = libssh2;
466 ZERO_LINK = YES;
467 };
468 name = Debug;
469 };
470 1EE1E4520D748AC9002999AD /* Release */ = {
471 isa = XCBuildConfiguration;
472 buildSettings = {
473 COPY_PHASE_STRIP = YES;
474 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
475 GCC_ENABLE_FIX_AND_CONTINUE = NO;
476 GCC_MODEL_TUNING = G5;
477 INSTALL_PATH = /usr/local/lib;
478 PREBINDING = NO;
479 PRODUCT_NAME = libssh2;
480 ZERO_LINK = NO;
481 };
482 name = Release;
483 };
484 C01FCF4B08A954540054247B /* Debug */ = {
485 isa = XCBuildConfiguration;
486 buildSettings = {
487 COPY_PHASE_STRIP = NO;
488 FRAMEWORK_SEARCH_PATHS = (
489 "$(inherited)",
490 "\"$(SRCROOT)\"",
491 );
492 GCC_DYNAMIC_NO_PIC = NO;
493 GCC_ENABLE_FIX_AND_CONTINUE = YES;
494 GCC_MODEL_TUNING = G5;
495 GCC_OPTIMIZATION_LEVEL = 0;
496 GCC_PRECOMPILE_PREFIX_HEADER = YES;
497 GCC_PREFIX_HEADER = PrintDrop_Prefix.pch;
498 HEADER_SEARCH_PATHS = "\"$(SRCROOT)/Vendor/libssh2/Headers\"";
499 INFOPLIST_FILE = Info.plist;
500 INSTALL_PATH = "$(HOME)/Applications";
501 LIBRARY_SEARCH_PATHS = "\"$(SRCROOT)/build/Release\"";
502 OTHER_CFLAGS = "-DBLU_DEBUG";
503 OTHER_LDFLAGS = (
504 "-undefined",
505 suppress,
506 "-force_flat_namespace",
507 );
508 PRODUCT_NAME = "BU Print Drop";
509 WRAPPER_EXTENSION = app;
510 ZERO_LINK = YES;
511 };
512 name = Debug;
513 };
514 C01FCF4C08A954540054247B /* Release */ = {
515 isa = XCBuildConfiguration;
516 buildSettings = {
517 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
518 FRAMEWORK_SEARCH_PATHS = (
519 "$(inherited)",
520 "\"$(SRCROOT)\"",
521 );
522 GCC_MODEL_TUNING = G5;
523 GCC_PRECOMPILE_PREFIX_HEADER = YES;
524 GCC_PREFIX_HEADER = PrintDrop_Prefix.pch;
525 HEADER_SEARCH_PATHS = "\"$(SRCROOT)/Vendor/libssh2/Headers\"";
526 INFOPLIST_FILE = Info.plist;
527 INSTALL_PATH = "$(HOME)/Applications";
528 LIBRARY_SEARCH_PATHS = "\"$(SRCROOT)/build/Release\"";
529 OTHER_LDFLAGS = (
530 "-undefined",
531 suppress,
532 "-force_flat_namespace",
533 );
534 PRODUCT_NAME = "BU Print Drop";
535 WRAPPER_EXTENSION = app;
536 };
537 name = Release;
538 };
539 C01FCF4F08A954540054247B /* Debug */ = {
540 isa = XCBuildConfiguration;
541 buildSettings = {
542 GCC_WARN_ABOUT_RETURN_TYPE = YES;
543 GCC_WARN_UNUSED_VARIABLE = YES;
544 PREBINDING = NO;
545 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
546 };
547 name = Debug;
548 };
549 C01FCF5008A954540054247B /* Release */ = {
550 isa = XCBuildConfiguration;
551 buildSettings = {
552 ARCHS = (
553 ppc,
554 i386,
555 );
556 GCC_WARN_ABOUT_RETURN_TYPE = YES;
557 GCC_WARN_UNUSED_VARIABLE = YES;
558 PREBINDING = NO;
559 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
560 };
561 name = Release;
562 };
563 /* End XCBuildConfiguration section */
564
565 /* Begin XCConfigurationList section */
566 1EE1E4550D748ADB002999AD /* Build configuration list for PBXNativeTarget "libssh2" */ = {
567 isa = XCConfigurationList;
568 buildConfigurations = (
569 1EE1E4510D748AC9002999AD /* Debug */,
570 1EE1E4520D748AC9002999AD /* Release */,
571 );
572 defaultConfigurationIsVisible = 0;
573 defaultConfigurationName = Release;
574 };
575 C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "PrintDrop" */ = {
576 isa = XCConfigurationList;
577 buildConfigurations = (
578 C01FCF4B08A954540054247B /* Debug */,
579 C01FCF4C08A954540054247B /* Release */,
580 );
581 defaultConfigurationIsVisible = 0;
582 defaultConfigurationName = Release;
583 };
584 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "PrintDrop" */ = {
585 isa = XCConfigurationList;
586 buildConfigurations = (
587 C01FCF4F08A954540054247B /* Debug */,
588 C01FCF5008A954540054247B /* Release */,
589 );
590 defaultConfigurationIsVisible = 0;
591 defaultConfigurationName = Release;
592 };
593 /* End XCConfigurationList section */
594 };
595 rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
596 }