From d918263f93dd00a001e9c558645387fd1221ac2c Mon Sep 17 00:00:00 2001 From: Nghia Tran Date: Wed, 4 Nov 2020 21:03:09 +0700 Subject: [PATCH] Bump 1.2.0 --- Atlantis.xcodeproj/Atlantis_Info.plist | 41 +++++++++++++------------- Atlantis.xcodeproj/project.pbxproj | 9 +++--- Sources/Atlantis.swift | 2 +- atlantis-proxyman.podspec | 2 +- 4 files changed, 28 insertions(+), 26 deletions(-) diff --git a/Atlantis.xcodeproj/Atlantis_Info.plist b/Atlantis.xcodeproj/Atlantis_Info.plist index 8ade88b..ca23c84 100644 --- a/Atlantis.xcodeproj/Atlantis_Info.plist +++ b/Atlantis.xcodeproj/Atlantis_Info.plist @@ -1,25 +1,26 @@ + - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.1.0 - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + $(MARKETING_VERSION) + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + diff --git a/Atlantis.xcodeproj/project.pbxproj b/Atlantis.xcodeproj/project.pbxproj index 0da6e72..b96d9b6 100644 --- a/Atlantis.xcodeproj/project.pbxproj +++ b/Atlantis.xcodeproj/project.pbxproj @@ -56,7 +56,7 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - "Atlantis::Atlantis::Product" /* Atlantis.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Atlantis.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + "Atlantis::Atlantis::Product" /* Atlantis.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Atlantis.framework; sourceTree = BUILT_PRODUCTS_DIR; }; "Atlantis::AtlantisTests::Product" /* AtlantisTests.xctest */ = {isa = PBXFileReference; lastKnownFileType = file; path = AtlantisTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; OBJ_10 /* DataCompression.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DataCompression.swift; sourceTree = ""; }; OBJ_11 /* DispatchQueue+Once.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "DispatchQueue+Once.swift"; sourceTree = ""; }; @@ -125,7 +125,7 @@ name = Products; sourceTree = BUILT_PRODUCTS_DIR; }; - OBJ_5 /* */ = { + OBJ_5 = { isa = PBXGroup; children = ( OBJ_6 /* Package.swift */, @@ -139,7 +139,6 @@ OBJ_30 /* README.md */, OBJ_31 /* atlantis-proxyman.podspec */, ); - name = ""; sourceTree = ""; }; OBJ_7 /* Sources */ = { @@ -227,7 +226,7 @@ knownRegions = ( en, ); - mainGroup = OBJ_5 /* */; + mainGroup = OBJ_5; productRefGroup = OBJ_23 /* Products */; projectDirPath = ""; projectRoot = ""; @@ -334,6 +333,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; MACOSX_DEPLOYMENT_TARGET = 10.12; + MARKETING_VERSION = 1.2.0; OTHER_CFLAGS = "$(inherited)"; OTHER_LDFLAGS = "$(inherited)"; OTHER_SWIFT_FLAGS = "$(inherited)"; @@ -362,6 +362,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; MACOSX_DEPLOYMENT_TARGET = 10.12; + MARKETING_VERSION = 1.2.0; OTHER_CFLAGS = "$(inherited)"; OTHER_LDFLAGS = "$(inherited)"; OTHER_SWIFT_FLAGS = "$(inherited)"; diff --git a/Sources/Atlantis.swift b/Sources/Atlantis.swift index bb9b835..8001c53 100644 --- a/Sources/Atlantis.swift +++ b/Sources/Atlantis.swift @@ -54,7 +54,7 @@ public final class Atlantis: NSObject { /// Build version of Atlantis /// It's essential for Proxyman to known if it's compatible with this version /// Instead of receving the number from the info.plist, we should hardcode here because the info file doesn't exist in SPM - public static let buildVersion: String = "1.1.0" + public static let buildVersion: String = "1.2.0" /// Start Swizzle all network functions and monitoring the traffic /// It also starts looking Bonjour network from Proxyman app. diff --git a/atlantis-proxyman.podspec b/atlantis-proxyman.podspec index 10924dd..25d4919 100644 --- a/atlantis-proxyman.podspec +++ b/atlantis-proxyman.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "atlantis-proxyman" - spec.version = "1.1.0" + spec.version = "1.2.0" spec.summary = "A little and powerful iOS framework for intercepting HTTP/HTTPS Traffic" spec.description = <<-DESC A little and powerful iOS framework for intercepting HTTP/HTTPS Traffic from your app. No more messing around with proxy, certificate config.