Commit Graph
1074 Commits
Author SHA1 Message Date
Yonas Kolb 0cf2ca9fa0 only write plists if file has changed 2018-10-30 22:22:51 +11:00
Yonas Kolb 3d87c61342 plist error handling 2018-10-30 22:22:51 +11:00
Yonas Kolb 041f728b4e plist documentation 2018-10-30 22:22:51 +11:00
Yonas Kolb eef1dc473e rename Plist.attributes to properties 2018-10-30 21:47:16 +11:00
Yonas Kolb 26106a04b3 refactor file writing 2018-10-30 00:52:24 +11:00
Yonas Kolb 228ab6620b generate info plist and entitlements 2018-10-30 00:44:12 +11:00
Yonas Kolb 885d5fb8c1 Merge pull request #423 from yonaskolb/xcode_10
Update generated project defaults to xcode 10 and swift 4.2
2018-10-19 09:37:15 +11:00
Yonas Kolb d3188a83ff extract scheme generator 2018-10-19 00:29:45 +11:00
Yonas Kolb 84182d86b8 update changelog 2018-10-18 23:32:44 +11:00
Yonas Kolb 19fbe46e66 Remove swift 4.1 from CI tests 2018-10-18 23:28:21 +11:00
Yonas Kolb 839bfa13c1 change generated versions to xcode 10 and swift 4.2 2018-10-18 23:20:00 +11:00
Yonas Kolb 6ee0c26944 update changelog link format 2018-10-18 23:06:33 +11:00
Yonas Kolb 4fdbb66f1e Merge pull request #422 from yonaskolb/fix/cross_platform_targets
Fix multi platform targets and UUID conflicts
2018-10-18 22:57:35 +11:00
Yonas Kolb 71e25f8c8c update xcodeproj to 6.3.0 2018-10-18 22:51:36 +11:00
Yonas Kolb 0fcb3dcc78 use context 2018-10-16 21:35:31 +11:00
Yonas Kolb 0abae511da Update CHANGELOG.md 2018-10-15 23:27:35 +11:00
Yonas Kolb c8ce6a52a5 fix cross platform targets 2018-10-15 22:55:59 +11:00
Yonas Kolb 65b8a74311 update changelog 2018-10-14 22:42:51 +11:00
Yonas Kolb 0469c7c679 Merge pull request #388 from yonaskolb/xcodeproj_5
Upgrade to xcodeproj 6
2018-10-14 22:26:15 +11:00
Yonas Kolb fd968b0e50 updated changelog 2018-10-14 22:08:53 +11:00
Yonas Kolb 7c4623d6cf compile fixture in Swift 4.1 2018-10-14 21:58:19 +11:00
Yonas Kolb eb38020f9b update JSONUtilities 2018-10-14 21:58:19 +11:00
Yonas Kolb b1b7901f1e don't generate duplicate product file references for cross platform targets 2018-10-14 21:58:19 +11:00
Yonas Kolb 3bb7f97aa7 update xcodeproj 2018-10-12 19:27:49 +11:00
Yonas Kolb 65d82bece6 improve performance by not sorting files that are later sorted 2018-10-12 00:57:13 +11:00
Yonas Kolb 0c02e0973e invalidate references when running performance tests 2018-10-11 23:04:26 +11:00
Yonas Kolb e17bf7d0f2 update xcodeproj 2018-10-11 21:15:13 +11:00
Yonas Kolb a26b2d382a fix warnings 2018-10-10 20:26:25 +11:00
Yonas Kolb 32a36b0e7f update to xcodeproj 6.1.0 2018-10-10 20:26:25 +11:00
Yonas Kolb 9464f5f925 fix scheme order 2018-10-09 23:13:30 +11:00
Yonas Kolb 39079dd801 Merge origin/master into xcodeproj_5 2018-10-09 23:11:36 +11:00
Yonas Kolb 4b0169e42a sorted command line arguments 2018-10-09 23:08:18 +11:00
Yonas Kolb 8fcd903679 Merge pull request #419 from jerrymarino/jmarino_use_specified_header_visibility
Use the provided TargetSource.headerVisibility
2018-10-09 08:18:35 +11:00
Jerry Marino bf293d6ac6 Use the provided TargetSource.headerVisibility
This was missing in the init - simply use the value provided by the
user.
2018-10-08 13:34:45 -07:00
Yonas Kolb 7db271c525 Merge pull request #416 from yonaskolb/perf-getCombinedBuildSettings
Improve performance of getCombinedBuildSettings
2018-10-08 23:36:32 +11:00
Yonas Kolb f7966bda39 Merge pull request #417 from yonaskolb/cache-build-settings-misses
Cache config/setting file misses too
2018-10-08 23:32:34 +11:00
Yonas Kolb 07eccc5574 Merge branch 'master' into xcodeproj_5
# Conflicts:
#	Tests/XcodeGenKitTests/ProjectFixtureTests.swift
2018-10-08 23:07:25 +11:00
Yonas Kolb 9bc3296d8f Merge pull request #418 from yonaskolb/performance_tests
Add performance tests
2018-10-08 22:46:52 +11:00
Yonas Kolb 5bd704392a add projectPath getter 2018-10-08 22:29:15 +11:00
Yonas Kolb a59b8efb03 fix file comparison 2018-10-08 22:08:49 +11:00
Yonas Kolb 8d6a70bdd0 Merge branch 'master' into xcodeproj_5
# Conflicts:
#	.circleci/config.yml
#	Sources/XcodeGenKit/PBXProjGenerator.swift
#	Tests/Fixtures/TestProject/Project.xcodeproj/project.pbxproj
#	Tests/XcodeGenKitTests/ProjectFixtureTests.swift
#	Tests/XcodeGenKitTests/ProjectGeneratorTests.swift
2018-10-08 22:00:45 +11:00
Yonas Kolb 26d44f64d7 add performance tests 2018-10-08 19:42:25 +11:00
Yonas Kolb 590128e156 Remove header build files that aren’t in a build phase 2018-10-08 17:29:09 +11:00
Dave Lee 8acea8341c Cache config/setting file misses too 2018-10-05 15:34:12 -07:00
Dave Lee 2bb4a26661 Improve performance of getCombinedBuildSettings 2018-10-05 10:03:18 -07:00
Yonas Kolb 7625cd5a58 remove Swift 4.1 from tests 2018-10-04 20:33:43 +10:00
Yonas Kolb 010487ec35 use xcodeproj scheme blueprint 2018-10-04 20:25:18 +10:00
Yonas Kolb 74eb683f2b Merge pull request #411 from alvarhansen/weak-link
Add framework weak linking setting
2018-10-02 20:47:50 +10:00
Yonas Kolb 176a040603 Merge pull request #414 from yonaskolb/fix_code_signing
Remove iOS codesigning sdk restriction
2018-10-02 19:37:30 +10:00
Alvar Hansen ab0d71d96f Add framework weak linking setting 2018-10-02 11:07:58 +03:00