Skip to content

Commit

Permalink
Updated yt-dlp to 2024.07.25
Browse files Browse the repository at this point in the history
  • Loading branch information
DenBeke committed Jul 27, 2024
1 parent ed05f2c commit 544359e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Youtube Downloader.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
C719FEC31FB35F1B00912D76 /* DownloadViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C719FEC21FB35F1B00912D76 /* DownloadViewController.swift */; };
C719FF131FB36BBF00912D76 /* Alamofire.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C719FF0A1FB36B7900912D76 /* Alamofire.framework */; };
C719FF141FB36BBF00912D76 /* Alamofire.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C719FF0A1FB36B7900912D76 /* Alamofire.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
C7371FE22C4598F500D6D727 /* yt-dlp in Resources */ = {isa = PBXBuildFile; fileRef = C7371FE12C4598F500D6D727 /* yt-dlp */; };
C7371FF42C54F8B400D6D727 /* yt-dlp in Resources */ = {isa = PBXBuildFile; fileRef = C7371FF32C54F8B400D6D727 /* yt-dlp */; };
C75EC95A240D56C300EF8589 /* exportOptions.plist in Resources */ = {isa = PBXBuildFile; fileRef = C75EC959240D56C300EF8589 /* exportOptions.plist */; };
C791BD1F20F6999500625D46 /* PreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C791BD1E20F6999500625D46 /* PreviewView.swift */; };
C791BD2120F69D9200625D46 /* PreviewView.xib in Resources */ = {isa = PBXBuildFile; fileRef = C791BD2020F69D9200625D46 /* PreviewView.xib */; };
Expand Down Expand Up @@ -150,7 +150,7 @@
C719FEC21FB35F1B00912D76 /* DownloadViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DownloadViewController.swift; sourceTree = "<group>"; };
C719FEFA1FB36B7800912D76 /* Alamofire.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Alamofire.xcodeproj; path = Alamofire/Alamofire.xcodeproj; sourceTree = "<group>"; };
C719FF181FB3AD8F00912D76 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
C7371FE12C4598F500D6D727 /* yt-dlp */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = "yt-dlp"; sourceTree = "<group>"; };
C7371FF32C54F8B400D6D727 /* yt-dlp */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = "yt-dlp"; sourceTree = "<group>"; };
C75EC959240D56C300EF8589 /* exportOptions.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = exportOptions.plist; sourceTree = "<group>"; };
C791BD1E20F6999500625D46 /* PreviewView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreviewView.swift; sourceTree = "<group>"; };
C791BD2020F69D9200625D46 /* PreviewView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = PreviewView.xib; sourceTree = "<group>"; };
Expand Down Expand Up @@ -202,10 +202,10 @@
children = (
C791BD2420F7562400625D46 /* placeholder.png */,
C791BD1E20F6999500625D46 /* PreviewView.swift */,
C7371FE12C4598F500D6D727 /* yt-dlp */,
C707639E2208B4AC00EC232E /* NSImageView_ScaleAspectFill.swift */,
C791BD2020F69D9200625D46 /* PreviewView.xib */,
C719FEC21FB35F1B00912D76 /* DownloadViewController.swift */,
C7371FF32C54F8B400D6D727 /* yt-dlp */,
C7C5C4E427A9AD8F00DFDE00 /* crash_report.swift */,
C791BD2220F74D8400625D46 /* NibLoader.swift */,
C719FEAE1FB35D4D00912D76 /* AppDelegate.swift */,
Expand Down Expand Up @@ -420,7 +420,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C7371FE22C4598F500D6D727 /* yt-dlp in Resources */,
C7371FF42C54F8B400D6D727 /* yt-dlp in Resources */,
C791BD2120F69D9200625D46 /* PreviewView.xib in Resources */,
C75EC95A240D56C300EF8589 /* exportOptions.plist in Resources */,
C719FEB31FB35D4D00912D76 /* Assets.xcassets in Resources */,
Expand Down Expand Up @@ -586,7 +586,7 @@
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = "Youtube Downloader/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MARKETING_VERSION = 0.14;
MARKETING_VERSION = 0.15;
PRODUCT_BUNDLE_IDENTIFIER = "denbeke.Youtube-Downloader";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -604,7 +604,7 @@
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = "Youtube Downloader/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MARKETING_VERSION = 0.14;
MARKETING_VERSION = 0.15;
PRODUCT_BUNDLE_IDENTIFIER = "denbeke.Youtube-Downloader";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down
Binary file modified Youtube Downloader/yt-dlp
Binary file not shown.

0 comments on commit 544359e

Please sign in to comment.