Commit Graph
695 Commits
Author SHA1 Message Date
Yonas Kolb decfa2d770 listen to embed flag for carthage dependencies 2018-03-01 23:09:52 +11:00
Yonas Kolb 205c2e9711 embed carthage dependences into test targets 2018-03-01 23:09:52 +11:00
Yonas Kolb d504f482c7 Merge pull request #254 from yonaskolb/should-use-cond
Fix shouldUseLaunchSchemeArgsEnv disabling logic
2018-03-01 10:48:19 +11:00
toshi0383 0a37fd54e3 fix and refactor into extensions 2018-03-01 07:53:27 +09:00
toshi0383 ead24e8ce3 Remove unnecessary diff 2018-02-28 00:23:50 +09:00
toshi0383 77103a3c36 Fix shouldUseLaunchSchemeArgsEnv disabling logic 2018-02-28 00:18:08 +09:00
Yonas Kolb 0ace2fd1fd Merge pull request #246 from yonaskolb/toshi0383-binary-archive-install
Binary archive install
2018-02-27 12:21:13 +11:00
toshi0383 6cd43671d7 Fix unzipped directory name 2018-02-27 09:41:46 +09:00
Yonas Kolb 3d0815b5b7 updated changelog 2018-02-27 08:50:47 +11:00
Yonas Kolb df2589ce34 Merge pull request #239 from elpassion/feature/schema_variables
Adds support for schema variables
2018-02-27 08:30:32 +11:00
Jakub Turek 29950794b6 Update to stable xcproj 2018-02-26 22:27:25 +01:00
Jakub Turek faccf462e6 Update environment variable’s docs 2018-02-26 22:22:07 +01:00
Jakub Turek dcb098a39f Implement setting schema variables in xcodeproj 2018-02-26 22:22:07 +01:00
toshi0383 be0e537898 improve downloaded directory name with version 2018-02-26 19:36:10 +09:00
toshi0383 f54028567d copy LICENSE file 2018-02-26 19:30:16 +09:00
toshi0383 a808975bbd Remove install-binary step 2018-02-26 19:26:05 +09:00
toshi0383 d07f160bae Fix archive.sh and Makefile 2018-02-26 19:24:17 +09:00
toshi0383 c0aabd0bec rename install.sh for distribution only and remove unnecessary code 2018-02-26 19:17:54 +09:00
Yonas Kolb 232a20375d Merge pull request #250 from yonaskolb/atomic_writing
Write project file atomically
2018-02-26 19:06:28 +11:00
Yonas Kolb 1e6aef042e Merge pull request #249 from yonaskolb/generate_code_data_models
Generate code data models properly
2018-02-26 18:29:25 +11:00
Yonas Kolb 2f8250fb0a write to a temp file first 2018-02-26 18:27:26 +11:00
Yonas Kolb ee89c01f05 get test fixture compiling again 2018-02-26 17:13:35 +11:00
Yonas Kolb 5e2f427c6f fix XCVersionGroup reference id stability 2018-02-26 17:11:25 +11:00
Yonas Kolb b959e878b3 add string diffing for fixture test 2018-02-26 17:11:25 +11:00
Yonas Kolb b97261db36 generate code data models properly 2018-02-26 17:11:25 +11:00
Yonas Kolb d88f58f20b Merge pull request #245 from yonaskolb/allow_custom_folder_build_phase
Allow setting buildPhase on folders
2018-02-26 17:10:58 +11:00
Yonas Kolb 475b3810e4 add a folder of headers to Test fixture 2018-02-26 17:05:56 +11:00
Yonas Kolb 0e803865db update changelog 2018-02-26 13:54:06 +11:00
Yonas Kolb f38362217e update changelog 2018-02-26 13:03:01 +11:00
Yonas Kolb 3c8ebba6bf Merge pull request #248 from yonaskolb/fix_mint_installation
Fix mint installation not reading setting presets
2018-02-26 12:58:54 +11:00
Yonas Kolb 42ca2822d1 fix Mint installation not reading SettingPresets 2018-02-26 12:53:14 +11:00
Yonas Kolb 9d4950e574 project spec docs 2018-02-26 12:51:59 +11:00
toshi0383 4e3cf61c14 fix 2018-02-25 18:45:26 +09:00
toshi0383 9415e641f2 Print SHA value 2018-02-25 17:51:22 +09:00
toshi0383 b939c60877 Add archive and install-binary script 2018-02-25 17:28:36 +09:00
Yonas Kolb 2be48f37c8 allow setting buildPhase on folders 2018-02-25 10:49:25 +11:00
Yonas Kolb 98c0514c43 change default carthage command to "carthage" 2018-02-25 10:30:44 +11:00
Yonas Kolb ce7e23572c Merge pull request #244 from akkyie/master
Add carthageExecutablePath option
2018-02-25 08:25:59 +11:00
Akio Yasui ec09a04d64 Update CHANGELOG 2018-02-25 06:11:21 +09:00
Akio Yasui 7cac9f8783 Update doc 2018-02-25 06:11:21 +09:00
Akio Yasui 58b2419bac Add carthageExecutablePath option to specify where Carhtage executable is 2018-02-25 02:47:36 +09:00
Yonas Kolb e1b9bc29f7 Merge pull request #241 from yonaskolb/rmalik-scheme-build-flags
Add parallelizeBuilde and buildImplicitDependencies flags to scheme
2018-02-14 16:48:32 +11:00
Rahul Malik c4f8645ec7 Update spec doc to highlight default values 2018-02-13 20:08:05 -05:00
Rahul Malik 4b9dac0ae8 Update tests 2018-02-13 20:02:18 -05: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
Yonas Kolb 3ee14fd0bf update documentation to use strings for deployment target 2018-02-13 08:39:10 +11:00
Yonas Kolb 1eb8bd54b9 add some more deploymentTarget tests 2018-02-13 00:09:34 +11:00
Yonas Kolb cda3f18e36 Update brew to 1.6.0 2018-02-09 08:01:26 +11:00
Yonas Kolb 3500de318b Merge pull request #233 from yonaskolb/doc-action-config-required
Make scheme `config` optional, relying on defaults
2018-02-06 14:07:21 +11:00