Wolfgang Lutz
Wolfgang Lutz
@timoninas can you create a minimal example of your project as a repo to look at?
oh wow, already wanted to start this myself after WWDC (hoping apple brings something like this). Thanks for your effort!
I think device variants are auto supported by this, as it falls back to "Bundle.localizedString(forKey..." the same way as L10n does. (@leszko11 please correct me if I got this wrong)
I gave up yesterday and switched to https://github.com/liamnichols/xcstrings-tool
Thx for trying to fix this issue. For me, this at least changes the error message: ``` [16:47:49]: $ xcodebuild -showBuildSettings -scheme XXXXX -project ./XXXXX.xcodeproj 2>&1 [16:47:53]: No OS version...
> `destination: "platform=iOS Simulator,name=iPhone 16 Pro"` This fixed it for me!
sadly, this makes running scan with multiple devices take much more time, as there is no "destinations" field and we have to call scan \ times.
On Project Level, you can use FileGroups, see https://github.com/yonaskolb/XcodeGen/blob/master/Docs/ProjectSpec.md#project: Example from one of our apps: ``` fileGroups: - Changelog.md - Mintfile - project.yml ```
related to https://github.com/fastlane/fastlane/issues/22233
@knox cool, then this PR might be closable if yours is merged (can't test your improvement right now)