Commit Graph
72 Commits
Author SHA1 Message Date
Yonas Kolb 884490f955 add attributes to AggregateTarget 2018-07-24 22:05:29 +10:00
Yonas Kolb 3b17164bbf add aggregate targets 2018-07-24 22:05:29 +10:00
Yonas Kolb 31c3f1de0f Merge pull request #355 from yonaskolb/target_template
Add target templates
2018-07-24 22:03:10 +10:00
Brentley Jones 0afd7058bb Only link static libraries to executables 2018-07-23 09:23:14 -05:00
Yonas Kolb c50d1dd157 add target templates 2018-07-22 21:49:39 +10:00
Keith Smiley ff0e403e52 Add showEnvVars to build scripts
This allows us to disable printing the environment in build logs.
2018-07-20 10:13:50 -07:00
Yonas Kolb 88fea75379 document transitivelyLinkDependencies default 2018-07-06 00:10:49 +10:00
Brentley Jones b7ba3628e9 Fix typo "transient" -> "transitive" 2018-07-03 13:34:20 -05:00
Brentley Jones 55b0ed1eeb Add option to turn off transiently linking dependencies 2018-06-29 14:04:31 -05:00
Yonas Kolb 67b5eb7006 fix excludes documentation 2018-06-26 21:45:29 +10:00
Yonas Kolb 701df1c915 Merge pull request #306 from yonaskolb/build_rule
Add build rules
2018-05-24 16:22:06 +10:00
Yonas Kolb 294f95900d update docs 2018-05-15 15:00:14 +10:00
Yonas Kolb 542668d9f0 add build rules 2018-05-13 17:13:48 +10:00
Alvar Hansen 5930af67fd Fix schemes documentation example 2018-04-25 17:02:44 +03:00
Yonas Kolb e5016afba7 update readme for fileGroups 2018-04-12 00:30:31 +10:00
Yonas Kolb a1b631b405 add pre and post actions to target scheme 2018-03-30 01:47:25 +11:00
Yonas Kolb b3ba1cb0ec automatically set DevelopmentTeam and ProvisioningStyle TargetAttributes 2018-03-27 15:47:23 +11:00
Yonas Kolb 7ff3cb0c19 Merge pull request #276 from yonaskolb/target_attributes
Add target.attributes
2018-03-27 14:38:33 +11:00
Yonas Kolb ebde9de151 Add target.attributes 2018-03-27 14:21:15 +11:00
AliSoftware 573a0ee7d0 Fix some typos & presentation in ProjectSpec doc 2018-03-26 18:09:32 +02:00
Keith Smiley 6f95e57f45 Rename to defaultConfig 2018-03-19 15:18:46 -07:00
Keith Smiley b1d739dffa Update project spec 2018-03-19 13:47:02 -07:00
Yonas Kolb 40d364992d document default header visibility 2018-03-03 08:41:41 +11:00
Yonas Kolb 579d5ccb39 Merge pull request #252 from yonaskolb/header_visibility
Add TargetSource headerVisibility
2018-03-02 20:37:22 +11:00
Quico Moya 0066f280fb Update ProjectSpec.md 2018-03-01 16:27:54 +01:00
Yonas Kolb 59a2f4116d add headerVisibility 2018-02-27 09:28:17 +11:00
Jakub Turek faccf462e6 Update environment variable’s docs 2018-02-26 22:22:07 +01:00
Jakub Turek dcb098a39f Implement setting schema variables in xcodeproj 2018-02-26 22:22:07 +01:00
Yonas Kolb 9d4950e574 project spec docs 2018-02-26 12:51:59 +11:00
Akio Yasui 7cac9f8783 Update doc 2018-02-25 06:11:21 +09:00
Rahul Malik c4f8645ec7 Update spec doc to highlight default values 2018-02-13 20:08:05 -05:00
Rahul Malik 048ed75ac4 Update for comments 2018-02-13 18:48:10 -05:00
Yonas Kolb 3ee14fd0bf update documentation to use strings for deployment target 2018-02-13 08:39:10 +11:00
Dave Lee eee75a4c02 Use new documentation wording for config 2018-02-02 13:07:05 -08:00
Dave Lee 8b73f4fe44 Mark option config as required 2018-01-30 21:12:16 -08:00
Yonas Kolb 0f879362e2 Merge pull request #231 from yonaskolb/scheme-actions
Add support for scheme pre-actions and post-actions
2018-01-30 12:33:06 +11:00
Yonas Kolb 431011e932 improve scheme build documentation 2018-01-30 12:20:12 +11:00
Dave Lee 7f81b213cf Add preActions/postActions to spec 2018-01-29 12:37:36 -08:00
Dave Lee 9031a7f19b Fix scheme targets documentation 2018-01-25 11:42:38 -08:00
Keith Smiley b6ef82b3df Add new option for disabling validations
This gives us an entry point for disabling specific project.yml
validations that sometimes shouldn't apply. The first example is
missingConfigs, which, if you use your .yml file in multiple projects,
can be too strict if the projects have different top level
configurations.
2018-01-05 11:41:33 -08:00
Keith Smiley bbec1a0c1b Move optional documentation
This fixes the optional documentation indentation by moving it up
2017-12-26 21:59:37 -08:00
Yonas Kolb 77976103bb Update ProjectSpec.md 2017-12-26 23:50:31 +08:00
Yonas Kolb 554a9d2524 Merge pull request #205 from yonaskolb/platform_version
Add deployment target
2017-12-26 17:55:14 +08:00
Yonas Kolb e3a6739b2a rename deploymentTargets to deploymentTarget 2017-12-26 17:48:01 +08:00
Yonas Kolb cd6d179325 rename platformVersion to deploymentTarget 2017-12-26 17:36:41 +08:00
Yonas Kolb a1e46eb05a add yaml format in ProjectSpec docs 2017-12-26 17:36:22 +08:00
Yonas Kolb 7ce3dbae2f add platform version docs 2017-12-26 17:36:22 +08:00
Yonas Kolb d4fc0916a2 Merge pull request #203 from yonaskolb/scheme_build_types
Change Scheme.Build.targets spec
2017-12-26 16:40:11 +08:00
Yonas Kolb e18a6a750b fix spelling mistake 2017-12-26 16:38:18 +08:00
Yonas Kolb cb3ffc3d2b change Scheme.Build.targets spec 2017-12-22 18:59:23 +08:00