Skip to content

Commit 523dd77

Browse files
committed
Bump 1.25.1
1 parent 18260e5 commit 523dd77

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Sources/Packages.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
// Copyright © 2020 Proxyman. All rights reserved.
77
//
88

9+
#if os(iOS) || os(macOS)
910
import class AVFoundation.AVAggregateAssetDownloadTask
11+
#endif
12+
1013
import Foundation
1114

1215
#if os(OSX)

atlantis-proxyman.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |spec|
1212

1313
spec.homepage = "https://github.com/ProxymanApp/atlantis"
1414
spec.documentation_url = 'https://docs.proxyman.io/atlantis/atlantis-for-ios'
15-
spec.screenshots = "https://raw.githubusercontent.com/ProxymanApp/atlantis/main/images/cover.png"
15+
spec.screenshots = "https://raw.githubusercontent.com/ProxymanApp/atlantis/main/images/capture_ws_proxyman.jpg"
1616
spec.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
1717

1818
spec.author = { "Nghia Tran" => "nghia@proxyman.io" }

0 commit comments

Comments
 (0)