This commit is contained in:
2025-10-29 15:02:37 +08:00
parent 11b25241bf
commit 7fd084e529
2 changed files with 6 additions and 0 deletions

View File

@@ -545,10 +545,14 @@
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-keyBoard/Pods-keyBoard-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
inputPaths = (
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-keyBoard/Pods-keyBoard-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-keyBoard/Pods-keyBoard-frameworks.sh\"\n";

View File

@@ -18,6 +18,8 @@
/// 项目
#import "BaseNavigationController.h"
#import "BaseTableView.h"
#import "BaseCell.h"