Commit Graph
1275 Commits
Author SHA1 Message Date
Yonas Kolb eb02ebe3d0 add macOS app scheme 2019-02-02 13:15:20 +11:00
Yonas Kolb 2ca26a5fc1 remove entitlements from main iOS app so it can build 2019-02-02 13:13:03 +11:00
Yonas Kolb da7be20176 generated fixture in build script 2019-02-02 13:12:37 +11:00
Yonas Kolb 064ab39434 make the default build phase for xcfilelist to be nothing 2019-02-02 13:05:36 +11:00
Yonas Kolb df168dd9fa get iOS app compiling 2019-02-02 13:04:08 +11:00
Yonas Kolb c1edaff4df remove xcpretty from fixture builds 2019-02-02 12:25:55 +11:00
Yonas KolbandGitHub 7b139ea53b Merge pull request #507 from BalestraPatrick/patch-1
Add example code for build rules
2019-02-02 10:59:35 +11:00
Patrick BalestraandGitHub a2bf91c157 Remove tabs 2019-02-01 18:07:49 +01:00
Patrick BalestraandGitHub 7d7b5b4e21 Add one more build rule example 2019-01-31 19:03:19 +01:00
Patrick BalestraandGitHub 8a38b5ef12 Add example code for build rules 2019-01-30 22:31:12 +01:00
Yonas Kolb b490851c73 Update to 2.2.0 2.2.0 2019-01-28 22:20:24 +11:00
Yonas Kolb fb3f80d6af run swiftformat 2019-01-28 22:20:01 +11:00
Yonas Kolb ac3ba77d07 create swiftformat config 2019-01-28 22:19:59 +11:00
Yonas Kolb 2b89481362 update changelog 2019-01-28 22:18:46 +11:00
Yonas KolbandGitHub f154b4d1cb Merge pull request #503 from yonaskolb/fix/config_lookup
Don't partial apply exact config matches
2019-01-28 22:18:01 +11:00
Yonas KolbandGitHub 7350349b04 Merge pull request #505 from yonaskolb/add_framework_search_paths
Add createIntermediateGroups to TargetSource
2019-01-28 22:17:22 +11:00
Yonas KolbandGitHub 1eaec471e9 Merge pull request #502 from yonaskolb/refactor_spec
Refactor relative specs slightly
2019-01-28 22:09:05 +11:00
Yonas Kolb d545de9e25 update changelog 2019-01-28 21:54:03 +11:00
Yonas Kolb d0c257e938 don't partial apply exact config matches 2019-01-28 21:53:48 +11:00
Yonas Kolb 47131e1e1c update changelog 2019-01-28 21:52:49 +11:00
Yonas Kolb 8d06dbe8ca add createIntermediateGroups to TargetSource 2019-01-28 21:52:29 +11:00
Yonas Kolb ce60fadb54 use SpecLoader in tests 2019-01-28 21:51:17 +11:00
Yonas Kolb 43d8927fdf remove some transformed path from options 2019-01-28 21:51:17 +11:00
Yonas Kolb a6ca395033 remove basePath init requirement 2019-01-28 21:51:17 +11:00
Yonas Kolb 862b19aa1a refactor Spec 2019-01-28 21:51:17 +11:00
Yonas KolbandGitHub d8e54c507f Merge pull request #504 from yonaskolb/target_template_name
Replace $target_name in target templates
2019-01-28 21:49:20 +11:00
Yonas Kolb bb062912f0 update changelog 2019-01-28 16:02:55 +11:00
Yonas Kolb a8c12a7f08 update changelog 2019-01-28 15:58:45 +11:00
Yonas Kolb 6f4c7d79ac replace $target_name in target templates 2019-01-28 15:54:56 +11:00
Yonas Kolb a2609c3c6a update changelog 2019-01-28 11:58:35 +11:00
Yonas KolbandGitHub a5d1f66ca4 Merge pull request #489 from ellneal/feature/current-directory-expander.yml
Spec file relative directory expansion
2019-01-28 11:53:47 +11:00
Ell Neal 8eadc2f96c Remove some imports that are no longer necessary 2019-01-27 15:34:41 +00:00
Ell Neal d54bbe711c #whitespace 2019-01-27 15:27:30 +00:00
Ell Neal 370963ec73 Move PathContainer & PathProperty into their own file 2019-01-27 15:26:58 +00:00
Ell Neal 720b2eede1 Move [PathProperty] resolver to spec loader file 2019-01-27 15:24:22 +00:00
Ell Neal 060aca8327 Rename Project.Spec --> Spec 2019-01-27 15:23:23 +00:00
Ell Neal 1d62b46423 #whitespace 2019-01-27 12:46:00 +00:00
Ell Neal 3c339b77ed Add changelog entry 2019-01-27 12:41:09 +00:00
Ell Neal 032386e41c Merge branch 'master' into feature/current-directory-expander.yml 2019-01-27 12:37:51 +00:00
Ell Neal 71a7ec0588 Move path expansion logic into the spec file 2019-01-27 12:34:17 +00:00
Ell Neal 607e75f402 Fix legacy path expansion test 2019-01-27 12:33:56 +00:00
Ell Neal 25a4d48b83 Remove deprecations 2019-01-27 12:24:16 +00:00
Ell Neal 4d458ad6e4 Simplify dictionary extension 2019-01-27 12:23:48 +00:00
Ell Neal 6628c382ac Rename useRelativePaths --> relativePaths 2019-01-27 12:22:46 +00:00
Yonas KolbandGitHub 72ae41e94a Merge pull request #497 from yonaskolb/update_compatability
Update Xcode compatibility version
2019-01-27 19:16:02 +11:00
Yonas KolbandGitHub 6942de215e Merge pull request #501 from rpassis/bugfix/BrokenDocumentationLinks
Fixes a few broken links in the documentation files
2019-01-27 19:15:36 +11:00
Rogerio de Paula Assis e504898562 Fixes a few broken links in the documentation files 2019-01-26 12:18:00 -05:00
Yonas KolbandGitHub 80587b4319 Merge pull request #465 from raptorxcz/bugfix/carthage
Bug carthage dependencies with different platform
2019-01-26 18:08:36 +11:00
Kryštof Matěj ec60901ff7 Fix carhage dependency resolving 2019-01-25 07:40:12 +01:00
Yonas KolbandGitHub 4062b6c883 Merge pull request #500 from lukewakeford/build_script_xcfilelist
Adding input and output file lists to build script spec
2019-01-25 08:37:33 +11:00