Skip to content

Commit d2cbfa5

Browse files
committed
更新文档
1 parent 26f8377 commit d2cbfa5

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

README renamed to README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
```
12
_____ .__ ____________ ____.__
23
/ \ _____ ____ | |__ \_____ \ \ / /|__| ______ _ __
34
/ \ / \\__ \ _/ ___\| | \ / | \ Y / | |/ __ \ \/ \/ /
45
/ Y \/ __ \\ \___| Y \/ | \ / | \ ___/\ /
56
\____|__ (____ /\___ >___| /\_______ /\___/ |__|\___ >\/\_/
67
\/ \/ \/ \/ \/ \/
7-
8+
```
89
A fork from MachOView to update and fix some bugs, mostly Mountain Lion & iOS 6 related.
910
Also some small changes to the original behaviour.
1011

@@ -65,6 +66,8 @@ fG!
6566
6667
```
6768

68-
**注:已生成一个可直接安装的pkg(Version:2.5.9276)文件,无需再自行编译,[点此下载MachOView]()**
69+
**注:已生成一个可直接安装的pkg(Version:2.5.9276)文件,无需再自行编译,[点此下载MachOView](https://github.com/mythkiven/MachOView/raw/master/MachOView%202019-08-15%2001-08-07/MachOView.pkg)**
70+
71+
**md5:d218e9a42e2e891b47f205f4bcdc388f **
6972

70-
**md5: sha1:**
73+
**sha1:7cb343666b4995c2d64781259a6a0522888c6498**

machoview.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
/* Begin PBXBuildFile section */
1010
1836DADD23043885001D848A /* libc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 1836DADC23043885001D848A /* libc++.tbd */; };
1111
1836DB0023044721001D848A /* MKDragView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1836DAFF23044721001D848A /* MKDragView.m */; };
12+
1836DB02230478B3001D848A /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 1836DB01230478B2001D848A /* README.md */; };
1213
256AC3DA0F4B6AC300CF3369 /* AppController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 256AC3D90F4B6AC300CF3369 /* AppController.mm */; };
13-
3C0ADEB0169CD42600DA428E /* README in CopyFiles */ = {isa = PBXBuildFile; fileRef = 3CE90DFC11F6107600543402 /* README */; };
1414
3C0F958411F6589D0070A2FE /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3C0F957E11F6589D0070A2FE /* InfoPlist.strings */; };
1515
3C0F958511F6589D0070A2FE /* Layout.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3C0F958011F6589D0070A2FE /* Layout.xib */; };
1616
3C0F958611F6589D0070A2FE /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3C0F958211F6589D0070A2FE /* MainMenu.xib */; };
@@ -72,7 +72,6 @@
7272
dstPath = "";
7373
dstSubfolderSpec = 16;
7474
files = (
75-
3C0ADEB0169CD42600DA428E /* README in CopyFiles */,
7675
);
7776
runOnlyForDeploymentPostprocessing = 0;
7877
};
@@ -83,6 +82,7 @@
8382
1836DADC23043885001D848A /* libc++.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.tbd"; path = "usr/lib/libc++.tbd"; sourceTree = SDKROOT; };
8483
1836DAFE23044721001D848A /* MKDragView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MKDragView.h; sourceTree = "<group>"; };
8584
1836DAFF23044721001D848A /* MKDragView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MKDragView.m; sourceTree = "<group>"; };
85+
1836DB01230478B2001D848A /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
8686
256AC3D80F4B6AC300CF3369 /* AppController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppController.h; sourceTree = "<group>"; };
8787
256AC3D90F4B6AC300CF3369 /* AppController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = AppController.mm; sourceTree = "<group>"; };
8888
256AC3F00F4B6AF500CF3369 /* Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Prefix.pch; sourceTree = "<group>"; };
@@ -136,7 +136,6 @@
136136
3CE90DB511F60B6900543402 /* LinkEdit.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = LinkEdit.mm; sourceTree = "<group>"; };
137137
3CE90DED11F60D4F00543402 /* Exceptions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Exceptions.h; sourceTree = "<group>"; };
138138
3CE90DEE11F60D5A00543402 /* Exceptions.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = Exceptions.mm; sourceTree = "<group>"; };
139-
3CE90DFC11F6107600543402 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
140139
3CF22E90144C8FC600380071 /* ObjC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ObjC.h; sourceTree = "<group>"; };
141140
3CF22E91144C8FC600380071 /* ObjC.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = ObjC.mm; sourceTree = "<group>"; };
142141
3CF9779C11C77A23004CD74C /* DataController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DataController.h; sourceTree = "<group>"; };
@@ -304,7 +303,7 @@
304303
29B97314FDCFA39411CA2CEA /* Mach-O Browser */ = {
305304
isa = PBXGroup;
306305
children = (
307-
3CE90DFC11F6107600543402 /* README */,
306+
1836DB01230478B2001D848A /* README.md */,
308307
3C30845A11FDAF6F008A270F /* createdmg */,
309308
7B5E71DF19B6829F00843CCE /* capstone */,
310309
080E96DDFE201D6D7F000001 /* machoview */,
@@ -574,6 +573,7 @@
574573
3C0F958911F658BF0070A2FE /* greenApple.icns in Resources */,
575574
3C0F958A11F658BF0070A2FE /* redApple.icns in Resources */,
576575
3C3EC88F13B66E8900ECCDB2 /* Preferences.xib in Resources */,
576+
1836DB02230478B3001D848A /* README.md in Resources */,
577577
3C1163F113D5B88D007B4A6E /* stop.png in Resources */,
578578
3C46C84B1687DEE600212190 /* Credits.rtf in Resources */,
579579
);

0 commit comments

Comments
 (0)