Commit Graph
863 Commits
Author SHA1 Message Date
Yonas Kolb be5da8c132 fix mint installations 2018-07-11 20:15:39 +10:00
Yonas Kolb 6806c44576 Update brew to 1.10.2 2018-07-06 00:11:54 +10:00
Yonas Kolb 88fea75379 document transitivelyLinkDependencies default 2018-07-06 00:10:49 +10:00
Yonas Kolb 15b5a295b6 Update to 1.10.2 1.10.2 2018-07-06 00:08:33 +10:00
Yonas Kolb 4d74986799 default transitivelyLinkDependencies to false 2018-07-06 00:08:33 +10:00
Yonas Kolb 22b79cf30c default transitivelyLinkDependencies to false 2018-07-06 00:05:16 +10:00
Yonas Kolb 770e77e179 Update CHANGELOG.md 2018-07-04 12:37:47 +10:00
Yonas Kolb d3179c59f3 Update brew to 1.10.1 2018-07-04 12:25:28 +10:00
Yonas Kolb 9e0a9fc3dd Update to 1.10.1 1.10.1 2018-07-04 12:23:55 +10:00
Yonas Kolb bd78023406 Merge pull request #333 from yonaskolb/fix_codesignoncopy
Code sign all dependencies by default except executables
2018-07-04 12:16:58 +10:00
Yonas Kolb b1497e2f8c Code sign all depencencies except executables 2018-07-04 09:50:00 +10:00
Yonas Kolb 8482752d3d Merge pull request #332 from brentleyjones/typo
Fix typo "transient" -> "transitive"
2018-07-04 08:56:10 +10:00
Brentley Jones b7ba3628e9 Fix typo "transient" -> "transitive" 2018-07-03 13:34:20 -05:00
Yonas Kolb f153bdc4c0 Create RELEASE.md 2018-07-03 22:20:06 +10:00
Yonas Kolb bb81d0f6d6 Update brew to 1.10.0 2018-07-03 21:47:07 +10:00
Yonas Kolb 01815e7e4e Update to 1.10.0 1.10.0 2018-07-03 21:45:00 +10:00
Yonas Kolb 0b7353b909 update changelog 2018-07-02 12:04:21 +10:00
Yonas Kolb be3a4dd1f6 Merge pull request #327 from brentleyjones/transitively-embed
Transitively embed dependencies
2018-07-02 12:01:29 +10:00
Yonas Kolb fbc7ab10d6 updated changelog 2018-07-02 09:18:38 +10:00
Yonas Kolb f7e73f6a1a Merge pull request #328 from brentleyjones/fix-launch-actions
Fix launch action to not run frameworks
2018-07-01 22:52:14 +10:00
Yonas Kolb 098710fa84 Merge pull request #326 from brentleyjones/fix-excludes
Fix excluding directories that have sub-directories
2018-07-01 22:39:25 +10:00
Brentley Jones 55b0ed1eeb Add option to turn off transiently linking dependencies 2018-06-29 14:04:31 -05:00
Brentley Jones dd4f2e437a Transitively embed dependencies
If a target embeds dependencies (i.e. App and Test bundles) and a dependency has dependencies that can be embedded, then we should embed those dependencies as long as they weren't embedded along the way.
2018-06-29 13:17:02 -05:00
Brentley Jones cc4674c6b8 Fix launch action to not run frameworks
Currently generated schemes incorrectly are launchable for frameworks. This change implements them in the same way that Xcode naturally does.
2018-06-29 12:39:57 -05:00
Brentley Jones 79e2413fa7 Fix excluding directories that have sub-directories 2018-06-28 18:53:14 -05:00
Yonas Kolb 0567bea517 Merge pull request #324 from yonaskolb/code_sign_on_copy
Code sign on copy
2018-06-28 09:36:28 +10:00
Yonas Kolb c79a205339 don't code sign target dependencies by default 2018-06-27 22:44:19 +10:00
Yonas Kolb c223084edf add iMessage app 2018-06-27 22:44:19 +10:00
Yonas Kolb c8bedc81b5 add dependency name to PBXContainerItemProxy deterministic reference 2018-06-27 22:43:25 +10:00
Yonas Kolb d9f5744ca3 add build rule unit tests 2018-06-27 22:41:14 +10:00
Yonas Kolb c485549d2d improve error output 2018-06-27 22:18:19 +10:00
Yonas Kolb 9142111c95 add gen_fixtures script 2018-06-26 23:09:27 +10:00
Yonas Kolb 67b5eb7006 fix excludes documentation 2018-06-26 21:45:29 +10:00
Yonas Kolb e5e5c4b1ac Merge pull request #323 from yonaskolb/dot_keys
Fix decoding dictionaries with dot keys
2018-06-26 21:41:29 +10:00
Yonas Kolb bf61995f72 fix decoding dictionaries with dot keys 2018-06-26 21:29:44 +10:00
Yonas Kolb 35da48c293 Merge pull request #322 from archmagees/master
🐛 📝 [Fix] a bug about install by mint in README.md
2018-06-25 12:56:30 +10:00
Arthur 525a396733 🐛 📝 [Fix] a bug about install by mint in README.md 2018-06-23 10:46:58 +08:00
Yonas Kolb 2ebfc9a9dc update changelog 2018-06-11 20:04:59 +10:00
Yonas Kolb 249b17f6ba Merge pull request #317 from maicki/maicki/cc-source-files
Add support for cc source files
2018-06-10 12:01:55 +10:00
Michael Schneider 227ddae290 Add support for cc source files 2018-06-08 13:48:25 -07:00
Yonas Kolb f098902c15 explicitly call make build in tests 2018-06-08 15:21:50 +10:00
Yonas Kolb 438869e997 make format_code 2018-06-08 15:21:25 +10:00
Yonas Kolb a1639b2298 Merge pull request #316 from yonaskolb/xctest
Integrate XCTest with Spectre for nicer tests in Xcode
2018-06-08 15:20:44 +10:00
Yonas Kolb 0e1f039055 integrate XCTest with Spectre for nicer tests in Xcode 2018-06-08 15:12:42 +10:00
Yonas Kolb 9ff48c843d update changelog 2018-06-03 19:16:13 +10:00
Yonas Kolb 1f0e34f010 simply homebrew fix 2018-06-03 18:53:42 +10:00
Yonas Kolb 27032fce1d Merge pull request #296 from sascha/feature/legacy-target-fix
Remove file/product reference for legacy targets
2018-06-03 18:48:09 +10:00
Yonas Kolb 5d611e008a test excluding .xcodeproj 2018-06-03 16:49:09 +10:00
Yonas Kolb 7d9e6a7bb8 Merge pull request #311 from stevemoser/patch-1
Fix Xcode misspellings
2018-05-25 12:52:32 +10:00
Steve Moser f524d2ad13 Fix Xcode misspellings 2018-05-24 09:32:36 -07:00