1# XCodeGen for the :collection-benchmark module.. 2 3name: collection-benchmark-ios 4targets: 5 6 testapp-ios: 7 type: application 8 platform: iOS 9 info: 10 path: App.plist 11 sources: 12 - path: '../iosSources/main' 13 scheme: 14 testTargets: 15 - testapp-ios-benchmarks 16 gatherCoverageData: false 17 dependencies: 18 - framework: "${PROJECT_DIR}/../../../../androidx/collection/collection-benchmark/build/XCFrameworks/release/AndroidXDarwinBenchmarks.xcframework" 19 settings: 20 PRODUCT_NAME: testapp-ios 21 22 testapp-ios-benchmarks: 23 type: bundle.unit-test 24 platform: iOS 25 info: 26 path: Benchmark.plist 27 sources: 28 - path: '../iosAppUnitTests/main' 29 scheme: 30 gatherCoverageData: false 31 settings: 32 PRODUCT_NAME: testapp-ios-benchmarks 33 34settings: 35 PRODUCT_BUNDLE_IDENTIFIER: androidx.collection 36 SWIFT_VERSION: 5 37 CODE_SIGN_IDENTITY: '' 38 CODE_SIGNING_REQUIRED: 'NO' 39 CODE_SIGN_ENTITLEMENTS: '' 40 CODE_SIGNING_ALLOWED: 'NO' 41 IPHONEOS_DEPLOYMENT_TARGET: 15.0 42