adium 3597:9c632c5abd01: Changed encoding metadata in project fi...
commits at adium.im
commits at adium.im
Sun Dec 19 12:42:40 UTC 2010
details: http://hg.adium.im/adium/rev/9c632c5abd01
revision: 3597:9c632c5abd01
author: Peter Hosey <hg at boredzo.org>
date: Sat Dec 18 21:53:31 2010 -0800
Changed encoding metadata in project file of AIChatLog.m. Since it contains UTF-8 sequences, this means it now displays correctly in Xcode.
(transplanted from 026d0b0ec4fb2c86ef5ce420a1bf3ef597c26330)
diffs (12 lines):
diff -r dc63facd25d1 -r 9c632c5abd01 Adium.xcodeproj/project.pbxproj
--- a/Adium.xcodeproj/project.pbxproj Fri Dec 17 09:48:38 2010 -0600
+++ b/Adium.xcodeproj/project.pbxproj Sat Dec 18 21:53:31 2010 -0800
@@ -2772,7 +2772,7 @@
34555C5F0DB6BCE500649CD4 /* AIContactObserverManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIContactObserverManager.m; path = "Frameworks/Adium Framework/Source/AIContactObserverManager.m"; sourceTree = "<group>"; };
3456231A0A3771D800E7FC97 /* ESRankingCell.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESRankingCell.m; path = Source/ESRankingCell.m; sourceTree = "<group>"; };
3456231B0A3771D800E7FC97 /* ESRankingCell.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESRankingCell.h; path = Source/ESRankingCell.h; sourceTree = "<group>"; };
- 3456231E0A3771E100E7FC97 /* AIChatLog.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIChatLog.m; path = Source/AIChatLog.m; sourceTree = "<group>"; };
+ 3456231E0A3771E100E7FC97 /* AIChatLog.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIChatLog.m; path = Source/AIChatLog.m; sourceTree = "<group>"; };
3456231F0A3771E100E7FC97 /* AIChatLog.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIChatLog.h; path = Source/AIChatLog.h; sourceTree = "<group>"; };
345623240A3771F300E7FC97 /* AILogToGroup.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AILogToGroup.m; path = Source/AILogToGroup.m; sourceTree = "<group>"; };
345623250A3771F400E7FC97 /* AILogToGroup.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AILogToGroup.h; path = Source/AILogToGroup.h; sourceTree = "<group>"; };
More information about the commits
mailing list