|
276 | 276 | "-Xfrontend", |
277 | 277 | "-enable-actor-data-race-checks", |
278 | 278 | ); |
279 | | - PRODUCT_BUNDLE_IDENTIFIER = "com.ryo.swiftui-atomic-architecture.examples.iOS"; |
| 279 | + PRODUCT_BUNDLE_IDENTIFIER = "com.ryo.swiftui-atom-properties.examples.iOS"; |
280 | 280 | SDKROOT = iphoneos; |
281 | 281 | TARGETED_DEVICE_FAMILY = "1,2"; |
282 | 282 | }; |
|
300 | 300 | "-Xfrontend", |
301 | 301 | "-enable-actor-data-race-checks", |
302 | 302 | ); |
303 | | - PRODUCT_BUNDLE_IDENTIFIER = "com.ryo.swiftui-atomic-architecture.examples.CrossPlatform-macOS"; |
| 303 | + PRODUCT_BUNDLE_IDENTIFIER = "com.ryo.swiftui-atom-properties.examples.CrossPlatform-macOS"; |
304 | 304 | SDKROOT = macosx; |
305 | 305 | }; |
306 | 306 | name = Debug; |
|
322 | 322 | "-Xfrontend", |
323 | 323 | "-enable-actor-data-race-checks", |
324 | 324 | ); |
325 | | - PRODUCT_BUNDLE_IDENTIFIER = "com.ryo.swiftui-atomic-architecture.examples.CrossPlatform-iOS"; |
| 325 | + PRODUCT_BUNDLE_IDENTIFIER = "com.ryo.swiftui-atom-properties.examples.CrossPlatform-iOS"; |
326 | 326 | SDKROOT = iphoneos; |
327 | 327 | TARGETED_DEVICE_FAMILY = "1,2"; |
328 | 328 | }; |
|
345 | 345 | "-Xfrontend", |
346 | 346 | "-enable-actor-data-race-checks", |
347 | 347 | ); |
348 | | - PRODUCT_BUNDLE_IDENTIFIER = "com.ryo.swiftui-atomic-architecture.examples.iOS"; |
| 348 | + PRODUCT_BUNDLE_IDENTIFIER = "com.ryo.swiftui-atom-properties.examples.iOS"; |
349 | 349 | SDKROOT = iphoneos; |
350 | 350 | TARGETED_DEVICE_FAMILY = "1,2"; |
351 | 351 | }; |
|
423 | 423 | "-Xfrontend", |
424 | 424 | "-enable-actor-data-race-checks", |
425 | 425 | ); |
426 | | - PRODUCT_BUNDLE_IDENTIFIER = "com.ryo.swiftui-atomic-architecture.examples.CrossPlatform-macOS"; |
| 426 | + PRODUCT_BUNDLE_IDENTIFIER = "com.ryo.swiftui-atom-properties.examples.CrossPlatform-macOS"; |
427 | 427 | SDKROOT = macosx; |
428 | 428 | }; |
429 | 429 | name = Release; |
|
445 | 445 | "-Xfrontend", |
446 | 446 | "-enable-actor-data-race-checks", |
447 | 447 | ); |
448 | | - PRODUCT_BUNDLE_IDENTIFIER = "com.ryo.swiftui-atomic-architecture.examples.CrossPlatform-tvOS"; |
| 448 | + PRODUCT_BUNDLE_IDENTIFIER = "com.ryo.swiftui-atom-properties.examples.CrossPlatform-tvOS"; |
449 | 449 | SDKROOT = appletvos; |
450 | 450 | TARGETED_DEVICE_FAMILY = 3; |
451 | 451 | TVOS_DEPLOYMENT_TARGET = 14.0; |
|
469 | 469 | "-Xfrontend", |
470 | 470 | "-enable-actor-data-race-checks", |
471 | 471 | ); |
472 | | - PRODUCT_BUNDLE_IDENTIFIER = "com.ryo.swiftui-atomic-architecture.examples.CrossPlatform-tvOS"; |
| 472 | + PRODUCT_BUNDLE_IDENTIFIER = "com.ryo.swiftui-atom-properties.examples.CrossPlatform-tvOS"; |
473 | 473 | SDKROOT = appletvos; |
474 | 474 | TARGETED_DEVICE_FAMILY = 3; |
475 | 475 | TVOS_DEPLOYMENT_TARGET = 14.0; |
|
554 | 554 | "-Xfrontend", |
555 | 555 | "-enable-actor-data-race-checks", |
556 | 556 | ); |
557 | | - PRODUCT_BUNDLE_IDENTIFIER = "com.ryo.swiftui-atomic-architecture.examples.CrossPlatform-iOS"; |
| 557 | + PRODUCT_BUNDLE_IDENTIFIER = "com.ryo.swiftui-atom-properties.examples.CrossPlatform-iOS"; |
558 | 558 | SDKROOT = iphoneos; |
559 | 559 | TARGETED_DEVICE_FAMILY = "1,2"; |
560 | 560 | }; |
|
0 commit comments