Compare commits
2 Commits
0.7.3
...
0.5.2-alph
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e99e990b13 | ||
|
|
83d53c3dfb |
11
.gitignore
vendored
@@ -13,13 +13,4 @@ build/*
|
|||||||
xcuserdata
|
xcuserdata
|
||||||
profile
|
profile
|
||||||
*.moved-aside
|
*.moved-aside
|
||||||
Assets/MacPass Icons Grayscale V3.ai
|
|
||||||
Assets/MacPass Icons Grayscale V4.ai
|
|
||||||
MacPass.xcodeproj/xcshareddata/xcbaselines
|
|
||||||
Carthage
|
|
||||||
.DS_store
|
|
||||||
Docs/Acknowlegements/*.aux
|
|
||||||
Docs/Acknowlegements/*.fdb_latexmk
|
|
||||||
Docs/Acknowlegements/*.fls
|
|
||||||
Docs/Acknowlegements/*.log
|
|
||||||
Docs/Acknowlegements/*.synctex.gz
|
|
||||||
|
|||||||
15
.gitmodules
vendored
@@ -1,6 +1,21 @@
|
|||||||
|
[submodule "KissXML"]
|
||||||
|
path = KissXML
|
||||||
|
url = https://github.com/robbiehanson/KissXML.git
|
||||||
|
[submodule "HNHUi"]
|
||||||
|
path = HNHUi
|
||||||
|
url = https://mstarke@github.com/mstarke/HNHUi.git
|
||||||
|
[submodule "CocoaHTTPServer"]
|
||||||
|
path = CocoaHTTPServer
|
||||||
|
url = git://github.com/robbiehanson/CocoaHTTPServer.git
|
||||||
|
[submodule "KeePassKit"]
|
||||||
|
path = KeePassKit
|
||||||
|
url = https://mstarke@github.com/mstarke/KeePassKit
|
||||||
[submodule "DDHotKey"]
|
[submodule "DDHotKey"]
|
||||||
path = DDHotKey
|
path = DDHotKey
|
||||||
url = https://github.com/mstarke/DDHotKey.git
|
url = https://github.com/mstarke/DDHotKey.git
|
||||||
|
[submodule "Sparkle"]
|
||||||
|
path = Sparkle
|
||||||
|
url = https://github.com/mstarke/Sparkle.git
|
||||||
[submodule "TransformerKit"]
|
[submodule "TransformerKit"]
|
||||||
path = TransformerKit
|
path = TransformerKit
|
||||||
url = https://github.com/mattt/TransformerKit.git
|
url = https://github.com/mattt/TransformerKit.git
|
||||||
|
|||||||
31
.travis.yml
@@ -1,31 +0,0 @@
|
|||||||
osx_image: xcode8.3
|
|
||||||
xcode_project: MacPass.xcodeproj
|
|
||||||
xcode_scheme: MacPass
|
|
||||||
language: objective-c
|
|
||||||
|
|
||||||
before_install:
|
|
||||||
- carthage bootstrap --platform macOS
|
|
||||||
|
|
||||||
after_success:
|
|
||||||
- cd ./build/Build/Products/Release
|
|
||||||
- zip -9ry MacPass-continuous.zip MacPass.app
|
|
||||||
- cd -
|
|
||||||
- mv ./build/Build/Products/Release/MacPass-continuous.zip .
|
|
||||||
|
|
||||||
script: xcodebuild clean && xcodebuild build -configuration release -project MacPass.xcodeproj -scheme MacPass CODE_SIGNING_REQUIRED=NO -derivedDataPath ./build
|
|
||||||
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- /^(?i:continuous)$/
|
|
||||||
|
|
||||||
deploy:
|
|
||||||
skip_cleanup: true
|
|
||||||
provider: releases
|
|
||||||
api_key:
|
|
||||||
secure: AEb7fgi29S3aXFt5bXz+lq1KHISumny6bf4j06JBC5gUrSs+dW0/tmVFq68XRAqigeOQU31wwv20f7OHiy+GRYDXM2xBsX9ZBQ2IilnaXlDy/mPsNcJJJsZ2gyodi3KnU0rZtTb93me2YyU86H4Na/gtaZZUKjLwCFtGGziExD8=
|
|
||||||
file: MacPass-continuous.zip
|
|
||||||
overwrite: true
|
|
||||||
on:
|
|
||||||
tags: true
|
|
||||||
repo: mstarke/MacPass
|
|
||||||
branch: continuous
|
|
||||||
|
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 80 KiB |
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 75 KiB |
|
Before Width: | Height: | Size: 115 KiB After Width: | Height: | Size: 86 KiB |
|
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 120 KiB |
|
Before Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 77 KiB |
|
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 63 KiB |
|
Before Width: | Height: | Size: 82 KiB |
|
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 104 KiB |
|
Before Width: | Height: | Size: 113 KiB After Width: | Height: | Size: 94 KiB |
|
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 64 KiB |