Commit Graph

1461 Commits

Author SHA1 Message Date
yonaskolb
777b15fe21 Update to 2.7.0 2019-09-01 22:02:24 +10:00
yonaskolb
9019b387d8 update changelog 2019-09-01 21:51:50 +10:00
Yonas Kolb
573466b67b
Remove circle ci badge 2019-09-01 21:46:08 +10:00
Yonas Kolb
6682c4f121
Remove CircleCI in favour of Github actions (#641)
Remove CircleCI in favour of Github actions
2019-09-01 21:43:58 +10:00
yonaskolb
95f6fabcb3 remove release build step 2019-09-01 21:32:08 +10:00
yonaskolb
b1d8f63210 remove circle 2019-09-01 21:31:53 +10:00
yonaskolb
ea7cdab330 add xcpretty test output 2019-09-01 21:31:47 +10:00
Yonas Kolb
88fb6f2694
Merge pull request #636 from bclymer/master
Add recursive glob support
2019-09-01 15:35:46 +10:00
Brian Clymer
b96d695823 Merge branch 'master' of https://github.com/bclymer/XcodeGen 2019-08-31 13:37:45 -05:00
Brian Clymer
55fb10f6a8 Handle non-existent directories gracefully. 2019-08-31 13:37:44 -05:00
Yonas Kolb
2e306b2a12
Merge branch 'master' into master 2019-09-01 03:04:35 +10:00
Yonas Kolb
b0858815cc
Merge pull request #601 from wag-miles/disable_main_thread_checker
Added disableMainThreadChecker to TargetScheme and Run/Test Actions
2019-09-01 03:01:30 +10:00
Brian Clymer
bc6ba9b108 Address CR comments. 2019-08-31 11:57:20 -05:00
Yonas Kolb
3a67d0e53c
Merge branch 'master' into disable_main_thread_checker 2019-09-01 02:53:28 +10:00
Yonas Kolb
aa82a911f1
Update CHANGELOG.md 2019-08-29 08:37:57 +10:00
Yuta Saito
458ba9de89 Allow to link dylib into static library only when 'link' is true (#635)
* Allow to link dylib into static library only when 'link' is true

* Add test case to proof that links only when true

* Update CHANGELOG.md
2019-08-28 13:52:27 -05:00
Brian Clymer
7f0b7354a5 Add an example of a recursive ignore to the ProjectSpec. 2019-08-28 13:45:58 -05:00
Brian Clymer
bcdbad4a10 Add recursive glob support. 2019-08-28 13:39:05 -05:00
seijin
62d39306ae Added new faq about Crashlytics(#633) (#634)
* Added new faq about Crashlytics

* Corrected a sentense
2019-08-26 21:17:19 -05:00
Yonas Kolb
4cb18e5eef
Merge pull request #627 from yonaskolb/ks/ignore-orig
Ignore files with orig extension
2019-08-25 09:55:35 +10:00
Keith Smiley
acb56f8866 Ignore files with orig extension
This is useful for multi-developer projects where you don't want to
delete these files for everyone, since they might actually want them,
but they still aren't useful to show in Xcode.

Fixes https://github.com/yonaskolb/XcodeGen/issues/310
2019-08-24 11:57:10 -07:00
Yonas Kolb
24dece52a1
Update README.md 2019-08-21 13:20:23 +10:00
Yonas Kolb
4e5ac228db
Update CHANGELOG.md 2019-08-20 12:07:14 +10:00
haritowa
8e21cdfdb1 Include unique file only once
Fixes #574
2019-08-19 12:42:53 -05:00
Yonas Kolb
331c8e5c23
Merge pull request #626 from yonaskolb/github_actions
Add github actions
2019-08-15 16:40:21 +10:00
yonaskolb
d5c272f4ea cleanup 2019-08-15 14:13:57 +10:00
yonaskolb
67e5c125eb go back to Xcode 10.3 2019-08-14 12:34:00 +10:00
yonaskolb
0be484e1d6 manually select xcode 11 2019-08-14 12:24:54 +10:00
yonaskolb
4fae6e2ad0 try again 2019-08-14 12:14:10 +10:00
yonaskolb
c97d048933 try to use xcode 11 beta 2019-08-14 12:11:22 +10:00
Yonas Kolb
5387f67440 update 2019-08-14 11:51:05 +10:00
Yonas Kolb
81791b7b5d
Update ci.yml 2019-08-14 11:26:08 +10:00
Yonas Kolb
32b155f4d8
Update and rename main.yml to ci.yml 2019-08-14 11:22:49 +10:00
Miles Hollingsworth
30ef0fb3be update integration test 2019-08-13 16:53:00 -07:00
Miles Hollingsworth
7bde3b5641 suggested edits 2019-08-02 09:46:38 -07:00
Miles Hollingsworth
d32a710fa2 add disable main thread checker for test actions 2019-08-02 09:21:22 -07:00
yonaskolb
f63f652988 Update to 2.6.0 2019-06-28 16:59:41 +10:00
Yonas Kolb
629e568596
Update to XcodeProj 7.0.0 (#604)
Update to XcodeProj 7.0.0
2019-06-26 00:30:33 -07:00
yonaskolb
44b6e92c40 update changelog 2019-06-26 17:15:05 +10:00
yonaskolb
769c1f8304 update docs 2019-06-26 17:15:05 +10:00
yonaskolb
231d4ff659 regen carthage project 2019-06-26 17:13:08 +10:00
yonaskolb
401df4042a fix swift 5.1 warnings 2019-06-26 17:02:42 +10:00
yonaskolb
af2ee82a79 regen fixtures 2019-06-26 16:52:20 +10:00
yonaskolb
d71612cbe0 update code to new XcodeProj 2019-06-26 16:49:10 +10:00
yonaskolb
745be5fc1d update import name 2019-06-26 16:49:10 +10:00
yonaskolb
6f23e330f5 update package 2019-06-26 16:49:10 +10:00
yonaskolb
dcd28b590f ignore .swiftpm 2019-06-26 16:49:10 +10:00
Yonas Kolb
ed766309ed
Merge pull request #602 from tomquist/add-support-for-env-vars
Add additional spec for variable expension in combination with template attributes
2019-06-22 00:53:41 +10:00
Yonas Kolb
38a4c57161
Add environment variable expansion (#594)
Add environment variable expansion
2019-06-20 11:46:28 +10:00
Tom Quist
d3b096a525 Add additional spec for variable expension in combination with template attributes 2019-06-19 22:32:01 +02:00