Commit graph

70 commits

Author SHA1 Message Date
Ben Chatelain
c4d8f8e744 Add ISAuthenticationResponse.h 2018-08-10 18:44:20 -06:00
Ben Chatelain
83f18c45a1 🛠️ Configure Release build to install to ./build 2018-07-04 18:49:03 -06:00
Ben Chatelain
025e38cf83 🔧 Build swift pods statically 2018-07-04 18:25:37 -06:00
Ben Chatelain
2471c888b3 🍫 Integrate CocoaPods 2018-07-04 14:55:44 -06:00
Ben Chatelain
89c9ee68c9 🔥 Deintegrate CocoaSeeds 2018-07-04 14:52:00 -06:00
Ben Chatelain
1ba60aeae8 🙈 Ignore Quick and Nimble dirs 2018-07-04 13:15:51 -06:00
Ben Chatelain
b7338eb3cd ⬇️ Back to Xcode 8.0 format
Since 9.3 requires 10.13.2
2018-07-04 12:48:48 -06:00
Ben Chatelain
138e905cff 🔧 Set swift version at project level 2018-07-04 12:48:48 -06:00
Ben Chatelain
aa5990651f 🛠 Convert project format to 9.3 2018-07-04 12:48:48 -06:00
Ben Chatelain
53e4ea2106 🛠 Apply Xcode 9.3 recommended settings 2018-07-04 12:48:48 -06:00
Ben Chatelain
4be4345bd0 Version 1.4.1 2018-02-18 18:48:09 -07:00
Ben Chatelain
e77067b3f3 🔖 Version 1.4.0 2018-02-16 21:00:07 -07:00
Ben Chatelain
055ed2619e Enable project versioning 2018-02-16 20:56:17 -07:00
Ben Chatelain
491f844377 Remove example tests 2018-02-11 15:41:47 -07:00
Ben Chatelain
7a4d04b7a0 Add MASErrorTestCase 2018-02-11 15:41:21 -07:00
Ben Chatelain
ab01197272 Pull up header/framework paths to project level
Share with tests target
2018-02-11 15:22:54 -07:00
Ben Chatelain
b3e58ab65b Update MASError file to match type name 2018-02-11 15:09:45 -07:00
Ben Chatelain
7a15248a3c Rename group to AppTests
so that it sorts immediately after the App group
2018-02-11 14:50:50 -07:00
Ben Chatelain
9179ae5eae Move new file under /App 2018-02-07 21:16:20 -07:00
Ben Chatelain
38efd3d8d6 Merge branch 'master' into test-target 2018-02-07 21:08:00 -07:00
Andrew Griffiths
c001021f3a support app name(s) for upgrade command.
This commit adds a step to the upgrade command which checks each
input token against the list of installed apps and converts any
matched productName to a productId.
2018-02-07 19:30:40 -07:00
Ben Chatelain
fc8222a6a4 Add test target 2018-01-28 19:35:27 -07:00
Ben Chatelain
35fb638b5b Rename project group to App/ 2018-01-28 19:24:27 -07:00
Ben Chatelain
a74d43dcb9
Merge branch 'master' into lucky-command 2018-01-27 12:27:31 -07:00
Ben Chatelain
011119812c
Merge branch 'master' into info-command 2018-01-27 10:11:42 -07:00
Ben Chatelain
f8db7e5572 Update Commandant files in project 2018-01-27 09:57:36 -07:00
Ben Chatelain
f4c34f77b5 🌱 Update seeds
- Commandant 0.12.0+ (Swift 4 fixes in master)
- Result 3.2.4
2018-01-27 08:31:18 -07:00
Ben Chatelain
225a1fb523 🔨 Use Xcode 8.0 compatible project format 2018-01-27 08:31:10 -07:00
Ben Chatelain
e0239860f4 🔨 Disable Swift 3 objc inference 2018-01-27 08:30:43 -07:00
Jake Spann
72a6d40df4 Updates
* Updated to Swift 4
* Turn on Whole Module Optimization
* Enable Additional Compiler Warnings
* A few fixes for Swift 4
2017-12-28 09:45:08 -06:00
Pablo Varela
705e7b1f65 Add command "lucky" 2017-05-11 16:29:18 -04:00
Dmitry Rodionov
281dcf084c Revert "Enable Whole Module Optimization"
This reverts commit 4fc61f92b1.
2017-01-15 21:49:45 +07:00
Dmitry Rodionov
4fc61f92b1 Enable Whole Module Optimization
As suggested by Xcode 8.2.1
2017-01-15 21:44:12 +07:00
Denis Lebedev
aefaeb5e05 Implements #26: Add info command 2016-10-22 00:04:19 +01:00
Andrew Naylor
97f582f98b Disable Whole module optimization to fix build error 2016-09-25 22:57:21 +01:00
Andrew Naylor
be28fb5cbd Update to Commandant 0.11.1 2016-09-24 15:53:50 +01:00
Andrew Naylor
634dbd87dd Initial port to Swift 3 2016-09-17 13:58:38 +01:00
Andrew Naylor
446762e31e Switch to Xcode 8.0 / Swift 2.3 2016-09-17 11:26:43 +01:00
Andrew Naylor
1dd85d3e54 Only install apps which are not yet installed 2016-09-14 22:28:18 +01:00
Andrew Naylor
9c6ae2f311 Implement mas reset
Replicates the `Reset Application` functionality of the Mac App Store
Debug menu
2016-09-14 19:17:27 +01:00
Roman Zhikharevich
a0d98a415a Xcode 8 compatibility 2016-06-16 15:37:41 +03:00
Andrew Naylor
087d95a365 Update to Swift 2.2 2016-04-16 12:06:52 +01:00
Michael Schneider
587d84a671 Address comments
- Url encode appName
- Add attribution for synchronous NSURLSession code
- Run script/sort
- Add ResultKeys struct for json keys
2016-04-15 06:53:58 -07:00
Michael Schneider
e27b963d22 Add ability to search apps from the MAS via name 2016-04-14 09:21:25 -07:00
Andrew Naylor
e212c44384 Upgrade Commandant to fix #10
Resolved by: https://github.com/Carthage/Commandant/pull/47
2016-02-21 20:38:51 +00:00
Andrew Naylor
0dac33510c Add a command to sign out of MAS 2016-02-14 01:34:49 +00:00
Andrew Naylor
d80ad6e866 Add sign in functionality 2016-02-14 01:34:27 +00:00
Andrew Naylor
8c0f3e0386 Upgrade to latest Commandant 2015-12-30 22:00:32 +00:00
Andrew Naylor
c72fb162c7 Improve the README 2015-12-30 22:00:32 +00:00
Andrew Naylor
c3519ddd69 Add upgrade command to install pending updates 2015-12-30 22:00:32 +00:00