-
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 - Use `Xcode 16` * CircleCI - Update job reference * CircleCI - Fix indentation and bump `Xcode` * CircleCI - Add missing parameter definitions * CircleCI - Use `SCAN_DESTINATION` instead of `SCAN_DEVICE` * CircleCI - Use `xcodebuild` instead of `fastlane scan` * CircleCI - Update `iOS` simulator versions * CircleCI - Add missing parameter definitions for `test_example_project` * Update `Package` files to use `Flow` at `1.12.1` * Update `README` to reference `Xcode 16.0.0` * Update `CHANGELOG` to bump the version * Update project to use `Flow` at version `1.12.1` * Update `CircleCI` to use `Xcode 16`,`iOS 18`, `iPhone 16` --------- Co-authored-by: bartszczepaniak <[email protected]>
- Loading branch information
1 parent
83608f2
commit 6e231aa
Showing
7 changed files
with
94 additions
and
58 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# 1.18.0 | ||
- Support `Xcode 16` | ||
|
||
# 1.17.0 | ||
- Save `json` files with `UIViewController` memory leak name | ||
|
||
|
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": "ad38c734f16a404de8895236424bc4acc5355a3d", | ||
"version": "1.10.1" | ||
} | ||
"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
25 changes: 12 additions & 13 deletions
25
Presentation.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