sindresorhus/LaunchAtLogin-Legacy

LaunchAtLogin_LaunchAtLogin.bundle being copied back into bundle *after* being removed

lmcd opened this issue · 2 comments

lmcd commented

The custom build script removes this file, then xcodebuild separated re-adds this bundle afterwards for production builds.

I'm not sure why this bundle is added to the main app bundle to begin with. Any solutions for this?

lmcd commented

I've noticed that sometimes this bundle is removed from Resources, and other times it's randomly readied before the end of the build, but after the build script is run.

This is causing uncertainty and code signing issues.

Are you using Carthage or SwiftPM? Latest Xcode version?