2 Commits

Author SHA1 Message Date
719d405244 Update README 2024-06-11 01:19:46 -04:00
1f1b96a73f Update license 2024-06-11 01:14:37 -04:00
2 changed files with 12 additions and 1 deletions

View File

@@ -1,7 +1,13 @@
MIT License MIT License
Copyright (c) 2024 Terry Yiu
Fork of https://github.com/niklasamslgruber/EmojiKit
Copyright (c) 2023 Niklas Amslgruber Copyright (c) 2023 Niklas Amslgruber
Apple emoji category name localizations forked from https://github.com/izyumkin/MCEmojiPicker
Copyright (c) 2022 Ivan Izyumkin
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights in the Software without restriction, including without limitation the rights

View File

@@ -19,7 +19,7 @@ In most cases it is enough to just use the `EmojiKit` for your app. The `EmojiSo
##### SwiftPM ##### SwiftPM
``` ```
https://github.com/niklasamslgruber/EmojiKit https://github.com/tyiu/EmojiKit
``` ```
### Usage ### Usage
@@ -89,3 +89,8 @@ Currently only to Unicode releases are supported (Version 14 and 15). If you wan
In that case make sure that you added the `emojis_vX.json` file to your Xcode project. The file name must match the version you're trying to fetch emojis for, e.g. for version 12 the file name must be `emojis_v12.json`. Additionally make sure that your JSON file is added under `Build Phase - Copy Bundle Resources` for each target where you want to use the `EmojiManager`. In that case make sure that you added the `emojis_vX.json` file to your Xcode project. The file name must match the version you're trying to fetch emojis for, e.g. for version 12 the file name must be `emojis_v12.json`. Additionally make sure that your JSON file is added under `Build Phase - Copy Bundle Resources` for each target where you want to use the `EmojiManager`.
## Acknowledgements
This EmojiKit Swift package was forked from [niklasamslgruber/EmojiKit](https://github.com/niklasamslgruber/EmojiKit).
Some of the localization files for Apple emoji category names were copied from [izyumkin/MCEmojiPicker](https://github.com/izyumkin/MCEmojiPicker).