Skip to content

Commit 16808ff

Browse files
authored
Fix can't build the project. Bump 1.29.2 (#173)
1 parent 9614e4b commit 16808ff

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Atlantis.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
BA1EE6D52E32148000F6C4EE /* URLSessionTask+CurrentRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA1EE6D42E32148000F6C4EE /* URLSessionTask+CurrentRequest.swift */; };
1011
OBJ_35 /* Atlantis+Manual.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_8 /* Atlantis+Manual.swift */; };
1112
OBJ_36 /* Atlantis.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_9 /* Atlantis.swift */; };
1213
OBJ_37 /* AtlantisHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_10 /* AtlantisHelper.swift */; };
@@ -24,6 +25,7 @@
2425
/* End PBXBuildFile section */
2526

2627
/* Begin PBXFileReference section */
28+
BA1EE6D42E32148000F6C4EE /* URLSessionTask+CurrentRequest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "URLSessionTask+CurrentRequest.swift"; sourceTree = "<group>"; };
2729
OBJ_10 /* AtlantisHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtlantisHelper.swift; sourceTree = "<group>"; };
2830
OBJ_11 /* Configuration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Configuration.swift; sourceTree = "<group>"; };
2931
OBJ_12 /* DataCompression.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DataCompression.swift; sourceTree = "<group>"; };
@@ -105,6 +107,7 @@
105107
OBJ_18 /* Packages.swift */,
106108
OBJ_19 /* Runtime.swift */,
107109
OBJ_20 /* Transporter.swift */,
110+
BA1EE6D42E32148000F6C4EE /* URLSessionTask+CurrentRequest.swift */,
108111
);
109112
path = Sources;
110113
sourceTree = SOURCE_ROOT;
@@ -185,6 +188,7 @@
185188
OBJ_43 /* NetworkInjector.swift in Sources */,
186189
OBJ_44 /* PackageIdentifier.swift in Sources */,
187190
OBJ_45 /* Packages.swift in Sources */,
191+
BA1EE6D52E32148000F6C4EE /* URLSessionTask+CurrentRequest.swift in Sources */,
188192
OBJ_46 /* Runtime.swift in Sources */,
189193
OBJ_47 /* Transporter.swift in Sources */,
190194
);

Sources/Atlantis.swift

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

8484
/// Start Swizzle all network functions and monitoring the traffic
8585
/// 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.29.1"
3+
spec.version = "1.29.2"
44
spec.summary = "A iOS framework for intercepting HTTP/HTTPS Traffic without Proxy and Certificate config"
55
spec.description = <<-DESC
66
✅ A iOS framework (Developed and Maintained by Proxyman Team) for intercepting HTTP/HTTPS Traffic from your app. No more messing around with proxy, certificate config.

0 commit comments

Comments
 (0)