Skip to content

Commit a1069b4

Browse files
Merge branch 'uuidev-main' into develop
2 parents 531dd6f + 0317c53 commit a1069b4

28 files changed

Lines changed: 149 additions & 131 deletions

EmojiPicker.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'EmojiPicker'
3-
s.version = '3.0.7'
3+
s.version = '3.0.8'
44
s.license = 'MIT'
55
s.summary = 'Emoji picker for iOS like on MacOS'
66
s.homepage = 'https://github.com/htmlprogrammist/EmojiPicker'
Binary file not shown.

Example App/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
2-
- EmojiPicker (3.0.7)
3-
- EmojiPicker/Tests (3.0.7)
2+
- EmojiPicker (3.0.8)
3+
- EmojiPicker/Tests (3.0.8)
44

55
DEPENDENCIES:
66
- EmojiPicker (from `../`)
@@ -11,7 +11,7 @@ EXTERNAL SOURCES:
1111
:path: "../"
1212

1313
SPEC CHECKSUMS:
14-
EmojiPicker: 296cacb36c0eb34fe978d5411eaa06a67cd6da4b
14+
EmojiPicker: 2015f097678687260575d880b5960194802d6958
1515

1616
PODFILE CHECKSUM: e686a8fbd8a5367eac0bf7fb77e0bbddf18a2353
1717

Example App/Pods/Local Podspecs/EmojiPicker.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example App/Pods/Manifest.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example App/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 90 additions & 87 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example App/Pods/Target Support Files/EmojiPicker/EmojiPicker-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example App/Pods/Target Support Files/EmojiPicker/ResourceBundle-Resources-EmojiPicker-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,16 +153,19 @@ viewController.feedbackGeneratorStyle = .soft
153153

154154
## Localization
155155

156+
* Chinese 🇨🇳
156157
* English 🇬🇧
157-
* Russian 🇷🇺
158-
* Ukraine 🇺🇦
159158
* French 🇫🇷
160159
* German 🇩🇪
161160
* Hindi 🇮🇳
161+
* Russian 🇷🇺
162162
* Turkish 🇹🇷
163+
* Ukrainian 🇺🇦
163164

164165
You can also contribute your language to this list. Please, read [following heading](#contributing) for more information.
165166

167+
> ❗️ Note that the languages are arranged in alphabetical order
168+
166169
## Contributing
167170

168171
Contributions are welcomed and encouraged! Please see the [Contributing guide](https://github.com/htmlprogrammist/EmojiPicker/blob/main/CONTRIBUTING.md).

Sources/EmojiPicker.h

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)