Commit graph

177 commits

Author SHA1 Message Date
Dmitry Rodionov
f8002d832c README: When something doesn't work 2016-10-31 18:05:04 +07:00
Dmitry Rodionov
c72fc15ad4 Merge pull request #59 from nick-f/fix-readme-typo
Fix typo in README.md
2016-10-29 13:16:00 +07:00
nick-f
768dd8175f Fix typo in README.md 2016-10-29 17:09:38 +11:00
Dmitry Rodionov
0a8245ebf5 README: note about signing --dialog option 2016-10-29 13:02:00 +07:00
Dmitry Rodionov
778aa74d99 Merge pull request #54 from garnett/swiftify-final
Swiftify rest of the code
2016-10-22 05:09:04 +07:00
Denis Lebedev
4e71d2c9d4 Swiftify rest of the code 2016-10-21 22:59:33 +01:00
Dmitry Rodionov
37b17c7b5e Merge pull request #53 from garnett/modern-code
Update small bits of code to make them more swift (3) like
2016-10-19 12:28:33 +07:00
Denis Lebedev
516c009392 Swiftify code in NSURLSession+Synchronous 2016-10-16 18:08:40 +01:00
Denis Lebedev
2ee32843cf Remove unnessary switch labels in MASError 2016-10-16 18:08:08 +01:00
Dmitry Rodionov
142b62ad82 Merge pull request #52 from dlackty/update-username
Update files to reflect username change (argon —> mas-cli)
2016-10-11 00:00:00 +07:00
Richard Lee
98c53de948 Update files to reflect username change 2016-10-10 20:12:31 +08:00
Dmitry Rodionov
784a57afd8 Update README.md
Note that `mas install` is unable to purchase apps
2016-10-03 17:57:48 +07:00
Dmitry Rodionov
8e2690beed Remove the unmaintained badge from README 2016-10-03 16:17:17 +07:00
Dmitry Rodionov
916ede9e45 Merge pull request #49 from pascalandermatt/patch-1
Update README.md

Change https://brew.sh to http://brew.sh
2016-10-03 16:15:19 +07:00
pascalandermatt
28e205ffa7 Update README.md
https://brew.sh to http://brew.sh
2016-09-27 14:44:17 +02:00
Andrew Naylor
84234615be Add unmaintained badge 2016-09-26 20:47:44 +01:00
Andrew Naylor
9751fbeefa Remove bundler references for building
We vendor the libraries now
2016-09-26 00:40:25 +01:00
Andrew Naylor
1a9bc5c007 Add mas reset suggestion 2016-09-26 00:40:14 +01:00
Andrew Naylor
d9660300c9 Fix wrapping in tmux section 2016-09-26 00:39:59 +01:00
Andrew Naylor
bb9bb82db7 Provide information about mas upgrade <identifier> 2016-09-26 00:39:36 +01:00
Andrew Naylor
2e3cf2cecc Fix the mas link 2016-09-26 00:32:19 +01:00
Andrew Naylor
7b61917777 Add logo to the readme 2016-09-26 00:31:41 +01:00
Andrew Naylor
34561076aa Preparing release 1.3.1 2016-09-25 23:01:23 +01:00
Andrew Naylor
962ec6a232 Remove unnecessary exit
Commandant takes care of it for us
2016-09-25 22:58:06 +01:00
Andrew Naylor
5ebbc876a4 Consolidate error type 2016-09-25 22:57:38 +01:00
Andrew Naylor
97f582f98b Disable Whole module optimization to fix build error 2016-09-25 22:57:21 +01:00
Andrew Naylor
6600fe54a6 Convert some missing output to printInfo 2016-09-25 22:57:11 +01:00
Andrew Naylor
ce51cea8c6 Improve error messages 2016-09-25 22:13:23 +01:00
Andrew Naylor
94f3cea428 Improve upgrade routine
- Select upgrades directly
2016-09-25 21:24:09 +01:00
Andrew Naylor
661259574e Commit dependencies
Don't depend on bootstrapping for most cases
2016-09-24 17:08:40 +01:00
Andrew Naylor
f4a984768d Ensure sed doesn't save backups 2016-09-24 17:07:15 +01:00
Andrew Naylor
be28fb5cbd Update to Commandant 0.11.1 2016-09-24 15:53:50 +01:00
Andrew Naylor
db5d72cde8 Fix nullability for list command 2016-09-17 20:43:17 +01:00
Andrew Naylor
becb5e0b3e Merge pull request #44 from argon/feature/swift-3
Migrate to Swift 3
2016-09-17 19:31:12 +01:00
Andrew Naylor
5cc8340f09 Merge branch 'master' into feature/swift-3 2016-09-17 19:00:48 +01:00
Andrew Naylor
96d6e5e415 Merge pull request #45 from rodionovd/display-app-versions
Display app versions for installed and outdated apps
2016-09-17 18:19:31 +01:00
Dmitry Rodionov
1859eaedf4 Always print the current version of an outdated app even if it's unknown 2016-09-18 00:14:20 +07:00
Dmitry Rodionov
ca72ee42b1 Display current bundle versions for outdated apps 2016-09-17 23:57:15 +07:00
Dmitry Rodionov
90fd55b3a8 Display bundle versions for installed apps 2016-09-17 23:49:34 +07:00
Andrew Naylor
5d05130e9b Use a newer ruby to keep activesupport happy 2016-09-17 17:35:41 +01:00
Andrew Naylor
bce0dd1975 Enable signin to optionally use the system dialog 2016-09-17 17:30:58 +01:00
Andrew Naylor
f935348fb3 Update gems 2016-09-17 17:27:46 +01:00
Andrew Naylor
c0ebd2c696 Fix weird Swift compiler error 2016-09-17 16:33:50 +01:00
Andrew Naylor
0e03adb4c3 Fix optionality for mas list 2016-09-17 14:10:24 +01:00
Andrew Naylor
634dbd87dd Initial port to Swift 3 2016-09-17 13:58:38 +01:00
Andrew Naylor
3487d76886 Merge remote-tracking branch 'origin/master' 2016-09-17 11:29:01 +01:00
Andrew Naylor
446762e31e Switch to Xcode 8.0 / Swift 2.3 2016-09-17 11:26:43 +01:00
Andrew Naylor
135ee91175 Preparing release 1.3.0 2016-09-15 16:32:55 +01:00
Andrew Naylor
880d7d149b Fix code style 2016-09-15 11:28:56 +01:00
Andrew Naylor
997aa80bf9 Merge pull request #42 from argon/feature/install-multiple-apps-at-once
Install/Upgrade multiple apps
2016-09-15 10:19:08 +01:00