Skip to content

Commit

Permalink
Add Adapty to third party services (#194)
Browse files Browse the repository at this point in the history
* added logo

* added links to yaml file

* update generated files

* updated dev docs about online tools to use with logo
  • Loading branch information
nisrulz committed Mar 19, 2024
1 parent f4ab569 commit 420c3ac
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 3 deletions.
4 changes: 4 additions & 0 deletions dev-doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ The format is very simple and you only need to provide the below fields:

Additionally, you also will have to drop the logo image into the [`public/images/third_party_logos/`](public/images/third_party_logos/) folder. Make sure the logo is **160 × 160** in size.

- To remove background from the logo image, [you can use this online tool](https://www.remove.bg/).

- To trim excess space around the logo image, [you can use this online tool](https://www.imagetools.org/trim).

## Deployment

### Server and test locally
Expand Down
Binary file added public/images/third_party_logos/adapty.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/thirdpartyservices.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion src/includes/yaml/thirdpartyservices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,11 @@
logo: images/third_party_logos/clerk.png
link:
privacy: https://clerk.com/privacy
terms: https://clerk.com/terms
terms: https://clerk.com/terms
- name: Adapty
model: adapty
clerk: false
logo: images/third_party_logos/adapty.png
link:
privacy: https://adapty.io/privacy
terms: https://adapty.io/terms
10 changes: 10 additions & 0 deletions src/js/thirdpartyservices.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,5 +306,15 @@ var thirdPartyServicesJsonArray = [
"privacy": "https://clerk.com/privacy",
"terms": "https://clerk.com/terms"
}
},
{
"name": "Adapty",
"model": "adapty",
"clerk": false,
"logo": "images/third_party_logos/adapty.png",
"link": {
"privacy": "https://adapty.io/privacy",
"terms": "https://adapty.io/terms"
}
}
]

0 comments on commit 420c3ac

Please sign in to comment.