Skip to content

Commit 141aa43

Browse files
committed
2.8.6
1 parent 51739e2 commit 141aa43

4 files changed

Lines changed: 8 additions & 1 deletion

File tree

HISTORY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11

22
## History
33

4-
2015-03-23: Version 2.8.6
4+
2015-03-24: Version 2.8.6
55

6+
- Added French and Spanish Localizable.strings
67
- iOS 8 UIScrollView bug revisited - again...
78

89
2014-12-07: Version 2.8.5

Reader.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@
9898
4583767E1533B0AC003CD230 /* AppIcon-144.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "AppIcon-144.png"; path = "Graphics/AppIcon-144.png"; sourceTree = "<group>"; };
9999
458BF155143E077500CDF567 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = Resources/de.lproj/Localizable.strings; sourceTree = "<group>"; };
100100
458DDFD6140D45FA00C5DA94 /* ImageIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = System/Library/Frameworks/ImageIO.framework; sourceTree = SDKROOT; };
101+
458F25911AC1D417000716F1 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = Resources/fr.lproj/Localizable.strings; sourceTree = "<group>"; };
102+
458F25921AC1D425000716F1 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = Resources/es.lproj/Localizable.strings; sourceTree = "<group>"; };
101103
45AB72B9141FBFCA003524C3 /* AppIcon-057.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "AppIcon-057.png"; path = "Graphics/AppIcon-057.png"; sourceTree = "<group>"; };
102104
45AB72BA141FBFCA003524C3 /* AppIcon-072.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "AppIcon-072.png"; path = "Graphics/AppIcon-072.png"; sourceTree = "<group>"; };
103105
45AB72BB141FBFCA003524C3 /* AppIcon-114.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "AppIcon-114.png"; path = "Graphics/AppIcon-114.png"; sourceTree = "<group>"; };
@@ -397,6 +399,8 @@
397399
knownRegions = (
398400
en,
399401
de,
402+
fr,
403+
es,
400404
);
401405
mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
402406
projectDirPath = "";
@@ -486,6 +490,8 @@
486490
children = (
487491
4541A9D5122EA686001A5E60 /* en */,
488492
458BF155143E077500CDF567 /* de */,
493+
458F25911AC1D417000716F1 /* fr */,
494+
458F25921AC1D425000716F1 /* es */,
489495
);
490496
name = Localizable.strings;
491497
sourceTree = "<group>";
2.52 KB
Binary file not shown.
2.53 KB
Binary file not shown.

0 commit comments

Comments
 (0)