Commit Graph

  • ad276a8bc8 support Swift 5 yonaskolb 2019-03-26 22:33:46 +11:00
  • 07cddccb3b test swift 5 yonaskolb 2019-03-26 22:33:51 +11:00
  • 4b8d46429a Fix order of file generation Tom Quist 2019-03-26 14:04:08 +01:00
  • 95bc051d26 Update to 2.3.0 2.3.0 yonaskolb 2019-03-25 21:10:39 +11:00
  • fa156c1028 Swiftformat yonaskolb 2019-03-25 21:10:39 +11:00
  • 0d81d8e62b Merge pull request #543 from yonaskolb/carthage_version_loader Yonas Kolb 2019-03-25 21:05:39 +11:00
  • 900a1384cf update docs yonaskolb 2019-03-24 22:59:17 +11:00
  • bcbc83dd75 rename includeCarthageRelatedDependencies to findCarthageFrameworks and includeRelated to findFrameworks yonaskolb 2019-03-24 22:31:47 +11:00
  • 5accd0e095 just return framework strings from version files yonaskolb 2019-03-24 21:02:43 +11:00
  • 034f84e3bb add tests for de-duplicated carthage version references yonaskolb 2019-03-24 20:55:52 +11:00
  • c325176338 split Carthage fixtures up yonaskolb 2019-03-24 20:55:25 +11:00
  • 8c441d83e4 extracted CarthageVersionLoader and refactored yonaskolb 2019-03-24 20:23:49 +11:00
  • 716b30c5e4 Merge pull request #542 from yonaskolb/fix/mixed_relative_paths Yonas Kolb 2019-03-24 18:08:41 +11:00
  • 3289fdc797 fix include relative sources in mixed arrays yonaskolb 2019-03-24 17:56:43 +11:00
  • 2643312519 Merge pull request #541 from yonaskolb/fix/multi-platform_templates Yonas Kolb 2019-03-24 17:48:26 +11:00
  • c9de565641 make sure to still handle platform specific templates yonaskolb 2019-03-24 17:24:55 +11:00
  • 94e08a78b5 Fix multi-platform target templates Yonas Kolb 2019-03-22 17:26:17 +11:00
  • 72d24ff797 update changelog yonaskolb 2019-03-22 14:50:44 +11:00
  • 2868c32b7b Merge pull request #532 from dimatosaurus/master Yonas Kolb 2019-03-22 14:48:21 +11:00
  • 6620187d8a Merge pull request #533 from tomquist/support-template-attributes Yonas Kolb 2019-03-18 05:30:18 +11:00
  • aaae772d0e Add ability to define templateAttributes within a target Tom Quist 2019-03-17 14:20:01 +01:00
  • 8dd2ec89cc Merge pull request #534 from tomquist/support-nested-templates Yonas Kolb 2019-03-17 21:55:25 +11:00
  • 5c147363f3 Merge pull request #537 from yonaskolb/fix_included_template_paths Yonas Kolb 2019-03-17 21:54:39 +11:00
  • 0c2554db2b Add support for nested templates Tom Quist 2019-03-14 08:39:08 +01:00
  • 32b3d8c362 fix relative paths in included target templates yonaskolb 2019-03-17 19:38:36 +11:00
  • f32673af70 Merge pull request #535 from yonaskolb/fix/include_excludes Yonas Kolb 2019-03-17 12:27:17 +11:00
  • ac00ad9615 don't modify exclueds path with relative include path Yonas Kolb 2019-03-16 21:35:22 +11:00
  • e9e534ab2e Merge pull request #510 from ainopara/master Yonas Kolb 2019-03-15 08:09:15 +11:00
  • 9fb507415b Apply suggestions from code review Yonas Kolb 2019-03-14 21:09:08 +08:00
  • b55223ae7c use link property in framework deps Dimitri Emmerich 2019-03-05 22:53:21 +01:00
  • 7a1a18735d Merge pull request #531 from friederbluemle/fix-spelling Yonas Kolb 2019-03-05 07:11:00 +11:00
  • 50c8d1cdd5 Fix CocoaPods spelling Frieder Bluemle 2019-03-04 21:14:24 +08:00
  • 520db0eb08 Make multi platform targets parse deployment target per platform. ainopara 2019-02-03 20:52:36 +08:00
  • d85ca0d84e Merge pull request #527 from yonaskolb/fix_optional_path Yonas Kolb 2019-02-28 19:55:40 +11:00
  • d037527b82 updated changelog Yonas Kolb 2019-02-27 22:51:44 +11:00
  • 0b49bdb91f add optional source to Fixture Yonas Kolb 2019-02-26 23:34:52 +11:00
  • c07f016f4d fix error on optional sources Yonas Kolb 2019-02-26 23:32:46 +11:00
  • d4797c3ff6 Merge pull request #524 from elliottwilliams/emw_relative_paths Yonas Kolb 2019-02-27 08:12:51 +11:00
  • 34f7d3a716 Remove Path.byRemovingBase(path:) Elliott Williams 2019-02-24 16:15:13 -08:00
  • b5dcc9c4c4 Use relativePath(from:) in more places Elliott Williams 2019-02-24 16:13:49 -08:00
  • d12eab66ea Update changelog Elliott Williams 2019-02-24 15:35:31 -08:00
  • ca1b82a361 Merge pull request #506 from rpassis/feature/CarthageIncludeRelatedOption Yonas Kolb 2019-02-24 22:41:54 +11:00
  • 054965a453 Reverted Package.resolved changes Rogerio de Paula Assis 2019-02-23 06:37:13 -05:00
  • 598a5f75bd Minor refactor for better performance Rogerio de Paula Assis 2019-02-22 22:06:33 -05:00
  • 1e69d705b7 Added includeCarthageRelated global flag, updated tests + documentation to reflect changes Rogerio de Paula Assis 2019-02-22 21:26:11 -05:00
  • a19871aaac Some additional tidy up & code improvements Rogerio de Paula Assis 2019-02-22 20:16:08 -05:00
  • 6ab5344d41 Updated documentation with description and example of usage, updated change log Rogerio de Paula Assis 2019-02-07 21:59:04 -05:00
  • 18f52ab098 Introduces ability to include Carthage related dependencies when creating a project configuration file Rogerio de Paula Assis 2019-02-07 14:55:37 -05:00
  • 0639629160 Fix formatting error Elliott Williams 2019-02-21 11:53:18 -08:00
  • a03e5a198a Add comments and rename for clarity Elliott Williams 2019-02-21 11:46:34 -08:00
  • 3b15144033 Determine relative path for top-level groups Elliott Williams 2019-02-21 10:44:37 -08:00
  • 9f6f5210f7 Add Path.relativePath(from:) Elliott Williams 2019-02-20 22:50:37 -08:00
  • 2710a72e7f Merge pull request #514 from elliottwilliams/emw_missing_files Yonas Kolb 2019-02-13 12:49:30 +11:00
  • 732d07072c Only use .missingConfigFiles in its test Elliott Williams 2019-02-12 17:03:42 -08:00
  • 224def7a09 Rename missingFiles to missingConfigFiles Elliott Williams 2019-02-12 13:39:24 -08:00
  • 23c68bd210 Add changelog entry Elliott Williams 2019-02-12 13:38:55 -08:00
  • 751ecec14e Add missingFiles disabled validation Elliott Williams 2019-02-11 18:59:32 -08:00
  • 65cc5f45d8 Merge pull request #509 from yonaskolb/fix/fixture_compilation Yonas Kolb 2019-02-03 19:20:27 +11:00
  • f9d152d46a add some friendlier output to build script Yonas Kolb 2019-02-02 13:26:40 +11:00
  • 474874d00f add --quite to xcodebuild Yonas Kolb 2019-02-02 13:23:04 +11:00
  • aeaf35e197 move ci scripts and add generation step Yonas Kolb 2019-02-02 13:21:19 +11:00
  • eb02ebe3d0 add macOS app scheme Yonas Kolb 2019-02-02 13:15:20 +11:00
  • 2ca26a5fc1 remove entitlements from main iOS app so it can build Yonas Kolb 2019-02-02 13:13:03 +11:00
  • da7be20176 generated fixture in build script Yonas Kolb 2019-02-02 13:12:37 +11:00
  • 064ab39434 make the default build phase for xcfilelist to be nothing Yonas Kolb 2019-02-02 13:05:36 +11:00
  • df168dd9fa get iOS app compiling Yonas Kolb 2019-02-02 13:04:08 +11:00
  • c1edaff4df remove xcpretty from fixture builds Yonas Kolb 2019-02-02 12:25:55 +11:00
  • 7b139ea53b Merge pull request #507 from BalestraPatrick/patch-1 Yonas Kolb 2019-02-02 10:59:35 +11:00
  • a2bf91c157 Remove tabs Patrick Balestra 2019-02-01 18:07:49 +01:00
  • 7d7b5b4e21 Add one more build rule example Patrick Balestra 2019-01-31 19:03:19 +01:00
  • 8a38b5ef12 Add example code for build rules Patrick Balestra 2019-01-30 22:31:12 +01:00
  • b490851c73 Update to 2.2.0 2.2.0 Yonas Kolb 2019-01-28 22:20:08 +11:00
  • fb3f80d6af run swiftformat Yonas Kolb 2019-01-28 22:19:02 +11:00
  • ac3ba77d07 create swiftformat config Yonas Kolb 2019-01-28 22:18:27 +11:00
  • 2b89481362 update changelog Yonas Kolb 2019-01-28 22:14:09 +11:00
  • f154b4d1cb Merge pull request #503 from yonaskolb/fix/config_lookup Yonas Kolb 2019-01-28 22:18:01 +11:00
  • 7350349b04 Merge pull request #505 from yonaskolb/add_framework_search_paths Yonas Kolb 2019-01-28 22:17:22 +11:00
  • 1eaec471e9 Merge pull request #502 from yonaskolb/refactor_spec Yonas Kolb 2019-01-28 22:09:05 +11:00
  • d545de9e25 update changelog Yonas Kolb 2019-01-28 21:54:03 +11:00
  • d0c257e938 don't partial apply exact config matches Yonas Kolb 2019-01-28 14:49:17 +11:00
  • 47131e1e1c update changelog Yonas Kolb 2019-01-28 21:52:49 +11:00
  • 8d06dbe8ca add createIntermediateGroups to TargetSource Yonas Kolb 2019-01-28 21:43:11 +11:00
  • ce60fadb54 use SpecLoader in tests Yonas Kolb 2019-01-28 14:13:54 +11:00
  • 43d8927fdf remove some transformed path from options Yonas Kolb 2019-01-28 13:45:26 +11:00
  • a6ca395033 remove basePath init requirement Yonas Kolb 2019-01-28 13:39:46 +11:00
  • 862b19aa1a refactor Spec Yonas Kolb 2019-01-28 13:39:46 +11:00
  • d8e54c507f Merge pull request #504 from yonaskolb/target_template_name Yonas Kolb 2019-01-28 21:49:20 +11:00
  • bb062912f0 update changelog Yonas Kolb 2019-01-28 16:02:55 +11:00
  • a8c12a7f08 update changelog Yonas Kolb 2019-01-28 15:58:45 +11:00
  • 6f4c7d79ac replace $target_name in target templates Yonas Kolb 2019-01-28 15:54:56 +11:00
  • a2609c3c6a update changelog Yonas Kolb 2019-01-28 11:58:35 +11:00
  • a5d1f66ca4 Merge pull request #489 from ellneal/feature/current-directory-expander.yml Yonas Kolb 2019-01-28 11:53:47 +11:00
  • 8eadc2f96c Remove some imports that are no longer necessary Ell Neal 2019-01-27 15:34:41 +00:00
  • d54bbe711c #whitespace Ell Neal 2019-01-27 15:27:30 +00:00
  • 370963ec73 Move PathContainer & PathProperty into their own file Ell Neal 2019-01-27 15:26:58 +00:00
  • 720b2eede1 Move [PathProperty] resolver to spec loader file Ell Neal 2019-01-27 15:24:22 +00:00
  • 060aca8327 Rename Project.Spec --> Spec Ell Neal 2019-01-27 15:23:23 +00:00
  • 1d62b46423 #whitespace Ell Neal 2019-01-27 12:46:00 +00:00
  • 3c339b77ed Add changelog entry Ell Neal 2019-01-27 12:41:09 +00:00
  • 032386e41c Merge branch 'master' into feature/current-directory-expander.yml Ell Neal 2019-01-27 12:37:51 +00:00