Skip to content

Commit ae3580b

Browse files
Harden CI token permissions and clarify iOS target note
Agent-Logs-Url: https://github.com/fabiocaccamo/FCFileManager/sessions/3cc3f882-393c-4a34-b716-5d88ba506d3d Co-authored-by: fabiocaccamo <1035294+fabiocaccamo@users.noreply.github.com>
1 parent 2f181cc commit ae3580b

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches: ["**"]
66
pull_request:
77

8+
permissions:
9+
contents: read
10+
811
jobs:
912
tests:
1013
runs-on: macos-latest

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ This repository now includes an XCTest suite runnable with Xcode's Swift Package
1616
xcodebuild test -scheme FCFileManager-Package -destination "platform=iOS Simulator,name=iPhone 16"
1717
```
1818

19+
Note: the Swift Package test harness currently targets iOS 13+ (see `Package.swift`), while the CocoaPods distribution keeps the original minimum deployment target (iOS 5.0).
20+
1921
### Continuous Integration
2022
A GitHub Actions workflow is available at `.github/workflows/ci.yml` and runs the test suite on each push and pull request.
2123

0 commit comments

Comments
 (0)