mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 23:54:55 +00:00
feat(mobile): share intent (#4599)
* feat(mobile): share intent * feat(ios): share content * feat(share): fix kUTType* deprecation * feat(share): fix result of call to 'openURL' is unused * fix screenshot copy rewrite issue * fix AndroidManifest.xml * fix(iOS): app not showing in share list * address comment
This commit is contained in:
10
ios/App/ShareViewController/ShareViewController.entitlements
Normal file
10
ios/App/ShareViewController/ShareViewController.entitlements
Normal 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.logseq.logseq</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user