mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
140cd5ee65
- Add explicit -destination flags to build.sh — newer Xcode versions no longer auto-select a build destination, causing "Found no destinations for the scheme" errors - Update CI matrix to Xcode 16.4 and 26.2 — Xcode 16.0-16.3 simulator runtimes are no longer installed on the macos-15 runner image - Add PRODUCT_BUNDLE_IDENTIFIER to ExternalTarget fixture — Xcode 26.x requires a bundle identifier for embedded frameworks Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
31 lines
628 B
YAML
31 lines
628 B
YAML
name: AnotherProject
|
|
include: [../environments.yml]
|
|
options:
|
|
useBaseInternationalization: false
|
|
configFiles:
|
|
Test Debug: ../Configs/config.xcconfig
|
|
targets:
|
|
BundleX:
|
|
type: bundle
|
|
platform: iOS
|
|
settings:
|
|
GENERATE_INFOPLIST_FILE: YES
|
|
BundleY:
|
|
type: bundle
|
|
platform: iOS
|
|
settings:
|
|
GENERATE_INFOPLIST_FILE: YES
|
|
ExternalTarget:
|
|
type: framework
|
|
platform: iOS
|
|
settings:
|
|
GENERATE_INFOPLIST_FILE: YES
|
|
PRODUCT_BUNDLE_IDENTIFIER: com.project.external
|
|
IncludedLegacy:
|
|
type: ""
|
|
platform: iOS
|
|
legacy:
|
|
toolPath: /usr/bin/true
|
|
workingDirectory: .
|
|
|