Skip to content

Commit ca1c3c9

Browse files
committed
Repo cleanup
1 parent e2d6e78 commit ca1c3c9

11 files changed

Lines changed: 17 additions & 42 deletions

File tree

.travis.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

Credits.rtf

Lines changed: 0 additions & 1 deletion
This file was deleted.

Icons/ManDrakeAppIcon1024.png

-21 Bytes
Loading

ManDrake.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@
207207
F4AFF3C8223EEC9100024B12 /* NSTask+Description.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSTask+Description.h"; sourceTree = "<group>"; };
208208
F4AFF3C9223EEC9100024B12 /* NSTask+Description.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSTask+Description.m"; sourceTree = "<group>"; };
209209
F4B7D9F7251004BE0025A779 /* cat2html */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = cat2html; sourceTree = "<group>"; };
210-
F4FD5CA11C4D74F900C8D155 /* make_icons.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = make_icons.sh; sourceTree = "<group>"; };
210+
F4DB1A062ECF2BFE00D16F98 /* TODO.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = TODO.md; sourceTree = "<group>"; };
211+
F4FD5CA11C4D74F900C8D155 /* make_iconset.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = make_iconset.sh; sourceTree = "<group>"; };
211212
F4FD5CA41C4D74F900C8D155 /* ManDrakeAppIcon1024.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ManDrakeAppIcon1024.png; sourceTree = "<group>"; };
212213
/* End PBXFileReference section */
213214

@@ -235,6 +236,7 @@
235236
F486410C20CAE25D007E2BB6 /* LICENSE.txt */,
236237
F45AFBE01C53D53300953D8F /* License.html */,
237238
F42AA7DA1C4EC5D0007E0ACE /* README.md */,
239+
F4DB1A062ECF2BFE00D16F98 /* TODO.md */,
238240
);
239241
name = Documentation;
240242
sourceTree = "<group>";
@@ -414,7 +416,7 @@
414416
isa = PBXGroup;
415417
children = (
416418
F430565C2EC1E08800360103 /* Old */,
417-
F4FD5CA11C4D74F900C8D155 /* make_icons.sh */,
419+
F4FD5CA11C4D74F900C8D155 /* make_iconset.sh */,
418420
F4FD5CA41C4D74F900C8D155 /* ManDrakeAppIcon1024.png */,
419421
);
420422
path = Icons;

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[![macOS](https://img.shields.io/badge/macOS-000000?style=flat&logo=apple&logoColor=white)]()
1+
[![macOS](https://img.shields.io/badge/macOS-000000?style=flat&logo=apple&logoColor=white)](https://en.wikipedia.org/wiki/MacOS)
22
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
3-
[![Language](https://img.shields.io/badge/language-objective--c-lightgrey)]()
4-
[![Release](https://shields.io/github/v/release/sveinbjornt/mandrake?display_name=tag)]()
5-
[![Build](https://github.com/sveinbjornt/mandrake/actions/workflows/macos.yml/badge.svg)]()
3+
[![Language](https://img.shields.io/badge/language-objective--c-lightgrey)](https://en.wikipedia.org/wiki/Objective-C)
4+
[![Release](https://shields.io/github/v/release/sveinbjornt/mandrake?display_name=tag)](https://github.com/sveinbjornt/ManDrake/releases)
5+
[![Build](https://github.com/sveinbjornt/mandrake/actions/workflows/macos.yml/badge.svg)](https://github.com/sveinbjornt/mandrake/actions)
66

77
<img align="right" src="images/mandrake_icon.png" style="float: right; margin-left: 30px; width:192px; height:192px;" alt="ManDrake Application Icon" width="192" height="192">
88

@@ -18,7 +18,7 @@ Long story short, many years ago I was sick of writing man pages in an endless c
1818

1919
ManDrake is free, open source software released under a BSD license. If you find it useful, feel free to [**make a donation.**](https://sveinbjorn.org/donations)
2020

21-
* [**⬇ Download ManDrake 3.3.1**](http://sveinbjorn.org/files/software/mandrake/ManDrake-3.3.1.zip) (~3.6 MB, ARM/Intel 64-bit, 13.0 or later, Developer ID signed and notarized)
21+
* [**⬇ Download ManDrake 3.3.1**](http://sveinbjorn.org/files/software/mandrake/ManDrake-3.3.1.zip) (~3.6 MB, ARM/Intel 64-bit, macOS 13.0 or later, Developer ID signed and notarized)
2222

2323
To learn more about the `mandoc` man page format:
2424

Sparkle/update_appcast.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
#!/bin/sh
22

3-
scp ManDrakeAppcast.xml sveinbjorn@sveinbjorn.org:/www/sveinbjorn/html/files/appcasts/ManDrakeAppcast.xml
3+
USER="$1"
4+
5+
scp ManDrakeAppcast.xml $USER@sveinbjorn.org:/www/sveinbjorn/html/files/appcasts/ManDrakeAppcast.xml

TODO.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# TODO for ManDrake
2+
3+
* Update Sparkle to latest version & get rid of SUPublicDSAKeyFile
4+
* Update document icon settings to use OS-generated ones
5+
* Update old screenshots

images/mandrake_captain.jpg

-44 Bytes
Loading

images/mandrake_icon.png

-16.9 KB
Loading

0 commit comments

Comments
 (0)