From 91fcf599cebbbdef67478a5551c7c5e983857300 Mon Sep 17 00:00:00 2001 From: Marek Hrusovsky Date: Fri, 28 Aug 2015 22:33:28 +0200 Subject: [PATCH 1/2] Updated project with Slovak translation --- LetsMove.xcodeproj/project.pbxproj | 3 +++ sk.lproj/MoveApplication.strings | Bin 0 -> 2040 bytes 2 files changed, 3 insertions(+) create mode 100644 sk.lproj/MoveApplication.strings diff --git a/LetsMove.xcodeproj/project.pbxproj b/LetsMove.xcodeproj/project.pbxproj index 74ac614..6e3d0ef 100644 --- a/LetsMove.xcodeproj/project.pbxproj +++ b/LetsMove.xcodeproj/project.pbxproj @@ -57,6 +57,7 @@ B2A84662197EAB85008A4ACA /* sr */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/MoveApplication.strings; sourceTree = ""; }; B5B5D108198940DF0074DBCE /* pl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/MoveApplication.strings; sourceTree = ""; }; C3A14200EF754221ACE32119 /* mk */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = mk; path = mk.lproj/MoveApplication.strings; sourceTree = ""; }; + D2CC8CA81B90F10700F763DF /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "sk"; path = "sk.lproj/MoveApplication.strings"; sourceTree = ""; }; F7846CE41A9F83E100BFAF88 /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = ca.lproj/MoveApplication.strings; sourceTree = ""; }; /* End PBXFileReference section */ @@ -209,6 +210,7 @@ sr, sv, ca, + "sk", ); mainGroup = 29B97314FDCFA39411CA2CEA /* LetsMove */; projectDirPath = ""; @@ -289,6 +291,7 @@ C3A14200EF754221ACE32119 /* mk */, A17ED68F1A00BA8B0032BA5B /* sv */, F7846CE41A9F83E100BFAF88 /* ca */, + D2CC8CA81B90F10700F763DF /* sk */, ); name = MoveApplication.strings; sourceTree = ""; diff --git a/sk.lproj/MoveApplication.strings b/sk.lproj/MoveApplication.strings new file mode 100644 index 0000000000000000000000000000000000000000..b549b354307f86ccf99f65a531e4e74f16103dce GIT binary patch literal 2040 zcmcJQ-Ade05XUFCLf_%AHw7v60g4o{6unS{TJNJt-E=ouyGd5|X5V!$z32-F+W!7? z8jPhDR}3LJ=gdsz<3Atg*Zq!dTd-rB@x9<%^5j-o!}-eQP!?8L1}%efZcD!6UqY?e z<;c8;wrxAMWh2|?kJhFxU9p#*(zWF58g{|<(0qkVfyESB0kyIk&Np`YS6WA$cX>y4 z!YPN}A{F3DhkPrbzDeZA1YXoDtrJ_LS=``0p1an7j67K-^1HG-{2ti{yxzk1*G1uz z`zTZu{}Jl~n-38kb5aC~>K0yVc`}qQhj<{Ih229YN-|kve+uSZUK$%id2W6J2d*mZvtKhpzWN{5DxxM4uVW7+^U!_Z?d^gGRaCz)9*CF(D<$eZ* z|5xrUIo>R;p(^6}QT6*#`Bn|Ze9ze(5VNMm(XR%m`;8fR Date: Fri, 28 Aug 2015 22:34:33 +0200 Subject: [PATCH 2/2] Updated Readme. Missing info that Security framework is required --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 237b3bf..db40d41 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ If your project has ARC enabled, you'll want to disable ARC on the above files. If your application is localized, also copy the 'MoveApplication.string' files into your project. +Link your application against Security.framework License -------