blob: 79abc4139144ddda2e83c7fd63b3de5256472900 [file] [log] [blame]
# XCodeGen for the :collection-benchmark module..
name: collection-benchmark-ios
targets:
testapp-ios:
type: application
platform: iOS
info:
path: Info.plist
sources:
- path: '../iosSources/main'
scheme:
testTargets:
- testapp-ios-benchmarks
gatherCoverageData: false
dependencies:
- framework: "${PROJECT_DIR}/../../../../androidx/collection/collection-benchmark/build/XCFrameworks/release/AndroidXDarwinBenchmarks.xcframework"
settings:
PRODUCT_NAME: testapp-ios
testapp-ios-benchmarks:
type: bundle.unit-test
platform: iOS
info:
path: Info.plist
sources:
- path: '../iosAppUnitTests/main'
scheme:
gatherCoverageData: false
settings:
PRODUCT_NAME: testapp-ios-benchmarks
settings:
PRODUCT_BUNDLE_IDENTIFIER: androidx.collection
SWIFT_VERSION: 5
CODE_SIGN_IDENTITY: ''
CODE_SIGNING_REQUIRED: 'NO'
CODE_SIGN_ENTITLEMENTS: ''
CODE_SIGNING_ALLOWED: 'NO'
IPHONEOS_DEPLOYMENT_TARGET: 15.0