From 232986068b674777595c3e4d3e738e95b57fef42 Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Thu, 18 Oct 2007 09:37:04 +0300 Subject: [PATCH] Recode InfoPlist.strings from UTF-16 to UTF-8. Gitk can show diffs from UTF-8 but apparently not from UTF-16. --- InfoPlist.strings | Bin 632 -> 315 bytes MacTF.xcodeproj/project.pbxproj | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rewrite InfoPlist.strings (99%) diff --git a/InfoPlist.strings b/InfoPlist.strings dissimilarity index 99% index 4164b69c0913b580615405c4be61c0cdde4bc25d..7111da5670d7ff35361a77559df555f9cdddc4a9 100644 GIT binary patch literal 315 zcwU8%O-sX25JmU>6_+kU^U)wGh#L!4sit6x`$;ot24CKkyw^(n^}bkY-MPJU?%_@v z;YGJ({MnbU~up$%EwV|V+ z5bng2QK&_pWjFCWi|4lqM$2Ted^p(Ja6uj89@AIaZkE%#-@I(K_wT1ErSHY=Mk-IT zKg=Whap2|rBRM~S09W}83*8UB>{>sLxQee)kZ;LiO`cs6bVd1e=*Ye?)l?b2@WJ?R F`5U(NWW)df literal 632 zcwVKEPfNo<6vXG;PqBC`+SVc}h!+c0Q6pIKzHQPrXp+*dihg+Yw=X54#FK=5|8_EO zGWq=It1G8#Rhr4`Nx9yYDP{ITUTedoQb~5?Iq{NiPTkYW@EZlDkD%WS)m2{|)x7sw z8p82L4mzWHWlx+GaHLG*O}%jngVUAisIj+XkCL1^FbDQ{BUK$WKCUa(QpmfJ@|v? zoD&)c+ur_G^7{|CE%TJTOE+S=!m-G(KwoH_IKYELbIdbc5=-+kb{TxVt-1sS7pN-? TamSrUr)NXd+QwgN{Qu@JRp4g9 diff --git a/MacTF.xcodeproj/project.pbxproj b/MacTF.xcodeproj/project.pbxproj index 5a284ec..8205ffa 100644 --- a/MacTF.xcodeproj/project.pbxproj +++ b/MacTF.xcodeproj/project.pbxproj @@ -87,7 +87,7 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 089C165DFE840E0CC02AAC07 /* InfoPlist.strings */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; path = InfoPlist.strings; sourceTree = ""; }; + 089C165DFE840E0CC02AAC07 /* InfoPlist.strings */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; path = InfoPlist.strings; sourceTree = ""; }; 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = ""; }; 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; 29B97319FDCFA39411CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = ""; }; -- 2.11.4.GIT