修复Xcode项目文件中的组名引用

- 更新PBXFileSystemSynchronizedRootGroup名称: test1 → Bitcoin-Monitoring
- 更新productName为Bitcoin-Monitoring
- 修复Xcode中显示红色目录名称的问题
This commit is contained in:
ZhangLei
2025-11-02 22:09:42 +08:00
parent 6383047f9b
commit 0e6869ee08

View File

@@ -11,9 +11,9 @@
/* End PBXFileReference section */
/* Begin PBXFileSystemSynchronizedRootGroup section */
4E9410722EB09F90003658CB /* test1 */ = {
4E9410722EB09F90003658CB /* Bitcoin-Monitoring */ = {
isa = PBXFileSystemSynchronizedRootGroup;
path = test1;
path = "Bitcoin-Monitoring";
sourceTree = "<group>";
};
/* End PBXFileSystemSynchronizedRootGroup section */
@@ -32,7 +32,7 @@
4E9410672EB09F90003658CB = {
isa = PBXGroup;
children = (
4E9410722EB09F90003658CB /* test1 */,
4E9410722EB09F90003658CB /* Bitcoin-Monitoring */,
4E9410712EB09F90003658CB /* Products */,
);
sourceTree = "<group>";
@@ -61,12 +61,12 @@
dependencies = (
);
fileSystemSynchronizedGroups = (
4E9410722EB09F90003658CB /* test1 */,
4E9410722EB09F90003658CB /* Bitcoin-Monitoring */,
);
name = "Bitcoin Monitoring";
packageProductDependencies = (
);
productName = test1;
productName = "Bitcoin-Monitoring";
productReference = 4E9410702EB09F90003658CB /* Bitcoin Monitoring.app */;
productType = "com.apple.product-type.application";
};