Skip to content

Commit d918263

Browse files
committed
Bump 1.2.0
1 parent c844311 commit d918263

File tree

4 files changed

+28
-26
lines changed

4 files changed

+28
-26
lines changed
Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
23
<plist version="1.0">
34
<dict>
4-
<key>CFBundleDevelopmentRegion</key>
5-
<string>en</string>
6-
<key>CFBundleExecutable</key>
7-
<string>$(EXECUTABLE_NAME)</string>
8-
<key>CFBundleIdentifier</key>
9-
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
10-
<key>CFBundleInfoDictionaryVersion</key>
11-
<string>6.0</string>
12-
<key>CFBundleName</key>
13-
<string>$(PRODUCT_NAME)</string>
14-
<key>CFBundlePackageType</key>
15-
<string>FMWK</string>
16-
<key>CFBundleShortVersionString</key>
17-
<string>1.1.0</string>
18-
<key>CFBundleSignature</key>
19-
<string>????</string>
20-
<key>CFBundleVersion</key>
21-
<string>$(CURRENT_PROJECT_VERSION)</string>
22-
<key>NSPrincipalClass</key>
23-
<string></string>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>en</string>
7+
<key>CFBundleExecutable</key>
8+
<string>$(EXECUTABLE_NAME)</string>
9+
<key>CFBundleIdentifier</key>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
11+
<key>CFBundleInfoDictionaryVersion</key>
12+
<string>6.0</string>
13+
<key>CFBundleName</key>
14+
<string>$(PRODUCT_NAME)</string>
15+
<key>CFBundlePackageType</key>
16+
<string>FMWK</string>
17+
<key>CFBundleShortVersionString</key>
18+
<string>$(MARKETING_VERSION)</string>
19+
<key>CFBundleSignature</key>
20+
<string>????</string>
21+
<key>CFBundleVersion</key>
22+
<string>$(CURRENT_PROJECT_VERSION)</string>
23+
<key>NSPrincipalClass</key>
24+
<string></string>
2425
</dict>
2526
</plist>

Atlantis.xcodeproj/project.pbxproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
/* End PBXContainerItemProxy section */
5757

5858
/* Begin PBXFileReference section */
59-
"Atlantis::Atlantis::Product" /* Atlantis.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Atlantis.framework; sourceTree = BUILT_PRODUCTS_DIR; };
59+
"Atlantis::Atlantis::Product" /* Atlantis.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Atlantis.framework; sourceTree = BUILT_PRODUCTS_DIR; };
6060
"Atlantis::AtlantisTests::Product" /* AtlantisTests.xctest */ = {isa = PBXFileReference; lastKnownFileType = file; path = AtlantisTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
6161
OBJ_10 /* DataCompression.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DataCompression.swift; sourceTree = "<group>"; };
6262
OBJ_11 /* DispatchQueue+Once.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "DispatchQueue+Once.swift"; sourceTree = "<group>"; };
@@ -125,7 +125,7 @@
125125
name = Products;
126126
sourceTree = BUILT_PRODUCTS_DIR;
127127
};
128-
OBJ_5 /* */ = {
128+
OBJ_5 = {
129129
isa = PBXGroup;
130130
children = (
131131
OBJ_6 /* Package.swift */,
@@ -139,7 +139,6 @@
139139
OBJ_30 /* README.md */,
140140
OBJ_31 /* atlantis-proxyman.podspec */,
141141
);
142-
name = "";
143142
sourceTree = "<group>";
144143
};
145144
OBJ_7 /* Sources */ = {
@@ -227,7 +226,7 @@
227226
knownRegions = (
228227
en,
229228
);
230-
mainGroup = OBJ_5 /* */;
229+
mainGroup = OBJ_5;
231230
productRefGroup = OBJ_23 /* Products */;
232231
projectDirPath = "";
233232
projectRoot = "";
@@ -334,6 +333,7 @@
334333
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
335334
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
336335
MACOSX_DEPLOYMENT_TARGET = 10.12;
336+
MARKETING_VERSION = 1.2.0;
337337
OTHER_CFLAGS = "$(inherited)";
338338
OTHER_LDFLAGS = "$(inherited)";
339339
OTHER_SWIFT_FLAGS = "$(inherited)";
@@ -362,6 +362,7 @@
362362
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
363363
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
364364
MACOSX_DEPLOYMENT_TARGET = 10.12;
365+
MARKETING_VERSION = 1.2.0;
365366
OTHER_CFLAGS = "$(inherited)";
366367
OTHER_LDFLAGS = "$(inherited)";
367368
OTHER_SWIFT_FLAGS = "$(inherited)";

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.1.0"
57+
public static let buildVersion: String = "1.2.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.1.0"
3+
spec.version = "1.2.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)