Commit Graph
30 Commits
Author SHA1 Message Date
Yonas Kolb bb81d0f6d6 Update brew to 1.10.0 2018-07-03 21:47:07 +10:00
Yonas Kolb 1f0e34f010 simply homebrew fix 2018-06-03 18:53:42 +10:00
Valerii Hiora 84d9c14a44 Fixed regression introduced in #289
I guess that's the reason for
https://github.com/yonaskolb/XcodeGen/issues/51#issuecomment-381216565,
I haven't modified original pull request after new discoveries found in
discussion #283 (primarily - that it is not Xcode 9.3 issue, but issue
caused by Xcode and CLT installed in the same time).

This patch modifies ENV only if CLT is installed.

I've checked it against Xcode + CLT and it worked fine, it'll be great
if someone can confirm that this one works on Xcode only system. You
can do that by running `brew edit xcodegen` and after patching
`brew reinstall xcodegen`
2018-04-14 08:59:36 +03:00
Yonas Kolb 62a37b1b3b Update brew to 1.9.0 2018-04-12 23:40:13 +10:00
Valerii Hiora 5ce17487e1 Added workaround for brew & Xcode 9.3 compatibility
`libxml2` has to be included in `ISYSTEM_PATH` for building one of
dependencies. It didn't happen automatically before Xcode 9.3
so `homebrew` patched environment variable to get it work.

But since Xcode 9.3 includes it already, the build will fail
because of redefinition of `libxml2` module.

It's a bug of `homebrew` but before it's fixed, it's easier
to provide in-place workaround for now.

Fixes #283
2018-04-10 09:36:01 +03:00
Yonas Kolb 333fb7c71b Update brew to 1.8.0 2018-03-27 17:20:06 +11:00
Yonas Kolb 2820bfff9d Update brew to 1.7.0 2018-03-03 10:17:49 +11:00
Yonas Kolb cda3f18e36 Update brew to 1.6.0 2018-02-09 08:01:26 +11:00
Yonas Kolb b019d70cb6 Update brew to 1.5.0 2017-12-27 18:14:49 +08:00
Yonas Kolb 019153e979 Update brew to 1.4.0 2017-11-16 11:51:47 +01:00
Yonas Kolb d17099123d update version 2017-10-27 00:39:32 +02:00
Yonas Kolb e3d41161fd update homebrew formula 2017-10-02 01:52:18 +02:00
Yonas Kolb 6385097041 update homebrew formula 2017-09-29 18:22:05 +02:00
Yonas Kolb dc916ae5ec update homebrew formula for 1.2.3 2017-09-29 17:56:45 +02:00
Yonas Kolb d176d13a4a update homebrew formula 2017-09-28 21:44:06 +02:00
Yonas Kolb 02fbca5e73 update homebrew formula 2017-09-28 21:33:15 +02:00
Yonas Kolb 601971b521 make homebrew use makefile 2017-09-26 22:48:33 +02:00
Yonas Kolb 403da4d99c update homebrew to 1.2.0 2017-09-26 22:11:03 +02:00
Pedro Piñera 996a849b80 [homebrew-disable-sandbox] Disable sandbox when building XcodeGen for Homebrew 2017-09-23 12:49:03 +02:00
Yonas Kolb 02bf3b0b8f update homebrew to 1.1.0 2017-09-20 16:55:36 +02:00
Yonas Kolb e2eed348f2 update homebrew formula to 1.0.1 2017-09-19 12:37:35 +02:00
Yonas Kolb c5a065b612 remove copying of libCYaml.dylib 2017-09-18 22:47:52 +02:00
Yonas Kolb 04b8ec03e9 update homebrew formula 2017-09-18 22:09:57 +02:00
Yonas Kolb a4f47e9a3a update Homebrew formula to 0.6.1 2017-08-30 17:40:38 +02:00
Yonas Kolb 9b4001cd94 update homebrew formula to 0.6.0 2017-08-30 15:07:19 +02:00
Yonas Kolb 873943b4c8 update homebrew formula 2017-08-28 19:11:17 +02:00
Yonas Kolb 45dc1c94dd update homebrew formula 2017-08-27 12:43:29 +02:00
Yonas Kolb 68f3a57d2c update homebrew formula 2017-08-25 16:55:31 +02:00
Yonas Kolb 3d7f38674f homebrew - install SettingtPresets 2017-08-24 00:28:46 +02:00
Pedro Piñera BuendíaandYonas Kolb d00397f7e5 Homebrew support (#16)
* [homebrew] Add formula

* [homebrew] Update README.md to include the steps to install it using Homebrew

* [homebrew] Fix formula

* [homebrew] Add test method

* [homebrew] Update formula version

* [homebrew] Fix formula
2017-08-22 13:45:33 +02:00