From bb4fb6cde428dd51f00d57a37f698014f59fb228 Mon Sep 17 00:00:00 2001 From: Aiden Vigue Date: Tue, 25 May 2021 11:16:44 -0400 Subject: [PATCH] Update fastfile for new repo --- .DS_Store | Bin 12292 -> 12292 bytes JellyfinPlayer.xcodeproj/project.pbxproj | 4 ++-- JellyfinPlayer/Info.plist | 2 +- fastlane/Fastfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.DS_Store b/.DS_Store index 519614833c83700ffa822c3b0cfc29cf0ba10398..099a71e3d7b29324ceef345ac2a599652646d35b 100644 GIT binary patch delta 16 XcmZokXi3CFBundleShortVersionString $(MARKETING_VERSION) CFBundleVersion - 16 + 17 DTXApplicationID 8c1f6941-ec78-480c-b589-b41aca29a52e DTXBeaconURL diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 0e3d2a87..dc0ffbe6 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -28,7 +28,7 @@ platform :ios do dsym_path: "JellyfinPlayer.app.dSYM.zip" ) set_github_release( - repository_name: "acvigue/JellyfinPlayer", + repository_name: "jellyfin/JellyfinPlayer", name: "Release #{identifier_v}@#{identifier_s}", tag_name: "v#{identifier_s}", description: (File.read("Release Notes.rtf") rescue "No changelog provided"),