Commit Graph

21 Commits

Author SHA1 Message Date
Yonas Kolb
da5993d07e update dependencies 2017-12-26 22:49:17 +08:00
Brandon Kase
69b1368013 Support Legacy Targets (#175)
XcodeGen now supports "External Build Tool" target type (internally called
PBXLegacyTarget in Xcode). This is implied when the target provides a
`LegacyTarget` field in its spec.

PBXLegacyTargets are just like normal targets but the `isa` is different
and they have a notion of a buildTool. Most of the target logic doesn't
have to change.
2017-12-18 13:26:49 -08:00
Yonas Kolb
d6b3a63d8f update command, pathkit and spectre 2017-12-17 05:11:03 +08:00
Yonas Kolb
b7d545b0a4 update Rainbox 2017-12-17 04:55:07 +08:00
Yonas Kolb
9676d1340b update to xcproj 1.6.0 2017-12-05 20:57:31 +01:00
Rahul Malik
8a46cde0b1
Add commandlineArguments to XcodeGenKit Scheme specifications (#172)
* Add commandlineArguments to XcodeGenKit Scheme specifications

* Update xcproj reference, format code, cleanup usage of
commandlineArguments in ProjectGenerator

* Update docs, CHANGELOG and equality checks in Scheme.swift

* Doc update

* Update fixture tests to have command line arguments. Fix remaining issue
with Scheme creation through "Test Scheme"
2017-11-28 11:02:59 -08:00
Alex Rupérez
c59c6a02db Added support for codeCoverageEnabled flag in target schemes. (#170)
* Resolves #169, added support for codeCoverageEnabled flag in target schemes.

* #170 @yonaskolb code review fix and docs update.

* More #170 @yonaskolb code review fix.

* Using gatherCoverageData instead of codeCoverageEnabled naming, thanks @kastiglione.

* Now using xcproj 1.5.0

* Another #170 @yonaskolb code review fix.
2017-11-24 11:45:56 +01:00
Yonas Kolb
633ac71802
Merge pull request #164 from soffes/master
Add ProjectSpec product
2017-11-20 23:30:04 +01:00
Sam Soffes
2b8e5653cb Add ProjectSpec product 2017-11-20 13:54:02 -08:00
Rahul Malik
6e43295259 Use official xcproj release, address comments 2017-11-18 10:39:08 -08:00
rmalik
f2c4ebabfd Update XcodeGen for latest performance fixes in xcproj 2017-11-16 15:37:53 -08:00
Yonas Kolb
a4471e839e update to xcproj 1.2 2017-10-28 20:01:01 +02:00
Yonas Kolb
fec6066d91 updated to xcproj 0.3.0 2017-10-01 11:42:07 +02:00
Yonas Kolb
956edd3350 upgrade to xcodeproj 0.1.2 2017-09-14 21:28:09 +02:00
Yonas Kolb
05e7928c7c upgrade to Swift 4 2017-09-14 00:48:57 +02:00
Yonas Kolb
01d7302999 change xcodeproj from carambalabs to swift-xcode 2017-08-25 16:34:16 +02:00
Yonas Kolb
e393c01571 upgrade xcodeproject 2017-08-25 11:39:17 +02:00
Yonas Kolb
6e8a153f62 update YAMS to 0.3 2017-07-30 09:24:34 +02:00
Yonas Kolb
1370b37b8b move dependency to carambalabs/xcodeproj 2017-07-28 17:53:36 +02:00
Yonas Kolb
4614073cfa rename Spec to ProjectSpec and moved into its own module 2017-07-28 16:32:35 +02:00
Yonas Kolb
ef402f6e36 initial commit 2017-07-19 14:55:01 +02:00