Commit Graph
290 Commits
Author SHA1 Message Date
Yonas Kolb fec6066d91 updated to xcproj 0.3.0 2017-10-01 11:42:07 +02:00
Yonas Kolb 6385097041 update homebrew formula 2017-09-29 18:22:05 +02:00
Yonas Kolb eef423970f filter out nulls from all yaml files including setting presets 1.2.3 2017-09-29 18:20:36 +02:00
Yonas Kolb dc916ae5ec update homebrew formula for 1.2.3 2017-09-29 17:56:45 +02:00
Yonas Kolb 618ad2ec90 update 1.2.3 changelog 2017-09-29 17:55:29 +02:00
Yonas Kolb 1d1335b53e add more framework settings, especially SKIP_INSTALL=YES 2017-09-29 17:51:39 +02:00
Toshihiro Suzuki 4227ac243e No need carthage copy-frameworks for macOS app (#76)
* No need carthage copy-frameworks for macOS

* Update CHANGELOG.md
2017-09-29 17:51:08 +02:00
Toshihiro Suzuki 6901f8b325 Fix typo: dependancy => dependency (#75) 2017-09-29 17:34:01 +02:00
Toshihiro Suzuki a271fec18d Fixed wrong directory path for macOS (#74)
* Fixed wrong directory path for macOS

before: Carthage/Build/macOS
after: Carthage/Build/Mac

* Update CHANGELOG.md
2017-09-29 17:23:01 +02:00
Yonas Kolb fafd5f6029 add mint install instructions (#72) 2017-09-29 11:00:30 +02:00
Yonas Kolb d176d13a4a update homebrew formula 2017-09-28 21:44:06 +02:00
Yonas Kolb abf2fb9d6b update changelog for 1.2.2 1.2.2 2017-09-28 21:42:28 +02:00
Yonas Kolb d672778066 fixed tvOS launch screen ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME=LaunchImage 2017-09-28 21:39:53 +02:00
Yonas Kolb 02fbca5e73 update homebrew formula 2017-09-28 21:33:15 +02:00
Yonas Kolb c59fdf289b 1.2.1 changelog 2017-09-28 21:32:07 +02:00
Yonas Kolb cfc21a970a update fixture 2017-09-28 21:26:14 +02:00
Yonas Kolb b84a95b0d5 set DYLIB_INSTALL_NAME_BASE to @rpath in frameworks 2017-09-28 21:18:17 +02:00
Yonas Kolb 8ddc129a2f automatically set TEST_TARGET_NAME if not defined 2017-09-28 14:31:41 +02:00
Yonas Kolb 18eb497ecc Update README.md 2017-09-28 11:28:22 +02:00
Yonas Kolb 706b7b68d9 Update README.md 2017-09-27 11:29:57 +02:00
Yonas Kolb 601971b521 make homebrew use makefile 2017-09-26 22:48:33 +02:00
Yonas Kolb a087827515 minor logging 2017-09-26 22:48:20 +02:00
Yonas Kolb 403da4d99c update homebrew to 1.2.0 2017-09-26 22:11:03 +02:00
Yonas Kolb 122340482c look for setting preset files in multiple places 1.2.0 2017-09-26 22:08:33 +02:00
Yonas Kolb b46c266cd9 1.2.0 changelog 2017-09-26 22:08:33 +02:00
Yonas Kolb caf585b50b add Package.resources for mint 2017-09-26 21:51:01 +02:00
Yonas Kolb 8a7bfa12fc format code 2017-09-26 14:22:15 +02:00
Yonas Kolb fae35d6d67 add bundleIdPrefix to Equatable 2017-09-26 13:16:41 +02:00
Yonas Kolb a3b0bd24b2 sort configs 2017-09-26 10:10:55 +02:00
Yonas Kolb 196c6a0ec1 update dependencies 2017-09-25 22:29:51 +02:00
Yonas Kolb 1c578d1a66 escape target name in auto generated PRODUCT_BUNDLE_IDENTIFIER 2017-09-25 21:08:15 +02:00
Yonas Kolb a70c4c1821 rename old references to settings preset 2017-09-25 18:25:40 +02:00
Yonas Kolb e2012736b0 add double space after emoji for terminal 2017-09-25 17:48:18 +02:00
Yonas Kolb 88c05b74cc exit on failure 2017-09-25 17:37:08 +02:00
Yonas Kolb f3a60d5358 Merge pull request #68 from yonaskolb/include_replace
Add replace syntax for Include
2017-09-25 17:33:20 +02:00
Yonas Kolb 658c3f8477 Merge pull request #67 from yonaskolb/bundleIdPrefix
Add bundleIdPrefix
2017-09-25 17:26:44 +02:00
Yonas Kolb 829fb59aa7 fix fixture config group 2017-09-25 16:21:53 +02:00
Yonas Kolb b1888dc62f fail fixture test if project has changed 2017-09-25 16:12:33 +02:00
Yonas Kolb d20d6b56bf add bundleIdPrefix tests 2017-09-25 15:30:28 +02:00
Yonas Kolb c9e8e68bc5 move bundleIdPrefix to options 2017-09-25 15:30:15 +02:00
Yonas Kolb c44b4f969f add some more comprehensive logging output with emoji 2017-09-25 14:44:39 +02:00
Yonas Kolb 8dd3864d14 add Include documentation to ProjectSpec.md 2017-09-25 13:35:59 +02:00
Yonas Kolb c9c589c5ee add optional replace syntax when merging includes 2017-09-25 13:34:11 +02:00
Yonas Kolb 957493855c update changelog 2017-09-25 10:53:04 +02:00
Yonas Kolb de8f885ae3 add bundleIdPrefix for generating PRODUCT_BUNDLE_IDENTIFIER 2017-09-24 21:21:57 +02:00
Yonas Kolb 5a1da760f8 print errors in red 2017-09-24 20:50:37 +02:00
Yonas Kolb 8343593bba Merge pull request #64 from yonaskolb/xcconfig
XCConfig files
2017-09-24 20:32:53 +02:00
Yonas Kolb 39c8af324c support single string for include 2017-09-24 20:22:32 +02:00
Yonas Kolb 4877edfe89 fix spelling mistakes 2017-09-24 20:15:57 +02:00
Yonas Kolb 1323117cf8 add validation for project fileGroups and configFiles 2017-09-24 19:48:42 +02:00