Commit Graph

65 Commits

Author SHA1 Message Date
Yonas Kolb 2dbd897b3a Update to 1.11.2 2018-09-19 21:10:25 +10:00
Yonas Kolb 8b0cd5d204 Update to 1.11.1 2018-08-23 00:28:59 +10:00
Yonas Kolb 5673d10c68 Update to 1.11.0 2018-08-19 14:22:48 +10:00
Yonas Kolb 75ac3b5669 make format_code 2018-08-19 14:22:42 +10:00
Brentley Jones 96ac557b96 Refactor minimumXcodeGenVersion to be less pervasive 2018-08-02 07:19:37 -05:00
Brentley Jones 76192fb944 Add minimumXcodeGenVersion option
If XcodeGen's version is less than this version validation will fail.
2018-08-02 07:19:37 -05:00
Brentley Jones ec96481478 Make version use the Version type 2018-08-02 07:19:37 -05:00
Yonas Kolb ed701a0c82 Update to 1.10.3 2018-07-11 20:21:28 +10:00
Yonas Kolb 15b5a295b6 Update to 1.10.2 2018-07-06 00:08:33 +10:00
Yonas Kolb 9e0a9fc3dd Update to 1.10.1 2018-07-04 12:23:55 +10:00
Yonas Kolb 01815e7e4e Update to 1.10.0 2018-07-03 21:45:00 +10:00
Yonas Kolb c485549d2d improve error output 2018-06-27 22:18:19 +10:00
Yonas Kolb bc0e90c3d6 Update to 1.9.0 2018-04-12 23:32:40 +10:00
Yonas Kolb 29f4fa2123 Rename uses of spec to project 2018-04-12 23:17:07 +10:00
Yonas Kolb e589364ae8 rename ProjectSpec to Project and Project.Options to SpecOptions 2018-04-12 23:13:12 +10:00
Yonas Kolb 56b5a13674 Update to 1.8.0 2018-03-27 17:18:29 +11:00
Yonas Kolb 8c0a294737 Update to 1.7.0 2018-03-03 10:14:55 +11:00
Yonas Kolb d11783bdb0 make format_code 2018-03-03 09:21:16 +11:00
Yonas Kolb 2f8250fb0a write to a temp file first 2018-02-26 18:27:26 +11:00
Yonas Kolb 1f1ad0bdff Update to 1.6.0 2018-01-30 17:47:21 +11:00
Yonas Kolb a176f85875 xcproj 4.0 2018-01-25 20:59:28 +10:30
Yonas Kolb bebae07fcf Update to 1.5.0 2017-12-27 17:51:22 +08:00
Yonas Kolb f5fa6a50c1 made the default for --project argument the spec directory 2017-12-27 15:30:16 +08:00
Yonas Kolb 75e0644b99 wrap long lines 2017-12-26 18:47:18 +08:00
Yonas Kolb d6b3a63d8f update command, pathkit and spectre 2017-12-17 05:11:03 +08:00
Dave Lee 926fbd5882 Use absolute() 2017-12-07 11:05:31 -08:00
Dave Lee 0e4118ee8a Transform input spec path to absolute path
Fixes #183
2017-12-05 18:35:06 -08:00
Dave Lee bc43528b1c Print version with -v too 2017-11-27 13:16:20 -08:00
Yonas Kolb cbec3ad732 add fatalError helper function 2017-11-23 19:16:38 +01:00
Yonas Kolb 0c5bdfbdbe added some pre writing logging, to highlight what is happening 2017-11-23 19:13:16 +01:00
Sam Soffes 198195cee9 Remove docstrings 2017-11-22 15:04:30 -08:00
Sam Soffes e2cb20c885 Add quiet option 2017-11-22 10:00:13 -08:00
Yonas Kolb 0c1325cc5f remove header comments 2017-11-22 13:01:17 +01:00
Yonas Kolb 0004cdd333 Update to 1.4.0 2017-11-16 11:49:30 +01:00
Yonas Kolb f8b4b5792e move and rename files 2017-10-29 22:15:02 +01:00
mironal ac2a1ac2d6 add support --vesion option 2017-10-27 11:45:18 +09:00
Yonas Kolb 6e795fbc3c Merge pull request #103 from yonaskolb/spec_base_path
Move basePath into ProjectSpec
2017-10-24 22:31:46 +02:00
Yonas Kolb 2d1d81246d log explicit missing spec error 2017-10-24 22:21:21 +02:00
Yonas Kolb 779397ec8d move basePath into ProjectSpec 2017-10-24 21:30:06 +02:00
Yonas Kolb fec6066d91 updated to xcproj 0.3.0 2017-10-01 11:42:07 +02:00
Yonas Kolb a087827515 minor logging 2017-09-26 22:48:20 +02:00
Yonas Kolb e2012736b0 add double space after emoji for terminal 2017-09-25 17:48:18 +02:00
Yonas Kolb 88c05b74cc exit on failure 2017-09-25 17:37:08 +02:00
Yonas Kolb c44b4f969f add some more comprehensive logging output with emoji 2017-09-25 14:44:39 +02:00
Yonas Kolb 5a1da760f8 print errors in red 2017-09-24 20:50:37 +02:00
Yonas Kolb 05e7928c7c upgrade to Swift 4 2017-09-14 00:48:57 +02:00
Yonas Kolb 4f14203e6c changed default spec name to project.yaml and project to directory 2017-08-30 15:03:22 +02:00
Yonas Kolb 6774934a1b support include array in spec that merges other specs 2017-08-30 12:58:10 +02:00
Yonas Kolb e2fd4eb8fc more informative decoding errors 2017-08-03 22:02:49 +02:00
Yonas Kolb 4614073cfa rename Spec to ProjectSpec and moved into its own module 2017-07-28 16:32:35 +02:00