Skip to content

Commit b6bf048

Browse files
committed
rename
1 parent 4b0430d commit b6bf048

38 files changed

+34
-894
lines changed

example/ZXKitFPS.xcodeproj/project.pbxproj renamed to example/DDKitFPS.xcodeproj/project.pbxproj

Lines changed: 21 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -7,71 +7,56 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
4B7C8042161BE5E6409F9B10 /* Pods_ZXKitFPS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6CBD97C3DCB7778C1B86AAE6 /* Pods_ZXKitFPS.framework */; };
1110
E4AC95E32637F976001FC322 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4AC95E22637F976001FC322 /* AppDelegate.swift */; };
1211
E4AC95E52637F976001FC322 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4AC95E42637F976001FC322 /* SceneDelegate.swift */; };
1312
E4AC95E72637F976001FC322 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4AC95E62637F976001FC322 /* ViewController.swift */; };
1413
E4AC95EA2637F976001FC322 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E4AC95E82637F976001FC322 /* Main.storyboard */; };
1514
E4AC95EC2637F97B001FC322 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E4AC95EB2637F97B001FC322 /* Assets.xcassets */; };
1615
E4AC95EF2637F97B001FC322 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E4AC95ED2637F97B001FC322 /* LaunchScreen.storyboard */; };
17-
E4AC95F926380400001FC322 /* ZXKitFPS.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4AC95F8263803FF001FC322 /* ZXKitFPS.swift */; };
16+
E4AC95F926380400001FC322 /* DDKitFPS.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4AC95F8263803FF001FC322 /* DDKitFPS.swift */; };
1817
/* End PBXBuildFile section */
1918

2019
/* Begin PBXFileReference section */
21-
30AA5A1B4D5EF05193E63461 /* Pods-ZXKitFPS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ZXKitFPS.debug.xcconfig"; path = "Target Support Files/Pods-ZXKitFPS/Pods-ZXKitFPS.debug.xcconfig"; sourceTree = "<group>"; };
22-
6CBD97C3DCB7778C1B86AAE6 /* Pods_ZXKitFPS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ZXKitFPS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
23-
A7264BEDCCFA0B88CD9318C2 /* Pods-ZXKitFPS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ZXKitFPS.release.xcconfig"; path = "Target Support Files/Pods-ZXKitFPS/Pods-ZXKitFPS.release.xcconfig"; sourceTree = "<group>"; };
24-
E4AC95DF2637F976001FC322 /* ZXKitFPS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ZXKitFPS.app; sourceTree = BUILT_PRODUCTS_DIR; };
20+
E4AC95DF2637F976001FC322 /* DDKitFPS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DDKitFPS.app; sourceTree = BUILT_PRODUCTS_DIR; };
2521
E4AC95E22637F976001FC322 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
2622
E4AC95E42637F976001FC322 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
2723
E4AC95E62637F976001FC322 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
2824
E4AC95E92637F976001FC322 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
2925
E4AC95EB2637F97B001FC322 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
3026
E4AC95EE2637F97B001FC322 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
3127
E4AC95F02637F97B001FC322 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
32-
E4AC95F8263803FF001FC322 /* ZXKitFPS.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZXKitFPS.swift; sourceTree = "<group>"; };
28+
E4AC95F8263803FF001FC322 /* DDKitFPS.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DDKitFPS.swift; sourceTree = "<group>"; };
3329
/* End PBXFileReference section */
3430

3531
/* Begin PBXFrameworksBuildPhase section */
3632
E4AC95DC2637F976001FC322 /* Frameworks */ = {
3733
isa = PBXFrameworksBuildPhase;
3834
buildActionMask = 2147483647;
3935
files = (
40-
4B7C8042161BE5E6409F9B10 /* Pods_ZXKitFPS.framework in Frameworks */,
4136
);
4237
runOnlyForDeploymentPostprocessing = 0;
4338
};
4439
/* End PBXFrameworksBuildPhase section */
4540

4641
/* Begin PBXGroup section */
47-
7C25341D2C062415A69F6652 /* Pods */ = {
48-
isa = PBXGroup;
49-
children = (
50-
30AA5A1B4D5EF05193E63461 /* Pods-ZXKitFPS.debug.xcconfig */,
51-
A7264BEDCCFA0B88CD9318C2 /* Pods-ZXKitFPS.release.xcconfig */,
52-
);
53-
path = Pods;
54-
sourceTree = "<group>";
55-
};
5642
E4AC95D62637F976001FC322 = {
5743
isa = PBXGroup;
5844
children = (
59-
E4AC95E12637F976001FC322 /* ZXKitFPS */,
45+
E4AC95E12637F976001FC322 /* DDKitFPS */,
6046
E4AC95E02637F976001FC322 /* Products */,
61-
7C25341D2C062415A69F6652 /* Pods */,
6247
F3AD8C1B152D0218522A5EB1 /* Frameworks */,
6348
);
6449
sourceTree = "<group>";
6550
};
6651
E4AC95E02637F976001FC322 /* Products */ = {
6752
isa = PBXGroup;
6853
children = (
69-
E4AC95DF2637F976001FC322 /* ZXKitFPS.app */,
54+
E4AC95DF2637F976001FC322 /* DDKitFPS.app */,
7055
);
7156
name = Products;
7257
sourceTree = "<group>";
7358
};
74-
E4AC95E12637F976001FC322 /* ZXKitFPS */ = {
59+
E4AC95E12637F976001FC322 /* DDKitFPS */ = {
7560
isa = PBXGroup;
7661
children = (
7762
E4AC95F72637FF45001FC322 /* pod */,
@@ -83,13 +68,13 @@
8368
E4AC95ED2637F97B001FC322 /* LaunchScreen.storyboard */,
8469
E4AC95F02637F97B001FC322 /* Info.plist */,
8570
);
86-
path = ZXKitFPS;
71+
path = DDKitFPS;
8772
sourceTree = "<group>";
8873
};
8974
E4AC95F72637FF45001FC322 /* pod */ = {
9075
isa = PBXGroup;
9176
children = (
92-
E4AC95F8263803FF001FC322 /* ZXKitFPS.swift */,
77+
E4AC95F8263803FF001FC322 /* DDKitFPS.swift */,
9378
);
9479
name = pod;
9580
path = ../../pod;
@@ -98,19 +83,17 @@
9883
F3AD8C1B152D0218522A5EB1 /* Frameworks */ = {
9984
isa = PBXGroup;
10085
children = (
101-
6CBD97C3DCB7778C1B86AAE6 /* Pods_ZXKitFPS.framework */,
10286
);
10387
name = Frameworks;
10488
sourceTree = "<group>";
10589
};
10690
/* End PBXGroup section */
10791

10892
/* Begin PBXNativeTarget section */
109-
E4AC95DE2637F976001FC322 /* ZXKitFPS */ = {
93+
E4AC95DE2637F976001FC322 /* DDKitFPS */ = {
11094
isa = PBXNativeTarget;
111-
buildConfigurationList = E4AC95F32637F97B001FC322 /* Build configuration list for PBXNativeTarget "ZXKitFPS" */;
95+
buildConfigurationList = E4AC95F32637F97B001FC322 /* Build configuration list for PBXNativeTarget "DDKitFPS" */;
11296
buildPhases = (
113-
04B214C4011C89EB71C04A0A /* [CP] Check Pods Manifest.lock */,
11497
E4AC95DB2637F976001FC322 /* Sources */,
11598
E4AC95DC2637F976001FC322 /* Frameworks */,
11699
E4AC95DD2637F976001FC322 /* Resources */,
@@ -119,9 +102,9 @@
119102
);
120103
dependencies = (
121104
);
122-
name = ZXKitFPS;
105+
name = DDKitFPS;
123106
productName = ZXKitFPS;
124-
productReference = E4AC95DF2637F976001FC322 /* ZXKitFPS.app */;
107+
productReference = E4AC95DF2637F976001FC322 /* DDKitFPS.app */;
125108
productType = "com.apple.product-type.application";
126109
};
127110
/* End PBXNativeTarget section */
@@ -138,7 +121,7 @@
138121
};
139122
};
140123
};
141-
buildConfigurationList = E4AC95DA2637F976001FC322 /* Build configuration list for PBXProject "ZXKitFPS" */;
124+
buildConfigurationList = E4AC95DA2637F976001FC322 /* Build configuration list for PBXProject "DDKitFPS" */;
142125
compatibilityVersion = "Xcode 9.3";
143126
developmentRegion = en;
144127
hasScannedForEncodings = 0;
@@ -151,7 +134,7 @@
151134
projectDirPath = "";
152135
projectRoot = "";
153136
targets = (
154-
E4AC95DE2637F976001FC322 /* ZXKitFPS */,
137+
E4AC95DE2637F976001FC322 /* DDKitFPS */,
155138
);
156139
};
157140
/* End PBXProject section */
@@ -169,37 +152,12 @@
169152
};
170153
/* End PBXResourcesBuildPhase section */
171154

172-
/* Begin PBXShellScriptBuildPhase section */
173-
04B214C4011C89EB71C04A0A /* [CP] Check Pods Manifest.lock */ = {
174-
isa = PBXShellScriptBuildPhase;
175-
buildActionMask = 2147483647;
176-
files = (
177-
);
178-
inputFileListPaths = (
179-
);
180-
inputPaths = (
181-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
182-
"${PODS_ROOT}/Manifest.lock",
183-
);
184-
name = "[CP] Check Pods Manifest.lock";
185-
outputFileListPaths = (
186-
);
187-
outputPaths = (
188-
"$(DERIVED_FILE_DIR)/Pods-ZXKitFPS-checkManifestLockResult.txt",
189-
);
190-
runOnlyForDeploymentPostprocessing = 0;
191-
shellPath = /bin/sh;
192-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
193-
showEnvVarsInLog = 0;
194-
};
195-
/* End PBXShellScriptBuildPhase section */
196-
197155
/* Begin PBXSourcesBuildPhase section */
198156
E4AC95DB2637F976001FC322 /* Sources */ = {
199157
isa = PBXSourcesBuildPhase;
200158
buildActionMask = 2147483647;
201159
files = (
202-
E4AC95F926380400001FC322 /* ZXKitFPS.swift in Sources */,
160+
E4AC95F926380400001FC322 /* DDKitFPS.swift in Sources */,
203161
E4AC95E72637F976001FC322 /* ViewController.swift in Sources */,
204162
E4AC95E32637F976001FC322 /* AppDelegate.swift in Sources */,
205163
E4AC95E52637F976001FC322 /* SceneDelegate.swift in Sources */,
@@ -346,17 +304,16 @@
346304
};
347305
E4AC95F42637F97B001FC322 /* Debug */ = {
348306
isa = XCBuildConfiguration;
349-
baseConfigurationReference = 30AA5A1B4D5EF05193E63461 /* Pods-ZXKitFPS.debug.xcconfig */;
350307
buildSettings = {
351308
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
352309
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
353310
CODE_SIGN_STYLE = Automatic;
354-
INFOPLIST_FILE = ZXKitFPS/Info.plist;
311+
INFOPLIST_FILE = DDKitFPS/Info.plist;
355312
LD_RUNPATH_SEARCH_PATHS = (
356313
"$(inherited)",
357314
"@executable_path/Frameworks",
358315
);
359-
PRODUCT_BUNDLE_IDENTIFIER = com.lazypig.ZXKitFPS;
316+
PRODUCT_BUNDLE_IDENTIFIER = com.lazypig.DDKitFPS;
360317
PRODUCT_NAME = "$(TARGET_NAME)";
361318
SWIFT_VERSION = 5.0;
362319
TARGETED_DEVICE_FAMILY = "1,2";
@@ -365,17 +322,16 @@
365322
};
366323
E4AC95F52637F97B001FC322 /* Release */ = {
367324
isa = XCBuildConfiguration;
368-
baseConfigurationReference = A7264BEDCCFA0B88CD9318C2 /* Pods-ZXKitFPS.release.xcconfig */;
369325
buildSettings = {
370326
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
371327
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
372328
CODE_SIGN_STYLE = Automatic;
373-
INFOPLIST_FILE = ZXKitFPS/Info.plist;
329+
INFOPLIST_FILE = DDKitFPS/Info.plist;
374330
LD_RUNPATH_SEARCH_PATHS = (
375331
"$(inherited)",
376332
"@executable_path/Frameworks",
377333
);
378-
PRODUCT_BUNDLE_IDENTIFIER = com.lazypig.ZXKitFPS;
334+
PRODUCT_BUNDLE_IDENTIFIER = com.lazypig.DDKitFPS;
379335
PRODUCT_NAME = "$(TARGET_NAME)";
380336
SWIFT_VERSION = 5.0;
381337
TARGETED_DEVICE_FAMILY = "1,2";
@@ -385,7 +341,7 @@
385341
/* End XCBuildConfiguration section */
386342

387343
/* Begin XCConfigurationList section */
388-
E4AC95DA2637F976001FC322 /* Build configuration list for PBXProject "ZXKitFPS" */ = {
344+
E4AC95DA2637F976001FC322 /* Build configuration list for PBXProject "DDKitFPS" */ = {
389345
isa = XCConfigurationList;
390346
buildConfigurations = (
391347
E4AC95F12637F97B001FC322 /* Debug */,
@@ -394,7 +350,7 @@
394350
defaultConfigurationIsVisible = 0;
395351
defaultConfigurationName = Release;
396352
};
397-
E4AC95F32637F97B001FC322 /* Build configuration list for PBXNativeTarget "ZXKitFPS" */ = {
353+
E4AC95F32637F97B001FC322 /* Build configuration list for PBXNativeTarget "DDKitFPS" */ = {
398354
isa = XCConfigurationList;
399355
buildConfigurations = (
400356
E4AC95F42637F97B001FC322 /* Debug */,

example/ZXKitFPS.xcodeproj/project.xcworkspace/contents.xcworkspacedata renamed to example/DDKitFPS.xcodeproj/project.xcworkspace/contents.xcworkspacedata

File renamed without changes.

example/ZXKitFPS.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist renamed to example/DDKitFPS.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

File renamed without changes.

example/ZXKitFPS.xcodeproj/xcuserdata/damon.xcuserdatad/xcschemes/xcschememanagement.plist renamed to example/DDKitFPS.xcodeproj/xcuserdata/damon.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
<dict>
55
<key>SchemeUserState</key>
66
<dict>
7+
<key>DDKitFPS.xcscheme_^#shared#^_</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
712
<key>ZXKitFPS.xcscheme_^#shared#^_</key>
813
<dict>
914
<key>orderHint</key>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// AppDelegate.swift
3-
// ZXKitFPS
3+
// DDKitFPS
44
//
55
// Created by Damon on 2021/4/27.
66
//

example/ZXKitFPS/Assets.xcassets/AccentColor.colorset/Contents.json renamed to example/DDKitFPS/Assets.xcassets/AccentColor.colorset/Contents.json

File renamed without changes.

example/ZXKitFPS/Assets.xcassets/AppIcon.appiconset/Contents.json renamed to example/DDKitFPS/Assets.xcassets/AppIcon.appiconset/Contents.json

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)