Skip to content

Commit 3afb4c3

Browse files
authored
Merge pull request #30 from roanutil/feature/add-unmanaged-protocol-for-types-that-prefer-a-unique-id-other-than-ObjectID
Feature/add unmanaged protocol for types that prefer a unique id other than object
2 parents a472822 + f12cee7 commit 3afb4c3

68 files changed

Lines changed: 7967 additions & 1728 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.benchmarkBaselines/coredata-repository-benchmarks/main/results.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

.benchmarkBaselines/coredata-repository-benchmarks/v3/results.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

.benchmarkBaselines/coredata-repository-benchmarks/v4/results.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77
pull_request:
88
branches:
9-
- '*'
9+
- "*"
1010
workflow_dispatch:
1111

1212
jobs:
@@ -24,10 +24,8 @@ jobs:
2424
strategy:
2525
matrix:
2626
include:
27-
- os: macos-13
28-
xcode: 14.3.1 # Swift 5.8.1
29-
- os: macos-13
30-
xcode: '15.2' # Swift 5.9.2
27+
- os: macos-14
28+
xcode: "15.3" # Swift 5.10
3129
runs-on: ${{ matrix.os }}
3230
steps:
3331
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)