Skip to content

Fix Swift compilation errors#7

Merged
backup-bdg merged 1 commit into
mainfrom
fix-swift-compilation-errors
Apr 29, 2025
Merged

Fix Swift compilation errors#7
backup-bdg merged 1 commit into
mainfrom
fix-swift-compilation-errors

Conversation

@backup-bdg
Copy link
Copy Markdown

This PR fixes the following Swift compilation errors:

  1. Fixed extraneous closing brace in AppDelegate+PhasedInitialization.swift
  2. Fixed indentation in initializeComponentsWithCrashProtection method
  3. Removed duplicate applyBlueTintedShadow method from CALayer+Shadow.swift to resolve redeclaration error

These changes resolve the following errors:

  • /Users/runner/work/Code-test/Code-test/iOS/Delegates/AppDelegate+PhasedInitialization.swift:167:1: extraneous '}' at top level
  • /Users/runner/work/Code-test/Code-test/iOS/Delegates/AppDelegate+PhasedInitialization.swift:107:21: value of type 'AppDelegate' has no member 'shouldProceedWithMemoryCheck'
  • /Users/runner/work/Code-test/Code-test/iOS/Extensions/CALayer+Shadow.swift:5:10: invalid redeclaration of 'applyBlueTintedShadow()'

All files now compile without errors.

1. Fixed extraneous closing brace in AppDelegate+PhasedInitialization.swift
2. Fixed indentation in initializeComponentsWithCrashProtection method
3. Removed duplicate applyBlueTintedShadow method from CALayer+Shadow.swift to resolve redeclaration error
@mentatbot
Copy link
Copy Markdown

mentatbot Bot commented Apr 29, 2025

You are out of Mentat credits. You can view and refresh your credits here.

To disable this message on pr open, disable Always Review on my settings page

@backup-bdg backup-bdg merged commit bc32247 into main Apr 29, 2025
1 check passed
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