yonaskolb
0e4e08bfc4
run swift format for Swift 5.1
2019-11-10 11:56:23 +11:00
yonaskolb
44f9ffa51a
formatting
2019-11-10 11:38:53 +11:00
Kohki Miki
03076f40eb
Support Static Frameworks for Carthage dependencies ( #688 )
2019-11-07 11:03:26 -06:00
wag-miles
c5905581d5
Fix header phase for static frameworks ( #705 )
2019-11-06 14:09:20 -06:00
Romuald Cari
292cee1f6e
Fixing link directive on dependencies ( #703 )
...
PR #624 introduced a bug with operator priorities discarding false link settings
for dependencies when the target is an executable and the dependency a static
library. This PR fixes that.
2019-10-31 15:32:17 -05:00
Bryan Summersett
98472a3d88
Add Base to known regions even if one doesn't exist
2019-10-29 15:33:52 -07:00
yonaskolb
d0d509c1a5
swiftformat
2019-10-27 22:37:41 +11:00
Malcolm Jarvis
d22ab944c4
Fix macOS unit test target TEST_HOST ( #696 )
...
Resolves #695
Previously, macOS unit test targets would appear to have no test host.
By manually setting the test host in Xcode on the fixture project, I discovered that macOS test hosts require an additional `Contents/MacOS/` path component before the product name.
We can manually detect the platform when setting the test host and as such generate the host correctly for macOS unit test targets.
2019-10-24 11:12:00 -05:00
giginet
edac4a355b
Resolve Info.plist path
2019-10-23 18:58:40 +09:00
Kohki Miki
2166a0387e
Adding a default argument for backward compatibility.
2019-10-22 03:08:48 +09:00
giginet
7db2d2c526
Rename to projectDirectory
2019-10-08 22:52:51 +09:00
giginet
44c7a0cae2
Pass projectDestinationDirectory
2019-10-08 22:48:42 +09:00
yonaskolb
8e6195c368
make local packages relative
2019-09-27 21:43:42 +10:00
yonaskolb
e9193cfb29
add support for localPackages
2019-09-27 21:36:07 +10:00
yonaskolb
41453595cc
added package target dependency with XcodeProj 7.1.0
2019-09-27 20:49:32 +10:00
yonaskolb
6c9b814385
don't link packages to static libraries
2019-09-27 19:00:32 +10:00
yonaskolb
98ed4465aa
add stub of swift package target dependency
2019-09-27 19:00:32 +10:00
yonaskolb
e3fc07d37f
generate packages
2019-09-27 17:10:55 +10:00
Roman Podymov
0f628f3533
Merge pull request #1 from yonaskolb/master
...
Update code
2019-09-23 11:45:39 +02:00
Roman Podymov
a275d666cf
swiftlint autocorrect
2019-09-23 09:44:06 +02:00
Roman Podymov
c190fba8bc
Use .valueArray when possible, removed redundant Array()
2019-09-23 09:41:31 +02:00
Yuta Saito
923a60fb63
Add dylib sdk for TestProject
2019-09-10 23:09:27 +09:00
yonaskolb
d921d14259
make format_code
2019-09-01 22:02:53 +10:00
Yuta Saito
458ba9de89
Allow to link dylib into static library only when 'link' is true ( #635 )
...
* Allow to link dylib into static library only when 'link' is true
* Add test case to proof that links only when true
* Update CHANGELOG.md
2019-08-28 13:52:27 -05:00
yonaskolb
d71612cbe0
update code to new XcodeProj
2019-06-26 16:49:10 +10:00
yonaskolb
745be5fc1d
update import name
2019-06-26 16:49:10 +10:00
Andrés Cecilia Luque
3baa3b3e4d
Updated compatibilityVersion
2019-05-07 18:43:17 +02: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
09801e4b41
Remove unnecessary condition
2019-04-08 19:52:42 -07:00
Tian Zhang
a5f0a9f7ee
Fix ITMS-90539
...
Fix embed condition
Revert "Fix embed condition"
This reverts commit fc586863aad7cda8fc506e02bed10717dae66638.
separate condition
2019-04-08 19:52:42 -07:00
Kryštof Matěj
0533dda0a6
Added support for custom framework root
2019-04-08 15:41:06 +02:00
yonaskolb
fa156c1028
Swiftformat
2019-03-25 21:11:29 +11:00
yonaskolb
bcbc83dd75
rename includeCarthageRelatedDependencies to findCarthageFrameworks and includeRelated to findFrameworks
2019-03-24 22:59:29 +11:00
yonaskolb
8c441d83e4
extracted CarthageVersionLoader and refactored
2019-03-24 20:23:49 +11:00
Dimitri Emmerich
b55223ae7c
use link property in framework deps
2019-03-05 22:53:21 +01: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
Elliott Williams
b5dcc9c4c4
Use relativePath(from:) in more places
...
This uncovered a seeming inconsisteny with how folder reference paths
were specified vs all other paths.
2019-02-24 16:13:49 -08:00
Rogerio de Paula Assis
1e69d705b7
Added includeCarthageRelated global flag, updated tests + documentation to reflect changes
2019-02-22 21:31:23 -05:00
Rogerio de Paula Assis
18f52ab098
Introduces ability to include Carthage related dependencies when creating a project configuration file
2019-02-22 21:29:56 -05:00
Yonas Kolb
72ae41e94a
Merge pull request #497 from yonaskolb/update_compatability
...
Update Xcode compatibility version
2019-01-27 19:16:02 +11:00
Kryštof Matěj
ec60901ff7
Fix carhage dependency resolving
2019-01-25 07:40:12 +01:00
Yonas Kolb
93f5492d4c
update objectVersion from 46 to 50
2019-01-24 23:34:54 +11:00
Luke Wakeford
df0e396b75
Adding input and output file lists to build script spec
2019-01-23 14:40:45 +00:00
Yonas Kolb
e24fd1b68e
update Xcode compatibility version
2019-01-22 15:56:42 +11:00
Rogerio de Paula Assis
e6e8b58db4
Fixes issue with sticker pack targets generating redundant compile sources build phase
2019-01-15 22:57:22 -05:00
Yonas Kolb
f04c3e0496
format code
2018-12-18 22:37:22 +11:00
Brentley Jones
0617337a94
Allow static libraries to see external framework in search paths
2018-12-17 09:37:48 -06:00
Brentley Jones
f3e5aa9083
Treat SDK same as framework for skipping staticLibrary
2018-12-17 09:36:14 -06:00
Yonas Kolb
c7a1ecd73d
generate TEST_HOST for unit tests
2018-12-05 19:13:58 +11:00
Yonas Kolb
12aea54878
generate TestTargetID project attributes for unit tests
2018-12-05 19:13:27 +11:00