Changelog History
Page 2
-
v0.30.1 Changes
July 02, 2018π β οΈ This release improves support for Semantic Versions. You might experience changes to dependency resolution when running
update
. See (#2412) β οΈπ Fixed
- π Use correct URL format when using Proxies (#2428). Thanks @blender !
- Filter out improper directories passing as frameworks (#2436). Thanks @blender !
- π Fix symlinks on APFS volumes (#2445). Thanks @cmittendorf !
- Consider
XCODE_PRODUCT_BUILD_VERSION
alongsideEXPANDED_CODE_SIGN_IDENTITY
to address Xcode 10βs empty build setting behavior (#2476). Thanks @jdhealy ! - π Make use of
--new-resolver
flag in bootstrap command (#2486). Thanks @blender !
β Added
- π Support for building static frameworks (#2415, #1935). Thanks @Aranoledur @ikesyo !
π Improved
- π Semantic Version Support Enhancements (#2412 , #1553). Thanks @marcoconti83 !
- β Add
--archive
option tobuild
command (#2438). Thanks @sunshinejr ! - Generate a version file for projects with no shared schemes (#2450). Thanks @jasonboyle !
- π Relative Path Support In Cartfile.resolved (#2383). Thanks @dmiluski !
- π Allow Github releases archieves with
application/octect-stream
MIME type (#2448). Thanks @bwhiteley ! - π² Truncate log file before writing new one (#2474). Thanks @ChristopherRogers !
- π Allow binary dependencies with no
Info.plist
(#2502). Thanks @blender !
π Thank you to @blender ( #2386, #2399, #2447), @TwiterZX (#2396), @valeriyvan ( #2385), @DanTheColoradan (#2426), @walshie4 (#2463), @dimazen (#2471), @isaac-weisberg (#2499) for improvements to the documentation!
Thank you to @ikesyo (#2413) for improving the infrastructure!
Thank you to @ikesyo ( #2431, #2434, #2435), @ChristopherRogers (#2475) for improvements to the code base!
Thank you to @mdiep @jdhealy @ikesyo @blender @kballard @artemnovichkov for reviewing pull requests!
-
v0.30.0 Changes
July 02, 2018π± β οΈ
π This release contains a potential security concern. Do not download
-
v0.29.0 Changes
March 19, 2018π β οΈ This release raises the deployment target to macOS 10.11 El Capitan β οΈ
π Fixed
- π Fix dSYM generation (#2334). Thanks @abrindam!
- π Fix update X's dependencies when running carthage update X (#2321). Thanks @jwutke!
- π Fix segmentation fault when bootstrapping (#2376). Thanks @vytis!
- π Fix a bug involving carthage outdated fail (#2328). Thanks @chuganzy!
- π Fix a bug involving tvOS binary releases (#2346). Thanks @blender!
β Added
- Optionally strip debug symbols in carthage copy-frameworks (#2361). Thanks @abrindam!
- π Support relative file path for binary dependencies (#2360). Thanks @dmiluski!
- π Don't create Carthage/Build symlink if project doesn't use Carthage (#2368). Thanks @mdiep!
- β Add support for proxied environments (#2371). Thanks @JakeAdams!
π Improved
- Limit Parallelism in scheme discovery (#2343). Thanks @flovilmart!
- Speed up scheme discovery (#2344) (#2372). Thanks @flovilmart!
- π Move binary download to build process (#2342). Thanks @chuganzy!
- β οΈβUsers should add
--no-use-binaries
tocarthage build
executions where necessary.
- β οΈβUsers should add
Thank you to @yoching for improvements to the code base! Thank you to @mdiep @jdhealy @ikesyo @blender @47014106 @tbrannam @awgeorge @hyperspacemark for reviewing pull requests!