Commit Graph
1308 Commits
Author SHA1 Message Date
Yonas KolbandGitHub e9e534ab2e Merge pull request #510 from ainopara/master
Make multi platform targets parse deployment target per platform.
2019-03-15 08:09:15 +11:00
9fb507415b Apply suggestions from code review
Co-Authored-By: ainopara <ainopara@gmail.com>
2019-03-14 21:09:08 +08:00
Yonas KolbandGitHub 7a1a18735d Merge pull request #531 from friederbluemle/fix-spelling
Fix CocoaPods spelling
2019-03-05 07:11:00 +11:00
Frieder Bluemle 50c8d1cdd5 Fix CocoaPods spelling 2019-03-04 21:17:09 +08:00
ainopara 520db0eb08 Make multi platform targets parse deployment target per platform. 2019-03-04 10:24:51 +08:00
Yonas KolbandGitHub d85ca0d84e Merge pull request #527 from yonaskolb/fix_optional_path
Fix error on missing optional sources
2019-02-28 19:55:40 +11:00
Yonas Kolb d037527b82 updated changelog 2019-02-27 22:51:44 +11:00
Yonas Kolb 0b49bdb91f add optional source to Fixture 2019-02-27 22:51:12 +11:00
Yonas Kolb c07f016f4d fix error on optional sources 2019-02-27 22:51:12 +11:00
Yonas KolbandGitHub d4797c3ff6 Merge pull request #524 from elliottwilliams/emw_relative_paths
Compute relative paths to support sources outside a spec's directory
2019-02-27 08:12:51 +11:00
Elliott Williams 34f7d3a716 Remove Path.byRemovingBase(path:) 2019-02-24 16:15:13 -08:00
Elliott Williams b5dcc9c4c4 Use relativePath(from:) in more places
This uncovered a seeming inconsisteny with how folder reference paths
were specified vs all other paths.
2019-02-24 16:13:49 -08:00
Elliott Williams d12eab66ea Update changelog 2019-02-24 15:35:31 -08:00
Yonas KolbandGitHub ca1b82a361 Merge pull request #506 from rpassis/feature/CarthageIncludeRelatedOption
Adds ability to include related frameworks when using Carthage
2019-02-24 22:41:54 +11:00
Rogerio de Paula Assis 054965a453 Reverted Package.resolved changes 2019-02-23 06:37:13 -05:00
Rogerio de Paula Assis 598a5f75bd Minor refactor for better performance 2019-02-22 22:06:33 -05:00
Rogerio de Paula Assis 1e69d705b7 Added includeCarthageRelated global flag, updated tests + documentation to reflect changes 2019-02-22 21:31:23 -05:00
Rogerio de Paula Assis a19871aaac Some additional tidy up & code improvements 2019-02-22 21:31:23 -05:00
Rogerio de Paula Assis 6ab5344d41 Updated documentation with description and example of usage, updated change log 2019-02-22 21:31:23 -05:00
Rogerio de Paula Assis 18f52ab098 Introduces ability to include Carthage related dependencies when creating a project configuration file 2019-02-22 21:29:56 -05:00
Elliott Williams 0639629160 Fix formatting error 2019-02-21 11:53:18 -08:00
Elliott Williams a03e5a198a Add comments and rename for clarity 2019-02-21 11:46:34 -08:00
Elliott Williams 3b15144033 Determine relative path for top-level groups 2019-02-21 11:46:23 -08:00
Elliott Williams 9f6f5210f7 Add Path.relativePath(from:) 2019-02-21 11:35:42 -08:00
Yonas KolbandGitHub 2710a72e7f Merge pull request #514 from elliottwilliams/emw_missing_files
Add missingFiles option to skip checking for config file existence
2019-02-13 12:49:30 +11:00
Elliott Williams 732d07072c Only use .missingConfigFiles in its test 2019-02-12 17:05:56 -08:00
Elliott Williams 224def7a09 Rename missingFiles to missingConfigFiles 2019-02-12 13:39:24 -08:00
Elliott Williams 23c68bd210 Add changelog entry 2019-02-12 13:38:55 -08:00
Elliott Williams 751ecec14e Add missingFiles disabled validation 2019-02-11 19:08:44 -08:00
Yonas KolbandGitHub 65cc5f45d8 Merge pull request #509 from yonaskolb/fix/fixture_compilation
Fix fixtures building
2019-02-03 19:20:27 +11:00
Yonas Kolb f9d152d46a add some friendlier output to build script 2019-02-02 15:37:20 +11:00
Yonas Kolb 474874d00f add --quite to xcodebuild 2019-02-02 13:23:04 +11:00
Yonas Kolb aeaf35e197 move ci scripts and add generation step 2019-02-02 13:21:19 +11:00
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