Skip to content

Commit 95432ec

Browse files
committed
更改文件结构
1 parent b50025a commit 95432ec

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

load/load.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
9B8E43CB1C5F6E40002ABEBC /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B8E43CA1C5F6E40002ABEBC /* main.m */; };
1111
9B8E43D31C5F6E78002ABEBC /* Parent.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B8E43D21C5F6E78002ABEBC /* Parent.m */; };
1212
9B8E43D61C5F6E7E002ABEBC /* Child.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B8E43D51C5F6E7E002ABEBC /* Child.m */; };
13-
9B8E43D91C5F7070002ABEBC /* Other.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B8E43D81C5F7070002ABEBC /* Other.m */; };
13+
9B8E43DC1C5F94E2002ABEBC /* Other.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B8E43DA1C5F94E2002ABEBC /* Other.m */; };
1414
/* End PBXBuildFile section */
1515

1616
/* Begin PBXCopyFilesBuildPhase section */
@@ -32,8 +32,8 @@
3232
9B8E43D21C5F6E78002ABEBC /* Parent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Parent.m; sourceTree = "<group>"; };
3333
9B8E43D41C5F6E7E002ABEBC /* Child.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Child.h; sourceTree = "<group>"; };
3434
9B8E43D51C5F6E7E002ABEBC /* Child.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Child.m; sourceTree = "<group>"; };
35-
9B8E43D71C5F7070002ABEBC /* Other.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Other.h; path = ../Other.h; sourceTree = "<group>"; };
36-
9B8E43D81C5F7070002ABEBC /* Other.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Other.m; path = ../Other.m; sourceTree = "<group>"; };
35+
9B8E43DA1C5F94E2002ABEBC /* Other.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Other.m; sourceTree = "<group>"; };
36+
9B8E43DB1C5F94E2002ABEBC /* Other.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Other.h; sourceTree = "<group>"; };
3737
/* End PBXFileReference section */
3838

3939
/* Begin PBXFrameworksBuildPhase section */
@@ -66,9 +66,9 @@
6666
9B8E43C91C5F6E40002ABEBC /* load */ = {
6767
isa = PBXGroup;
6868
children = (
69+
9B8E43DA1C5F94E2002ABEBC /* Other.m */,
70+
9B8E43DB1C5F94E2002ABEBC /* Other.h */,
6971
9B8E43CA1C5F6E40002ABEBC /* main.m */,
70-
9B8E43D71C5F7070002ABEBC /* Other.h */,
71-
9B8E43D81C5F7070002ABEBC /* Other.m */,
7272
9B8E43D11C5F6E78002ABEBC /* Parent.h */,
7373
9B8E43D21C5F6E78002ABEBC /* Parent.m */,
7474
9B8E43D41C5F6E7E002ABEBC /* Child.h */,
@@ -136,7 +136,7 @@
136136
9B8E43CB1C5F6E40002ABEBC /* main.m in Sources */,
137137
9B8E43D61C5F6E7E002ABEBC /* Child.m in Sources */,
138138
9B8E43D31C5F6E78002ABEBC /* Parent.m in Sources */,
139-
9B8E43D91C5F7070002ABEBC /* Other.m in Sources */,
139+
9B8E43DC1C5F94E2002ABEBC /* Other.m in Sources */,
140140
);
141141
runOnlyForDeploymentPostprocessing = 0;
142142
};
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)