# HG changeset patch # User Travis Tilley # Date 1327425784 18000 # Node ID 31105f399c0457a29b3b3f43f0cf0f4f313ef8ed # Parent a19ab0ce65dc13d24fdb0cf082cd2ac4b0164208 [GrowlTunes] shaky spanish translation (to familiarize myself with localization tools) diff -r a19ab0ce65dc -r 31105f399c04 Extras/GrowlTunes/GrowlTunes.xcodeproj/project.pbxproj --- a/Extras/GrowlTunes/GrowlTunes.xcodeproj/project.pbxproj Tue Jan 24 08:55:11 2012 -0600 +++ b/Extras/GrowlTunes/GrowlTunes.xcodeproj/project.pbxproj Tue Jan 24 12:23:04 2012 -0500 @@ -298,6 +298,7 @@ 6AD776F714817C2800A1592B /* iTunes+iTunesAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "iTunes+iTunesAdditions.h"; sourceTree = ""; }; 6AD776F814817C2800A1592B /* iTunes+iTunesAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "iTunes+iTunesAdditions.m"; sourceTree = ""; }; 6AE9605A148DE33D009C8DE2 /* FormattedItem.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = FormattedItem.xib; sourceTree = ""; }; + D603AFF4246FD5744B2B837F /* es */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -862,6 +863,7 @@ isa = PBXVariantGroup; children = ( 6AADA30C1448AF570089AB08 /* en */, + D603AFF4246FD5744B2B837F /* es */, ); name = Localizable.strings; sourceTree = ""; @@ -887,6 +889,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 6A636283149C43E600C1ED44 /* GrowlTunes-Debug.xcconfig */; buildSettings = { + MACOSX_DEPLOYMENT_TARGET = 10.6; }; name = Debug; }; @@ -894,6 +897,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 6A636284149C43E600C1ED44 /* GrowlTunes-Release.xcconfig */; buildSettings = { + MACOSX_DEPLOYMENT_TARGET = 10.6; }; name = Release; }; @@ -908,6 +912,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 6ACCBED214C289C5000F3151 /* GrowlTunes-Localization.xcconfig */; buildSettings = { + MACOSX_DEPLOYMENT_TARGET = 10.6; }; name = Localization; }; diff -r a19ab0ce65dc -r 31105f399c04 Extras/GrowlTunes/GrowlTunes/es.lproj/InfoPlist.strings --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Extras/GrowlTunes/GrowlTunes/es.lproj/InfoPlist.strings Tue Jan 24 12:23:04 2012 -0500 @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff -r a19ab0ce65dc -r 31105f399c04 Extras/GrowlTunes/GrowlTunes/es.lproj/Localizable.strings Binary file Extras/GrowlTunes/GrowlTunes/es.lproj/Localizable.strings has changed diff -r a19ab0ce65dc -r 31105f399c04 Extras/GrowlTunes/xcconfig/Global-Common.xcconfig --- a/Extras/GrowlTunes/xcconfig/Global-Common.xcconfig Tue Jan 24 08:55:11 2012 -0600 +++ b/Extras/GrowlTunes/xcconfig/Global-Common.xcconfig Tue Jan 24 12:23:04 2012 -0500 @@ -50,6 +50,7 @@ INFOPLIST_PREPROCESS = YES PLIST_FILE_OUTPUT_FORMAT = binary STRINGS_FILE_OUTPUT_ENCODING = UTF-16 +APPLY_RULES_IN_COPY_FILES = YES // search paths diff -r a19ab0ce65dc -r 31105f399c04 Extras/GrowlTunes/xcconfig/Global-Release.xcconfig --- a/Extras/GrowlTunes/xcconfig/Global-Release.xcconfig Tue Jan 24 08:55:11 2012 -0600 +++ b/Extras/GrowlTunes/xcconfig/Global-Release.xcconfig Tue Jan 24 12:23:04 2012 -0500 @@ -1,6 +1,11 @@ #include "Global-Common.xcconfig" +// deployment +DEPLOYMENT_POSTPROCESSING = YES +DSTROOT = / + + // code generation GCC_INLINES_ARE_PRIVATE_EXTERN = YES GCC_OPTIMIZATION_LEVEL = s