Skip to content

Release/2.0.0#262

Merged
uhooi merged 3 commits into
mainfrom
release/2.0.0
Apr 20, 2026
Merged

Release/2.0.0#262
uhooi merged 3 commits into
mainfrom
release/2.0.0

Conversation

@uhooi
Copy link
Copy Markdown
Owner

@uhooi uhooi commented Apr 19, 2026

No description provided.

@uhooi uhooi self-assigned this Apr 19, 2026
Copilot AI review requested due to automatic review settings April 19, 2026 11:15
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the 2.0.0 release branch by aligning debug-only Settings debug behavior with production builds, adjusting SwiftPM compiler feature flags, and updating Xcode project metadata/settings for the app schemes/projects.

Changes:

  • Make SettingsViewModel’s debug initializer (and debug callback wiring) compile only under #if DEBUG, with a production-safe initializer for release builds.
  • Apply Swift upcoming feature InternalImportsByDefault to all build configurations in LokiPackage via SwiftPM settings.
  • Update Xcode scheme/project upgrade metadata and adjust build settings in the Production project.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
LokiPackage/Sources/Features/Settings/Settings/SettingsViewModel.swift Splits initializer signatures between Debug and Release builds to avoid debug-only dependencies in production.
LokiPackage/Package.swift Changes SwiftPM swiftSettings so InternalImportsByDefault is enabled for all configurations.
App/Production.xcodeproj/xcshareddata/xcschemes/Production.xcscheme Updates scheme upgrade version metadata.
App/Production.xcodeproj/project.pbxproj Updates project upgrade check and build settings (incl. team + string catalog symbol generation).
App/Develop.xcodeproj/xcshareddata/xcschemes/Develop.xcscheme Updates scheme upgrade version metadata.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread LokiPackage/Package.swift
@uhooi uhooi merged commit b840713 into main Apr 20, 2026
17 checks passed
@uhooi uhooi mentioned this pull request Apr 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants