This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
197 additions
and 66 deletions.
- +1 −1 Client.xcodeproj/project.pbxproj
- +7 −1 Cliqz/React Components/Modules/NativeDrawable.m
- +23 −0 Cliqz/Resources/Common.xcassets/ReactCards/ic_ez_bing.imageset/Contents.json
- BIN Cliqz/Resources/Common.xcassets/ReactCards/ic_ez_bing.imageset/bing@1x.png
- BIN Cliqz/Resources/Common.xcassets/ReactCards/ic_ez_bing.imageset/bing@2x.png
- BIN Cliqz/Resources/Common.xcassets/ReactCards/ic_ez_bing.imageset/bing@3x.png
- +23 −0 Cliqz/Resources/Common.xcassets/ReactCards/ic_ez_ddg.imageset/Contents.json
- BIN Cliqz/Resources/Common.xcassets/ReactCards/ic_ez_ddg.imageset/ddg@1x.png
- BIN Cliqz/Resources/Common.xcassets/ReactCards/ic_ez_ddg.imageset/ddg@2x.png
- BIN Cliqz/Resources/Common.xcassets/ReactCards/ic_ez_ddg.imageset/ddg@3x.png
- +23 −0 Cliqz/Resources/Common.xcassets/ReactCards/ic_ez_google.imageset/Contents.json
- BIN Cliqz/Resources/Common.xcassets/ReactCards/ic_ez_google.imageset/google@1x.png
- BIN Cliqz/Resources/Common.xcassets/ReactCards/ic_ez_google.imageset/google@2x.png
- BIN Cliqz/Resources/Common.xcassets/ReactCards/ic_ez_google.imageset/google@3x.png
- +9 −13 README.md
- +17 −8 lumen-onboarding.js
- +61 −30 lumen.js
- +32 −13 package-lock.json
- +1 −0 package.json
| "-lxml2", | ||
| "$(inherited)", | ||
| ); | ||
| OTHER_SWIFT_FLAGS = "-DMOZ_CHANNEL_FENNEC -DPAID -DMOZ_TARGET_CLIENT"; | ||
| OTHER_SWIFT_FLAGS = "-DMOZ_CHANNEL_FENNEC -DPAID -DMOZ_TARGET_CLIENT -DReact_Debug"; | ||
| PRODUCT_BUNDLE_IDENTIFIER = "$(MOZ_BUNDLE_ID)"; | ||
| PRODUCT_MODULE_NAME = Client; | ||
| PRODUCT_NAME = Client; |
| @@ -0,0 +1,23 @@ | ||
| { | ||
| "images" : [ | ||
| { | ||
| "idiom" : "universal", | ||
| "filename" : "bing@1x.png", | ||
| "scale" : "1x" | ||
| }, | ||
| { | ||
| "idiom" : "universal", | ||
| "filename" : "bing@2x.png", | ||
| "scale" : "2x" | ||
| }, | ||
| { | ||
| "idiom" : "universal", | ||
| "filename" : "bing@3x.png", | ||
| "scale" : "3x" | ||
| } | ||
| ], | ||
| "info" : { | ||
| "version" : 1, | ||
| "author" : "xcode" | ||
| } | ||
| } |
Binary file not shown.
Binary file not shown.
Binary file not shown.
| @@ -0,0 +1,23 @@ | ||
| { | ||
| "images" : [ | ||
| { | ||
| "idiom" : "universal", | ||
| "filename" : "ddg@1x.png", | ||
| "scale" : "1x" | ||
| }, | ||
| { | ||
| "idiom" : "universal", | ||
| "filename" : "ddg@2x.png", | ||
| "scale" : "2x" | ||
| }, | ||
| { | ||
| "idiom" : "universal", | ||
| "filename" : "ddg@3x.png", | ||
| "scale" : "3x" | ||
| } | ||
| ], | ||
| "info" : { | ||
| "version" : 1, | ||
| "author" : "xcode" | ||
| } | ||
| } |
Binary file not shown.
Binary file not shown.
Binary file not shown.
| @@ -0,0 +1,23 @@ | ||
| { | ||
| "images" : [ | ||
| { | ||
| "idiom" : "universal", | ||
| "filename" : "google@1x.png", | ||
| "scale" : "1x" | ||
| }, | ||
| { | ||
| "idiom" : "universal", | ||
| "filename" : "google@2x.png", | ||
| "scale" : "2x" | ||
| }, | ||
| { | ||
| "idiom" : "universal", | ||
| "filename" : "google@3x.png", | ||
| "scale" : "3x" | ||
| } | ||
| ], | ||
| "info" : { | ||
| "version" : 1, | ||
| "author" : "xcode" | ||
| } | ||
| } |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.