Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
cd69d41
downloadMatchingBinaries: prefer artifacts named ".xcframework" when …
elliottwilliams Mar 19, 2021
f7e8fcf
Bump version to 0.38.0
elliottwilliams Mar 19, 2021
d1c78a8
Case insensitive comparisons, check xcframework first
elliottwilliams Mar 24, 2021
6b5c662
Don't say ".framework" when printing binary download events
elliottwilliams Mar 24, 2021
3ced67c
Prioritize assets by name instead of picking _only_ xcframeworks or f…
elliottwilliams Mar 24, 2021
86229d8
Fix Xcode 10.1 compilation in binaryAssetPrioritizingReducer
elliottwilliams Mar 24, 2021
082faaf
Parse and prioritize multiple assets from binary framework URLs
elliottwilliams Apr 30, 2021
b07198b
Refactor filter into a separate function, update tests
elliottwilliams Apr 30, 2021
0ac9138
Update Artifacts.md documenting alt URLS
elliottwilliams May 5, 2021
4e38790
Update README.md with github release xcframework information
elliottwilliams May 5, 2021
bde37b9
Cache binary dependencies using a hash of the download URL
elliottwilliams May 5, 2021
545f3f2
Fix tests
elliottwilliams May 5, 2021
130e0f1
binaryAssetPrioritization: allow assets which don't pass the name filter
elliottwilliams May 5, 2021
43cfb1a
downloadURLToCachedBinaryDependency: use Swift 4 APIs, retab
elliottwilliams May 5, 2021
3cc9238
"one zip file" -> "zip files"
elliottwilliams May 6, 2021
25df81e
README.md: update anchor
elliottwilliams May 6, 2021
a2c65ae
BinaryProject parsing: pull more state into the reduce() block
elliottwilliams May 7, 2021
bd35aef
Fix non-https logic
elliottwilliams May 7, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
"one zip file" -> "zip files"
  • Loading branch information
elliottwilliams committed May 6, 2021
commit 3cc9238c3baebf7e6b8d8928884d1cc0b824dd14
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ Carthage determines which versions of your framework are available by searching

Tags without any version number, or with any characters following the version number (e.g., `1.2-alpha-1`) are currently unsupported, and will be ignored.

### Archive prebuilt frameworks into one zip file
### Archive prebuilt frameworks into zip files

Carthage can automatically use prebuilt frameworks, instead of building from scratch, if they are attached to a [GitHub Release](https://help.github.com/articles/about-releases/) on your project’s repository or via a binary project definition file.

Expand Down