-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* CircleCI - Run tests on `Xcode 16` * CircleCI - Update job reference * CircleCI - Update `Xcode 15` simulator * Increase waiting time in tests * Use `iOS 18.0` to run CI tests with `Xcode 16` * Update `PackageDescription` for `spm` to `5.7` * Use `iOS 18.0` and `iPhone 16` to run tests * Update `README` and `CHANGELOG` with `Xcode 16` details * Use `Flow` version `1.12.1` * Update `spm` files * Update `README` with new `Xcode` requirments --------- Co-authored-by: bartszczepaniak <[email protected]>
- Loading branch information
1 parent
4135001
commit a40d141
Showing
8 changed files
with
55 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 12 additions & 13 deletions
25
Form.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,15 @@ | ||
{ | ||
"object": { | ||
"pins": [ | ||
{ | ||
"package": "Flow", | ||
"repositoryURL": "https://github.com/iZettle/Flow.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "ad38c734f16a404de8895236424bc4acc5355a3d", | ||
"version": "1.10.1" | ||
} | ||
"originHash" : "af8820cba803a4990a87c58fd7afcb8f3aaf40249a6881c2c5b1e0a7921389a5", | ||
"pins" : [ | ||
{ | ||
"identity" : "flow", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/iZettle/Flow.git", | ||
"state" : { | ||
"revision" : "c3e69f924f046207487948dcad55826343a122d5", | ||
"version" : "1.12.1" | ||
} | ||
] | ||
}, | ||
"version": 1 | ||
} | ||
], | ||
"version" : 3 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,14 @@ | ||
{ | ||
"object": { | ||
"pins": [ | ||
{ | ||
"package": "Flow", | ||
"repositoryURL": "https://github.com/izettle/Flow.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "3bc56e13c29cfbcc77cdae6193bbad697ee95799", | ||
"version": "1.10.0" | ||
} | ||
"pins" : [ | ||
{ | ||
"identity" : "flow", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/iZettle/Flow.git", | ||
"state" : { | ||
"revision" : "c3e69f924f046207487948dcad55826343a122d5", | ||
"version" : "1.12.1" | ||
} | ||
] | ||
}, | ||
"version": 1 | ||
} | ||
], | ||
"version" : 2 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters