Skip to content

Commit a1944dd

Browse files
committed
修改pch
1 parent 31f2db1 commit a1944dd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Coding_iOS.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2407,7 +2407,7 @@
24072407
923399771C00BFC700F29E04 /* ShopOderCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ShopOderCell.m; sourceTree = "<group>"; };
24082408
923399791C00C55600F29E04 /* ShopOrderModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ShopOrderModel.h; sourceTree = "<group>"; };
24092409
9233997A1C00C55600F29E04 /* ShopOrderModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ShopOrderModel.m; sourceTree = "<group>"; };
2410-
92448F141C15652900159790 /* Coding_liaoyp_iOS-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Coding_liaoyp_iOS-Prefix.pch"; sourceTree = "<group>"; };
2410+
92448F141C15652900159790 /* Coding_iOS-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Coding_iOS-Prefix.pch"; sourceTree = "<group>"; };
24112411
926C04391C019CD3004937D8 /* ShopOrder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ShopOrder.h; sourceTree = "<group>"; };
24122412
926C043A1C019CD3004937D8 /* ShopOrder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ShopOrder.m; sourceTree = "<group>"; };
24132413
926C043C1C01A212004937D8 /* ShopOrderListView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ShopOrderListView.h; sourceTree = "<group>"; };
@@ -4062,7 +4062,7 @@
40624062
8EA6CF1319E240C40076D59C /* Coding_iOS */ = {
40634063
isa = PBXGroup;
40644064
children = (
4065-
92448F141C15652900159790 /* Coding_liaoyp_iOS-Prefix.pch */,
4065+
92448F141C15652900159790 /* Coding_iOS-Prefix.pch */,
40664066
8EA6CFC619E240C40076D59C /* main.m */,
40674067
8EA6CF1519E240C40076D59C /* AppDelegate.h */,
40684068
8EA6CF1619E240C40076D59C /* AppDelegate.m */,
@@ -6327,7 +6327,7 @@
63276327
);
63286328
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
63296329
GCC_PRECOMPILE_PREFIX_HEADER = YES;
6330-
GCC_PREFIX_HEADER = "Coding_iOS/Coding_liaoyp_iOS-Prefix.pch";
6330+
GCC_PREFIX_HEADER = "Coding_iOS/Coding_iOS-Prefix.pch";
63316331
HEADER_SEARCH_PATHS = (
63326332
"$(inherited)",
63336333
/usr/include/libxml2,
@@ -6366,7 +6366,7 @@
63666366
);
63676367
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
63686368
GCC_PRECOMPILE_PREFIX_HEADER = YES;
6369-
GCC_PREFIX_HEADER = "Coding_iOS/Coding_liaoyp_iOS-Prefix.pch";
6369+
GCC_PREFIX_HEADER = "Coding_iOS/Coding_iOS-Prefix.pch";
63706370
HEADER_SEARCH_PATHS = (
63716371
"$(inherited)",
63726372
/usr/include/libxml2,

0 commit comments

Comments
 (0)