From d9c6f0915ab80bd5f2f93c0252d8d458ceb5ce3d Mon Sep 17 00:00:00 2001 From: MathiasB Date: Tue, 1 Feb 2022 20:47:10 +0100 Subject: [PATCH] Embed Sentry in target --- Youtube Downloader.xcodeproj/project.pbxproj | 12 ++++++++++++ Youtube Downloader/Info.plist | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Youtube Downloader.xcodeproj/project.pbxproj b/Youtube Downloader.xcodeproj/project.pbxproj index 1ef14e3..2728b2f 100644 --- a/Youtube Downloader.xcodeproj/project.pbxproj +++ b/Youtube Downloader.xcodeproj/project.pbxproj @@ -23,6 +23,8 @@ C7C5C4DD27A99A6600DFDE00 /* errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7C5C4DC27A99A6600DFDE00 /* errors.swift */; }; C7C5C4E527A9AD8F00DFDE00 /* crash_report.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7C5C4E427A9AD8F00DFDE00 /* crash_report.swift */; }; C7C5C51427A9BC3500DFDE00 /* yt-dlp in Resources */ = {isa = PBXBuildFile; fileRef = C7C5C51327A9BC3500DFDE00 /* yt-dlp */; }; + C7C5C51627A9C55F00DFDE00 /* Sentry.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C7C5C4FE27A9B2C000DFDE00 /* Sentry.framework */; }; + C7C5C51727A9C55F00DFDE00 /* Sentry.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C7C5C4FE27A9B2C000DFDE00 /* Sentry.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; C7F9F8DB1FBA3D560033E5EC /* execute_command.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7F9F8DA1FBA3D560033E5EC /* execute_command.swift */; }; C7F9F8DD1FBA3D6A0033E5EC /* VideoInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7F9F8DC1FBA3D6A0033E5EC /* VideoInfo.swift */; }; /* End PBXBuildFile section */ @@ -115,6 +117,7 @@ dstSubfolderSpec = 10; files = ( C719FF141FB36BBF00912D76 /* Alamofire.framework in Embed Frameworks */, + C7C5C51727A9C55F00DFDE00 /* Sentry.framework in Embed Frameworks */, ); name = "Embed Frameworks"; runOnlyForDeploymentPostprocessing = 0; @@ -152,6 +155,7 @@ buildActionMask = 2147483647; files = ( C719FF131FB36BBF00912D76 /* Alamofire.framework in Frameworks */, + C7C5C51627A9C55F00DFDE00 /* Sentry.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -167,6 +171,7 @@ C719FEAC1FB35D4D00912D76 /* Products */, C7C5C4F827A9B2C000DFDE00 /* Sentry.xcodeproj */, C719FEFA1FB36B7800912D76 /* Alamofire.xcodeproj */, + C7C5C51527A9C55F00DFDE00 /* Frameworks */, ); sourceTree = ""; }; @@ -225,6 +230,13 @@ name = Products; sourceTree = ""; }; + C7C5C51527A9C55F00DFDE00 /* Frameworks */ = { + isa = PBXGroup; + children = ( + ); + name = Frameworks; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ diff --git a/Youtube Downloader/Info.plist b/Youtube Downloader/Info.plist index 8cec8db..d08f38d 100644 --- a/Youtube Downloader/Info.plist +++ b/Youtube Downloader/Info.plist @@ -27,7 +27,7 @@ LSUIElement NSHumanReadableCopyright - Copyright © 2020 Mathias Beke. All rights reserved. + Copyright © 2022 Mathias Beke. All rights reserved. NSMainStoryboardFile Main NSPrincipalClass