Commit graph

94 commits

Author SHA1 Message Date
Ben Chatelain
214dcfa11d 📶 Sort project references 2018-11-12 17:19:10 -08:00
Ben Chatelain
4df530737e Add SearchSpec
- Fixed test project config so that Quick framework can be used in tests
2018-11-12 14:13:34 -07:00
Ben Chatelain
3ac52a15c7 🧹 🛠 Move tests into MasKitTests group, delete unused Info.plist 2018-11-12 13:53:19 -07:00
Ben Chatelain
1a7f6fd655 🧹 🛠 Remove redundant framework references from project 2018-11-12 13:38:09 -07:00
Ben Chatelain
457e2ab5ee 🔗 Update dylib links on install 2018-10-17 17:18:55 -06:00
Ben Chatelain
a9c38fbed1 🗜 Shrink binary by excluding swift static libs
https://medium.com/livefront/how-to-add-a-dynamic-swift-framework-to-a-command-line-tool-bab6426d6c31#fcec
2018-10-16 19:32:06 -06:00
Ben Chatelain
b6569bdd07 🍱 Remove dup MasKit from bin 2018-10-16 17:47:01 -06:00
Ben Chatelain
07435bea8f 📌 Embed Swift dylibs in MasKit 2018-10-16 17:30:12 -06:00
Ben Chatelain
08ba0d42cf 🔖 Version 1.4.3 2018-10-16 16:26:27 -06:00
Ben Chatelain
1d1b15cb56 🛣️ Revise package paths 2018-10-15 22:27:20 -06:00
Ben Chatelain
f64b071468 📦 Build an installer package 2018-10-15 22:17:07 -06:00
Unknown
ac67fd20f5 📦 Embed 3rd party frameworks in MasKit, set mas @rpath 2018-10-14 16:21:03 -06:00
Unknown
ae92adab99 📶 Sort project 2018-10-14 15:54:41 -06:00
Unknown
a9d7fbcd4c 🔥 Delete mas-tests target 2018-10-14 15:47:55 -06:00
Ben Chatelain
6bc5c753e4 ⬆️👽 Increase macOS deployment target on MasKitTests to 10.11 2018-10-14 14:49:47 -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
Ben Chatelain
3199d80cd3 🤡 Add StoreAccount protocol 2018-10-13 22:22:20 -06:00
Ben Chatelain
e3d167dc10 ⬆️ Swift 4.2, Xcode 10 2018-10-01 20:06:38 -06:00
Ben Chatelain
66f09e9b83 📶 Sort project 2018-10-01 19:53:19 -06:00
Tony Arnold
8113d00fe2
Remove CocoaPods from project 2018-09-05 09:44:50 +10:00
Ben Chatelain
4a75478a6c 🔖 Version 1.4.2 2018-08-11 16:19:01 -06:00
Ben Chatelain
7b2d8c1135 📶 Sort project files 2018-08-10 18:47:52 -06:00
Ben Chatelain
f46b7e145b 📦 Update private headers from 10.13.4
Added nonnull markers
2018-08-10 18:44:21 -06:00
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