Skip to content

Commit

Permalink
Updated the default themes
Browse files Browse the repository at this point in the history
  • Loading branch information
OsamaRabie committed Jun 6, 2023
1 parent c94b6db commit 3751548
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 4 deletions.
2 changes: 1 addition & 1 deletion TapThemeManager2020.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
#

spec.name = "TapThemeManager2020"
spec.version = "1.0.84"
spec.version = "1.0.85"
spec.summary = "TapThemeManager2020 is a part of Tap Payments 2020 vision. Allowing dynamic and responsive theming for iOS apps."

# This description is used to generate tags and improve search results.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
<key>TapThemeManager2020.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>6</integer>
<integer>8</integer>
</dict>
<key>TapThemeManagerObjCDemo.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>7</integer>
<integer>6</integer>
</dict>
<key>TapThemeManagerSwiftDemo.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>8</integer>
<integer>7</integer>
</dict>
</dict>
</dict>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
},
"currencyDropDown": {
"arrowDownImageName": "chevrondown",
"arrowDownTint": "#7C7C7C",
"arrowUpImageName": "chevronup",
"backgroundColor": "#000000DE",
"borderColor": "#3C3737DE",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
},
"currencyDropDown": {
"arrowDownImageName": "chevrondown",
"arrowDownTint": "#626262",
"arrowUpImageName": "chevronup",
"backgroundColor": "#FFFFFFBA",
"borderColor": "#3C37371F",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "availableInOtherCurrencies.pdf",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.

0 comments on commit 3751548

Please sign in to comment.