diff --git a/JellyfinPlayer.xcodeproj/project.pbxproj b/JellyfinPlayer.xcodeproj/project.pbxproj index eccc29a6..7c214649 100644 --- a/JellyfinPlayer.xcodeproj/project.pbxproj +++ b/JellyfinPlayer.xcodeproj/project.pbxproj @@ -309,7 +309,6 @@ 53ABFDEA2679753200886593 /* ConnectToServerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectToServerView.swift; sourceTree = ""; }; 53AD124C2670278D0094A276 /* JellyfinPlayer.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = JellyfinPlayer.entitlements; sourceTree = ""; }; 53AFFDE826A2520800261FD0 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = Localizable.strings; sourceTree = ""; }; - 53AFFDEC26A2523300261FD0 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = ../es.lproj/Localizable.strings; sourceTree = ""; }; 53CD2A3F268A49C2002ABD4E /* ItemView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ItemView.swift; sourceTree = ""; }; 53CD2A41268A4B38002ABD4E /* MovieItemView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MovieItemView.swift; sourceTree = ""; }; 53D5E3DC264B47EE00BADDC8 /* MobileVLCKit.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = MobileVLCKit.xcframework; path = Carthage/Build/MobileVLCKit.xcframework; sourceTree = ""; }; @@ -838,7 +837,6 @@ hasScannedForEncodings = 0; knownRegions = ( en, - es, ); mainGroup = 5377CBE8263B596A003A4E83; packageReferences = ( @@ -1173,7 +1171,6 @@ isa = PBXVariantGroup; children = ( 53AFFDE826A2520800261FD0 /* en */, - 53AFFDEC26A2523300261FD0 /* es */, ); name = Localizable.strings; sourceTree = ""; diff --git a/JellyfinPlayer/Info.plist b/JellyfinPlayer/Info.plist index 68f1e706..02fe7bda 100644 --- a/JellyfinPlayer/Info.plist +++ b/JellyfinPlayer/Info.plist @@ -28,10 +28,6 @@ NSAllowsArbitraryLoads - NSAllowsArbitraryLoadsForMedia - - NSAllowsArbitraryLoadsInWebContent - NSAllowsLocalNetworking diff --git a/JellyfinPlayer/JellyfinPlayerApp.swift b/JellyfinPlayer/JellyfinPlayerApp.swift index 489284b9..f543fa21 100644 --- a/JellyfinPlayer/JellyfinPlayerApp.swift +++ b/JellyfinPlayer/JellyfinPlayerApp.swift @@ -191,7 +191,7 @@ class EmailHelper: NSObject, MFMailComposeViewControllerDelegate { let data = fileManager.contents(atPath: logURL.path) picker.setSubject("SwiftFin Shake Report") - picker.setToRecipients(["Aiden Vigue "]) + picker.setToRecipients(["SwiftFin Bug Reports "]) picker.addAttachmentData(data!, mimeType: "text/plain", fileName: logURL.lastPathComponent) picker.mailComposeDelegate = self