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
4f84bd11e5
minor formatting change
2018-03-27 14:53:45 +11:00
Yonas Kolb and GitHub
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 and GitHub
573a0ee7d0
Fix some typos & presentation in ProjectSpec doc
2018-03-26 18:09:32 +02:00
Yonas Kolb and GitHub
40b934ee6c
Merge pull request #267 from LinusU/patch-1
...
Add FAQ page with code signing help
2018-03-26 23:55:49 +11: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
Linus Unnebäck and GitHub
671ead878f
Add FAQ page with code signing help
2018-03-15 11:34:40 +00:00
Yonas Kolb
40d364992d
document default header visibility
2018-03-03 08:41:41 +11:00
Yonas Kolb and GitHub
579d5ccb39
Merge pull request #252 from yonaskolb/header_visibility
...
Add TargetSource headerVisibility
2018-03-02 20:37:22 +11:00
Quico Moya and GitHub
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 and GitHub
8b73f4fe44
Mark option config as required
2018-01-30 21:12:16 -08:00
Yonas Kolb and GitHub
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 and 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 and GitHub
77976103bb
Update ProjectSpec.md
2017-12-26 23:50:31 +08:00
Yonas Kolb and GitHub
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 and GitHub
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
Yonas Kolb
cf6df044cf
add TargetSource.buildPhase for overriding build phase
2017-12-22 18:57:15 +08:00
Yonas Kolb
835a9f137c
reformat ProjectSpec
2017-12-22 18:54:28 +08:00
Yonas Kolb
24577a29b4
reformat ProjectSpec
2017-12-22 18:52:43 +08:00
Yonas Kolb
57854edd09
reformat ProjectSpec
2017-12-22 18:42:26 +08:00
Yonas Kolb
9ddf6a5aa7
fix scheme docs
2017-12-21 20:16:20 +08:00
Yonas Kolb
402c549ec8
add Scheme documentation
2017-12-21 18:26:58 +08:00
Alvar Hansen
24c8668eb7
Allow missing files in sources
...
Adds `optional` flag to `TargetSource` to allow files that do not exist yet.
This is useful in cases where build script will generate files.
2017-12-21 11:33:04 +02:00
Yonas Kolb and GitHub
c0a7505666
Merge pull request #197 from yonaskolb/xcode_version
...
Add Xcode version
2017-12-20 23:51:22 +08:00
Yonas Kolb
e1275a4ca0
add xcodeVersion docs
2017-12-20 23:17:59 +08:00
Yonas Kolb and GitHub
1b5a9d7781
Merge pull request #185 from yageek/feature/update_doc
...
Update documentation about source exclusion
2017-12-20 22:40:22 +08:00
Brandon Kase and Rahul Malik
4c96dbb323
Support indentation options from xcproj ( #190 )
2017-12-18 13:28:33 -08:00