Skip to content

bug fix - auto start stop needs arm64 - added exception fgor intel #122

Merged
altic-dev merged 1 commit intomainfrom
b/bugfix
Jan 26, 2026
Merged

bug fix - auto start stop needs arm64 - added exception fgor intel #122
altic-dev merged 1 commit intomainfrom
b/bugfix

Conversation

@altic-dev
Copy link
Owner

bug fix - mediaRemoet Framework inclusion related

Description

bug fix - auto start stop needs arm64 - added exception fgor intel

Type of Change

  • 🐞 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 📝 Documentation update

Related Issues

Closes #(issue number)

Testing

  • Tested on Intel/Apple Silicon Mac
  • Tested on Apple Silicon Mac
  • Tested on macOS [version]
  • Ran linter locally: brew install swiftlint && swiftlint --strict --config .swiftlint.yml
  • Ran formatter locally: brew install swiftformat && swiftformat --config .swiftformat Sources

Screenshots / Video

Add screenshots or Video recording of the app after you have made your changes

@macroscopeapp
Copy link
Contributor

macroscopeapp bot commented Jan 26, 2026

Gate auto start/stop to arm64 and add Intel exceptions by conditionally disabling MediaPlaybackService.pauseIfPlaying/resumeIfWePaused on non-arm64 and adding Intel-only FluidAudioProvider.init(modelOverride:) stub

Add architecture guards to MediaPlaybackService to disable playback control on Intel and introduce an Intel stub initializer in FluidAudioProvider; update bundle metadata in Info.plist.

📍Where to Start

Start with MediaPlaybackService architecture guards in MediaPlaybackService.swift to see how non-arm64 behavior is stubbed, then review the Intel initializer in FluidAudioProvider.swift.


Macroscope summarized 19ba7ab.

@altic-dev altic-dev merged commit b949961 into main Jan 26, 2026
2 checks 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.

1 participant