From 8e2489f0710f489bda78a204bac072ba92c45509 Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Sat, 20 Oct 2007 14:46:46 +0300 Subject: [PATCH] TFUSBController.m is UTF-8. Judging from the copyright sign. --- MacTF.xcodeproj/project.pbxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MacTF.xcodeproj/project.pbxproj b/MacTF.xcodeproj/project.pbxproj index 6a55d64..bb35e8f 100644 --- a/MacTF.xcodeproj/project.pbxproj +++ b/MacTF.xcodeproj/project.pbxproj @@ -120,7 +120,7 @@ C136E8870B269DFD00F1BC97 /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Sparkle.framework; sourceTree = ""; }; C139ED65096BD88F00FFF05D /* ConnectTBIcon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ConnectTBIcon.png; sourceTree = ""; }; C139ED6C096BE3D000FFF05D /* RenameTBIcon.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = RenameTBIcon.tiff; sourceTree = ""; }; - C16B43830B214AC7007AA424 /* TFUSBController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = TFUSBController.m; sourceTree = ""; }; + C16B43830B214AC7007AA424 /* TFUSBController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TFUSBController.m; sourceTree = ""; }; C16B43840B214AC7007AA424 /* TFUSBController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = TFUSBController.h; sourceTree = ""; }; C16B462F0B2210BE007AA424 /* DownloadStopRollover.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = DownloadStopRollover.tif; sourceTree = ""; }; C16B46300B2210BE007AA424 /* DownloadStopPressed_Selected.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = DownloadStopPressed_Selected.tif; sourceTree = ""; }; -- 2.11.4.GIT