Skip to content

Commit

Permalink
Updated yt-dlp to 2024.10.07
Browse files Browse the repository at this point in the history
  • Loading branch information
DenBeke committed Oct 8, 2024
1 parent 1840a73 commit 3995d3f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Youtube Downloader.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/* Begin PBXBuildFile section */
C707639F2208B4AC00EC232E /* NSImageView_ScaleAspectFill.swift in Sources */ = {isa = PBXBuildFile; fileRef = C707639E2208B4AC00EC232E /* NSImageView_ScaleAspectFill.swift */; };
C708F8C02CB5B73800E71B52 /* yt-dlp in Resources */ = {isa = PBXBuildFile; fileRef = C708F8BF2CB5B73800E71B52 /* yt-dlp */; };
C719FEAF1FB35D4D00912D76 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C719FEAE1FB35D4D00912D76 /* AppDelegate.swift */; };
C719FEB11FB35D4D00912D76 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C719FEB01FB35D4D00912D76 /* ViewController.swift */; };
C719FEB31FB35D4D00912D76 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C719FEB21FB35D4D00912D76 /* Assets.xcassets */; };
Expand All @@ -16,7 +17,6 @@
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, ); }; };
C75EC95A240D56C300EF8589 /* exportOptions.plist in Resources */ = {isa = PBXBuildFile; fileRef = C75EC959240D56C300EF8589 /* exportOptions.plist */; };
C76E8DBA2C73CCF300EE80AA /* yt-dlp in Resources */ = {isa = PBXBuildFile; fileRef = C76E8DB92C73CCF300EE80AA /* yt-dlp */; };
C791BD1F20F6999500625D46 /* PreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C791BD1E20F6999500625D46 /* PreviewView.swift */; };
C791BD2120F69D9200625D46 /* PreviewView.xib in Resources */ = {isa = PBXBuildFile; fileRef = C791BD2020F69D9200625D46 /* PreviewView.xib */; };
C791BD2320F74D8400625D46 /* NibLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = C791BD2220F74D8400625D46 /* NibLoader.swift */; };
Expand Down Expand Up @@ -140,6 +140,7 @@

/* Begin PBXFileReference section */
C707639E2208B4AC00EC232E /* NSImageView_ScaleAspectFill.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NSImageView_ScaleAspectFill.swift; sourceTree = "<group>"; };
C708F8BF2CB5B73800E71B52 /* yt-dlp */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = "yt-dlp"; sourceTree = "<group>"; };
C719FEAB1FB35D4D00912D76 /* Youtube Downloader.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Youtube Downloader.app"; sourceTree = BUILT_PRODUCTS_DIR; };
C719FEAE1FB35D4D00912D76 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
C719FEB01FB35D4D00912D76 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
Expand All @@ -151,7 +152,6 @@
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>"; };
C75EC959240D56C300EF8589 /* exportOptions.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = exportOptions.plist; sourceTree = "<group>"; };
C76E8DB92C73CCF300EE80AA /* yt-dlp */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = "yt-dlp"; 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>"; };
C791BD2220F74D8400625D46 /* NibLoader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NibLoader.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -201,10 +201,10 @@
isa = PBXGroup;
children = (
C791BD2420F7562400625D46 /* placeholder.png */,
C76E8DB92C73CCF300EE80AA /* yt-dlp */,
C791BD1E20F6999500625D46 /* PreviewView.swift */,
C707639E2208B4AC00EC232E /* NSImageView_ScaleAspectFill.swift */,
C791BD2020F69D9200625D46 /* PreviewView.xib */,
C708F8BF2CB5B73800E71B52 /* yt-dlp */,
C719FEC21FB35F1B00912D76 /* DownloadViewController.swift */,
C7C5C4E427A9AD8F00DFDE00 /* crash_report.swift */,
C791BD2220F74D8400625D46 /* NibLoader.swift */,
Expand Down Expand Up @@ -420,7 +420,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C76E8DBA2C73CCF300EE80AA /* yt-dlp in Resources */,
C708F8C02CB5B73800E71B52 /* 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.16;
MARKETING_VERSION = 0.17;
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.16;
MARKETING_VERSION = 0.17;
PRODUCT_BUNDLE_IDENTIFIER = "denbeke.Youtube-Downloader";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<key>Youtube Downloader.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>8</integer>
<integer>10</integer>
</dict>
</dict>
</dict>
Expand Down
Binary file modified Youtube Downloader/yt-dlp
Binary file not shown.

0 comments on commit 3995d3f

Please sign in to comment.