Skip to content

Commit c7ad093

Browse files
committed
[Build] Add README and Theos Makefile to Xcode viwer for editing convenience
1 parent a4e1e12 commit c7ad093

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

inject_decrypt.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
/* Begin PBXFileReference section */
2626
FA4179F922960F0F00B05B95 /* libinject_decrypt.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libinject_decrypt.a; sourceTree = BUILT_PRODUCTS_DIR; };
2727
FA4179FD22960F0F00B05B95 /* inject_decrypt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = inject_decrypt.c; sourceTree = "<group>"; };
28+
FA417A0522971FCC00B05B95 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = SOURCE_ROOT; };
29+
FA417A0622971FCC00B05B95 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = SOURCE_ROOT; };
2830
/* End PBXFileReference section */
2931

3032
/* Begin PBXFrameworksBuildPhase section */
@@ -58,6 +60,8 @@
5860
isa = PBXGroup;
5961
children = (
6062
FA4179FD22960F0F00B05B95 /* inject_decrypt.c */,
63+
FA417A0622971FCC00B05B95 /* Makefile */,
64+
FA417A0522971FCC00B05B95 /* README.md */,
6165
);
6266
path = inject_decrypt;
6367
sourceTree = "<group>";

0 commit comments

Comments
 (0)