diff --git a/JellyfinPlayer/MovieItemView.swift b/JellyfinPlayer/MovieItemView.swift index f2483379..d051595a 100644 --- a/JellyfinPlayer/MovieItemView.swift +++ b/JellyfinPlayer/MovieItemView.swift @@ -449,7 +449,7 @@ struct MovieItemView: View { .padding(.trailing, UIDevice.current.userInterfaceIdiom == .pad ? 16 : 55) } } - Spacer().frame(height: 195) + Spacer().frame(height: 105) }.frame(maxHeight: .infinity) } }.padding(.top, 16).padding(.leading, UIDevice.current.userInterfaceIdiom == .pad ? 16 : 55) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 9dcf555b..5af89bdf 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -1,16 +1,3 @@ -# This file contains the fastlane.tools configuration -# You can find the documentation at https://docs.fastlane.tools -# -# For a list of all available actions, check out -# -# https://docs.fastlane.tools/actions -# -# For a list of all available plugins, check out -# -# https://docs.fastlane.tools/plugins/available-plugins -# - -# Uncomment the line if you want fastlane to automatically update itself update_fastlane default_platform(:ios) @@ -24,22 +11,6 @@ platform :ios do lane :beta do increment_build_number(xcodeproj: "JellyfinPlayer.xcodeproj") gym(output_name: "JellyfinPlayer.ipa") - identifier_v = get_version_number(xcodeproj: "JellyfinPlayer.xcodeproj") - identifier_s = get_info_plist_value(path: "JellyfinPlayer/Info.plist", key: "CFBundleVersion") - upload_symbols_to_sentry( - org_slug: 'jf-sui', - project_slug: 'jellyfin-swift-ios', - dsym_path: "JellyfinPlayer.app.dSYM.zip" - ) upload_to_testflight - dynatrace_process_symbols( - appId: "8c1f6941-ec78-480c-b589-b41aca29a52e", - os: "ios", - bundleId: "me.vigue.jellyfin", - versionStr: identifier_v, - version: identifier_s, - server: "https://ofa89490.live.dynatrace.com", - symbolsfile: "JellyfinPlayer.app.dSYM.zip" - ) end end diff --git a/fastlane/Pluginfile b/fastlane/Pluginfile index 43e539cd..5445d2ef 100644 --- a/fastlane/Pluginfile +++ b/fastlane/Pluginfile @@ -1,6 +1,3 @@ # Autogenerated by fastlane # -# Ensure this file is checked in to source control! - -gem 'fastlane-plugin-sentry' -gem 'fastlane-plugin-dynatrace' +# Ensure this file is checked in to source control! \ No newline at end of file