Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.

Commit 1142fa0

Browse files
author
Cai⚡️
committed
Build 566
* Fix the Save menu. (#4)
1 parent f092af7 commit 1142fa0

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
otx
22
===
33

4-
[![Author](https://img.shields.io/badge/Author-Zhi--Wei_Cai-red.svg?style=flat-square)](http://vox.vg/) ![Build](https://img.shields.io/badge/Build-565-green.svg?style=flat-square) ![SDK](https://img.shields.io/badge/SDK-10.9-yellow.svg?style=flat-square) ![License](https://img.shields.io/badge/License-Public-blue.svg?style=flat-square)
4+
[![Author](https://img.shields.io/badge/Author-Zhi--Wei_Cai-red.svg?style=flat-square)](http://vox.vg/) ![Build](https://img.shields.io/badge/Build-566-green.svg?style=flat-square) ![SDK](https://img.shields.io/badge/SDK-10.9-yellow.svg?style=flat-square) ![License](https://img.shields.io/badge/License-Public-blue.svg?style=flat-square)
55

66
The Mach-O disassembler.
77

@@ -24,6 +24,10 @@ Following changes has been made:
2424
Changelog
2525
---------
2626

27+
Build 566:
28+
29+
* Fix the Save menu. (#4)
30+
2731
Build 565:
2832

2933
* Fix the Open menu. (#3)

src/English.lproj/MainMenu.nib/designable.nib

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-14 Bytes
Binary file not shown.

src/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<key>CFBundleSignature</key>
4747
<string>ot++</string>
4848
<key>CFBundleVersion</key>
49-
<string>565</string>
49+
<string>566</string>
5050
<key>LSApplicationCategoryType</key>
5151
<string>public.app-category.developer-tools</string>
5252
<key>NSHumanReadableCopyright</key>

src/otx.xcodeproj/project.pbxproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
55E1267E14DE58BB003B4A16 /* ObjcTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 55E1267C14DE46F3003B4A16 /* ObjcTypes.m */; };
3535
8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 29B97318FDCFA39411CA2CEA /* MainMenu.nib */; };
3636
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
37-
B72DD5AF1912B1DD00D009C5 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = B72DD5AE1912B1DD00D009C5 /* README.md */; };
3837
B738E51D1912A5E8002AB41B /* ObjcTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 55E1267C14DE46F3003B4A16 /* ObjcTypes.m */; };
3938
E145F6D30B437F5900615A16 /* SmoothViewAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = E145F6D20B437F5900615A16 /* SmoothViewAnimation.m */; };
4039
E182007209AE4CD800584B07 /* AppController.m in Sources */ = {isa = PBXBuildFile; fileRef = E182007009AE4CD800584B07 /* AppController.m */; };
@@ -120,7 +119,7 @@
120119
E13539900A68185500CBDDE5 /* AppController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AppController.h; path = source/AppController.h; sourceTree = "<group>"; };
121120
E145F6D10B437F5900615A16 /* SmoothViewAnimation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SmoothViewAnimation.h; path = source/SmoothViewAnimation.h; sourceTree = "<group>"; };
122121
E145F6D20B437F5900615A16 /* SmoothViewAnimation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SmoothViewAnimation.m; path = source/SmoothViewAnimation.m; sourceTree = "<group>"; };
123-
E182007009AE4CD800584B07 /* AppController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AppController.m; path = source/AppController.m; sourceTree = "<group>"; wrapsLines = 0; };
122+
E182007009AE4CD800584B07 /* AppController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppController.m; path = source/AppController.m; sourceTree = "<group>"; wrapsLines = 0; };
124123
E1978C6B0AC603A40096EE62 /* English */ = {isa = PBXFileReference; lastKnownFileType = folder; name = English; path = English.lproj/Help; sourceTree = "<group>"; };
125124
E1AD98A40B57311B00E56D96 /* DropBox.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = DropBox.h; path = source/DropBox.h; sourceTree = "<group>"; };
126125
E1AD98A50B57311B00E56D96 /* DropBox.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = DropBox.m; path = source/DropBox.m; sourceTree = "<group>"; };
@@ -436,7 +435,6 @@
436435
8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */,
437436
25A62F060C38A86C00B08D38 /* App Icon.icns in Resources */,
438437
25A62EFF0C38A7C500B08D38 /* Main Window Background.tif in Resources */,
439-
B72DD5AF1912B1DD00D009C5 /* README.md in Resources */,
440438
25A62EFE0C38A7C500B08D38 /* Prefs General Icon.tif in Resources */,
441439
25A62EFD0C38A7C500B08D38 /* Prefs Output Icon.tif in Resources */,
442440
E1978C9E0AC603A40096EE62 /* Help in Resources */,

src/source/AppController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ - (IBAction)attemptToProcessFile: (id)sender
403403
if (iOutputFilePath)
404404
[iOutputFilePath release];
405405

406-
iOutputFilePath = [[thePanel URL] absoluteString];
406+
iOutputFilePath = [[thePanel URL] path];
407407
}
408408
else
409409
{

0 commit comments

Comments
 (0)