Ben Chatelain
|
a826bf4284
|
🔖 Version 1.6.2
|
2019-01-21 18:20:50 -07:00 |
|
Ben Chatelain
|
9d4fde5bb0
|
🔊 Add warning when uninstall command not run as root
|
2019-01-20 22:14:11 -07:00 |
|
Ben Chatelain
|
1f84bf2340
|
🔊 Log message showing trashed app location
|
2019-01-20 21:50:15 -07:00 |
|
Ben Chatelain
|
1925144366
|
🗑️♻️ Replace external trash command with FileManager.trashItem
|
2019-01-20 21:14:47 -07:00 |
|
Ben Chatelain
|
21ede5f77f
|
🔖 Version 1.6.1
|
2019-01-18 17:48:54 -07:00 |
|
Ben Chatelain
|
e46a59f322
|
♻️ Change lookup API to only accept Int
Better input validation for home, info, open and vendor commands
|
2019-01-17 22:06:25 -07:00 |
|
Ben Chatelain
|
13858770eb
|
🐛 Fix lucky command
Resolves #204
|
2019-01-17 22:05:16 -07:00 |
|
Ben Chatelain
|
d60fda1585
|
🐛 Restore newline after each search result
Fixes #203
|
2019-01-14 22:26:49 -07:00 |
|
Ben Chatelain
|
2d6e4b059f
|
🔖 Version 1.6.0
|
2019-01-12 18:50:34 -07:00 |
|
Ben Chatelain
|
530de522ce
|
💩 Use marker value to work around Commandant argument limitations
|
2019-01-12 00:00:28 -07:00 |
|
Ben Chatelain
|
fc2bb36610
|
🚧✨ Make open without args open the AppStore.app
|
2019-01-11 23:30:04 -07:00 |
|
Ben Chatelain
|
c5c6639c8b
|
🔥 Old requestSynchronous* methods
|
2019-01-11 19:51:40 -07:00 |
|
Ben Chatelain
|
4546dfd18e
|
♻️ Convert search comjmand to use StoreSearch
|
2019-01-11 19:46:23 -07:00 |
|
Ben Chatelain
|
43e99396e4
|
💡 Add method doc comments
|
2019-01-11 18:28:03 -07:00 |
|
Ben Chatelain
|
abd2f8c667
|
🚨 Fix all remaining lint findings
|
2019-01-11 18:06:02 -07:00 |
|
Ben Chatelain
|
61a404000b
|
🚨 Fix swiftlint findings
|
2019-01-11 17:33:41 -07:00 |
|
Ben Chatelain
|
dd3ec4f645
|
🔊 Add finer-grained network errors
|
2019-01-11 17:11:53 -07:00 |
|
Ben Chatelain
|
e31fd480d1
|
🐛 Handle case where app doesn’t have a vendor website
|
2019-01-11 17:11:26 -07:00 |
|
Ben Chatelain
|
1030290c36
|
♻️ Convert lucky comjmand to use StoreSearch
|
2019-01-11 17:10:36 -07:00 |
|
Ben Chatelain
|
025fd18a7f
|
🐣 Add initializer with default values to SearchResult
|
2019-01-08 11:42:58 -07:00 |
|
Ben Chatelain
|
96b3fb04b9
|
♻️ Refactor info command to use StoreSearch
|
2019-01-07 17:36:14 -07:00 |
|
Ben Chatelain
|
363e3099da
|
🔥 Remove duplicate NetworkSessionMockFromFile
|
2019-01-07 17:13:05 -07:00 |
|
Ben Chatelain
|
a668fcb1b9
|
🧹🤡 Organize source into groups, rename mocks
|
2019-01-06 14:01:08 -07:00 |
|
Ben Chatelain
|
51927b17ca
|
♻️ NetworkSession refactor
|
2019-01-06 12:26:08 -07:00 |
|
Ben Chatelain
|
84e2ba4177
|
🚰 Add loadDataSync method
|
2019-01-05 19:59:12 -07:00 |
|
Ben Chatelain
|
b0d5d2c4b8
|
🤡 Handle requestSynchronousDataWithURLString in mock
|
2019-01-05 10:58:00 -07:00 |
|
Ben Chatelain
|
1fb28d6b6b
|
🚚 Rename URLSession+Synchronous.swift
|
2019-01-05 10:58:00 -07:00 |
|
Ben Chatelain
|
aa0d204a07
|
♻️ Add NetworkManager
https://www.swiftbysundell.com/posts/mocking-in-swift
https://medium.com/@johnsundell/mocking-in-swift-56a913ee7484
|
2019-01-05 10:58:00 -07:00 |
|
Ben Chatelain
|
57bb1dcfff
|
✅ Flesh out VendorCommandSpec
|
2019-01-04 17:05:58 -08:00 |
|
Ben Chatelain
|
47c3e66b6c
|
✅ Flesh out OpenCommandSpec
|
2019-01-04 17:01:22 -08:00 |
|
Ben Chatelain
|
9660a14784
|
✅🤡 Flesh out HomeCommandSpec
|
2019-01-04 16:54:00 -08:00 |
|
Ben Chatelain
|
41f5e7d359
|
✨ Add vendor command
|
2019-01-03 17:19:44 -08:00 |
|
Ben Chatelain
|
5dcbb076d2
|
✨ Add open command
|
2019-01-03 17:15:50 -08:00 |
|
Ben Chatelain
|
4d2057789f
|
🔇 Remove search result logging
|
2019-01-03 16:44:54 -08:00 |
|
Ben Chatelain
|
dcf7c4954f
|
♻️ Change args to be parameters of run method
|
2019-01-03 16:30:56 -08:00 |
|
Ben Chatelain
|
dbf20d6d7a
|
🚧 Add OpenCommand
|
2019-01-03 15:15:53 -08:00 |
|
Ben Chatelain
|
ae8d8f5f46
|
♻️ Refactor AppLibrary to use TrashCommand
|
2019-01-03 10:36:26 -08:00 |
|
Ben Chatelain
|
3630df5750
|
🖼 Add ExternalCommand protocol
|
2019-01-02 23:05:13 -08:00 |
|
Ben Chatelain
|
e746306eb6
|
🚚 Move lookup into StoreSearch
|
2019-01-01 21:44:33 -08:00 |
|
Ben Chatelain
|
6bbc3f384a
|
✨ Add initial home command
|
2018-12-29 22:57:06 -08:00 |
|
Ben Chatelain
|
bd0535188d
|
🔖 Version 1.5.1
|
2018-12-28 21:19:12 -08:00 |
|
Ben Chatelain
|
afca0c6c50
|
♻️ Refactor commands to use AppLibrary
Commands install, list, lucky, outdated, uninstall, upgrade
|
2018-12-28 15:08:31 -07:00 |
|
Ben Chatelain
|
d53c42ae00
|
🔖 Version 1.5.0
|
2018-12-27 16:38:10 -07:00 |
|
Ben Chatelain
|
97646f579f
|
♻️🤡 Move trash method to AppLibrary, mock for tests
|
2018-12-27 16:07:35 -07:00 |
|
Ben Chatelain
|
5be95132e9
|
♻️✅ Introduce AppLibrary, SoftwareProduct protocols
for easy dependency injection
|
2018-12-27 15:24:20 -07:00 |
|
Ben Chatelain
|
2c2eaa2821
|
🚚 Move files under MasKit group
🔥 Remove empty mas bridging header
|
2018-12-27 14:47:11 -07:00 |
|
Ben Chatelain
|
69aa9ae85b
|
🔖 Version 1.4.4
|
2018-12-19 21:02:00 -07:00 |
|
Ben Chatelain
|
08ba0d42cf
|
🔖 Version 1.4.3
|
2018-10-16 16:26:27 -06:00 |
|
Unknown
|
7a62034004
|
🥢 Fix compile issues
|
2018-10-14 14:45:21 -06:00 |
|
Unknown
|
eba0a28aac
|
🚧♻️ Create MasKit targets
|
2018-10-14 13:41:19 -06:00 |
|