public
Description: A Mac OS X photo uploader program for my photo album.
Homepage: http://bleu.west.spy.net/~dustin/projects/photoupload/
Clone URL: git://github.com/dustin/photoupload.git
Fixed compiler warning due to missing method
dustin (author)
Mon Oct 29 22:11:24 -0700 2007
commit  63f39e4d4d6371aeb1b7afb5ef375f57cea456f5
tree    0a10805d736d82caf73478bf79514ffc794c559f
parent  3725f3fbb6f13fb33293b37303d88c1e48b95ef1
...
14
15
16
17
18
19
20
...
14
15
16
 
17
18
19
0
@@ -14,7 +14,6 @@
0
 
0
 }
0
 
0
--(NSDragOperation)draggingEntered:(id <NSDraggingInfo>)sender;
0
 -(BOOL)performDragOperation:(id <NSDraggingInfo>)sender;
0
 
0
 @end
...
114
115
116
117
118
 
...
114
115
116
 
117
118
0
@@ -114,4 +114,4 @@
0
   [self setDataSource: self];
0
 }
0
 
0
-@end
0
\ No newline at end of file
0
+@end
...
82
83
84
85
 
86
87
88
...
277
278
279
 
280
281
282
 
283
284
285
...
82
83
84
 
85
86
87
88
...
277
278
279
280
281
282
283
284
285
286
287
0
@@ -82,7 +82,7 @@
0
     DA6AD92F07FA997D00E2D4EF /* PUImageList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PUImageList.h; sourceTree = "<group>"; };
0
     DA6AD93007FA997D00E2D4EF /* PUImageList.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PUImageList.m; sourceTree = "<group>"; };
0
     DACD4B8807FA616E009C4765 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = Info.plist; sourceTree = "<group>"; };
0
- DACD4B8907FA616E009C4765 /* PhotoUpload.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = PhotoUpload.app; sourceTree = BUILT_PRODUCTS_DIR; };
0
+ DACD4B8907FA616E009C4765 /* PhotoUpload.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PhotoUpload.app; sourceTree = BUILT_PRODUCTS_DIR; };
0
     DAE5B138063353930026182E /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = "<absolute>"; };
0
     F52C09B603540EAB01A801C4 /* PhotoUpload.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = PhotoUpload.icns; sourceTree = "<group>"; };
0
     F5601AEF0353732F0109FEFA /* Credits.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = Credits.html; path = English.lproj/Credits.html; sourceTree = "<group>"; };
0
@@ -277,9 +277,11 @@
0
     29B97313FDCFA39411CA2CEA /* Project object */ = {
0
       isa = PBXProject;
0
       buildConfigurationList = DA543B9609352A6C00185AF3 /* Build configuration list for PBXProject "PhotoUpload" */;
0
+ compatibilityVersion = "Xcode 2.4";
0
       hasScannedForEncodings = 1;
0
       mainGroup = 29B97314FDCFA39411CA2CEA /* PhotoUpload */;
0
       projectDirPath = "";
0
+ projectRoot = "";
0
       targets = (
0
         DACD4B6207FA616E009C4765 /* PhotoUpload */,
0
       );

Comments

    No one has commented yet.