forked from leathalman/Jotify
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eb95b6f
commit 09d2643
Showing
2 changed files
with
1 addition
and
1 deletion.
There are no files selected for viewing
Binary file modified
BIN
+224 Bytes
(100%)
Jotify.xcworkspace/xcuserdata/harrisonleath.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,7 +103,7 @@ class GeneralSettingsController: SettingsController, MFMailComposeViewController | |
composeVC.mailComposeDelegate = self | ||
composeVC.setToRecipients(["[email protected]"]) | ||
composeVC.setSubject("Jotify Support") | ||
composeVC.setMessageBody("The following information is required for the best support experience. Please do not delete this. User ID: \(AuthManager().uid) \n", isHTML: false) | ||
composeVC.setMessageBody("The following information is required for the best support experience. Please do not delete this. User ID: \(AuthManager().uid) \nVersion: \(Bundle.main.infoDictionary?["CFBundleShortVersionString"] as! String) \nBuild: \(Bundle.main.infoDictionary?["CFBundleVersion"] as! String)", isHTML: false) | ||
self.present(composeVC, animated: true, completion: nil) | ||
} | ||
|
||
|