add Emoji and old one is now ApiEmoji

added async code to Emoji to load image
added app groups to share files
This commit is contained in:
neon443
2025-10-22 15:20:18 +01:00
parent 95d377de30
commit 2841bc2109
8 changed files with 156 additions and 39 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.application-groups</key>
<array>
<string>group.com.neon443.StickerSlack</string>
</array>
</dict>
</plist>