Skip to content

Commit

Permalink
added continueButtonTextTintColor and fix for navbar in ios15
Browse files Browse the repository at this point in the history
  • Loading branch information
edavism committed Sep 29, 2023
1 parent aea9924 commit 5cbae13
Show file tree
Hide file tree
Showing 14 changed files with 9 additions and 8 deletions.
Binary file modified Products/khenshin.bundle/Info.plist
Binary file not shown.
Binary file modified Products/khenshin.bundle/KHRutKeyboard.nib
Binary file not shown.
Binary file modified Products/khenshin.bundle/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file modified Products/khenshin.bundle/_CodeSignature/CodeRequirements-1
Binary file not shown.
6 changes: 3 additions & 3 deletions Products/khenshin.bundle/_CodeSignature/CodeResources
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
</data>
<key>KHRutKeyboard.nib</key>
<data>
tlFON6m+E7Va4R78R6oeL752yxo=
WM3VUGJhiYXYOZBlF3ZMxcTDpk8=
</data>
<key>Localizable.strings</key>
<data>
Expand Down Expand Up @@ -528,11 +528,11 @@
<dict>
<key>hash</key>
<data>
tlFON6m+E7Va4R78R6oeL752yxo=
WM3VUGJhiYXYOZBlF3ZMxcTDpk8=
</data>
<key>hash2</key>
<data>
DgqbDn3LdHs7SysW/6OPpWHPBKmmhWZroXW5IBaGEPI=
1PG5Ays94YCO7k0Pt1eIlDwzPfuPnL3AUIBSpzAQrKI=
</data>
</dict>
<key>Localizable.strings</key>
Expand Down
Binary file modified Products/khenshin.bundle/_CodeSignature/CodeSignature
Binary file not shown.
1 change: 1 addition & 0 deletions Products/khenshin.framework/Headers/KhenshinBuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
@property UIColor * transitionBackgroundColor;
@property UIColor * cellSeparatorColor;
@property UIColor * tableRowSeparatorColor;
@property UIColor * continueButtonTextTintColor;
@property CGFloat cellSeparatorHeight;
@property NSString * textColorHex;
@property NSString * normalControlColorHex;
Expand Down
Binary file modified Products/khenshin.framework/Info.plist
Binary file not shown.
Binary file modified Products/khenshin.framework/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file modified Products/khenshin.framework/_CodeSignature/CodeRequirements-1
Binary file not shown.
8 changes: 4 additions & 4 deletions Products/khenshin.framework/_CodeSignature/CodeResources
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</data>
<key>Headers/KhenshinBuilder.h</key>
<data>
zqvno8HT8ganOuwqCra450WVPUM=
NMhfZgOHAaRMhQnTZyixenu3Dg4=
</data>
<key>Headers/KhenshinEnums.h</key>
<data>
Expand Down Expand Up @@ -38,7 +38,7 @@
</data>
<key>Info.plist</key>
<data>
nGZ+SQG52HAmfyA9DMVqYhFFIgo=
3Ijq0ivtGdFBD7T12Dh3/oBPDFo=
</data>
<key>KHPaymentProcessHeader.nib</key>
<data>
Expand Down Expand Up @@ -134,11 +134,11 @@
<dict>
<key>hash</key>
<data>
zqvno8HT8ganOuwqCra450WVPUM=
NMhfZgOHAaRMhQnTZyixenu3Dg4=
</data>
<key>hash2</key>
<data>
yQqpeYE+ZCSrUJ7Lghl/Ian2C8Q3Ryl1Pke+usMa5h0=
VoJLaozrfNe56rYciwFW1hFWeVhBkN+6HDSGLeNSsbQ=
</data>
</dict>
<key>Headers/KhenshinEnums.h</key>
Expand Down
Binary file modified Products/khenshin.framework/_CodeSignature/CodeSignature
Binary file not shown.
Binary file modified Products/khenshin.framework/khenshin
Binary file not shown.
2 changes: 1 addition & 1 deletion khenshin.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "khenshin"
s.version = "1.750"
s.version = "1.751"
s.summary = "khenshin es una biblioteca que convierte sitios web en APIs read-write."
s.description = <<-DESC
khenshin es una biblioteca desarrollada por khipu.com, se utiliza para mejorar la experiencia de pago de todos los medios de pago soportados en khipu.com y para otros procesos originalmente Web.
Expand Down

0 comments on commit 5cbae13

Please sign in to comment.