Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ImageSplitter.xcodeproj/project.pbxproj

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1 by zcode, Wed Feb 13 03:09:04 2013 UTC revision 2 by zcode, Fri Feb 15 07:01:49 2013 UTC
# Line 15  Line 15 
15                  F819AE7416CB2B8B0024F85F /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = F819AE6A16CB2B8A0024F85F /* MainMenu.xib */; };                  F819AE7416CB2B8B0024F85F /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = F819AE6A16CB2B8A0024F85F /* MainMenu.xib */; };
16                  F819AE7516CB2B8B0024F85F /* ImageSplitter-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = F819AE6C16CB2B8B0024F85F /* ImageSplitter-Info.plist */; };                  F819AE7516CB2B8B0024F85F /* ImageSplitter-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = F819AE6C16CB2B8B0024F85F /* ImageSplitter-Info.plist */; };
17                  F819AE7616CB2B8B0024F85F /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = F819AE6E16CB2B8B0024F85F /* main.m */; };                  F819AE7616CB2B8B0024F85F /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = F819AE6E16CB2B8B0024F85F /* main.m */; };
18                    F885516416CE1455005F8D89 /* ioapi.c in Sources */ = {isa = PBXBuildFile; fileRef = F885515A16CE1455005F8D89 /* ioapi.c */; };
19                    F885516516CE1455005F8D89 /* mztools.c in Sources */ = {isa = PBXBuildFile; fileRef = F885515C16CE1455005F8D89 /* mztools.c */; };
20                    F885516616CE1455005F8D89 /* unzip.c in Sources */ = {isa = PBXBuildFile; fileRef = F885515E16CE1455005F8D89 /* unzip.c */; };
21                    F885516716CE1455005F8D89 /* zip.c in Sources */ = {isa = PBXBuildFile; fileRef = F885516016CE1455005F8D89 /* zip.c */; };
22                    F885516816CE1455005F8D89 /* ZipArchive.mm in Sources */ = {isa = PBXBuildFile; fileRef = F885516316CE1455005F8D89 /* ZipArchive.mm */; };
23                    F885517B16CE145F005F8D89 /* appbar.cog.png in Resources */ = {isa = PBXBuildFile; fileRef = F885516916CE145F005F8D89 /* appbar.cog.png */; };
24                    F885517C16CE145F005F8D89 /* appbar.cogs.png in Resources */ = {isa = PBXBuildFile; fileRef = F885516A16CE145F005F8D89 /* appbar.cogs.png */; };
25                    F885517D16CE145F005F8D89 /* appbar.folder.open.png in Resources */ = {isa = PBXBuildFile; fileRef = F885516B16CE145F005F8D89 /* appbar.folder.open.png */; };
26                    F885517E16CE145F005F8D89 /* appbar.layer.delete.png in Resources */ = {isa = PBXBuildFile; fileRef = F885516C16CE145F005F8D89 /* appbar.layer.delete.png */; };
27                    F885517F16CE145F005F8D89 /* appbar.shuffle.png in Resources */ = {isa = PBXBuildFile; fileRef = F885516D16CE145F005F8D89 /* appbar.shuffle.png */; };
28                    F885518016CE145F005F8D89 /* CRBehaviorsWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = F885516F16CE145F005F8D89 /* CRBehaviorsWindowController.m */; };
29                    F885518116CE145F005F8D89 /* CRBehaviorsWindowController.xib in Resources */ = {isa = PBXBuildFile; fileRef = F885517016CE145F005F8D89 /* CRBehaviorsWindowController.xib */; };
30                    F885518216CE145F005F8D89 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = F885517216CE145F005F8D89 /* Credits.rtf */; };
31                    F885518316CE145F005F8D89 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = F885517416CE145F005F8D89 /* InfoPlist.strings */; };
32                    F885518416CE145F005F8D89 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = F885517616CE145F005F8D89 /* MainMenu.xib */; };
33                    F885518516CE145F005F8D89 /* license.txt in Resources */ = {isa = PBXBuildFile; fileRef = F885517816CE145F005F8D89 /* license.txt */; };
34                    F885518616CE145F005F8D89 /* NSImage+data.m in Sources */ = {isa = PBXBuildFile; fileRef = F885517A16CE145F005F8D89 /* NSImage+data.m */; };
35                    F885518816CE148A005F8D89 /* libz.1.2.5.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = F885518716CE148A005F8D89 /* libz.1.2.5.dylib */; };
36                  F8B71E3016C605020079252B /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F8B71E2F16C605020079252B /* Cocoa.framework */; };                  F8B71E3016C605020079252B /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F8B71E2F16C605020079252B /* Cocoa.framework */; };
37  /* End PBXBuildFile section */  /* End PBXBuildFile section */
38    
# Line 31  Line 49 
49                  F819AE6C16CB2B8B0024F85F /* ImageSplitter-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "ImageSplitter-Info.plist"; sourceTree = "<group>"; };                  F819AE6C16CB2B8B0024F85F /* ImageSplitter-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "ImageSplitter-Info.plist"; sourceTree = "<group>"; };
50                  F819AE6D16CB2B8B0024F85F /* ImageSplitter-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "ImageSplitter-Prefix.pch"; sourceTree = "<group>"; };                  F819AE6D16CB2B8B0024F85F /* ImageSplitter-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "ImageSplitter-Prefix.pch"; sourceTree = "<group>"; };
51                  F819AE6E16CB2B8B0024F85F /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };                  F819AE6E16CB2B8B0024F85F /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
52                    F885515916CE1455005F8D89 /* crypt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = crypt.h; sourceTree = "<group>"; };
53                    F885515A16CE1455005F8D89 /* ioapi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ioapi.c; sourceTree = "<group>"; };
54                    F885515B16CE1455005F8D89 /* ioapi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ioapi.h; sourceTree = "<group>"; };
55                    F885515C16CE1455005F8D89 /* mztools.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mztools.c; sourceTree = "<group>"; };
56                    F885515D16CE1455005F8D89 /* mztools.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mztools.h; sourceTree = "<group>"; };
57                    F885515E16CE1455005F8D89 /* unzip.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = unzip.c; sourceTree = "<group>"; };
58                    F885515F16CE1455005F8D89 /* unzip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unzip.h; sourceTree = "<group>"; };
59                    F885516016CE1455005F8D89 /* zip.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = zip.c; sourceTree = "<group>"; };
60                    F885516116CE1455005F8D89 /* zip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zip.h; sourceTree = "<group>"; };
61                    F885516216CE1455005F8D89 /* ZipArchive.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZipArchive.h; sourceTree = "<group>"; };
62                    F885516316CE1455005F8D89 /* ZipArchive.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = ZipArchive.mm; sourceTree = "<group>"; };
63                    F885516916CE145F005F8D89 /* appbar.cog.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = appbar.cog.png; sourceTree = "<group>"; };
64                    F885516A16CE145F005F8D89 /* appbar.cogs.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = appbar.cogs.png; sourceTree = "<group>"; };
65                    F885516B16CE145F005F8D89 /* appbar.folder.open.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = appbar.folder.open.png; sourceTree = "<group>"; };
66                    F885516C16CE145F005F8D89 /* appbar.layer.delete.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = appbar.layer.delete.png; sourceTree = "<group>"; };
67                    F885516D16CE145F005F8D89 /* appbar.shuffle.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = appbar.shuffle.png; sourceTree = "<group>"; };
68                    F885516E16CE145F005F8D89 /* CRBehaviorsWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CRBehaviorsWindowController.h; sourceTree = "<group>"; };
69                    F885516F16CE145F005F8D89 /* CRBehaviorsWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CRBehaviorsWindowController.m; sourceTree = "<group>"; };
70                    F885517016CE145F005F8D89 /* CRBehaviorsWindowController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = CRBehaviorsWindowController.xib; sourceTree = "<group>"; };
71                    F885517316CE145F005F8D89 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = Credits.rtf; sourceTree = "<group>"; };
72                    F885517516CE145F005F8D89 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = InfoPlist.strings; sourceTree = "<group>"; };
73                    F885517716CE145F005F8D89 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = MainMenu.xib; sourceTree = "<group>"; };
74                    F885517816CE145F005F8D89 /* license.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = license.txt; sourceTree = "<group>"; };
75                    F885517916CE145F005F8D89 /* NSImage+data.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSImage+data.h"; sourceTree = "<group>"; };
76                    F885517A16CE145F005F8D89 /* NSImage+data.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSImage+data.m"; sourceTree = "<group>"; };
77                    F885518716CE148A005F8D89 /* libz.1.2.5.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.1.2.5.dylib; path = usr/lib/libz.1.2.5.dylib; sourceTree = SDKROOT; };
78                  F8B71E2C16C605020079252B /* ImageSplitter.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ImageSplitter.app; sourceTree = BUILT_PRODUCTS_DIR; };                  F8B71E2C16C605020079252B /* ImageSplitter.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ImageSplitter.app; sourceTree = BUILT_PRODUCTS_DIR; };
79                  F8B71E2F16C605020079252B /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };                  F8B71E2F16C605020079252B /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
80                  F8B71E3216C605020079252B /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };                  F8B71E3216C605020079252B /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
# Line 43  Line 87 
87                          isa = PBXFrameworksBuildPhase;                          isa = PBXFrameworksBuildPhase;
88                          buildActionMask = 2147483647;                          buildActionMask = 2147483647;
89                          files = (                          files = (
90                                    F885518816CE148A005F8D89 /* libz.1.2.5.dylib in Frameworks */,
91                                  F8B71E3016C605020079252B /* Cocoa.framework in Frameworks */,                                  F8B71E3016C605020079252B /* Cocoa.framework in Frameworks */,
92                          );                          );
93                          runOnlyForDeploymentPostprocessing = 0;                          runOnlyForDeploymentPostprocessing = 0;
# Line 53  Line 98 
98                  F819AE5F16CB2B8A0024F85F /* ImageSplitter */ = {                  F819AE5F16CB2B8A0024F85F /* ImageSplitter */ = {
99                          isa = PBXGroup;                          isa = PBXGroup;
100                          children = (                          children = (
101                                    F885516916CE145F005F8D89 /* appbar.cog.png */,
102                                    F885516A16CE145F005F8D89 /* appbar.cogs.png */,
103                                    F885516B16CE145F005F8D89 /* appbar.folder.open.png */,
104                                    F885516C16CE145F005F8D89 /* appbar.layer.delete.png */,
105                                    F885516D16CE145F005F8D89 /* appbar.shuffle.png */,
106                                    F885516E16CE145F005F8D89 /* CRBehaviorsWindowController.h */,
107                                    F885516F16CE145F005F8D89 /* CRBehaviorsWindowController.m */,
108                                    F885517016CE145F005F8D89 /* CRBehaviorsWindowController.xib */,
109                                    F885517116CE145F005F8D89 /* en.lproj */,
110                                    F885517816CE145F005F8D89 /* license.txt */,
111                                    F885517916CE145F005F8D89 /* NSImage+data.h */,
112                                    F885517A16CE145F005F8D89 /* NSImage+data.m */,
113                                    F885515716CE1455005F8D89 /* ziparchive */,
114                                  F819AE6016CB2B8A0024F85F /* CRAppDelegate.h */,                                  F819AE6016CB2B8A0024F85F /* CRAppDelegate.h */,
115                                  F819AE6116CB2B8A0024F85F /* CRAppDelegate.m */,                                  F819AE6116CB2B8A0024F85F /* CRAppDelegate.m */,
116                                  F819AE6216CB2B8A0024F85F /* CRDropView.h */,                                  F819AE6216CB2B8A0024F85F /* CRDropView.h */,
# Line 69  Line 127 
127                          path = ImageSplitter;                          path = ImageSplitter;
128                          sourceTree = "<group>";                          sourceTree = "<group>";
129                  };                  };
130                    F885515716CE1455005F8D89 /* ziparchive */ = {
131                            isa = PBXGroup;
132                            children = (
133                                    F885515816CE1455005F8D89 /* minizip */,
134                                    F885516216CE1455005F8D89 /* ZipArchive.h */,
135                                    F885516316CE1455005F8D89 /* ZipArchive.mm */,
136                            );
137                            path = ziparchive;
138                            sourceTree = "<group>";
139                    };
140                    F885515816CE1455005F8D89 /* minizip */ = {
141                            isa = PBXGroup;
142                            children = (
143                                    F885515916CE1455005F8D89 /* crypt.h */,
144                                    F885515A16CE1455005F8D89 /* ioapi.c */,
145                                    F885515B16CE1455005F8D89 /* ioapi.h */,
146                                    F885515C16CE1455005F8D89 /* mztools.c */,
147                                    F885515D16CE1455005F8D89 /* mztools.h */,
148                                    F885515E16CE1455005F8D89 /* unzip.c */,
149                                    F885515F16CE1455005F8D89 /* unzip.h */,
150                                    F885516016CE1455005F8D89 /* zip.c */,
151                                    F885516116CE1455005F8D89 /* zip.h */,
152                            );
153                            path = minizip;
154                            sourceTree = "<group>";
155                    };
156                    F885517116CE145F005F8D89 /* en.lproj */ = {
157                            isa = PBXGroup;
158                            children = (
159                                    F885517216CE145F005F8D89 /* Credits.rtf */,
160                                    F885517416CE145F005F8D89 /* InfoPlist.strings */,
161                                    F885517616CE145F005F8D89 /* MainMenu.xib */,
162                            );
163                            path = en.lproj;
164                            sourceTree = "<group>";
165                    };
166                  F8B71E2316C605020079252B = {                  F8B71E2316C605020079252B = {
167                          isa = PBXGroup;                          isa = PBXGroup;
168                          children = (                          children = (
169                                    F885518716CE148A005F8D89 /* libz.1.2.5.dylib */,
170                                  F819AE5F16CB2B8A0024F85F /* ImageSplitter */,                                  F819AE5F16CB2B8A0024F85F /* ImageSplitter */,
171                                  F8B71E2E16C605020079252B /* Frameworks */,                                  F8B71E2E16C605020079252B /* Frameworks */,
172                                  F8B71E2D16C605020079252B /* Products */,                                  F8B71E2D16C605020079252B /* Products */,
# Line 161  Line 256 
256                                  F819AE7316CB2B8B0024F85F /* InfoPlist.strings in Resources */,                                  F819AE7316CB2B8B0024F85F /* InfoPlist.strings in Resources */,
257                                  F819AE7416CB2B8B0024F85F /* MainMenu.xib in Resources */,                                  F819AE7416CB2B8B0024F85F /* MainMenu.xib in Resources */,
258                                  F819AE7516CB2B8B0024F85F /* ImageSplitter-Info.plist in Resources */,                                  F819AE7516CB2B8B0024F85F /* ImageSplitter-Info.plist in Resources */,
259                                    F885517B16CE145F005F8D89 /* appbar.cog.png in Resources */,
260                                    F885517C16CE145F005F8D89 /* appbar.cogs.png in Resources */,
261                                    F885517D16CE145F005F8D89 /* appbar.folder.open.png in Resources */,
262                                    F885517E16CE145F005F8D89 /* appbar.layer.delete.png in Resources */,
263                                    F885517F16CE145F005F8D89 /* appbar.shuffle.png in Resources */,
264                                    F885518116CE145F005F8D89 /* CRBehaviorsWindowController.xib in Resources */,
265                                    F885518216CE145F005F8D89 /* Credits.rtf in Resources */,
266                                    F885518316CE145F005F8D89 /* InfoPlist.strings in Resources */,
267                                    F885518416CE145F005F8D89 /* MainMenu.xib in Resources */,
268                                    F885518516CE145F005F8D89 /* license.txt in Resources */,
269                          );                          );
270                          runOnlyForDeploymentPostprocessing = 0;                          runOnlyForDeploymentPostprocessing = 0;
271                  };                  };
# Line 175  Line 280 
280                                  F819AE7016CB2B8B0024F85F /* CRDropView.m in Sources */,                                  F819AE7016CB2B8B0024F85F /* CRDropView.m in Sources */,
281                                  F819AE7116CB2B8B0024F85F /* CRTableViewController.m in Sources */,                                  F819AE7116CB2B8B0024F85F /* CRTableViewController.m in Sources */,
282                                  F819AE7616CB2B8B0024F85F /* main.m in Sources */,                                  F819AE7616CB2B8B0024F85F /* main.m in Sources */,
283                                    F885516416CE1455005F8D89 /* ioapi.c in Sources */,
284                                    F885516516CE1455005F8D89 /* mztools.c in Sources */,
285                                    F885516616CE1455005F8D89 /* unzip.c in Sources */,
286                                    F885516716CE1455005F8D89 /* zip.c in Sources */,
287                                    F885516816CE1455005F8D89 /* ZipArchive.mm in Sources */,
288                                    F885518016CE145F005F8D89 /* CRBehaviorsWindowController.m in Sources */,
289                                    F885518616CE145F005F8D89 /* NSImage+data.m in Sources */,
290                          );                          );
291                          runOnlyForDeploymentPostprocessing = 0;                          runOnlyForDeploymentPostprocessing = 0;
292                  };                  };
# Line 204  Line 316 
316                          );                          );
317                          name = MainMenu.xib;                          name = MainMenu.xib;
318                          sourceTree = "<group>";                          sourceTree = "<group>";
319                    };
320                    F885517216CE145F005F8D89 /* Credits.rtf */ = {
321                            isa = PBXVariantGroup;
322                            children = (
323                                    F885517316CE145F005F8D89 /* en */,
324                            );
325                            name = Credits.rtf;
326                            sourceTree = "<group>";
327                    };
328                    F885517416CE145F005F8D89 /* InfoPlist.strings */ = {
329                            isa = PBXVariantGroup;
330                            children = (
331                                    F885517516CE145F005F8D89 /* en */,
332                            );
333                            name = InfoPlist.strings;
334                            sourceTree = "<group>";
335                    };
336                    F885517616CE145F005F8D89 /* MainMenu.xib */ = {
337                            isa = PBXVariantGroup;
338                            children = (
339                                    F885517716CE145F005F8D89 /* en */,
340                            );
341                            name = MainMenu.xib;
342                            sourceTree = "<group>";
343                  };                  };
344  /* End PBXVariantGroup section */  /* End PBXVariantGroup section */
345    

Legend:
Removed from v.1  
changed lines
  Added in v.2

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26