Skip to content

Commit

Permalink
Fill out Info.plist so a localised app name can be used
Browse files Browse the repository at this point in the history
  • Loading branch information
Abizern committed Mar 18, 2012
1 parent 3b0f81a commit 38d59c6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LocalisingTestiOS/LocalisingTestiOS.xcodeproj/project.pbxproj
Expand Up @@ -45,6 +45,7 @@
ADA85817151584310091AADE /* es */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = es; path = es.lproj/MainStoryboard.storyboard; sourceTree = "<group>"; };
ADA85819151584440091AADE /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
ADA8581B1515844C0091AADE /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; };
ADA8581C15158C060091AADE /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -209,6 +210,7 @@
isa = PBXVariantGroup;
children = (
AD45F5051515501300761091 /* en */,
ADA8581C15158C060091AADE /* es */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
Expand Down
@@ -1,2 +1,5 @@
/* Localized versions of Info.plist keys */

"CFBundleDisplayName" = "Loc_en";
"CFBundleName" = "Loc_en";

@@ -0,0 +1,5 @@
/* Localized versions of Info.plist keys */

"CFBundleDisplayName" = "Loc_es";
"CFBundleName" = "Loc_es";

0 comments on commit 38d59c6

Please sign in to comment.