From 3090a2552ef9cbe8fa59806e57e4b6defc5eab47 Mon Sep 17 00:00:00 2001 From: Hugues Bernet-Rollande Date: Wed, 4 Nov 2015 15:14:24 +0100 Subject: [PATCH 1/3] Add french localization --- .../Localization/fr.lproj/ParseUI.strings | Bin 0 -> 7026 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 ParseUI/Resources/Localization/fr.lproj/ParseUI.strings diff --git a/ParseUI/Resources/Localization/fr.lproj/ParseUI.strings b/ParseUI/Resources/Localization/fr.lproj/ParseUI.strings new file mode 100644 index 0000000000000000000000000000000000000000..5e1918b67b619f87510915d1c547f0a39b02522d GIT binary patch literal 7026 zcmd6r>26y^7>4I}ui_|D6{%9w3qYtuS*nO^kOY1^j_bI13AWP^?vT6SC*dN1_nFVr zSgY?bvOD9++5#@8@rAh>g_A{#=US`jjLN)|61R+ z)vt8&h0a6$T=Zu8Jc#yGd@B9z>32{3DmU`aGwtc?sgeX^f9B8~Yk%Jz>GuzM+tc|y zFWp?{Cz5cecT??+a&odKiXH7og9rVeyIVb_9N{q2`>DHk-A_8twCmPOTDfac>3KPj za_r@ti)ZDw-Anh4{_aTgfWVdCney$pk2=@Y4rGLKJI@>KF!@H>1;5JuuJ5nz$?I83 zrb^FqebH_#+7tKaf3Yu>C`Elw=f;wu=aC2)rEjAKyV^Mx8iweWOX=*3+k;kz`rq-^ zJCIyhAjN*!uE@tu_QZ*^ra5{I_3e7}r``+j2~aO3Idea{Q~AZ2+jaZ$j8pecbb@aC zdS73U+%K1KGGr@BG4ayP3f>2aR|S6YUF4CzOHpjXEWS(6gRLQyYae%4lCi4~D6*G` zy79m8vi<^DY#HJ?V)Qvwnx(|Y@ddoxEIRZaJCj6r`dH-6-l?!7((A%Cm$MB<$| z-HWTyYUUVxtIXFE(E{m1_nl}!?@?NJJTAR8Gk1{Lcmydze%))x3}H`dd#K?3AeiG3 z-bM^Als5<7U&%8Aj|Z~Xbq{CLYEt@OGq+_YR!c(O4^^b(x1N-ji~2WTSUKda9H&?# z^ZlDiSe~uh1>07_*=n<8Eqol*iB+sH_rE`<2Qb}?7pTz(z$rD zbwt1S{E#4`)8-p#|Co1=tGp)FGxe5#TgOU%*c7b?-eW>9-PC8GL0jicS7ct%WnWJa06GIKi7O55dbi|2yH5PETpHoM`t{2o1E?Vud-1DPrKy-}{`~7EMq} zqu@&CpvU}&ejo>}{~7^0lT@zF5g02kj66o$KHF0j(2OkA+-t`f^8bKAKG$xpKM`Wl zRoXnxE0#lk7Cz)T;-%fkt;!zBQ`W5)Z60ow7q1Tz;`Q7{SY{&MzL)ighDZIk$&u<| zlN#OICU^{0@pE4IH}e!dyyZ^j>rh+ZGE!Z{PfG0G>D^f0sm^wFcBs95JumNbz7(oR z{3t27N5R(PtZtNfVk&K4OLnyH=p5^LHaPcKTfMev=RkWxHxcU=7HQrU>z17ib3Zuc z^CDfC(I{vBe4ZG4r#sfqOHd49}uG5UoZ z(4NVHSFM^TKs#iTCd-tS!0ZF=QQo?Z41Xjw+r+)8ZmCW7q%*#iY96X!&W$S2WRIr4 zE2S1?sMnEt-}R*;p^kRhTgCh2O`?I^&GflCCQ5#(6>Rof-K(WCZW1#lB|emP$LsJ5 z(anv#c^7goi=ng^AUARcVJ8PZ((wFr#%hnHO?#~nMGaI`WCbJq6=)F$13q+otiH Yx%2(GCF{``GE}(|>77c-_2!Fz0NiqmAOHXW literal 0 HcmV?d00001 From 1401d043261ba0a4bd6d5811180268ba3180a46d Mon Sep 17 00:00:00 2001 From: Nikita Lutsenko Date: Wed, 18 Nov 2015 13:48:28 -0800 Subject: [PATCH 2/3] ParseUI 1.1.7 --- ParseUI.podspec | 10 +++++----- ParseUI/Resources/Info.plist | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ParseUI.podspec b/ParseUI.podspec index 75754c7..38020f4 100644 --- a/ParseUI.podspec +++ b/ParseUI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ParseUI' - s.version = '1.1.6' + s.version = '1.1.7' s.license = { :type => 'SDK', :file => 'LICENSE'} s.homepage = 'https://www.parse.com/' s.summary = 'ParseUI is a library of useful User Interface components for the Parse iOS SDK.' @@ -8,11 +8,11 @@ Pod::Spec.new do |s| s.social_media_url = 'https://twitter.com/ParseIt' s.source = { :git => "https://github.com/ParsePlatform/ParseUI-iOS.git", :tag => s.version.to_s } - + s.platform = :ios s.requires_arc = true s.ios.deployment_target = '7.0' - + s.prepare_command = <<-CMD ruby ParseUI/Scripts/convert_images.rb \ ParseUI/Resources/Images/ \ @@ -33,6 +33,6 @@ Pod::Spec.new do |s| 'CoreGraphics', 'QuartzCore' - s.dependency 'Bolts/Tasks', '~> 1.2' - s.dependency 'Parse', '~> 1.8' + s.dependency 'Bolts/Tasks', '~> 1.3' + s.dependency 'Parse', '~> 1.9' end diff --git a/ParseUI/Resources/Info.plist b/ParseUI/Resources/Info.plist index b4d9d06..dde99e2 100644 --- a/ParseUI/Resources/Info.plist +++ b/ParseUI/Resources/Info.plist @@ -5,7 +5,7 @@ CFBundleDevelopmentRegion English CFBundleExecutable - Parse + ParseUI CFBundleIdentifier com.parse.parseui CFBundleInfoDictionaryVersion @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.1.6 + 1.1.7 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -22,7 +22,7 @@ iPhoneOS CFBundleVersion - 1.1.6 + 1.1.7 MinimumOSVersion 6.0 From 286e74ab22760af3cfde3b424b3365bf63e1342d Mon Sep 17 00:00:00 2001 From: Nikita Lutsenko Date: Thu, 19 Nov 2015 14:05:29 -0800 Subject: [PATCH 3/3] Use non-nil facebook permissions by default in PFLogInViewController. --- ParseUI/Classes/LogInViewController/PFLogInViewController.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ParseUI/Classes/LogInViewController/PFLogInViewController.m b/ParseUI/Classes/LogInViewController/PFLogInViewController.m index 58035c9..7b7d14f 100644 --- a/ParseUI/Classes/LogInViewController/PFLogInViewController.m +++ b/ParseUI/Classes/LogInViewController/PFLogInViewController.m @@ -103,6 +103,8 @@ - (void)_commonInit { self.modalPresentationStyle = UIModalPresentationFormSheet; _fields = PFLogInFieldsDefault; + _facebookPermissions = @[ @"public_profile" ]; + if ([self respondsToSelector:@selector(automaticallyAdjustsScrollViewInsets)]) { self.automaticallyAdjustsScrollViewInsets = NO; }