-
Notifications
You must be signed in to change notification settings - Fork 135
Update demos for xcode 27 and debug snapshots #531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
mbrandonw
wants to merge
7
commits into
main
Choose a base branch
from
update-demos-xcode-27-and-debug-snapshots
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
c2825b8
Fix some Xcode 27 warnings and use DebugSnapshots.
mbrandonw c2756cb
Fix @MainActor warnings.
mbrandonw 5165952
Update all reminders tests to use DebugSnapshots
mbrandonw f0dcc68
Update all SyncUps tests to use DebugSnapshots.
mbrandonw 6332dfb
wip
mbrandonw 8368e48
Improve some tests
mbrandonw 8369e3d
wip
mbrandonw File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -3,10 +3,12 @@ | |
| archiveVersion = 1; | ||
| classes = { | ||
| }; | ||
| objectVersion = 77; | ||
| objectVersion = 100; | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Gotta revert this before merging... |
||
| objects = { | ||
|
|
||
| /* Begin PBXBuildFile section */ | ||
| CA0923FC3037ED040053D2D7 /* DebugSnapshots in Frameworks */ = {isa = PBXBuildFile; productRef = CA0923FB3037ED040053D2D7 /* DebugSnapshots */; }; | ||
| CA0923FE3037ED040053D2D7 /* DebugSnapshots in Frameworks */ = {isa = PBXBuildFile; productRef = CA0923FD3037ED040053D2D7 /* DebugSnapshots */; }; | ||
| CA14DBC92DA884C400E36852 /* CasePaths in Frameworks */ = {isa = PBXBuildFile; productRef = CA14DBC82DA884C400E36852 /* CasePaths */; }; | ||
| CA2908C92D4AF70E003F165F /* UIKitNavigation in Frameworks */ = {isa = PBXBuildFile; productRef = CA2908C82D4AF70E003F165F /* UIKitNavigation */; }; | ||
| CA2BDE2A2E71C469000974D3 /* SQLiteData in Frameworks */ = {isa = PBXBuildFile; productRef = CA2BDE292E71C469000974D3 /* SQLiteData */; }; | ||
|
|
@@ -197,6 +199,7 @@ | |
| CAF836D52D4735AB0047AEB5 /* Frameworks */ = { | ||
| isa = PBXFrameworksBuildPhase; | ||
| files = ( | ||
| CA0923FC3037ED040053D2D7 /* DebugSnapshots in Frameworks */, | ||
| DCB8AD5030363F2600ACF09E /* SQLiteData in Frameworks */, | ||
| CA14DBC92DA884C400E36852 /* CasePaths in Frameworks */, | ||
| CA5E46912DEBB8570069E0F8 /* SwiftUINavigation in Frameworks */, | ||
|
|
@@ -216,6 +219,7 @@ | |
| DC5FA7482D4C63D60082743E /* DependenciesMacros in Frameworks */, | ||
| DCB8AD5230363F2A00ACF09E /* SQLiteData in Frameworks */, | ||
| DCBE8A142D4842BF0071F499 /* CasePaths in Frameworks */, | ||
| CA0923FE3037ED040053D2D7 /* DebugSnapshots in Frameworks */, | ||
| ); | ||
| }; | ||
| /* End PBXFrameworksBuildPhase section */ | ||
|
|
@@ -397,6 +401,7 @@ | |
| CA14DBC82DA884C400E36852 /* CasePaths */, | ||
| CA5E46902DEBB8570069E0F8 /* SwiftUINavigation */, | ||
| DCB8AD4F30363F2600ACF09E /* SQLiteData */, | ||
| CA0923FB3037ED040053D2D7 /* DebugSnapshots */, | ||
| ); | ||
| productName = Reminders; | ||
| productReference = CAF836D82D4735AB0047AEB5 /* Reminders.app */; | ||
|
|
@@ -443,6 +448,7 @@ | |
| DCF267382D48437300B680BE /* SwiftUINavigation */, | ||
| DC5FA7472D4C63D60082743E /* DependenciesMacros */, | ||
| DCB8AD5130363F2A00ACF09E /* SQLiteData */, | ||
| CA0923FD3037ED040053D2D7 /* DebugSnapshots */, | ||
| ); | ||
| productName = SyncUps; | ||
| productReference = DCBE89CC2D483FB90071F499 /* SyncUps.app */; | ||
|
|
@@ -502,6 +508,7 @@ | |
| DC5FA7462D4C63D60082743E /* XCRemoteSwiftPackageReference "swift-dependencies" */, | ||
| CA5E47052DECEF0F0069E0F8 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */, | ||
| DCB8AD4830363D3800ACF09E /* XCLocalSwiftPackageReference "../../sqlite-data" */, | ||
| CA0923FA3037ED040053D2D7 /* XCRemoteSwiftPackageReference "swift-debug-snapshots" */, | ||
| ); | ||
| preferredProjectObjectVersion = 77; | ||
| productRefGroup = CAF836992D4735620047AEB5 /* Products */; | ||
|
|
@@ -1243,6 +1250,16 @@ | |
| /* End XCLocalSwiftPackageReference section */ | ||
|
|
||
| /* Begin XCRemoteSwiftPackageReference section */ | ||
| CA0923FA3037ED040053D2D7 /* XCRemoteSwiftPackageReference "swift-debug-snapshots" */ = { | ||
| isa = XCRemoteSwiftPackageReference; | ||
| repositoryURL = "https://github.com/pointfreeco/swift-debug-snapshots.git"; | ||
| requirement = { | ||
| branch = "even-better-inference"; | ||
| kind = branch; | ||
| }; | ||
| traits = ( | ||
| ); | ||
| }; | ||
| CA5E47052DECEF0F0069E0F8 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */ = { | ||
| isa = XCRemoteSwiftPackageReference; | ||
| repositoryURL = "https://github.com/pointfreeco/swift-snapshot-testing.git"; | ||
|
|
@@ -1278,6 +1295,16 @@ | |
| /* End XCRemoteSwiftPackageReference section */ | ||
|
|
||
| /* Begin XCSwiftPackageProductDependency section */ | ||
| CA0923FB3037ED040053D2D7 /* DebugSnapshots */ = { | ||
| isa = XCSwiftPackageProductDependency; | ||
| package = CA0923FA3037ED040053D2D7 /* XCRemoteSwiftPackageReference "swift-debug-snapshots" */; | ||
| productName = DebugSnapshots; | ||
| }; | ||
| CA0923FD3037ED040053D2D7 /* DebugSnapshots */ = { | ||
| isa = XCSwiftPackageProductDependency; | ||
| package = CA0923FA3037ED040053D2D7 /* XCRemoteSwiftPackageReference "swift-debug-snapshots" */; | ||
| productName = DebugSnapshots; | ||
| }; | ||
| CA14DBC82DA884C400E36852 /* CasePaths */ = { | ||
| isa = XCSwiftPackageProductDependency; | ||
| package = DCBE8A122D4842BF0071F499 /* XCRemoteSwiftPackageReference "swift-case-paths" */; | ||
|
|
||
15 changes: 12 additions & 3 deletions
15
Examples/Examples.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All demos are default main actor isolation so a lot of these can go away.