Commit Graph

206 Commits

Author SHA1 Message Date
yonaskolb
f63f652988 Update to 2.6.0 2019-06-28 16:59:41 +10:00
yonaskolb
44b6e92c40 update changelog 2019-06-26 17:15:05 +10:00
Tom Quist
25260963c7 Add environment variable expansion
closes #587
2019-06-16 23:48:58 +02:00
min
c68393c35d Fix added heading 2019-06-13 21:57:03 -07:00
Min Kim
e034dc982f
Merge branch 'master' into min/no_codegen 2019-06-13 21:38:52 -07:00
min
885033b1bf Update Changelog 2019-06-13 21:36:25 -07:00
Yonas Kolb
73dc56120a
Update CHANGELOG.md 2019-06-14 11:05:02 +10:00
Yonas Kolb
f48914c167
Update CHANGELOG.md 2019-06-14 11:03:39 +10:00
Yonas Kolb
f1a8361a3a
Fix watchOS Intents Extension support (#571)
Fix watchOS Intents Extension support
2019-06-14 11:00:43 +10:00
Yonas Kolb
06179ebda7
Change compatibilityVersion to Xcode 10.0 (#581)
Change compatibilityVersion to Xcode 10.0
2019-06-14 10:57:12 +10:00
Thi
9da8154ba6
Add changelog entry for #597 2019-06-10 11:06:56 +09:00
Andras Kadar
5bf1678e1f Remove default empty array & add changelog 2019-05-17 09:34:20 +02:00
Andrés Cecilia Luque
eef2a974e9 Changelog update 2019-05-07 18:44:30 +02:00
Andrés Cecilia Luque
3baa3b3e4d Updated compatibilityVersion 2019-05-07 18:43:17 +02:00
Tian Zhang
699bd078c3 Issue number 2019-04-22 12:28:40 -07:00
Tian Zhang
2990d3fc3f Changelog 2019-04-22 12:23:29 -07:00
ryohey
ea6fb60c72 Update changelog 2019-04-20 12:22:52 +09:00
yonaskolb
1c39ae8105 Update to 2.5.0 2019-04-09 22:15:16 +10:00
yonaskolb
9d6de80955 update dependencies 2019-04-09 22:13:42 +10:00
yonaskolb
397f36b2f1 updated changelog 2019-04-09 22:03:25 +10:00
Yonas Kolb
0c1ec6f677
Merge pull request #550 from sroebert/master
Fixed flattening of relative paths (#525)
2019-04-09 21:57:39 +10:00
Yonas Kolb
17db27bb9d
Merge pull request #558 from KhaosT/fix-embed-watch-target
Fix Carthage dependencies for watchOS target
2019-04-09 21:47:45 +10:00
Tian Zhang
dc9a55bdc8 Update changelog 2019-04-08 19:53:17 -07:00
Kryštof Matěj
0533dda0a6 Added support for custom framework root 2019-04-08 15:41:06 +02:00
Steven Roebert
69093dc401 Updated changelog 2019-04-07 12:36:40 +02:00
Yonas Kolb
ceee0d6115
Merge branch 'master' into fix-generation-order 2019-04-07 13:19:42 +10:00
Yonas Kolb
2fe9b546ce
Merge pull request #555 from yonaskolb/xcode_10.2
Update default settings to Xcode 10.2
2019-04-06 20:46:56 +11:00
yonaskolb
3a03f0b338 update changelog 2019-04-06 20:37:56 +11:00
yonaskolb
d9001e70ea update changelog 2019-04-04 23:40:33 +11:00
yonaskolb
036c68885a update changelog 2019-04-02 22:05:00 +11:00
Yonas Kolb
fde42399de update to xcodeproj 6.6 2019-04-01 20:07:07 +11:00
yonaskolb
6b431a204d update changelog 2019-03-31 22:00:41 +11:00
yonaskolb
e6fd3731a2 update changelog 2019-03-31 21:57:03 +11:00
yonaskolb
c257ec1a91 update changelog 2019-03-27 21:34:46 +11:00
Tom Quist
4b8d46429a Fix order of file generation
When the `Info.plist` doesn’t exist in filesystem (e.g. because it’s in `.gitignore`)
xcodegen generates the file but doesn’t add it to the `xcodeproj`. Only when
`xcodegen` is executed a second time it is included.

This changes the order of generation of these files to first generate the
plist and then the project.
2019-03-26 14:04:08 +01:00
yonaskolb
95bc051d26 Update to 2.3.0 2019-03-25 21:11:29 +11:00
yonaskolb
900a1384cf update docs 2019-03-25 20:39:10 +11:00
yonaskolb
bcbc83dd75 rename includeCarthageRelatedDependencies to findCarthageFrameworks and includeRelated to findFrameworks 2019-03-24 22:59:29 +11:00
yonaskolb
3289fdc797 fix include relative sources in mixed arrays 2019-03-24 17:56:43 +11:00
Yonas Kolb
94e08a78b5 Fix multi-platform target templates 2019-03-24 17:17:55 +11:00
yonaskolb
72d24ff797 update changelog 2019-03-22 14:50:44 +11:00
Tom Quist
aaae772d0e Add ability to define templateAttributes within a target
This allows parameterizing templates. Also change
placeholder syntax to `${placeholderName}` also for
existing placeholders `$target_name`and `$platform`
and generate warnings when using the old placeholder
syntax.
2019-03-17 14:55:15 +01:00
Yonas Kolb
8dd2ec89cc
Merge pull request #534 from tomquist/support-nested-templates
Add support for nested templates
2019-03-17 21:55:25 +11:00
Tom Quist
0c2554db2b Add support for nested templates
It would be convenient if templates could be nested, which means
a template can be based on another template.

This change implements support for nested templates. It avoids
cycles by just ignoring templates that have already been visited
when collecting the set of templates to use.
2019-03-17 11:29:50 +01:00
yonaskolb
32b3d8c362 fix relative paths in included target templates 2019-03-17 19:38:36 +11:00
Yonas Kolb
ac00ad9615 don't modify exclueds path with relative include path 2019-03-16 23:17:33 +11:00
Yonas Kolb
9fb507415b
Apply suggestions from code review
Co-Authored-By: ainopara <ainopara@gmail.com>
2019-03-14 21:09:08 +08:00
ainopara
520db0eb08 Make multi platform targets parse deployment target per platform. 2019-03-04 10:24:51 +08:00
Yonas Kolb
d037527b82 updated changelog 2019-02-27 22:51:44 +11:00
Yonas Kolb
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