Commit Graph

  • 71a7ec0588 Move path expansion logic into the spec file Ell Neal 2019-01-27 12:34:17 +00:00
  • 607e75f402 Fix legacy path expansion test Ell Neal 2019-01-27 12:33:56 +00:00
  • 25a4d48b83 Remove deprecations Ell Neal 2019-01-27 12:24:16 +00:00
  • 4d458ad6e4 Simplify dictionary extension Ell Neal 2019-01-27 12:23:48 +00:00
  • 6628c382ac Rename useRelativePaths --> relativePaths Ell Neal 2019-01-27 12:22:46 +00:00
  • 72ae41e94a Merge pull request #497 from yonaskolb/update_compatability Yonas Kolb 2019-01-27 19:16:02 +11:00
  • 6942de215e Merge pull request #501 from rpassis/bugfix/BrokenDocumentationLinks Yonas Kolb 2019-01-27 19:15:36 +11:00
  • e504898562 Fixes a few broken links in the documentation files Rogerio de Paula Assis 2019-01-26 12:18:00 -05:00
  • 80587b4319 Merge pull request #465 from raptorxcz/bugfix/carthage Yonas Kolb 2019-01-26 18:08:36 +11:00
  • ec60901ff7 Fix carhage dependency resolving Kryštof Matěj 2019-01-02 09:25:06 +01:00
  • 4062b6c883 Merge pull request #500 from lukewakeford/build_script_xcfilelist Yonas Kolb 2019-01-25 08:37:33 +11:00
  • 2043859189 Update documentation for new include object behaviour Ell Neal 2019-01-24 14:03:45 +00:00
  • 16a02fa1a6 Add tests for legacy path behavior Ell Neal 2019-01-24 13:47:21 +00:00
  • 6589b840f6 Add option to revert to legacy path behaviour Ell Neal 2019-01-24 13:46:55 +00:00
  • 28fc3822cc Updating changelog Luke Wakeford 2019-01-24 12:52:35 +00:00
  • 52e15654c5 Updating spec loading tests for build scripts with input and output file lists Luke Wakeford 2019-01-24 12:52:08 +00:00
  • d2579bfe43 Refactor the PathContainer protocol to be a bit more expressive Ell Neal 2019-01-24 12:50:34 +00:00
  • 93f5492d4c update objectVersion from 46 to 50 Yonas Kolb 2019-01-24 23:34:54 +11:00
  • f06ed9cc13 Merge pull request #496 from yonaskolb/fix/executable_tool Yonas Kolb 2019-01-24 23:19:54 +11:00
  • dd40139fab Committing changes to TestProject caused by input and output file lists in build scripts. Luke Wakeford 2019-01-23 14:52:49 +00:00
  • 96a2a99f75 Updating project spec docs for input and output .xcfilelist within build scripts Luke Wakeford 2019-01-23 14:47:52 +00:00
  • df0e396b75 Adding input and output file lists to build script spec Luke Wakeford 2019-01-23 14:40:45 +00:00
  • 8a38a70ed6 Update Usage.md Yonas Kolb 2019-01-23 08:41:46 +11:00
  • 1c1da6a1f5 update changelog Yonas Kolb 2019-01-22 15:59:53 +11:00
  • e24fd1b68e update Xcode compatibility version Yonas Kolb 2019-01-22 15:56:42 +11:00
  • 0751952a65 update changelog Yonas Kolb 2019-01-22 15:49:08 +11:00
  • 7581653b85 fix tools not being added as executables in schemes Yonas Kolb 2019-01-22 15:44:55 +11:00
  • d792b9f25b add command line tool to ProjectTest fixture Yonas Kolb 2019-01-22 15:44:00 +11:00
  • 3c27d05f82 fix xcodeproj version, due to common breaking changes Yonas Kolb 2019-01-22 15:37:59 +11:00
  • 151d78ef98 Rename PathContaining -> PathContainer Ell Neal 2019-01-21 13:32:13 +00:00
  • 05a564c324 Use normal imports Ell Neal 2019-01-21 13:12:14 +00:00
  • 21c0649d89 update changelog Yonas Kolb 2019-01-20 17:58:16 +11:00
  • 3d5756ff86 Merge pull request #492 from rpassis/bugfix/ExcludeCompileSourcePhase_StickerPack Yonas Kolb 2019-01-20 17:54:13 +11:00
  • f5cc31bb63 Adds sticker pack target to test project Rogerio de Paula Assis 2019-01-15 23:10:31 -05:00
  • e6e8b58db4 Fixes issue with sticker pack targets generating redundant compile sources build phase Rogerio de Paula Assis 2019-01-15 21:23:25 -05:00
  • ccf002f8bf Consistent default value and guard check Ell Neal 2019-01-15 12:27:13 +00:00
  • 8f4c0953b3 Add back deleted public functions and deprecate (prevent breaking public API) Ell Neal 2019-01-15 12:23:52 +00:00
  • 4247532c3c Merge pull request #490 from francesca64/typo Yonas Kolb 2019-01-15 13:41:57 +11:00
  • e316d0611b Correct typo in docs Francesca Plebani 2019-01-14 19:26:09 -05:00
  • b144db3d70 Add test and modify fixtures for verifying paths are expanded correctly Ell Neal 2019-01-13 18:23:38 +00:00
  • a7e1554115 Expand paths when initializing the Project model from a Spec Ell Neal 2019-01-13 18:22:56 +00:00
  • 98aeef46dc Implement PathContaining on relevant models Ell Neal 2019-01-13 18:22:34 +00:00
  • f9df768ec0 Add a PathContaining protocol for expanding paths to the source file's directory Ell Neal 2019-01-13 18:18:48 +00:00
  • a2684a96a4 Replace global merge function with extension on Dictionary Ell Neal 2019-01-13 18:16:17 +00:00
  • 8928088dfe Use the Spec struct rather than dictionaries directly Ell Neal 2019-01-13 18:14:52 +00:00
  • c90e045bc8 Add a project spec struct to abstract spec files on disk Ell Neal 2019-01-13 18:08:35 +00:00
  • a9ecef37bc Remove the $(CURDIR) expansion (it was a bad idea) Ell Neal 2019-01-13 18:06:05 +00:00
  • 05fa244a89 Add $(CURDIR) helper to expand the base path of the spec file Ell Neal 2019-01-10 11:42:57 +00:00
  • 43db3254d6 Merge pull request #482 from ksulliva/xcodeproj_dependency Yonas Kolb 2019-01-10 20:04:53 +11:00
  • e68ebe9e7e Merge pull request #487 from monowerker/patch-1 Yonas Kolb 2019-01-09 13:41:58 +11:00
  • 488a38a129 Specify fixed argument in Changelog entry Daniel Ericsson 2019-01-09 03:35:58 +01:00
  • 812a30c52d Add Changelog entry for fix Daniel Ericsson 2019-01-09 03:24:43 +01:00
  • 40c472112d Fix writing to a project path Daniel Ericsson 2019-01-09 00:41:28 +01:00
  • 452a13c54e document groupSortPosition default Yonas Kolb 2019-01-09 10:28:38 +11:00
  • dd7d4741ac Merge pull request #486 from Beniamiiin/generating_empty_directories Yonas Kolb 2019-01-09 08:21:47 +11:00
  • 79caa6920d Merge branch 'master' into xcodeproj_dependency Kevin Sullivan 2019-01-08 09:21:31 -06:00
  • 428dc59d53 Update changelog and docs Kevin Sullivan 2019-01-08 09:09:49 -06:00
  • b24753e233 Updated tests Beniamin Sarkisian 2019-01-08 17:08:58 +03:00
  • f094f4073f Updated tests Beniamin Sarkisian 2019-01-08 16:58:51 +03:00
  • 3fec403411 Fixed bugs Beniamin Sarkisian 2019-01-08 16:55:46 +03:00
  • 936907da8e Merge pull request #480 from Beniamiiin/generating_empty_directories Yonas Kolb 2019-01-08 22:31:50 +11:00
  • 73a345ab6d Update CHANGELOG.md Beniamin 2019-01-08 14:17:15 +03:00
  • 2cf17c3cbf Update test project fixture Kevin Sullivan 2019-01-07 16:31:53 -06:00
  • 9d3263a377 Update Linkage to handle additional PBXProductType case from xcodeproj Kevin Sullivan 2019-01-07 12:28:43 -06:00
  • 976841ba40 Changed the default value of generateEmptyDirectories option to false Beniamin Sarkisian 2019-01-07 15:27:17 +03:00
  • 6f8d459c3f Updated ProjectSpec.md Beniamin Sarkisian 2019-01-07 13:58:43 +03:00
  • e387ee52a8 Added an abbility to generate empty directories Beniamin Sarkisian 2019-01-07 13:50:23 +03:00
  • 190e32aa96 Merge pull request #471 from johndpope/patch-2 Yonas Kolb 2019-01-05 10:39:59 +11:00
  • fce4330b0c Merge pull request #468 from keehun/improvement/clarify-source-exclude-rules Yonas Kolb 2019-01-04 21:38:16 +11:00
  • e13c3142cf ️ swift for tensorflow example John D. Pope 2019-01-03 18:42:04 -05:00
  • bd6c758af0 Clarify exclude rules for Target Source Object Keehun 2019-01-03 11:09:07 -06:00
  • cf703cd66d Update to 2.1.0 2.1.0 Yonas Kolb 2018-12-18 22:39:00 +11:00
  • f04c3e0496 format code Yonas Kolb 2018-12-18 22:37:22 +11:00
  • 4cc4906ddf Merge pull request #412 from yonaskolb/lockfile Yonas Kolb 2018-12-18 22:24:07 +11:00
  • c8db304024 update docs Yonas Kolb 2018-12-18 22:04:42 +11:00
  • f061c03e6a Merge master into lockfile Yonas Kolb 2018-12-18 20:54:38 +11:00
  • f87642c938 get xcodegen working with arguments and without generate for backwards compatability Yonas Kolb 2018-12-18 20:25:03 +11:00
  • 9da53cd868 update changelog Yonas Kolb 2018-12-18 18:53:28 +11:00
  • ec73a7d043 Merge pull request #454 from yonaskolb/fix-staticLibrary-framework-dependencies Brentley Jones 2018-12-17 09:44:21 -06:00
  • 0617337a94 Allow static libraries to see external framework in search paths Brentley Jones 2018-12-05 14:38:49 -06:00
  • f3e5aa9083 Treat SDK same as framework for skipping staticLibrary Brentley Jones 2018-12-05 14:33:47 -06:00
  • 009a3ec2cb Merge pull request #452 from yonaskolb/test_host Yonas Kolb 2018-12-16 19:16:28 +11:00
  • 7e2c870762 Add mlmodel to compiled file extensions (#457) David W. Berry 2018-12-13 13:03:46 -06:00
  • f991020a5a Update ProjectSpec.md Yonas Kolb 2018-12-07 20:58:08 +11:00
  • cf32c8736a update documentation Yonas Kolb 2018-12-05 18:37:17 +11:00
  • ed80164a4d fix project not generating if private settings are checked in Yonas Kolb 2018-12-05 18:38:04 +11:00
  • 22b71da9bd update docs Yonas Kolb 2018-12-05 19:29:25 +11:00
  • c7a1ecd73d generate TEST_HOST for unit tests Yonas Kolb 2018-12-05 19:13:58 +11:00
  • 12aea54878 generate TestTargetID project attributes for unit tests Yonas Kolb 2018-12-05 19:13:18 +11:00
  • c4b9b19a96 add cache-path argument Yonas Kolb 2018-12-01 18:45:06 +11:00
  • c1334c6d9b update changelog Yonas Kolb 2018-12-01 18:21:11 +11:00
  • 1b9dadb209 Merge pull request #443 from feischl97/fix-issue-440 Yonas Kolb 2018-12-01 18:15:16 +11:00
  • 281a12434d Merge branch 'master' into fix-issue-440 Yonas Kolb 2018-12-01 18:09:30 +11:00
  • 1538b4d4b1 Merge pull request #450 from bryansum/process-unique Yonas Kolb 2018-11-30 17:05:04 +11:00
  • 309fce3036 update changelog Bryan Summersett 2018-11-29 21:27:24 -08:00
  • ea5b992745 Use process unique temporary so we don't get duplicate temporary path writes Bryan Summersett 2018-11-29 20:25:59 -08:00
  • 8f9e891fce Merge branch 'master' into fix-issue-440 feischl97 2018-11-26 13:26:43 +01:00
  • 2f1aa2bf89 update changelog feischl97 2018-11-26 13:14:48 +01:00
  • 3461bc2835 refactor if feischl97 2018-11-26 12:06:30 +01:00
  • 34f329c855 Merge pull request #448 from yonaskolb/hall_of_fame Yonas Kolb 2018-11-26 22:21:14 +11:00