You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… project.
This update explicitly configures the development team ID for the primary build targets and performs a non-functional cleanup of the project file by reordering various source and resource references to maintain alphabetical consistency.
- **Project Configuration**:
- Set `DEVELOPMENT_TEAM` to `JUFACN2FS3` for both Debug and Release configurations.
- **Build System Clean-up**:
- Alphabetized entries in `PBXBuildFile`, `PBXFileReference`, and `PBXGroup` sections to resolve minor ordering inconsistencies.
- Specifically reordered references for `NotificationDeepLinkRouter.swift`, `TodayTasksWidgetSnapshotStoreTests.swift`, `CalendarPagingScrollView.swift`, and other internal source files.
Signed-off-by: ohmzi <6551272+ohmzi@users.noreply.github.com>
… project.
This update explicitly configures the development team ID for the primary build targets and performs a non-functional cleanup of the project file by reordering various source and resource references to maintain alphabetical consistency.
- **Project Configuration**:
- Set `DEVELOPMENT_TEAM` to `JUFACN2FS3` for both Debug and Release configurations.
- **Build System Clean-up**:
- Alphabetized entries in `PBXBuildFile`, `PBXFileReference`, and `PBXGroup` sections to resolve minor ordering inconsistencies.
- Specifically reordered references for `NotificationDeepLinkRouter.swift`, `TodayTasksWidgetSnapshotStoreTests.swift`, `CalendarPagingScrollView.swift`, and other internal source files.
Signed-off-by: ohmzi <6551272+ohmzi@users.noreply.github.com>
This update modifies the `DEVELOPMENT_TEAM` identifier within the project's build configurations to ensure proper code signing and provisioning.
- **Build Settings**:
- Updated the `DEVELOPMENT_TEAM` value from `JUFACN2FS3` to `THT5Z8K3TF` across project configurations.
Signed-off-by: ohmzi <6551272+ohmzi@users.noreply.github.com>
We reviewed changes in 383ee75...3ba340b on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.
AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.
The reason will be displayed to describe this comment to others. Learn more.
This catch block is unreachable.
Unreachable catch blocks should be removed, because they serve no useful purpose and can lead to confusing and potentially incorrect behavior in exception handling.
The reason will be displayed to describe this comment to others. Learn more.
`CalendarScreen` has a cyclomatic complexity of 33 with "Very High" risk
Cyclomatic complexity is a software metric that measures the number of
independent paths through a function. A function with high cyclomatic
complexity can be hard to understand and maintain. A higher cyclomatic
complexity indicates that the function has more decision points and is more complex.
The reason will be displayed to describe this comment to others. Learn more.
Multiple occurrences of the same string literal within a single file detected. Prefer extracting the string literal into a property or constant.
Avoiding repeated string literals in the same scope is considered good practice in Kotlin. By using shared constants/variables, one improves code maintainability, readability, consistency, and support for localization efforts. Repeated string literals can make code harder to understand, update, and translate. Using shared constants or variables promotes code consistency and potential performance optimizations.
The reason will be displayed to describe this comment to others. Learn more.
Multiple occurrences of the same string literal within a single file detected. Prefer extracting the string literal into a property or constant.
Avoiding repeated string literals in the same scope is considered good practice in Kotlin. By using shared constants/variables, one improves code maintainability, readability, consistency, and support for localization efforts. Repeated string literals can make code harder to understand, update, and translate. Using shared constants or variables promotes code consistency and potential performance optimizations.
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
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.
No description provided.