Commit Graph

279 Commits

Author SHA1 Message Date
yonaskolb
155add1431 update changelog 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
yonaskolb
0ea8f90fb5 update to XcodeProj 7.3.0 2019-11-07 23:16:54 +11:00
wag-miles
c5905581d5 Fix header phase for static frameworks (#705) 2019-11-06 14:09:20 -06:00
Romuald Cari
06a6616b88 Improving variable expansion runtime (#704)
* Improving variable expansion runtime

The current implementation of variable expansion is O(n x m) with n being the
number of strings in the project spec and m being the number of project variables.

This implementation is now O(n).

Also, this effectively deprecates the support for $legacy_variables in favor of the
${new_variables} making this whole patch possible.

* Adding option to disable variable expansion

* Adding performance test for spec loading

* Updating changelog
2019-11-06 08:33:54 -06:00
Yonas Kolb
a53bf377a7 update changelog 2019-11-01 10:11:31 +11: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
Yuta Saito
610e65f78d Update CHANGELOG.md 2019-10-30 16:00:00 +09:00
Bryan Summersett
98472a3d88 Add Base to known regions even if one doesn't exist 2019-10-29 15:33:52 -07:00
yonaskolb
03b74b37c0 Update to 2.10.0 2019-10-27 23:25:47 +11:00
yonaskolb
efc71ca143 update changelog 2019-10-27 23:18:16 +11:00
Yuta Saito
d4ae922a4d Update outdated CHANGELOG.md 2019-10-27 13:31:42 +09:00
Yuta Saito
3d58b3d104 Merge branch 'master' into test-coverage 2019-10-27 12:58:30 +09:00
Yuta Saito
f81adfe291 Merge branch 'external-target-ref' into test-coverage 2019-10-27 12:57:23 +09:00
Yonas Kolb
f9e5f23c2b
Support External Target Reference (#655)
Support External Target Reference
2019-10-27 14:11:35 +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
Kohki Miki
96a721da30
Update CHANGELOG.md 2019-10-24 02:22:04 +09:00
Kohki Miki
5b5d0e917e
Merge pull request #681 from giginet/project-path
Resolving relative paths with custom project destination
2019-10-23 04:15:51 +09:00
Yonas Kolb
391cfe7126
Update CHANGELOG.md 2019-10-22 22:32:11 +11:00
Franz Busch
b5773eff6a Don't generate CFBundleExecutable for targets of type bundle 2019-10-22 09:39:22 +02:00
Yuta Saito
0866203a60
Merge branch 'master' into external-target-ref 2019-10-21 21:37:52 +09:00
Yonas Kolb
a03c960a35
Update CHANGELOG.md 2019-10-15 21:34:08 +11:00
Yuta Saito
d7864ffba0 Update CHANGELOG.md 2019-10-15 15:55:45 +09:00
Yuta Saito
be9c6a27b5 Merge branch 'master' into external-target-ref 2019-10-15 15:55:12 +09:00
yonaskolb
e41181741a update changelog 2019-10-14 21:17:09 +11:00
Yuta Saito
0a43435af3
Merge branch 'master' into external-target-ref 2019-10-10 23:38:45 +09:00
Kohki Miki
62a26b0a17
Merge branch 'master' into project-path 2019-10-09 16:36:42 +09:00
Yonas Kolb
3e1b9650b9
Merge pull request #679 from nivanchikov/fix_localized_resources_with_directories
Fix some resource files being placed to "Recovered References" group
2019-10-09 09:00:04 +11:00
giginet
b208921328 Add CHANGELOG 2019-10-08 22:49:25 +09:00
Nikita Ivanchikov
d5cfc58cd5 Add CHANGELOG 2019-10-08 14:59:24 +03:00
Yonas Kolb
27564f9a28
Merge pull request #672 from yonaskolb/BC-SchemeTemplates
Scheme Templates
2019-10-08 17:38:32 +11:00
Brian Clymer
ba34891aae Add changelog and docs. 2019-10-06 15:48:10 -05:00
Yonas Kolb
38b9b18bc9
Merge branch 'master' into fix-paths 2019-10-06 22:38:13 +11:00
Yonas Kolb
a0a0065fd8
Update CHANGELOG.md 2019-10-06 22:17:51 +11:00
Yonas Kolb
c46022cae4
Select suitable configs for auto-generated schemes (#673)
Select suitable configs for auto-generated schemes
2019-10-06 22:16:25 +11:00
Yonas Kolb
8c2700a9c3
Update SwiftCLI (#667)
Update SwiftCLI
2019-10-06 22:05:05 +11:00
giginet
e1cb875be6 Add CHANGELOG 2019-10-05 18:29:46 +09:00
giginet
9fe176aab0 Update CHANGELOG 2019-10-05 18:21:15 +09:00
Qusic
76827d96e3 fix tests in case-sensitive file system 2019-10-02 17:02:57 +08:00
Qusic
9ea7ed11e3 Add .rcproject path to sources build phase
.rcproject directories are projects of Reality Composer app bundled in Xcode 11 or later.
2019-10-02 13:00:39 +08:00
Yuta Saito
1bf6d7672e Revert unnecesasry changes 2019-09-30 17:10:17 +09:00
Yuta Saito
b96d077252 Merge branch 'master' into external-target-ref 2019-09-30 17:09:04 +09:00
yonaskolb
5a76527c0e fix macOS unit test setting preset 2019-09-29 10:41:34 +10:00
yonaskolb
73982c124f Update to 2.8.0 2019-09-28 16:15:50 +10:00
yonaskolb
42b4820d07 update changelog 2019-09-28 14:52:04 +10:00
yonaskolb
6da4686ada update changelog 2019-09-27 21:52:16 +10:00
Roman Podymov
c370105a73
Add Internal section to the next release 2019-09-23 17:59:09 +02:00
Roman Podymov
c6276f958c
Created 2.7.0 Internal section 2019-09-23 17:56:43 +02:00
Roman Podymov
5eb870dc99
Update CHANGELOG.md 2019-09-23 11:50:52 +02:00
Roman Podymov
33bea807fd
Notes for #661 2019-09-23 11:49:34 +02:00