Yonas Kolb
7c510af3d7
Fix Xcode alert on generation ( #1072 )
...
* fix xcode warning alert on regeneration
* commit fixture diffs
* update changelog
2021-05-06 08:33:42 +10:00
freddi(Yuki Aki)
56f943ec01
Support weak link for Swift Package Dependency ( #1064 )
...
* support weak link to Swift Package dependency
* update test for weak link
* add changelog about Swift Package Dependency
* Update CHANGELOG.md
2021-05-01 13:09:19 +10:00
Yonas Kolb
4988388cc5
Update to Xcode 12 ( #960 )
...
* update to final xcode 12 version
* only generate and test xcode 12 project
* update default xcode version to 12
* update changelog
2020-10-02 18:42:50 +10:00
Liam Nichols
d959bdfddd
Enable Base Localization by default ( #955 )
...
* Update PBXProjGenerator to include 'Base' developmentRegion and file system derived knownRegions in the output knownRegions
* Update CHANGELOG.md
* Run tests to update fixtures
2020-10-02 18:23:38 +10:00
Liam Nichols
5ea9b4eec4
Update SettingsPresets to include new and modified values as part of Xcode 12 ( #953 )
...
* Update SettingsPresets to include new and modified values as part of Xcode 12's TemplateInfo.plist
* Update CHANGELOG.md
* Update Test Fixtures after running unit tests
* Revert change to GCC_PREPROCESSOR_DEFINITIONS order (https://github.com/yonaskolb/XcodeGen/pull/953\#discussion_r497486482 )
* Run tests to update fixtures
2020-10-02 17:52:30 +10:00
Akio Yasui
f25a8955ba
Don't link transitive static carthage libraries ( #853 )
2020-05-02 12:18:12 -05:00
Ian Leitch and Yonas Kolb
7ff577911d
Prefix static library target filenames with 'lib' to match Xcode. ( #831 )
...
* Prefix static library target filenames with 'lib' to match Xcode.
Given a target named 'MyTarget', Xcode automatically prefixes the filename with 'lib', resulting in the filename 'libMyTarget.a'.
* Update CHANGELOG.md
Co-authored-by: Yonas Kolb <yonaskolb@users.noreply.github.com >
2020-04-13 21:49:17 +10:00
Yonas Kolb
5106f5052e
complete XcodeProj 7.10.0 upgrade
2020-04-03 10:32:22 +11:00
freddi
80f95b598a
Changed local package format of SPM project in Fixtures
2020-03-05 23:37:59 +09:00
freddi
57c4325a3d
Updated project.yml in SPM Test Project in Fixtures
2020-03-05 22:22:32 +09:00
freddi
fd267bf503
Fixed code making absolutePath at creating local package
2020-03-05 19:46:26 +09:00
freddi
7a0bd7c13c
Improved PBXFileReference name at localPackages
2020-03-05 19:04:55 +09:00
freddi
d8bf945ca2
Fixed issue on localPackage when specified as absolute path and when using -p
2020-03-05 09:50:45 +09:00
Yonas Kolb
bd7e0b7564
Merge pull request #788 from alexruperez/swift-package-manager_dynamic-packages_embed-and-sign_fix
...
Fix #784 Swift Package Manager (Embed & Sign) for dynamic packages.
2020-02-29 12:38:39 +11:00
Ken Tominaga
c0c998b429
Set xcodeproj path in project.xcworkspace/contents.xcworkspacedata ( #793 )
...
* Set xcodeproj path in project.xcworkspace/contents.xcworkspacedata
* Update CHANGELOG.md
2020-02-28 14:40:37 -06:00
Bryan Summersett
7c35c25468
Revert "Add Base to known regions even if one doesn't exist"
...
This reverts commit 98472a3d88 .
2020-02-26 18:31:14 -08:00
Alex Rupérez
54ec2ed76f
Only embed SPM dependencies when declared in project.yml
2020-02-26 15:02:13 +01:00
Alex Rupérez
feab78724f
Added changelog entry and updated test fixtures.
2020-02-26 12:38:07 +01:00
Ken Tominaga
930d4cb27b
Update Fixtures
2020-02-24 16:57:47 -08:00
Yonas Kolb
6b7b7e6134
Update and lock XcodeProj to 7.7.0 ( #767 )
2020-02-02 09:35:45 +11:00
Atsushi Kiwaki
73c52f5898
Fixed unnecessary dependencies related to SwiftPM ( #726 )
2019-11-27 12:42:14 -06:00
Yonas Kolb
32bd7ed568
Update to XcodeProj 7.4 ( #715 )
...
Update to XcodeProj 7.4
2019-11-10 12:54:03 +11:00
yonaskolb
63bf4f1584
regen fixtures
2019-11-10 12:40:47 +11:00
yonaskolb
0e4e08bfc4
run swift format for Swift 5.1
2019-11-10 11:56:23 +11:00
Yuta Saito
db9c99da3a
Update fixtures
2019-10-30 15:53:03 +09:00
Bryan Summersett
98472a3d88
Add Base to known regions even if one doesn't exist
2019-10-29 15:33:52 -07:00
yonaskolb
d0d509c1a5
swiftformat
2019-10-27 22:37:41 +11:00
yonaskolb
b7564b1c49
make LD_RUNPATH_SEARCH_PATHS an array like Xcode now does
2019-09-28 14:48:16 +10:00
yonaskolb
8e48c7b07f
put local packages into a Packages group and add options.localPackagesGroup
2019-09-27 22:49:05 +10:00
yonaskolb
8e6195c368
make local packages relative
2019-09-27 21:43:42 +10:00
yonaskolb
e9193cfb29
add support for localPackages
2019-09-27 21:36:07 +10:00
yonaskolb
41453595cc
added package target dependency with XcodeProj 7.1.0
2019-09-27 20:49:32 +10:00
yonaskolb
6c9b814385
don't link packages to static libraries
2019-09-27 19:00:32 +10:00
yonaskolb
4939cbf0e9
add spm fixture
2019-09-27 17:10:55 +10:00