Commit Graph
1781 Commits
Author SHA1 Message Date
Yonas Kolb 72ae41e94a Merge pull request #497 from yonaskolb/update_compatability
Update Xcode compatibility version
2019-01-27 19:16:02 +11:00
Yonas Kolb 6942de215e Merge pull request #501 from rpassis/bugfix/BrokenDocumentationLinks
Fixes a few broken links in the documentation files
2019-01-27 19:15:36 +11:00
Rogerio de Paula Assis e504898562 Fixes a few broken links in the documentation files 2019-01-26 12:18:00 -05:00
Yonas Kolb 80587b4319 Merge pull request #465 from raptorxcz/bugfix/carthage
Bug carthage dependencies with different platform
2019-01-26 18:08:36 +11:00
Kryštof Matěj ec60901ff7 Fix carhage dependency resolving 2019-01-25 07:40:12 +01:00
Yonas Kolb 4062b6c883 Merge pull request #500 from lukewakeford/build_script_xcfilelist
Adding input and output file lists to build script spec
2019-01-25 08:37:33 +11:00
Ell Neal 2043859189 Update documentation for new include object behaviour 2019-01-24 14:03:45 +00:00
Ell Neal 16a02fa1a6 Add tests for legacy path behavior 2019-01-24 13:47:21 +00:00
Ell Neal 6589b840f6 Add option to revert to legacy path behaviour 2019-01-24 13:46:55 +00:00
Luke Wakeford 28fc3822cc Updating changelog 2019-01-24 12:52:35 +00:00
Luke Wakeford 52e15654c5 Updating spec loading tests for build scripts with input and output file lists 2019-01-24 12:52:08 +00:00
Ell Neal d2579bfe43 Refactor the PathContainer protocol to be a bit more expressive 2019-01-24 12:50:34 +00:00
Yonas Kolb 93f5492d4c update objectVersion from 46 to 50 2019-01-24 23:34:54 +11:00
Yonas Kolb f06ed9cc13 Merge pull request #496 from yonaskolb/fix/executable_tool
Fix executable schemes
2019-01-24 23:19:54 +11:00
Luke Wakeford dd40139fab Committing changes to TestProject caused by input and output file lists in build scripts. 2019-01-23 14:52:49 +00:00
Luke Wakeford 96a2a99f75 Updating project spec docs for input and output .xcfilelist within build scripts 2019-01-23 14:47:52 +00:00
Luke Wakeford df0e396b75 Adding input and output file lists to build script spec 2019-01-23 14:40:45 +00:00
Yonas Kolb 8a38a70ed6 Update Usage.md 2019-01-23 08:41:46 +11:00
Yonas Kolb 1c1da6a1f5 update changelog 2019-01-22 15:59:53 +11:00
Yonas Kolb e24fd1b68e update Xcode compatibility version 2019-01-22 15:56:42 +11:00
Yonas Kolb 0751952a65 update changelog 2019-01-22 15:49:08 +11:00
Yonas Kolb 7581653b85 fix tools not being added as executables in schemes 2019-01-22 15:44:55 +11:00
Yonas Kolb d792b9f25b add command line tool to ProjectTest fixture 2019-01-22 15:44:00 +11:00
Yonas Kolb 3c27d05f82 fix xcodeproj version, due to common breaking changes 2019-01-22 15:37:59 +11:00
Ell Neal 151d78ef98 Rename PathContaining -> PathContainer 2019-01-21 13:32:13 +00:00
Ell Neal 05a564c324 Use normal imports 2019-01-21 13:12:14 +00:00
Yonas Kolb 21c0649d89 update changelog 2019-01-20 17:58:16 +11:00
Yonas Kolb 3d5756ff86 Merge pull request #492 from rpassis/bugfix/ExcludeCompileSourcePhase_StickerPack
Fixes issue with sticker pack targets generating redundant compile sources phase
2019-01-20 17:54:13 +11:00
Rogerio de Paula Assis f5cc31bb63 Adds sticker pack target to test project 2019-01-15 23:10:31 -05: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
Ell Neal ccf002f8bf Consistent default value and guard check 2019-01-15 12:27:13 +00:00
Ell Neal 8f4c0953b3 Add back deleted public functions and deprecate (prevent breaking public API) 2019-01-15 12:26:47 +00:00
Yonas Kolb 4247532c3c Merge pull request #490 from francesca64/typo
Correct typo in docs
2019-01-15 13:41:57 +11:00
Francesca Plebani e316d0611b Correct typo in docs 2019-01-14 19:26:09 -05:00
Ell Neal b144db3d70 Add test and modify fixtures for verifying paths are expanded correctly 2019-01-13 18:27:08 +00:00
Ell Neal a7e1554115 Expand paths when initializing the Project model from a Spec 2019-01-13 18:22:56 +00:00
Ell Neal 98aeef46dc Implement PathContaining on relevant models 2019-01-13 18:22:34 +00:00
Ell Neal f9df768ec0 Add a PathContaining protocol for expanding paths to the source file's directory 2019-01-13 18:18:48 +00:00
Ell Neal a2684a96a4 Replace global merge function with extension on Dictionary 2019-01-13 18:16:17 +00:00
Ell Neal 8928088dfe Use the Spec struct rather than dictionaries directly 2019-01-13 18:14:52 +00:00
Ell Neal c90e045bc8 Add a project spec struct to abstract spec files on disk 2019-01-13 18:08:35 +00:00
Ell Neal a9ecef37bc Remove the $(CURDIR) expansion (it was a bad idea) 2019-01-13 18:06:05 +00:00
Ell Neal 05fa244a89 Add $(CURDIR) helper to expand the base path of the spec file 2019-01-10 11:43:04 +00:00
Yonas Kolb 43db3254d6 Merge pull request #482 from ksulliva/xcodeproj_dependency
Update Linkage to handle additional PBXProductType case from xcodeproj
2019-01-10 20:04:53 +11:00
Yonas Kolb e68ebe9e7e Merge pull request #487 from monowerker/patch-1
Fix writing to a project path
2019-01-09 13:41:58 +11:00
Daniel Ericsson 488a38a129 Specify fixed argument in Changelog entry 2019-01-09 03:35:58 +01:00
Daniel Ericsson 812a30c52d Add Changelog entry for fix 2019-01-09 03:25:36 +01:00
Daniel Ericsson 40c472112d Fix writing to a project path 2019-01-09 00:41:28 +01:00
Yonas Kolb 452a13c54e document groupSortPosition default 2019-01-09 10:28:38 +11:00
Yonas Kolb dd7d4741ac Merge pull request #486 from Beniamiiin/generating_empty_directories
Fixed bug occurs during generating empty directories
2019-01-09 08:21:47 +11:00