Changeset 82699
- Timestamp:
- 08/18/11 11:17:13 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/aqua/arrsync/files/patch-arRsync.xcodeproj__project.pbxproj
r64267 r82699 1 --- arRsync.xcodeproj/project.pbxproj.orig 2010-02-27 18:11:40.000000000 -0800 2 +++ arRsync.xcodeproj/project.pbxproj 2010-02-27 18:12:39.000000000 -0800 1 --- arRsync.xcodeproj/project.pbxproj.orig 2006-05-25 07:14:16.000000000 -0700 2 +++ arRsync.xcodeproj/project.pbxproj 2011-08-18 11:15:35.000000000 -0700 3 @@ -21,7 +21,7 @@ 4 2B1E19BC09C3153B00279970 /* Prefs.tif in Resources */ = {isa = PBXBuildFile; fileRef = 2B1E19B809C3153B00279970 /* Prefs.tif */; }; 5 2B1E19BD09C3153B00279970 /* Presets.tif in Resources */ = {isa = PBXBuildFile; fileRef = 2B1E19B909C3153B00279970 /* Presets.tif */; }; 6 2B1E19C109C3154500279970 /* ToolbarDelegateCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B1E19BE09C3154500279970 /* ToolbarDelegateCategory.m */; }; 7 - 2B1E1A9E09C32A2900279970 /* PresetController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B1E1A9C09C32A2900279970 /* PresetController.m */; }; 8 + 2B1E1A9E09C32A2900279970 /* presetController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B1E1A9C09C32A2900279970 /* presetController.m */; }; 9 2B24F34909C9B6E900D5BC6F /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 2B24F34309C9B6E900D5BC6F /* MainMenu.nib */; }; 10 2B24F35309C9B8A800D5BC6F /* mainUIController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B24F35109C9B8A800D5BC6F /* mainUIController.m */; }; 11 2B48344C09C38D0000D85B46 /* errorController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B48344B09C38D0000D85B46 /* errorController.m */; }; 12 @@ -72,8 +72,8 @@ 13 2B1E19B909C3153B00279970 /* Presets.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = Presets.tif; sourceTree = "<group>"; }; 14 2B1E19BE09C3154500279970 /* ToolbarDelegateCategory.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = ToolbarDelegateCategory.m; sourceTree = "<group>"; }; 15 2B1E19BF09C3154500279970 /* ToolbarDelegateCategory.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ToolbarDelegateCategory.h; sourceTree = "<group>"; }; 16 - 2B1E1A9B09C32A2900279970 /* PresetController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PresetController.h; sourceTree = "<group>"; }; 17 - 2B1E1A9C09C32A2900279970 /* PresetController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PresetController.m; sourceTree = "<group>"; }; 18 + 2B1E1A9B09C32A2900279970 /* presetController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = presetController.h; sourceTree = "<group>"; }; 19 + 2B1E1A9C09C32A2900279970 /* presetController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = presetController.m; sourceTree = "<group>"; }; 20 2B24F34409C9B6E900D5BC6F /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = "<group>"; }; 21 2B24F35109C9B8A800D5BC6F /* mainUIController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = mainUIController.m; sourceTree = "<group>"; }; 22 2B24F35209C9B8A800D5BC6F /* mainUIController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = mainUIController.h; sourceTree = "<group>"; }; 23 @@ -108,8 +108,8 @@ 24 080E96DDFE201D6D7F000001 /* Classes */ = { 25 isa = PBXGroup; 26 children = ( 27 - 2B1E1A9B09C32A2900279970 /* PresetController.h */, 28 - 2B1E1A9C09C32A2900279970 /* PresetController.m */, 29 + 2B1E1A9B09C32A2900279970 /* presetController.h */, 30 + 2B1E1A9C09C32A2900279970 /* presetController.m */, 31 2B1E19BE09C3154500279970 /* ToolbarDelegateCategory.m */, 32 2B1E19BF09C3154500279970 /* ToolbarDelegateCategory.h */, 33 2B48344A09C38D0000D85B46 /* errorController.h */, 34 @@ -277,7 +277,7 @@ 35 files = ( 36 8D11072D0486CEB800E47090 /* main.m in Sources */, 37 2B1E19C109C3154500279970 /* ToolbarDelegateCategory.m in Sources */, 38 - 2B1E1A9E09C32A2900279970 /* PresetController.m in Sources */, 39 + 2B1E1A9E09C32A2900279970 /* presetController.m in Sources */, 40 2B48344C09C38D0000D85B46 /* errorController.m in Sources */, 41 2B55406E09C437E1006D6329 /* rsyncController.m in Sources */, 42 2B24F35309C9B8A800D5BC6F /* mainUIController.m in Sources */, 3 43 @@ -321,7 +321,6 @@ 4 44 INSTALL_PATH = "$(HOME)/Applications";
Note: See TracChangeset
for help on using the changeset viewer.

