chore: Format iOS stuff

This commit is contained in:
Christian Pauly 2021-05-16 16:21:02 +02:00
commit ae8c5caf9e
3 changed files with 10 additions and 7 deletions

View file

@ -5,7 +5,7 @@ import Photos
class ShareViewController: SLComposeServiceViewController {
// TODO: IMPORTANT: This should be your host app bundle identifier
let hostAppBundleIdentifier = "com.kasem.sharing"
let hostAppBundleIdentifier = "im.fluffychat.app"
let sharedKey = "ShareKey"
var sharedMedia: [SharedMediaFile] = []
var sharedText: [String] = []