Skip to content

Commit bddf3c4

Browse files
committed
Bump Atlantis 1.4.0
1 parent 8d64fe5 commit bddf3c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ github "ProxymanApp/atlantis"
9292

9393
For Carthage with Xcode 12, please check out the workaround: https://github.com/Carthage/Carthage/blob/master/Documentation/Xcode12Workaround.md
9494

95-
## Advanded Usage
95+
## Advanced Usage
9696
By default, if your iOS app uses Apple's Networking classes (e.g URLSession or NSURLConnection) or using popular Networking libraries (e.g Alamofire and AFNetworking) to make an HTTP Request, Atlantis will work **OUT OF THE BOX**.
9797

9898
However, if your app doesn't use any one of them, Atlantis is not able to automatically capture the network traffic.

Sources/Atlantis.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public final class Atlantis: NSObject {
5454
/// Build version of Atlantis
5555
/// It's essential for Proxyman to known if it's compatible with this version
5656
/// Instead of receving the number from the info.plist, we should hardcode here because the info file doesn't exist in SPM
57-
public static let buildVersion: String = "1.3.0"
57+
public static let buildVersion: String = "1.4.0"
5858

5959
/// Start Swizzle all network functions and monitoring the traffic
6060
/// It also starts looking Bonjour network from Proxyman app.

atlantis-proxyman.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "atlantis-proxyman"
3-
spec.version = "1.3.0"
3+
spec.version = "1.4.0"
44
spec.summary = "A little and powerful iOS framework for intercepting HTTP/HTTPS Traffic"
55
spec.description = <<-DESC
66
A little and powerful iOS framework for intercepting HTTP/HTTPS Traffic from your app. No more messing around with proxy, certificate config.

0 commit comments

Comments
 (0)