chore: bump version to 1.1.4

This commit is contained in:
2025-12-18 20:27:30 -07:00
parent bf8694fc75
commit 08d55519e6
11 changed files with 49 additions and 40 deletions

View File

@@ -78,7 +78,7 @@ import Capacitor
@objc(SharedImagePlugin)
public class SharedImagePlugin: CAPPlugin {
private let appGroupIdentifier = "group.app.timesafari"
private let appGroupIdentifier = "group.app.timesafari.share"
@objc func getSharedImage(_ call: CAPPluginCall) {
// Read from App Group UserDefaults
@@ -504,7 +504,7 @@ If issues arise:
## Additional Notes
### iOS App Group:
- Current App Group ID: `group.app.timesafari`
- Current App Group ID: `group.app.timesafari.share`
- Ensure plugin has access to same App Group
- Share Extension already writes to this App Group