forked from IJHack/QtPass
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
44 changed files
with
3,802 additions
and
452 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,13 @@ | ||
qtpass.pro.user | ||
Makefile | ||
debian/qtpass* | ||
debian/files | ||
build-stamp | ||
qtpass | ||
QtPass.* | ||
qtpass.pro.user | ||
qtpass.xcodeproj/project.xcworkspace/xcuserdata/* | ||
qtpass.xcodeproj/xcuserdata/* | ||
qtpass.xcworkspace/xcuserdata/* | ||
.DS_Store | ||
.qmake.stash | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>NSPrincipalClass</key> | ||
<string>NSApplication</string> | ||
<key>CFBundleDisplayName</key> | ||
<string>QtPass @SHORT_VERSION@</string> | ||
<key>CFBundleIconFile</key> | ||
<string>icon.icns</string> | ||
<key>CFBundlePackageType</key> | ||
<string>APPL</string> | ||
<key>CFBundleGetInfoString</key> | ||
<string>@SHORT_VERSION@</string> | ||
<key>NSHumanReadableCopyright</key> | ||
<string>Copyright © 2014-2015 IJhack | ||
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 the Free Software Foundation, either version 3 of the License, or (at your option) any later version.</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>@SHORT_VERSION@</string> | ||
<key>CFBundleSignature</key> | ||
<string>@TYPEINFO@</string> | ||
<key>CFBundleExecutable</key> | ||
<string>@EXECUTABLE@</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.ijhack.QtPass</string> | ||
<key>NOTE</key> | ||
<string>QtPass is a multi-platform GUI for pass</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"title": "QtPass", | ||
"icon": "artwork/icon.icns", | ||
"background": "artwork/icon.png", | ||
"icon-size": 80, | ||
"contents": [ | ||
{ "x": 64, "y": 64, "type": "file", "path": "QtPass.app" }, | ||
{ "x": 448, "y": 64, "type": "link", "path": "/Applications" }, | ||
{ "x": 64, "y": 448, "type": "file", "path": "README.rtf" }, | ||
{ "x": 448, "y": 448, "type": "file", "path": "LICENSE" } | ||
] | ||
} |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
debian/changelog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.