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 6af05d1 commit bdb39eb
Show file tree
Hide file tree
Showing 39 changed files with 220 additions and 211 deletions.
10 changes: 5 additions & 5 deletions DDKitSwift-Netfox.podspec → DDKitSwift_Netfox.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'DDKitSwift-Netfox'
s.name = 'DDKitSwift_Netfox'
s.swift_version = '5.0'
s.version = '3.0.0'
s.version = '3.0.1'
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/DDKitSwift-Netfox'
s.homepage = 'https://github.com/DamonHu/DDKitSwift_Netfox'
s.authors = { 'ZXKitCode' => 'dong765@qq.com' }
s.source = { :git => "https://github.com/DamonHu/DDKitSwift-Netfox.git", :tag => s.version}
s.source = { :git => "https://github.com/DamonHu/DDKitSwift_Netfox.git", :tag => s.version}
s.requires_arc = true
s.ios.deployment_target = '11.0'
s.resource_bundles = {
Expand All @@ -15,5 +15,5 @@ s.resource_bundles = {
s.source_files = "pod/*.swift"
s.dependency 'netfox', '1.21.0'
s.dependency 'DDKitSwift/core', '~> 3.0.0'
s.documentation_url = 'https://github.com/ZXKitCode/DDKitSwift-Netfox'
s.documentation_url = 'https://github.com/DamonHu/DDKitSwift_Netfox'
end
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
4075584B14401FD984DC2231 /* 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>"; };
6EA9F66332AB8012BAB331C9 /* Pods_DDKitSwift_Netfox.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DDKitSwift_Netfox.framework; sourceTree = BUILT_PRODUCTS_DIR; };
787C14B8749F164B3E736929 /* 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>"; };
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 /* DDKitSwift-Netfox.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "DDKitSwift-Netfox.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>"; };
Expand Down Expand Up @@ -58,6 +60,8 @@
E18898D0600D75BA91CF8FC5 /* Pods-netfox-zxkit.release.xcconfig */,
B8DFD1ABEBDF91BA4ACD5F61 /* Pods-DDKitSwift-Netfox.debug.xcconfig */,
8E2CA20016EDE011159639AF /* Pods-DDKitSwift-Netfox.release.xcconfig */,
787C14B8749F164B3E736929 /* Pods-DDKitSwift_Netfox.debug.xcconfig */,
4075584B14401FD984DC2231 /* Pods-DDKitSwift_Netfox.release.xcconfig */,
);
path = Pods;
sourceTree = "<group>";
Expand All @@ -73,7 +77,7 @@
E4ADD4C126A29C38000BD07F = {
isa = PBXGroup;
children = (
E4ADD4CC26A29C38000BD07F /* DDKitSwift-Netfox */,
E4ADD4CC26A29C38000BD07F /* DDKitSwift_Netfox */,
E4ADD4CB26A29C38000BD07F /* Products */,
0CD0B536E92A2F0D6045FBFF /* Pods */,
3D3C94EADC2DA3BB7C6A4B9F /* Frameworks */,
Expand All @@ -83,12 +87,12 @@
E4ADD4CB26A29C38000BD07F /* Products */ = {
isa = PBXGroup;
children = (
E4ADD4CA26A29C38000BD07F /* DDKitSwift-Netfox.app */,
E4ADD4CA26A29C38000BD07F /* DDKitSwift_Netfox.app */,
);
name = Products;
sourceTree = "<group>";
};
E4ADD4CC26A29C38000BD07F /* DDKitSwift-Netfox */ = {
E4ADD4CC26A29C38000BD07F /* DDKitSwift_Netfox */ = {
isa = PBXGroup;
children = (
E4ADD4E126A29E3F000BD07F /* pod */,
Expand All @@ -100,7 +104,7 @@
E4ADD4D826A29C3B000BD07F /* LaunchScreen.storyboard */,
E4ADD4DB26A29C3B000BD07F /* Info.plist */,
);
path = "DDKitSwift-Netfox";
path = DDKitSwift_Netfox;
sourceTree = "<group>";
};
E4ADD4E126A29E3F000BD07F /* pod */ = {
Expand Down Expand Up @@ -133,9 +137,9 @@
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
E4ADD4C926A29C38000BD07F /* DDKitSwift-Netfox */ = {
E4ADD4C926A29C38000BD07F /* DDKitSwift_Netfox */ = {
isa = PBXNativeTarget;
buildConfigurationList = E4ADD4DE26A29C3B000BD07F /* Build configuration list for PBXNativeTarget "DDKitSwift-Netfox" */;
buildConfigurationList = E4ADD4DE26A29C3B000BD07F /* Build configuration list for PBXNativeTarget "DDKitSwift_Netfox" */;
buildPhases = (
DF0D68020569058627016BCA /* [CP] Check Pods Manifest.lock */,
E4ADD4C626A29C38000BD07F /* Sources */,
Expand All @@ -147,9 +151,9 @@
);
dependencies = (
);
name = "DDKitSwift-Netfox";
name = DDKitSwift_Netfox;
productName = "netfox-zxkit";
productReference = E4ADD4CA26A29C38000BD07F /* DDKitSwift-Netfox.app */;
productReference = E4ADD4CA26A29C38000BD07F /* DDKitSwift_Netfox.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
Expand All @@ -166,7 +170,7 @@
};
};
};
buildConfigurationList = E4ADD4C526A29C38000BD07F /* Build configuration list for PBXProject "DDKitSwift-Netfox" */;
buildConfigurationList = E4ADD4C526A29C38000BD07F /* Build configuration list for PBXProject "DDKitSwift_Netfox" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
Expand All @@ -180,7 +184,7 @@
projectDirPath = "";
projectRoot = "";
targets = (
E4ADD4C926A29C38000BD07F /* DDKitSwift-Netfox */,
E4ADD4C926A29C38000BD07F /* DDKitSwift_Netfox */,
);
};
/* End PBXProject section */
Expand All @@ -207,15 +211,15 @@
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-DDKitSwift-Netfox/Pods-DDKitSwift-Netfox-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-DDKitSwift-Netfox/Pods-DDKitSwift-Netfox-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-DDKitSwift-Netfox/Pods-DDKitSwift-Netfox-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 @@ -233,7 +237,7 @@
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-DDKitSwift-Netfox-checkManifestLockResult.txt",
"$(DERIVED_FILE_DIR)/Pods-DDKitSwift_Netfox-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down Expand Up @@ -403,17 +407,17 @@
};
E4ADD4DF26A29C3B000BD07F /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = B8DFD1ABEBDF91BA4ACD5F61 /* Pods-DDKitSwift-Netfox.debug.xcconfig */;
baseConfigurationReference = 787C14B8749F164B3E736929 /* Pods-DDKitSwift_Netfox.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = "DDKitSwift-Netfox/Info.plist";
INFOPLIST_FILE = DDKitSwift_Netfox/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "com.lazypig.DDKitSwift-Netfox";
PRODUCT_BUNDLE_IDENTIFIER = com.lazypig.DDKitSwift_Netfox;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -422,17 +426,17 @@
};
E4ADD4E026A29C3B000BD07F /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 8E2CA20016EDE011159639AF /* Pods-DDKitSwift-Netfox.release.xcconfig */;
baseConfigurationReference = 4075584B14401FD984DC2231 /* Pods-DDKitSwift_Netfox.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = "DDKitSwift-Netfox/Info.plist";
INFOPLIST_FILE = DDKitSwift_Netfox/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "com.lazypig.DDKitSwift-Netfox";
PRODUCT_BUNDLE_IDENTIFIER = com.lazypig.DDKitSwift_Netfox;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -442,7 +446,7 @@
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
E4ADD4C526A29C38000BD07F /* Build configuration list for PBXProject "DDKitSwift-Netfox" */ = {
E4ADD4C526A29C38000BD07F /* Build configuration list for PBXProject "DDKitSwift_Netfox" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E4ADD4DC26A29C3B000BD07F /* Debug */,
Expand All @@ -451,7 +455,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E4ADD4DE26A29C3B000BD07F /* Build configuration list for PBXNativeTarget "DDKitSwift-Netfox" */ = {
E4ADD4DE26A29C3B000BD07F /* Build configuration list for PBXNativeTarget "DDKitSwift_Netfox" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E4ADD4DF26A29C3B000BD07F /* Debug */,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
<key>orderHint</key>
<integer>7</integer>
</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>
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
// DDKitSwift-Netfox
// 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
// DDKitSwift-Netfox
// DDKitSwift_Netfox
//
// Created by Damon on 2021/7/17.
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// ViewController.swift
// DDKitSwift-Netfox
// DDKitSwift_Netfox
//
// Created by Damon on 2021/7/17.
//
Expand Down
4 changes: 2 additions & 2 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 'DDKitSwift-Netfox' do
target 'DDKitSwift_Netfox' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

# Pods for DDKitSwift-Netfox
# Pods for DDKitSwift_Netfox
pod 'netfox', '~> 1.21.0'
pod 'DDKitSwift/core', '~> 3.0.0'
end
2 changes: 1 addition & 1 deletion example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ SPEC CHECKSUMS:
DDUtils: 56b14d305b574751a3e5336717a6dfd56dd2c58c
netfox: 9d5cc727fe7576c4c7688a2504618a156b7d44b7

PODFILE CHECKSUM: 238c855ba3ca3eaa269370530b9691c2704e94f8
PODFILE CHECKSUM: 8ab6561c69055934080fee1e09d26f785d31b497

COCOAPODS: 1.15.2
2 changes: 1 addition & 1 deletion example/Pods/Manifest.lock

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

Loading

0 comments on commit bdb39eb

Please sign in to comment.