diff --git a/Transmission.xcodeproj/project.pbxproj b/Transmission.xcodeproj/project.pbxproj index 61d95fee9..55dc3d85b 100644 --- a/Transmission.xcodeproj/project.pbxproj +++ b/Transmission.xcodeproj/project.pbxproj @@ -364,7 +364,7 @@ 4DFBC2DD09C0970D00D5C571 /* Torrent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Torrent.h; path = macosx/Torrent.h; sourceTree = ""; }; 4DFBC2DE09C0970D00D5C571 /* Torrent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Torrent.m; path = macosx/Torrent.m; sourceTree = ""; }; 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = macosx/Info.plist; sourceTree = ""; }; - 8D1107320486CEB800E47090 /* Transmission.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Transmission.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 8D1107320486CEB800E47090 /* Transmission.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = Transmission.app; sourceTree = BUILT_PRODUCTS_DIR; }; A200B8390A2263BA007BBB1E /* InfoWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = InfoWindowController.h; path = macosx/InfoWindowController.h; sourceTree = ""; }; A200B83A0A2263BA007BBB1E /* InfoWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = InfoWindowController.m; path = macosx/InfoWindowController.m; sourceTree = ""; }; A2041D520C9AC523000ACFFB /* Lock.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = Lock.tiff; path = macosx/Images/Lock.tiff; sourceTree = ""; }; diff --git a/macosx/Images/InfoActivity.png b/macosx/Images/InfoActivity.png index bfc5e1f0b..e4bf8c358 100644 Binary files a/macosx/Images/InfoActivity.png and b/macosx/Images/InfoActivity.png differ diff --git a/macosx/Images/InfoFiles.png b/macosx/Images/InfoFiles.png index 566540d6c..2477acf31 100644 Binary files a/macosx/Images/InfoFiles.png and b/macosx/Images/InfoFiles.png differ diff --git a/macosx/Images/InfoOptions.png b/macosx/Images/InfoOptions.png index 4b759b530..cc4fdb0fa 100644 Binary files a/macosx/Images/InfoOptions.png and b/macosx/Images/InfoOptions.png differ diff --git a/macosx/Images/InfoPeers.png b/macosx/Images/InfoPeers.png index 236f3c3c0..92803a4a2 100644 Binary files a/macosx/Images/InfoPeers.png and b/macosx/Images/InfoPeers.png differ