mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 10:02:18 +00:00
Update organization in GitHub URL (#1105)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
MacPass, a KeePass compatible Password Manager for OS X
|
MacPass, a KeePass compatible Password Manager for OS X
|
||||||
Copyright (C) 2012-2016 Michael Starke, and all MacPass contributors
|
Copyright (C) 2012-2016 Michael Starke, and all MacPass contributors
|
||||||
A full list of contributors can be found at
|
A full list of contributors can be found at
|
||||||
<https://github.com/mstarke/MacPass/graphs/contributors>
|
<https://github.com/MacPass/MacPass/graphs/contributors>
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
\f1\b0 \cf2 macpassapp.org}}
|
\f1\b0 \cf2 macpassapp.org}}
|
||||||
\f1\b0 \cf3 \
|
\f1\b0 \cf3 \
|
||||||
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0
|
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0
|
||||||
{\field{\*\fldinst{HYPERLINK "https://github.com/mstarke/MacPass"}}{\fldrslt \cf3 MacPass}} \cf2 on GitHub.\
|
{\field{\*\fldinst{HYPERLINK "https://github.com/MacPass/MacPass"}}{\fldrslt \cf3 MacPass}} \cf2 on GitHub.\
|
||||||
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0
|
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0
|
||||||
|
|
||||||
\f0\b \cf2 \
|
\f0\b \cf2 \
|
||||||
|
|||||||
20
README.md
20
README.md
@@ -9,9 +9,9 @@ MacPass is an attempt to create a native macOS port of KeePass on a solid open s
|
|||||||
|
|
||||||
## Download
|
## Download
|
||||||
|
|
||||||
All pre-built releases can be found at [Github](https://github.com/mstarke/MacPass/releases).
|
All pre-built releases can be found at [Github](https://github.com/MacPass/MacPass/releases).
|
||||||
|
|
||||||
An unsigned build of the current continuous tag can be found here: [Continuous Build](https://github.com/mstarke/MacPass/releases/tag/continuous)
|
An unsigned build of the current continuous tag can be found here: [Continuous Build](https://github.com/MacPass/MacPass/releases/tag/continuous)
|
||||||
|
|
||||||
Due to the nature of the build it might be unstable, however this version contains all the latest changes and bug fixes!
|
Due to the nature of the build it might be unstable, however this version contains all the latest changes and bug fixes!
|
||||||
|
|
||||||
@@ -23,7 +23,7 @@ If you want to contribute by fixing a bug, adding a feature or improving localiz
|
|||||||
|
|
||||||
* Fetch the source of MacPass
|
* Fetch the source of MacPass
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/mstarke/MacPass --recursive
|
git clone https://github.com/MacPass/MacPass --recursive
|
||||||
```
|
```
|
||||||
* Install [Carthage](https://github.com/Carthage/Carthage#installing-carthage)
|
* Install [Carthage](https://github.com/Carthage/Carthage#installing-carthage)
|
||||||
* Install all Dependencies
|
* Install all Dependencies
|
||||||
@@ -31,13 +31,13 @@ git clone https://github.com/mstarke/MacPass --recursive
|
|||||||
cd MacPass
|
cd MacPass
|
||||||
carthage bootstrap --platform macOS
|
carthage bootstrap --platform macOS
|
||||||
```
|
```
|
||||||
After that you can build and run in Xcode. The following command will build and make the application available through Spotlight. If you run into signing issues take a look at [Issue #92](https://github.com/mstarke/MacPass/issues/92). Since Sparkle is disabled only on the CI build and in Debug mode, you have to explicitly disable it in Release. Otherwise warnings on unsecure updates will appear.
|
After that you can build and run in Xcode. The following command will build and make the application available through Spotlight. If you run into signing issues take a look at [Issue #92](https://github.com/MacPass/MacPass/issues/92). Since Sparkle is disabled only on the CI build and in Debug mode, you have to explicitly disable it in Release. Otherwise warnings on unsecure updates will appear.
|
||||||
|
|
||||||
xcodebuild -scheme MacPass -target MacPass -configuration Release CODE_SIGNING_REQUIRED=NO NO_SPARKLE=NO_SPARKLE
|
xcodebuild -scheme MacPass -target MacPass -configuration Release CODE_SIGNING_REQUIRED=NO NO_SPARKLE=NO_SPARKLE
|
||||||
|
|
||||||
## Help
|
## Help
|
||||||
|
|
||||||
Some questions might be answered in the [FAQ](https://github.com/mstarke/MacPass/wiki/FAQ)
|
Some questions might be answered in the [FAQ](https://github.com/MacPass/MacPass/wiki/FAQ)
|
||||||
|
|
||||||
Another place to look is the IRC channel [#macpass](irc://irc.freenode.org/macpass) on [irc.freenode.org](irc://irc.freenode.org)
|
Another place to look is the IRC channel [#macpass](irc://irc.freenode.org/macpass) on [irc.freenode.org](irc://irc.freenode.org)
|
||||||
|
|
||||||
@@ -50,13 +50,13 @@ Earlier versions of MacPass require macOS 10.8 Mountain Lion or later.
|
|||||||
|
|
||||||
## Status
|
## Status
|
||||||
|
|
||||||
The Status can be found on the dedicated [Wiki page](https://github.com/mstarke/MacPass/wiki/Status).
|
The Status can be found on the dedicated [Wiki page](https://github.com/MacPass/MacPass/wiki/Status).
|
||||||
|
|
||||||
## What does it look like?
|
## What does it look like?
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
More Screenshots in the [Wiki](https://github.com/mstarke/MacPass/wiki/Screenshots)
|
More Screenshots in the [Wiki](https://github.com/MacPass/MacPass/wiki/Screenshots)
|
||||||
|
|
||||||
## Alternatives
|
## Alternatives
|
||||||
|
|
||||||
@@ -69,7 +69,7 @@ More Screenshots in the [Wiki](https://github.com/mstarke/MacPass/wiki/Screensho
|
|||||||
## License
|
## License
|
||||||
|
|
||||||
MacPass, a KeePass compatible Password Manager for OS X
|
MacPass, a KeePass compatible Password Manager for OS X
|
||||||
Copyright (c) 2012-2017 Michael Starke (HicknHack Software GmbH) and all [MacPass contributors](https://github.com/mstarke/MacPass/graphs/contributors)
|
Copyright (c) 2012-2017 Michael Starke (HicknHack Software GmbH) and all [MacPass contributors](https://github.com/MacPass/MacPass/graphs/contributors)
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
@@ -92,7 +92,7 @@ For further details, take a look at the [explanation](https://www.fsf.org/news/2
|
|||||||
|
|
||||||
## Contributions
|
## Contributions
|
||||||
|
|
||||||
The following list might not be complete, please refer to [merged Pull Requests](https://github.com/mstarke/MacPass/pulls?utf8=✓&q=is%3Apr+is%3Aclosed+is%3Amerged) on GitHub for more details. Please open an issue if you think someone is missing from this list!
|
The following list might not be complete, please refer to [merged Pull Requests](https://github.com/MacPass/MacPass/pulls?utf8=✓&q=is%3Apr+is%3Aclosed+is%3Amerged) on GitHub for more details. Please open an issue if you think someone is missing from this list!
|
||||||
|
|
||||||
### Art
|
### Art
|
||||||
|
|
||||||
@@ -183,7 +183,7 @@ The following list might not be complete, please refer to [merged Pull Requests]
|
|||||||
|
|
||||||
This Project is based upon the following work:
|
This Project is based upon the following work:
|
||||||
|
|
||||||
[KeePassKit](https://github.com/mstarke/KeePassKit) Copyright 2012 HicknHack Software GmbH. All rights reserved.
|
[KeePassKit](https://github.com/MacPass/KeePassKit) Copyright 2012 HicknHack Software GmbH. All rights reserved.
|
||||||
[HNHUi](https://github.com/mstarke/HNHUi) Copyright 2012 HicknHack Software GmbH. All rights reserved.
|
[HNHUi](https://github.com/mstarke/HNHUi) Copyright 2012 HicknHack Software GmbH. All rights reserved.
|
||||||
[MiniKeePass](https://github.com/MiniKeePass/MiniKeePass) Copyright 2011 Jason Rush and John Flanagan. All rights reserved.
|
[MiniKeePass](https://github.com/MiniKeePass/MiniKeePass) Copyright 2011 Jason Rush and John Flanagan. All rights reserved.
|
||||||
[KeePass Database Library](https://github.com/mpowrie/KeePassLib) Copyright 2010 Qiang Yu. All rights reserved.
|
[KeePass Database Library](https://github.com/mpowrie/KeePassLib) Copyright 2010 Qiang Yu. All rights reserved.
|
||||||
|
|||||||
Reference in New Issue
Block a user