[82699] trunk/dports/aqua/arrsync/files/patch-arRsync.xcodeproj__project. pbxproj
toby at macports.org
toby at macports.org
Thu Aug 18 11:17:13 PDT 2011
Revision: 82699
http://trac.macports.org/changeset/82699
Author: toby at macports.org
Date: 2011-08-18 11:17:13 -0700 (Thu, 18 Aug 2011)
Log Message:
-----------
#30861 xcode project has wrong case
Modified Paths:
--------------
trunk/dports/aqua/arrsync/files/patch-arRsync.xcodeproj__project.pbxproj
Modified: trunk/dports/aqua/arrsync/files/patch-arRsync.xcodeproj__project.pbxproj
===================================================================
--- trunk/dports/aqua/arrsync/files/patch-arRsync.xcodeproj__project.pbxproj 2011-08-18 18:15:23 UTC (rev 82698)
+++ trunk/dports/aqua/arrsync/files/patch-arRsync.xcodeproj__project.pbxproj 2011-08-18 18:17:13 UTC (rev 82699)
@@ -1,5 +1,45 @@
---- arRsync.xcodeproj/project.pbxproj.orig 2010-02-27 18:11:40.000000000 -0800
-+++ arRsync.xcodeproj/project.pbxproj 2010-02-27 18:12:39.000000000 -0800
+--- arRsync.xcodeproj/project.pbxproj.orig 2006-05-25 07:14:16.000000000 -0700
++++ arRsync.xcodeproj/project.pbxproj 2011-08-18 11:15:35.000000000 -0700
+@@ -21,7 +21,7 @@
+ 2B1E19BC09C3153B00279970 /* Prefs.tif in Resources */ = {isa = PBXBuildFile; fileRef = 2B1E19B809C3153B00279970 /* Prefs.tif */; };
+ 2B1E19BD09C3153B00279970 /* Presets.tif in Resources */ = {isa = PBXBuildFile; fileRef = 2B1E19B909C3153B00279970 /* Presets.tif */; };
+ 2B1E19C109C3154500279970 /* ToolbarDelegateCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B1E19BE09C3154500279970 /* ToolbarDelegateCategory.m */; };
+- 2B1E1A9E09C32A2900279970 /* PresetController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B1E1A9C09C32A2900279970 /* PresetController.m */; };
++ 2B1E1A9E09C32A2900279970 /* presetController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B1E1A9C09C32A2900279970 /* presetController.m */; };
+ 2B24F34909C9B6E900D5BC6F /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 2B24F34309C9B6E900D5BC6F /* MainMenu.nib */; };
+ 2B24F35309C9B8A800D5BC6F /* mainUIController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B24F35109C9B8A800D5BC6F /* mainUIController.m */; };
+ 2B48344C09C38D0000D85B46 /* errorController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B48344B09C38D0000D85B46 /* errorController.m */; };
+@@ -72,8 +72,8 @@
+ 2B1E19B909C3153B00279970 /* Presets.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = Presets.tif; sourceTree = "<group>"; };
+ 2B1E19BE09C3154500279970 /* ToolbarDelegateCategory.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = ToolbarDelegateCategory.m; sourceTree = "<group>"; };
+ 2B1E19BF09C3154500279970 /* ToolbarDelegateCategory.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ToolbarDelegateCategory.h; sourceTree = "<group>"; };
+- 2B1E1A9B09C32A2900279970 /* PresetController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PresetController.h; sourceTree = "<group>"; };
+- 2B1E1A9C09C32A2900279970 /* PresetController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PresetController.m; sourceTree = "<group>"; };
++ 2B1E1A9B09C32A2900279970 /* presetController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = presetController.h; sourceTree = "<group>"; };
++ 2B1E1A9C09C32A2900279970 /* presetController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = presetController.m; sourceTree = "<group>"; };
+ 2B24F34409C9B6E900D5BC6F /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = "<group>"; };
+ 2B24F35109C9B8A800D5BC6F /* mainUIController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = mainUIController.m; sourceTree = "<group>"; };
+ 2B24F35209C9B8A800D5BC6F /* mainUIController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = mainUIController.h; sourceTree = "<group>"; };
+@@ -108,8 +108,8 @@
+ 080E96DDFE201D6D7F000001 /* Classes */ = {
+ isa = PBXGroup;
+ children = (
+- 2B1E1A9B09C32A2900279970 /* PresetController.h */,
+- 2B1E1A9C09C32A2900279970 /* PresetController.m */,
++ 2B1E1A9B09C32A2900279970 /* presetController.h */,
++ 2B1E1A9C09C32A2900279970 /* presetController.m */,
+ 2B1E19BE09C3154500279970 /* ToolbarDelegateCategory.m */,
+ 2B1E19BF09C3154500279970 /* ToolbarDelegateCategory.h */,
+ 2B48344A09C38D0000D85B46 /* errorController.h */,
+@@ -277,7 +277,7 @@
+ files = (
+ 8D11072D0486CEB800E47090 /* main.m in Sources */,
+ 2B1E19C109C3154500279970 /* ToolbarDelegateCategory.m in Sources */,
+- 2B1E1A9E09C32A2900279970 /* PresetController.m in Sources */,
++ 2B1E1A9E09C32A2900279970 /* presetController.m in Sources */,
+ 2B48344C09C38D0000D85B46 /* errorController.m in Sources */,
+ 2B55406E09C437E1006D6329 /* rsyncController.m in Sources */,
+ 2B24F35309C9B8A800D5BC6F /* mainUIController.m in Sources */,
@@ -321,7 +321,6 @@
INSTALL_PATH = "$(HOME)/Applications";
LIBRARY_SEARCH_PATHS = (
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110818/36d428a5/attachment.html>
More information about the macports-changes
mailing list