Revision: 7156
http://skim-app.svn.sourceforge.net/skim-app/?rev=7156&view=rev
Author: hofman
Date: 2011-03-12 01:09:55 +0000 (Sat, 12 Mar 2011)
Log Message:
-----------
fix encoding for japanese .strings files
Modified Paths:
--------------
trunk/QuickLook-Skim/QuickLook-Skim.xcodeproj/project.pbxproj
trunk/SkimImporter/SkimImporter.xcodeproj/project.pbxproj
trunk/SkimNotes/SkimNotes.xcodeproj/project.pbxproj
trunk/vendorsrc/andymatuschak/Sparkle/Sparkle.xcodeproj/project.pbxproj
Modified: trunk/QuickLook-Skim/QuickLook-Skim.xcodeproj/project.pbxproj
===================================================================
--- trunk/QuickLook-Skim/QuickLook-Skim.xcodeproj/project.pbxproj
2011-03-12 01:00:17 UTC (rev 7155)
+++ trunk/QuickLook-Skim/QuickLook-Skim.xcodeproj/project.pbxproj
2011-03-12 01:09:55 UTC (rev 7156)
@@ -40,7 +40,7 @@
8D576316048677EA00EA77CD /* Skim.qlgenerator */ = {isa =
PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path
= Skim.qlgenerator; sourceTree = BUILT_PRODUCTS_DIR; };
8D576317048677EA00EA77CD /* Info.plist */ = {isa =
PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path =
Info.plist; sourceTree = "<group>"; };
C86B05260671AA6E00DD9006 /* CoreServices.framework */ = {isa =
PBXFileReference; lastKnownFileType = wrapper.framework; name =
CoreServices.framework; path =
/System/Library/Frameworks/CoreServices.framework; sourceTree = "<absolute>"; };
- CE157F3512D4EE6900515B85 /* Japanese */ = {isa =
PBXFileReference; lastKnownFileType = text.plist.strings; name = Japanese; path
= Japanese.lproj/InfoPlist.strings; sourceTree = "<group>"; };
+ CE157F3512D4EE6900515B85 /* Japanese */ = {isa =
PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings;
name = Japanese; path = Japanese.lproj/InfoPlist.strings; sourceTree =
"<group>"; };
CE4F80E90CFB06EE00DBEA14 /* SKQLConverter.h */ = {isa =
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path =
SKQLConverter.h; sourceTree = "<group>"; };
CE4F80EA0CFB06EE00DBEA14 /* SKQLConverter.m */ = {isa =
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path
= SKQLConverter.m; sourceTree = "<group>"; };
CE82D0AA0ED347B100020950 /* Ink.png */ = {isa =
PBXFileReference; lastKnownFileType = image.png; path = Ink.png; sourceTree =
"<group>"; };
Modified: trunk/SkimImporter/SkimImporter.xcodeproj/project.pbxproj
===================================================================
--- trunk/SkimImporter/SkimImporter.xcodeproj/project.pbxproj 2011-03-12
01:00:17 UTC (rev 7155)
+++ trunk/SkimImporter/SkimImporter.xcodeproj/project.pbxproj 2011-03-12
01:09:55 UTC (rev 7156)
@@ -90,8 +90,8 @@
C86B05260671AA6E00DD9006 /* CoreServices.framework */ = {isa =
PBXFileReference; lastKnownFileType = wrapper.framework; name =
CoreServices.framework; path =
/System/Library/Frameworks/CoreServices.framework; sourceTree = "<absolute>"; };
C88FB7D7067446EC006EBB30 /* schema.xml */ = {isa =
PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path =
schema.xml; sourceTree = "<group>"; };
C88FB7DB0674470F006EBB30 /* English */ = {isa =
PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings;
name = English; path = English.lproj/schema.strings; sourceTree = "<group>"; };
- CE157F5D12D4EEFD00515B85 /* Japanese */ = {isa =
PBXFileReference; lastKnownFileType = text.plist.strings; name = Japanese; path
= Japanese.lproj/InfoPlist.strings; sourceTree = "<group>"; };
- CE157F5E12D4EEFD00515B85 /* Japanese */ = {isa =
PBXFileReference; lastKnownFileType = text.plist.strings; name = Japanese; path
= Japanese.lproj/schema.strings; sourceTree = "<group>"; };
+ CE157F5D12D4EEFD00515B85 /* Japanese */ = {isa =
PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings;
name = Japanese; path = Japanese.lproj/InfoPlist.strings; sourceTree =
"<group>"; };
+ CE157F5E12D4EEFD00515B85 /* Japanese */ = {isa =
PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings;
name = Japanese; path = Japanese.lproj/schema.strings; sourceTree = "<group>";
};
CE4F97280CFB4B9300DBEA14 /* ru */ = {isa = PBXFileReference;
fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ru; path =
ru.lproj/schema.strings; sourceTree = "<group>"; };
CE4F972B0CFB4B9D00DBEA14 /* ru */ = {isa = PBXFileReference;
fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ru; path =
ru.lproj/InfoPlist.strings; sourceTree = "<group>"; };
CE68C69E0CEF8A3C00B082F1 /* German */ = {isa =
PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings;
name = German; path = German.lproj/schema.strings; sourceTree = "<group>"; };
Modified: trunk/SkimNotes/SkimNotes.xcodeproj/project.pbxproj
===================================================================
--- trunk/SkimNotes/SkimNotes.xcodeproj/project.pbxproj 2011-03-12 01:00:17 UTC
(rev 7155)
+++ trunk/SkimNotes/SkimNotes.xcodeproj/project.pbxproj 2011-03-12 01:09:55 UTC
(rev 7156)
@@ -170,7 +170,7 @@
CE1414161229B7A000C9EBA0 /* SkimPDF-Tool.xcconfig */ = {isa =
PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path =
"SkimPDF-Tool.xcconfig"; sourceTree = "<group>"; };
CE1414221229B80300C9EBA0 /* skimpdf.m */ = {isa =
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path
= skimpdf.m; sourceTree = "<group>"; };
CE1414251229B86500C9EBA0 /* SkimPDF_Tool_Prefix.pch */ = {isa =
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path =
SkimPDF_Tool_Prefix.pch; sourceTree = "<group>"; };
- CE157F2712D4EDC700515B85 /* Japanese */ = {isa =
PBXFileReference; lastKnownFileType = text.plist.strings; name = Japanese; path
= Japanese.lproj/SkimNotes.strings; sourceTree = "<group>"; };
+ CE157F2712D4EDC700515B85 /* Japanese */ = {isa =
PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings;
name = Japanese; path = Japanese.lproj/SkimNotes.strings; sourceTree =
"<group>"; };
CE17EF840E250E8A00DE06EA /* SkimNotes-Debug.xcconfig */ = {isa
= PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path =
"SkimNotes-Debug.xcconfig"; sourceTree = "<group>"; };
CE17EF850E250E8A00DE06EA /* SkimNotes-Framework.xcconfig */ =
{isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig;
path = "SkimNotes-Framework.xcconfig"; sourceTree = "<group>"; };
CE17EF880E250E8A00DE06EA /* SkimNotes-Release.xcconfig */ =
{isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig;
path = "SkimNotes-Release.xcconfig"; sourceTree = "<group>"; };
Modified:
trunk/vendorsrc/andymatuschak/Sparkle/Sparkle.xcodeproj/project.pbxproj
===================================================================
--- trunk/vendorsrc/andymatuschak/Sparkle/Sparkle.xcodeproj/project.pbxproj
2011-03-12 01:00:17 UTC (rev 7155)
+++ trunk/vendorsrc/andymatuschak/Sparkle/Sparkle.xcodeproj/project.pbxproj
2011-03-12 01:09:55 UTC (rev 7156)
@@ -256,7 +256,7 @@
61F83F700DBFE137006FDD30 /* SUBasicUpdateDriver.m */ = {isa =
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path
= SUBasicUpdateDriver.m; sourceTree = "<group>"; };
8DC2EF5A0486A6940098B216 /* Info.plist */ = {isa =
PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path =
Info.plist; sourceTree = "<group>"; };
8DC2EF5B0486A6940098B216 /* Sparkle.framework */ = {isa =
PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0;
path = Sparkle.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- CE157F7912D4F00C00515B85 /* ja */ = {isa = PBXFileReference;
lastKnownFileType = text.plist.strings; name = ja; path =
ja.lproj/Sparkle.strings; sourceTree = "<group>"; };
+ CE157F7912D4F00C00515B85 /* ja */ = {isa = PBXFileReference;
fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ja; path =
ja.lproj/Sparkle.strings; sourceTree = "<group>"; };
CE157F7A12D4F00C00515B85 /* ja */ = {isa = PBXFileReference;
lastKnownFileType = wrapper.nib; name = ja; path =
ja.lproj/SUAutomaticUpdateAlert.nib; sourceTree = "<group>"; };
CE157F7B12D4F00C00515B85 /* ja */ = {isa = PBXFileReference;
lastKnownFileType = wrapper.nib; name = ja; path = ja.lproj/SUUpdateAlert.nib;
sourceTree = "<group>"; };
CE157F7C12D4F00C00515B85 /* ja */ = {isa = PBXFileReference;
lastKnownFileType = wrapper.nib; name = ja; path =
ja.lproj/SUUpdatePermissionPrompt.nib; sourceTree = "<group>"; };
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit