Commit Graph

1384 Commits

Author SHA1 Message Date
ryohey
ea6fb60c72 Update changelog 2019-04-20 12:22:52 +09:00
ryohey
65dec6b652 Define default property values 2019-04-20 12:13:25 +09:00
ryohey
d5649a1bd3 Allow nil values 2019-04-20 12:12:26 +09:00
ryohey
117b90d13f Don't omit empty arrays
https://github.com/yonaskolb/XcodeGen/pull/545#discussion_r271688539
2019-04-20 12:12:26 +09:00
ryohey
b27f71eac1 Unify encoding protocols into JSONEncodable
https://github.com/yonaskolb/XcodeGen/pull/545#discussion_r271690085
2019-04-20 12:12:26 +09:00
ryohey
0889882aac Add test for JSON encoding 2019-04-20 12:12:26 +09:00
ryohey
010b1c3804 Implement encoding to JSON 2019-04-20 12:12:26 +09:00
ryohey
6ee42d5c68 Add encoding protocol 2019-04-20 12:12:26 +09:00
yonaskolb
275e158091 update JsonUtilities 2019-04-09 22:20:47 +10:00
yonaskolb
1c39ae8105 Update to 2.5.0 2019-04-09 22:15:16 +10:00
yonaskolb
9d6de80955 update dependencies 2019-04-09 22:13:42 +10:00
yonaskolb
397f36b2f1 updated changelog 2019-04-09 22:03:25 +10:00
Yonas Kolb
0c1ec6f677
Merge pull request #550 from sroebert/master
Fixed flattening of relative paths (#525)
2019-04-09 21:57:39 +10:00
Yonas Kolb
17db27bb9d
Merge pull request #558 from KhaosT/fix-embed-watch-target
Fix Carthage dependencies for watchOS target
2019-04-09 21:47:45 +10:00
Yonas Kolb
c59c94108e
Merge pull request #562 from raptorxcz/feature/add_support_for_custom_framework_root
Added support for custom framework root
2019-04-09 21:47:07 +10:00
Tian Zhang
dc9a55bdc8 Update changelog 2019-04-08 19:53:17 -07:00
Tian Zhang
09801e4b41 Remove unnecessary condition 2019-04-08 19:52:42 -07:00
Tian Zhang
a5f0a9f7ee Fix ITMS-90539
Fix embed condition

Revert "Fix embed condition"

This reverts commit fc586863aad7cda8fc506e02bed10717dae66638.

separate condition
2019-04-08 19:52:42 -07:00
Kryštof Matěj
0533dda0a6 Added support for custom framework root 2019-04-08 15:41:06 +02:00
Steven Roebert
d12bd0a426 Added unit test for testing the flattening of relative paths #(550) 2019-04-07 13:05:01 +02:00
Yonas Kolb
7a705e20b8
Merge pull request #544 from tomquist/fix-generation-order
Fix order of file generation
2019-04-07 20:39:53 +10:00
Steven Roebert
69093dc401 Updated changelog 2019-04-07 12:36:40 +02:00
Steven Roebert
152f34a55e Fixed flattening of relative paths (#525) 2019-04-07 12:36:04 +02:00
Yonas Kolb
ceee0d6115
Merge branch 'master' into fix-generation-order 2019-04-07 13:19:42 +10:00
Yonas Kolb
2fe9b546ce
Merge pull request #555 from yonaskolb/xcode_10.2
Update default settings to Xcode 10.2
2019-04-06 20:46:56 +11:00
yonaskolb
3a03f0b338 update changelog 2019-04-06 20:37:56 +11:00
Yonas Kolb
8ee6b6bf2a
Merge pull request #557 from yonaskolb/fix_optional_file
Fix optional file sources
2019-04-05 12:05:23 +11:00
yonaskolb
d9001e70ea update changelog 2019-04-04 23:40:33 +11:00
yonaskolb
c73bad3312 Fix optional file sources 2019-04-04 23:32:55 +11:00
yonaskolb
d71bcb5885 generate carthage fixture 2019-04-02 23:13:37 +11:00
yonaskolb
a7613064b4 update latest xcode version to 10.2 2019-04-02 22:44:05 +11:00
yonaskolb
401dd772eb remove ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES 2019-04-02 22:44:05 +11:00
yonaskolb
f69fdb508d set SWIFT_COMPILATION_MODE in release to wholemodule 2019-04-02 22:44:05 +11:00
yonaskolb
93fb985732 use sdk default for SWIFT_OPTIMIZATION_LEVEL in release config (-O) 2019-04-02 22:43:36 +11:00
yonaskolb
27c588a193 update default swift version to 5.0 2019-04-02 22:42:18 +11:00
Yonas Kolb
b5d17b5b51
Merge pull request #536 from yonaskolb/xcodeproj_6.6
Update to xcodeproj 6.7
2019-04-02 22:13:57 +11:00
yonaskolb
036c68885a update changelog 2019-04-02 22:05:00 +11:00
yonaskolb
16bc081944 update to xcodeproj 6.7 2019-04-01 20:15:38 +11:00
Yonas Kolb
fde42399de update to xcodeproj 6.6 2019-04-01 20:07:07 +11:00
yonaskolb
6b431a204d update changelog 2019-03-31 22:00:41 +11:00
yonaskolb
bf4a65bbdc Update to 2.4.0 2019-03-31 21:59:39 +11:00
yonaskolb
e6fd3731a2 update changelog 2019-03-31 21:57:03 +11:00
Yonas Kolb
547766c1f7
Merge pull request #549 from yonaskolb/swift_5
Update to Swift 5
2019-03-31 21:55:35 +11:00
yonaskolb
c257ec1a91 update changelog 2019-03-27 21:34:46 +11:00
yonaskolb
b7f50b6aee remove -Xswiftc -static-stdlib 2019-03-27 20:09:35 +11:00
yonaskolb
2bd59a5b4d update versions in readme 2019-03-27 19:54:59 +11:00
yonaskolb
3311b4d321 fix TestProject building 2019-03-27 19:54:11 +11:00
yonaskolb
a010e094e0 update package to Swift 5 2019-03-27 19:01:07 +11:00
yonaskolb
ad276a8bc8 support Swift 5 2019-03-27 19:00:20 +11:00
yonaskolb
07cddccb3b test swift 5 2019-03-27 19:00:20 +11:00