Brentley Jones
0afd7058bb
Only link static libraries to executables
2018-07-23 09:23:14 -05:00
Yonas Kolb
c9ab3af76e
merge target onto templates
2018-07-23 20:27:50 +10:00
Yonas Kolb
1741d69c3c
seperate target resolvers
2018-07-23 20:08:55 +10:00
Yonas Kolb
c50d1dd157
add target templates
2018-07-22 21:49:39 +10:00
Yonas Kolb
a43a96075a
Merge pull request #351 from yonaskolb/ks/show-env
...
Add showEnvVars to build scripts
2018-07-22 12:17:38 +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
Brentley Jones
b32fe96854
Parse xcodeVersion from yaml
2018-07-19 08:13:24 -05:00
Yonas Kolb
22b79cf30c
default transitivelyLinkDependencies to false
2018-07-06 00:05:16 +10:00
Brentley Jones
b7ba3628e9
Fix typo "transient" -> "transitive"
2018-07-03 13:34:20 -05:00
Yonas Kolb
01815e7e4e
Update to 1.10.0
2018-07-03 21:45:00 +10:00
Yonas Kolb
be3a4dd1f6
Merge pull request #327 from brentleyjones/transitively-embed
...
Transitively embed dependencies
2018-07-02 12:01:29 +10:00
Brentley Jones
55b0ed1eeb
Add option to turn off transiently linking dependencies
2018-06-29 14:04:31 -05:00
Brentley Jones
cc4674c6b8
Fix launch action to not run frameworks
...
Currently generated schemes incorrectly are launchable for frameworks. This change implements them in the same way that Xcode naturally does.
2018-06-29 12:39:57 -05:00
Yonas Kolb
c79a205339
don't code sign target dependencies by default
2018-06-27 22:44:19 +10:00
Yonas Kolb
438869e997
make format_code
2018-06-08 15:21:25 +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
6faca7aeed
use AutoEquatable in BuildRule
2018-05-13 19:10:31 +10:00
Yonas Kolb
3533c2cb07
use AutoEquatable where possible
2018-05-13 19:05:32 +10:00
Yonas Kolb
542668d9f0
add build rules
2018-05-13 17:13:48 +10:00
Yonas Kolb
1ce6b97980
update to Swift 4.1
2018-05-12 15:10:18 +10:00
Keith Smiley
812af8b3a1
Update targetsMap on targets didSet
2018-04-23 09:51:38 -07:00
Keith Smiley
d4445c6d4a
Store targets as dictionary for faster lookups
2018-04-19 14:45:56 -07:00
Yonas Kolb
bc0e90c3d6
Update to 1.9.0
2018-04-12 23:32:40 +10:00
Yonas Kolb
e589364ae8
rename ProjectSpec to Project and Project.Options to SpecOptions
2018-04-12 23:13:12 +10:00
Yonas Kolb
c89a665bba
add target scheme pre and post action tests
2018-03-30 02:10:42 +11:00
Yonas Kolb
a1b631b405
add pre and post actions to target scheme
2018-03-30 01:47:25 +11:00
Yonas Kolb
af9c5738a5
remove un-needed action mapping
2018-03-30 01:43:12 +11:00
Yonas Kolb
b3ba1cb0ec
automatically set DevelopmentTeam and ProvisioningStyle TargetAttributes
2018-03-27 15:47:23 +11:00
Yonas Kolb
ebde9de151
Add target.attributes
2018-03-27 14:21:15 +11:00
Keith Smiley
6f95e57f45
Rename to defaultConfig
2018-03-19 15:18:46 -07:00
Keith Smiley
e636664aaa
Add defaultConfigurationName to options
...
This allows users to set the defaultConfigurationName project wide. This
setting corresponds to the drop down in the project settings that says
"Use CONFIG for command line builds". This affects which configuration
Xcode looks in for some settings, even if you pass `-configuration FOO`.
2018-03-19 13:47:02 -07:00
Jerry Marino
fda4f30713
Allow allocation of LegacyTarget
...
I'm now using XcodeGen data structures directly, which is awesome.
I need to allocate `LegacyTarget` in my code, so this method makes it
public.
2018-03-08 13:23:17 -08:00
Yonas Kolb
d11783bdb0
make format_code
2018-03-03 09:21:16 +11:00
Yonas Kolb
579d5ccb39
Merge pull request #252 from yonaskolb/header_visibility
...
Add TargetSource headerVisibility
2018-03-02 20:37:22 +11:00
Yonas Kolb
9bd7123de0
fix env YES parsing
2018-03-02 09:49:03 +11:00
Yonas Kolb
9b7f8606c2
use yams resolver to treat empty string as empty string
2018-03-02 09:18:43 +11:00
Yonas Kolb
205c2e9711
embed carthage dependences into test targets
2018-03-01 23:09:52 +11:00
toshi0383
0a37fd54e3
fix and refactor into extensions
2018-03-01 07:53:27 +09:00
Yonas Kolb
59a2f4116d
add headerVisibility
2018-02-27 09:28:17 +11:00
Jakub Turek
dcb098a39f
Implement setting schema variables in xcodeproj
2018-02-26 22:22:07 +01:00
Akio Yasui
58b2419bac
Add carthageExecutablePath option to specify where Carhtage executable is
2018-02-25 02:47:36 +09:00
Rahul Malik
048ed75ac4
Update for comments
2018-02-13 18:48:10 -05:00
Rahul Malik
0d5a9b4da7
Add parallelizeBuildables and buildImplicitDependencies flags to the build
...
scheme settings
2018-02-13 17:26:27 -05:00
Dave Lee
dc1356a474
Make scheme action config optional
2018-02-02 12:59:05 -08:00
Dave Lee
59e70dfddf
Support use of target setttings in execution actions
2018-01-29 12:23:34 -08:00
Dave Lee
c498341924
Merge remote-tracking branch 'origin/master' into scheme-actions
2018-01-28 14:56:31 -08:00
Yonas Kolb
7efe9c17f6
update to xcproj 4.0
2018-01-28 19:31:47 +10:30
Dave Lee
7aa3120a70
Improve BuildType.from(jsonValue:) signature
2018-01-25 16:04:33 -08:00
Dave Lee
df20befa61
Pass scheme execution actions down to xcproj
2018-01-25 16:04:33 -08:00
Dave Lee
7287053fce
Add execution actions to scheme action types
2018-01-25 16:04:33 -08:00