Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonHu committed May 28, 2024
1 parent fbaece1 commit 05bfc79
Show file tree
Hide file tree
Showing 207 changed files with 2,686 additions and 16,920 deletions.
6 changes: 3 additions & 3 deletions netfox-zxkit.podspec → DDKitSwift-Netfox.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'netfox-zxkit'
s.name = 'DDKitSwift-Netfox'
s.swift_version = '5.0'
s.version = '2.0.0'
s.version = '3.0.0'
s.license= { :type => "MIT", :file => "LICENSE" }
s.summary = 'a quick look on all executed network requests performed by netfox'
s.homepage = 'https://github.com/DamonHu/netfox-zxkit'
Expand All @@ -14,6 +14,6 @@ s.resource_bundles = {
}
s.source_files = "pod/zxkit/*.swift"
s.dependency 'netfox', '1.21.0'
s.dependency 'ZXKitCore', '~> 2.0.0'
s.dependency 'DDKitSwift/core', '~> 3.0.0'
s.documentation_url = 'https://blog.hudongdong.com/ios/1169.html'
end
Original file line number Diff line number Diff line change
Expand Up @@ -3,46 +3,48 @@
archiveVersion = 1;
classes = {
};
objectVersion = 51;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
6027F7B2179819CDEAA74C09 /* Pods_netfox_zxkit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91733194141C773D771F9CA /* Pods_netfox_zxkit.framework */; };
391B23491D933141DF197B29 /* Pods_DDKitSwift_Netfox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6EA9F66332AB8012BAB331C9 /* Pods_DDKitSwift_Netfox.framework */; };
E4ADD4CE26A29C38000BD07F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4ADD4CD26A29C38000BD07F /* AppDelegate.swift */; };
E4ADD4D026A29C38000BD07F /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4ADD4CF26A29C38000BD07F /* SceneDelegate.swift */; };
E4ADD4D226A29C38000BD07F /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4ADD4D126A29C38000BD07F /* ViewController.swift */; };
E4ADD4D526A29C38000BD07F /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E4ADD4D326A29C38000BD07F /* Main.storyboard */; };
E4ADD4D726A29C3B000BD07F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E4ADD4D626A29C3B000BD07F /* Assets.xcassets */; };
E4ADD4DA26A29C3B000BD07F /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E4ADD4D826A29C3B000BD07F /* LaunchScreen.storyboard */; };
E4ADD4E426A29E75000BD07F /* NetFox+zxkit.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4ADD4E326A29E75000BD07F /* NetFox+zxkit.swift */; };
E4ADD4E426A29E75000BD07F /* NetFox+DDkitSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4ADD4E326A29E75000BD07F /* NetFox+DDkitSwift.swift */; };
E4ADD4E726A2A077000BD07F /* netfox_logo.png in Resources */ = {isa = PBXBuildFile; fileRef = E4ADD4E626A2A077000BD07F /* netfox_logo.png */; };
E4ADD4EC26A2A1CA000BD07F /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = E4ADD4E926A2A1C9000BD07F /* Localizable.strings */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
6EA9F66332AB8012BAB331C9 /* Pods_DDKitSwift_Netfox.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DDKitSwift_Netfox.framework; sourceTree = BUILT_PRODUCTS_DIR; };
8E2CA20016EDE011159639AF /* Pods-DDKitSwift-Netfox.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DDKitSwift-Netfox.release.xcconfig"; path = "Target Support Files/Pods-DDKitSwift-Netfox/Pods-DDKitSwift-Netfox.release.xcconfig"; sourceTree = "<group>"; };
B8DFD1ABEBDF91BA4ACD5F61 /* Pods-DDKitSwift-Netfox.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DDKitSwift-Netfox.debug.xcconfig"; path = "Target Support Files/Pods-DDKitSwift-Netfox/Pods-DDKitSwift-Netfox.debug.xcconfig"; sourceTree = "<group>"; };
E18898D0600D75BA91CF8FC5 /* Pods-netfox-zxkit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-netfox-zxkit.release.xcconfig"; path = "Target Support Files/Pods-netfox-zxkit/Pods-netfox-zxkit.release.xcconfig"; sourceTree = "<group>"; };
E4ADD4CA26A29C38000BD07F /* netfox-zxkit.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "netfox-zxkit.app"; sourceTree = BUILT_PRODUCTS_DIR; };
E4ADD4CA26A29C38000BD07F /* DDKitSwift-Netfox.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "DDKitSwift-Netfox.app"; sourceTree = BUILT_PRODUCTS_DIR; };
E4ADD4CD26A29C38000BD07F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
E4ADD4CF26A29C38000BD07F /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
E4ADD4D126A29C38000BD07F /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
E4ADD4D426A29C38000BD07F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
E4ADD4D626A29C3B000BD07F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
E4ADD4D926A29C3B000BD07F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
E4ADD4DB26A29C3B000BD07F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
E4ADD4E326A29E75000BD07F /* NetFox+zxkit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NetFox+zxkit.swift"; sourceTree = "<group>"; };
E4ADD4E326A29E75000BD07F /* NetFox+DDkitSwift.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NetFox+DDkitSwift.swift"; sourceTree = "<group>"; };
E4ADD4E626A2A077000BD07F /* netfox_logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = netfox_logo.png; sourceTree = "<group>"; };
E4ADD4EA26A2A1C9000BD07F /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
E4ADD4EB26A2A1CA000BD07F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
EA49D478A1A34EB3EB0CCE8F /* Pods-netfox-zxkit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-netfox-zxkit.debug.xcconfig"; path = "Target Support Files/Pods-netfox-zxkit/Pods-netfox-zxkit.debug.xcconfig"; sourceTree = "<group>"; };
F91733194141C773D771F9CA /* Pods_netfox_zxkit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_netfox_zxkit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
E4ADD4C726A29C38000BD07F /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
6027F7B2179819CDEAA74C09 /* Pods_netfox_zxkit.framework in Frameworks */,
391B23491D933141DF197B29 /* Pods_DDKitSwift_Netfox.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -54,22 +56,24 @@
children = (
EA49D478A1A34EB3EB0CCE8F /* Pods-netfox-zxkit.debug.xcconfig */,
E18898D0600D75BA91CF8FC5 /* Pods-netfox-zxkit.release.xcconfig */,
B8DFD1ABEBDF91BA4ACD5F61 /* Pods-DDKitSwift-Netfox.debug.xcconfig */,
8E2CA20016EDE011159639AF /* Pods-DDKitSwift-Netfox.release.xcconfig */,
);
path = Pods;
sourceTree = "<group>";
};
3D3C94EADC2DA3BB7C6A4B9F /* Frameworks */ = {
isa = PBXGroup;
children = (
F91733194141C773D771F9CA /* Pods_netfox_zxkit.framework */,
6EA9F66332AB8012BAB331C9 /* Pods_DDKitSwift_Netfox.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
E4ADD4C126A29C38000BD07F = {
isa = PBXGroup;
children = (
E4ADD4CC26A29C38000BD07F /* netfox-zxkit */,
E4ADD4CC26A29C38000BD07F /* DDKitSwift-Netfox */,
E4ADD4CB26A29C38000BD07F /* Products */,
0CD0B536E92A2F0D6045FBFF /* Pods */,
3D3C94EADC2DA3BB7C6A4B9F /* Frameworks */,
Expand All @@ -79,12 +83,12 @@
E4ADD4CB26A29C38000BD07F /* Products */ = {
isa = PBXGroup;
children = (
E4ADD4CA26A29C38000BD07F /* netfox-zxkit.app */,
E4ADD4CA26A29C38000BD07F /* DDKitSwift-Netfox.app */,
);
name = Products;
sourceTree = "<group>";
};
E4ADD4CC26A29C38000BD07F /* netfox-zxkit */ = {
E4ADD4CC26A29C38000BD07F /* DDKitSwift-Netfox */ = {
isa = PBXGroup;
children = (
E4ADD4E126A29E3F000BD07F /* pod */,
Expand All @@ -96,7 +100,7 @@
E4ADD4D826A29C3B000BD07F /* LaunchScreen.storyboard */,
E4ADD4DB26A29C3B000BD07F /* Info.plist */,
);
path = "netfox-zxkit";
path = "DDKitSwift-Netfox";
sourceTree = "<group>";
};
E4ADD4E126A29E3F000BD07F /* pod */ = {
Expand All @@ -112,7 +116,7 @@
E4ADD4E226A29E5A000BD07F /* zxkit */ = {
isa = PBXGroup;
children = (
E4ADD4E326A29E75000BD07F /* NetFox+zxkit.swift */,
E4ADD4E326A29E75000BD07F /* NetFox+DDkitSwift.swift */,
);
path = zxkit;
sourceTree = "<group>";
Expand All @@ -137,9 +141,9 @@
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
E4ADD4C926A29C38000BD07F /* netfox-zxkit */ = {
E4ADD4C926A29C38000BD07F /* DDKitSwift-Netfox */ = {
isa = PBXNativeTarget;
buildConfigurationList = E4ADD4DE26A29C3B000BD07F /* Build configuration list for PBXNativeTarget "netfox-zxkit" */;
buildConfigurationList = E4ADD4DE26A29C3B000BD07F /* Build configuration list for PBXNativeTarget "DDKitSwift-Netfox" */;
buildPhases = (
DF0D68020569058627016BCA /* [CP] Check Pods Manifest.lock */,
E4ADD4C626A29C38000BD07F /* Sources */,
Expand All @@ -151,9 +155,9 @@
);
dependencies = (
);
name = "netfox-zxkit";
name = "DDKitSwift-Netfox";
productName = "netfox-zxkit";
productReference = E4ADD4CA26A29C38000BD07F /* netfox-zxkit.app */;
productReference = E4ADD4CA26A29C38000BD07F /* DDKitSwift-Netfox.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
Expand All @@ -170,7 +174,7 @@
};
};
};
buildConfigurationList = E4ADD4C526A29C38000BD07F /* Build configuration list for PBXProject "netfox-zxkit" */;
buildConfigurationList = E4ADD4C526A29C38000BD07F /* Build configuration list for PBXProject "DDKitSwift-Netfox" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
Expand All @@ -184,7 +188,7 @@
projectDirPath = "";
projectRoot = "";
targets = (
E4ADD4C926A29C38000BD07F /* netfox-zxkit */,
E4ADD4C926A29C38000BD07F /* DDKitSwift-Netfox */,
);
};
/* End PBXProject section */
Expand All @@ -211,15 +215,15 @@
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-netfox-zxkit/Pods-netfox-zxkit-frameworks-${CONFIGURATION}-input-files.xcfilelist",
"${PODS_ROOT}/Target Support Files/Pods-DDKitSwift-Netfox/Pods-DDKitSwift-Netfox-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-netfox-zxkit/Pods-netfox-zxkit-frameworks-${CONFIGURATION}-output-files.xcfilelist",
"${PODS_ROOT}/Target Support Files/Pods-DDKitSwift-Netfox/Pods-DDKitSwift-Netfox-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-netfox-zxkit/Pods-netfox-zxkit-frameworks.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-DDKitSwift-Netfox/Pods-DDKitSwift-Netfox-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
DF0D68020569058627016BCA /* [CP] Check Pods Manifest.lock */ = {
Expand All @@ -237,7 +241,7 @@
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-netfox-zxkit-checkManifestLockResult.txt",
"$(DERIVED_FILE_DIR)/Pods-DDKitSwift-Netfox-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand All @@ -253,7 +257,7 @@
files = (
E4ADD4D226A29C38000BD07F /* ViewController.swift in Sources */,
E4ADD4CE26A29C38000BD07F /* AppDelegate.swift in Sources */,
E4ADD4E426A29E75000BD07F /* NetFox+zxkit.swift in Sources */,
E4ADD4E426A29E75000BD07F /* NetFox+DDkitSwift.swift in Sources */,
E4ADD4D026A29C38000BD07F /* SceneDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -407,17 +411,17 @@
};
E4ADD4DF26A29C3B000BD07F /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = EA49D478A1A34EB3EB0CCE8F /* Pods-netfox-zxkit.debug.xcconfig */;
baseConfigurationReference = B8DFD1ABEBDF91BA4ACD5F61 /* Pods-DDKitSwift-Netfox.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = "netfox-zxkit/Info.plist";
INFOPLIST_FILE = "DDKitSwift-Netfox/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "com.lazypig.netfox-zxkit";
PRODUCT_BUNDLE_IDENTIFIER = "com.lazypig.DDKitSwift-Netfox";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -426,17 +430,17 @@
};
E4ADD4E026A29C3B000BD07F /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = E18898D0600D75BA91CF8FC5 /* Pods-netfox-zxkit.release.xcconfig */;
baseConfigurationReference = 8E2CA20016EDE011159639AF /* Pods-DDKitSwift-Netfox.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = "netfox-zxkit/Info.plist";
INFOPLIST_FILE = "DDKitSwift-Netfox/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "com.lazypig.netfox-zxkit";
PRODUCT_BUNDLE_IDENTIFIER = "com.lazypig.DDKitSwift-Netfox";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -446,7 +450,7 @@
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
E4ADD4C526A29C38000BD07F /* Build configuration list for PBXProject "netfox-zxkit" */ = {
E4ADD4C526A29C38000BD07F /* Build configuration list for PBXProject "DDKitSwift-Netfox" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E4ADD4DC26A29C3B000BD07F /* Debug */,
Expand All @@ -455,7 +459,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E4ADD4DE26A29C3B000BD07F /* Build configuration list for PBXNativeTarget "netfox-zxkit" */ = {
E4ADD4DE26A29C3B000BD07F /* Build configuration list for PBXNativeTarget "DDKitSwift-Netfox" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E4ADD4DF26A29C3B000BD07F /* Debug */,
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@
<dict>
<key>SchemeUserState</key>
<dict>
<key>DDKitSwift-Netfox.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>7</integer>
</dict>
<key>netfox-zxkit.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>8</integer>
<integer>0</integer>
</dict>
</dict>
</dict>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// AppDelegate.swift
// netfox-zxkit
// DDKitSwift-Netfox
//
// Created by Damon on 2021/7/17.
//
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SceneDelegate.swift
// netfox-zxkit
// DDKitSwift-Netfox
//
// Created by Damon on 2021/7/17.
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
//
// ViewController.swift
// netfox-zxkit
// DDKitSwift-Netfox
//
// Created by Damon on 2021/7/17.
//

import UIKit
import ZXKitCore
import ZXKitUtil
import DDKitSwift
import DDUtils

class ViewController: UIViewController {
let fox = NetFoxZXKit()
override func viewDidLoad() {
super.viewDidLoad()
ZXKit.regist(plugin: fox)
DDKitSwift.regist(plugin: fox)

view.addSubview(mLeftButton)
view.addSubview(mRightButton)
Expand Down Expand Up @@ -41,7 +41,7 @@ class ViewController: UIViewController {

extension ViewController {
@objc func _show() {
ZXKit.show()
DDKitSwift.show()
}

@objc func _request() {
Expand Down
6 changes: 3 additions & 3 deletions example/Podfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'netfox-zxkit' do
target 'DDKitSwift-Netfox' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

# Pods for netfox-zxkit
# Pods for DDKitSwift-Netfox
pod 'netfox', '~> 1.21.0'
pod 'ZXKitCore', '~> 2.0.0'
pod 'DDKitSwift/core', '~> 3.0.0'
end
Loading

0 comments on commit 05bfc79

Please sign in to comment.