From 523dd773538e1e20036cb2d28f8b9947448c2d20 Mon Sep 17 00:00:00 2001 From: Nghia Tran Date: Sat, 14 Sep 2024 08:54:19 +0700 Subject: [PATCH] Bump 1.25.1 --- Sources/Packages.swift | 3 +++ atlantis-proxyman.podspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Sources/Packages.swift b/Sources/Packages.swift index 0dc0361..3cac60b 100644 --- a/Sources/Packages.swift +++ b/Sources/Packages.swift @@ -6,7 +6,10 @@ // Copyright © 2020 Proxyman. All rights reserved. // +#if os(iOS) || os(macOS) import class AVFoundation.AVAggregateAssetDownloadTask +#endif + import Foundation #if os(OSX) diff --git a/atlantis-proxyman.podspec b/atlantis-proxyman.podspec index b313878..46ed1f4 100644 --- a/atlantis-proxyman.podspec +++ b/atlantis-proxyman.podspec @@ -12,7 +12,7 @@ Pod::Spec.new do |spec| spec.homepage = "https://github.com/ProxymanApp/atlantis" spec.documentation_url = 'https://docs.proxyman.io/atlantis/atlantis-for-ios' - spec.screenshots = "https://raw.githubusercontent.com/ProxymanApp/atlantis/main/images/cover.png" + spec.screenshots = "https://raw.githubusercontent.com/ProxymanApp/atlantis/main/images/capture_ws_proxyman.jpg" spec.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" } spec.author = { "Nghia Tran" => "nghia@proxyman.io" }