|
16 | 16 | 9B267B6724405CFD002F571E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9B267B6624405CFD002F571E /* Assets.xcassets */; }; |
17 | 17 | 9B2E319D26A0312000BA33A8 /* AttributedString.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9B2E319C26A0312000BA33A8 /* AttributedString.framework */; }; |
18 | 18 | 9B2E319E26A0312000BA33A8 /* AttributedString.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 9B2E319C26A0312000BA33A8 /* AttributedString.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
| 19 | + 9B80471C28DD97F400FFBDFB /* AttributedString.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9B80471B28DD97F400FFBDFB /* AttributedString.framework */; }; |
| 20 | + 9B80471D28DD97F400FFBDFB /* AttributedString.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 9B80471B28DD97F400FFBDFB /* AttributedString.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
19 | 21 | /* End PBXBuildFile section */ |
20 | 22 |
|
21 | 23 | /* Begin PBXContainerItemProxy section */ |
|
69 | 71 | name = "Embed Frameworks"; |
70 | 72 | runOnlyForDeploymentPostprocessing = 0; |
71 | 73 | }; |
| 74 | + 9B80471E28DD97F400FFBDFB /* Embed Frameworks */ = { |
| 75 | + isa = PBXCopyFilesBuildPhase; |
| 76 | + buildActionMask = 2147483647; |
| 77 | + dstPath = ""; |
| 78 | + dstSubfolderSpec = 10; |
| 79 | + files = ( |
| 80 | + 9B80471D28DD97F400FFBDFB /* AttributedString.framework in Embed Frameworks */, |
| 81 | + ); |
| 82 | + name = "Embed Frameworks"; |
| 83 | + runOnlyForDeploymentPostprocessing = 0; |
| 84 | + }; |
72 | 85 | /* End PBXCopyFilesBuildPhase section */ |
73 | 86 |
|
74 | 87 | /* Begin PBXFileReference section */ |
|
83 | 96 | 9B267B6624405CFD002F571E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
84 | 97 | 9B267B6824405CFD002F571E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
85 | 98 | 9B2E319C26A0312000BA33A8 /* AttributedString.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = AttributedString.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 99 | + 9B80471B28DD97F400FFBDFB /* AttributedString.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = AttributedString.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
86 | 100 | /* End PBXFileReference section */ |
87 | 101 |
|
88 | 102 | /* Begin PBXFrameworksBuildPhase section */ |
89 | 103 | 9B267B5A24405CFD002F571E /* Frameworks */ = { |
90 | 104 | isa = PBXFrameworksBuildPhase; |
91 | 105 | buildActionMask = 2147483647; |
92 | 106 | files = ( |
| 107 | + 9B80471C28DD97F400FFBDFB /* AttributedString.framework in Frameworks */, |
93 | 108 | ); |
94 | 109 | runOnlyForDeploymentPostprocessing = 0; |
95 | 110 | }; |
|
148 | 163 | 9B2E318726A02FC900BA33A8 /* Frameworks */ = { |
149 | 164 | isa = PBXGroup; |
150 | 165 | children = ( |
| 166 | + 9B80471B28DD97F400FFBDFB /* AttributedString.framework */, |
151 | 167 | 9B2E319C26A0312000BA33A8 /* AttributedString.framework */, |
152 | 168 | ); |
153 | 169 | name = Frameworks; |
|
199 | 215 | 9B267B5924405CFD002F571E /* Sources */, |
200 | 216 | 9B267B5A24405CFD002F571E /* Frameworks */, |
201 | 217 | 9B267B5B24405CFD002F571E /* Resources */, |
| 218 | + 9B80471E28DD97F400FFBDFB /* Embed Frameworks */, |
202 | 219 | ); |
203 | 220 | buildRules = ( |
204 | 221 | ); |
|
431 | 448 | buildSettings = { |
432 | 449 | ASSETCATALOG_COMPILER_COMPLICATION_NAME = Complication; |
433 | 450 | CODE_SIGN_STYLE = Automatic; |
434 | | - DEVELOPMENT_TEAM = ""; |
| 451 | + DEVELOPMENT_TEAM = 8G74YECJ4Z; |
435 | 452 | INFOPLIST_FILE = "Demo-Watch WatchKit Extension/Info.plist"; |
436 | 453 | LD_RUNPATH_SEARCH_PATHS = ( |
437 | 454 | "$(inherited)", |
438 | 455 | "@executable_path/Frameworks", |
439 | 456 | "@executable_path/../../Frameworks", |
440 | 457 | ); |
441 | | - PRODUCT_BUNDLE_IDENTIFIER = com.attributedstring.watchos.extension; |
| 458 | + PRODUCT_BUNDLE_IDENTIFIER = com.lee.attributedstring.demo.watch.app.extension; |
442 | 459 | PRODUCT_NAME = "${TARGET_NAME}"; |
443 | 460 | SDKROOT = watchos; |
444 | 461 | SKIP_INSTALL = YES; |
445 | 462 | SWIFT_VERSION = 5.0; |
446 | 463 | TARGETED_DEVICE_FAMILY = 4; |
447 | | - WATCHOS_DEPLOYMENT_TARGET = 6.2; |
| 464 | + WATCHOS_DEPLOYMENT_TARGET = 7.0; |
448 | 465 | }; |
449 | 466 | name = Debug; |
450 | 467 | }; |
|
453 | 470 | buildSettings = { |
454 | 471 | ASSETCATALOG_COMPILER_COMPLICATION_NAME = Complication; |
455 | 472 | CODE_SIGN_STYLE = Automatic; |
456 | | - DEVELOPMENT_TEAM = ""; |
| 473 | + DEVELOPMENT_TEAM = 8G74YECJ4Z; |
457 | 474 | INFOPLIST_FILE = "Demo-Watch WatchKit Extension/Info.plist"; |
458 | 475 | LD_RUNPATH_SEARCH_PATHS = ( |
459 | 476 | "$(inherited)", |
460 | 477 | "@executable_path/Frameworks", |
461 | 478 | "@executable_path/../../Frameworks", |
462 | 479 | ); |
463 | | - PRODUCT_BUNDLE_IDENTIFIER = com.attributedstring.watchos.extension; |
| 480 | + PRODUCT_BUNDLE_IDENTIFIER = com.lee.attributedstring.demo.watch.app.extension; |
464 | 481 | PRODUCT_NAME = "${TARGET_NAME}"; |
465 | 482 | SDKROOT = watchos; |
466 | 483 | SKIP_INSTALL = YES; |
467 | 484 | SWIFT_VERSION = 5.0; |
468 | 485 | TARGETED_DEVICE_FAMILY = 4; |
469 | | - WATCHOS_DEPLOYMENT_TARGET = 6.2; |
| 486 | + WATCHOS_DEPLOYMENT_TARGET = 7.0; |
470 | 487 | }; |
471 | 488 | name = Release; |
472 | 489 | }; |
|
476 | 493 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
477 | 494 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
478 | 495 | CODE_SIGN_STYLE = Automatic; |
479 | | - DEVELOPMENT_TEAM = ""; |
| 496 | + DEVELOPMENT_TEAM = 8G74YECJ4Z; |
480 | 497 | IBSC_MODULE = Demo_Watch_WatchKit_Extension; |
481 | 498 | INFOPLIST_FILE = "Demo-Watch WatchKit App/Info.plist"; |
482 | 499 | LD_RUNPATH_SEARCH_PATHS = ( |
483 | 500 | "$(inherited)", |
484 | 501 | "@executable_path/Frameworks", |
485 | 502 | ); |
486 | | - PRODUCT_BUNDLE_IDENTIFIER = com.attributedstring.watchos; |
| 503 | + PRODUCT_BUNDLE_IDENTIFIER = com.lee.attributedstring.demo.watch.app; |
487 | 504 | PRODUCT_NAME = "$(TARGET_NAME)"; |
488 | 505 | SDKROOT = watchos; |
489 | 506 | SKIP_INSTALL = YES; |
490 | 507 | SWIFT_VERSION = 5.0; |
491 | 508 | TARGETED_DEVICE_FAMILY = 4; |
492 | | - WATCHOS_DEPLOYMENT_TARGET = 6.2; |
| 509 | + WATCHOS_DEPLOYMENT_TARGET = 7.0; |
493 | 510 | }; |
494 | 511 | name = Debug; |
495 | 512 | }; |
|
499 | 516 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
500 | 517 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
501 | 518 | CODE_SIGN_STYLE = Automatic; |
502 | | - DEVELOPMENT_TEAM = ""; |
| 519 | + DEVELOPMENT_TEAM = 8G74YECJ4Z; |
503 | 520 | IBSC_MODULE = Demo_Watch_WatchKit_Extension; |
504 | 521 | INFOPLIST_FILE = "Demo-Watch WatchKit App/Info.plist"; |
505 | 522 | LD_RUNPATH_SEARCH_PATHS = ( |
506 | 523 | "$(inherited)", |
507 | 524 | "@executable_path/Frameworks", |
508 | 525 | ); |
509 | | - PRODUCT_BUNDLE_IDENTIFIER = com.attributedstring.watchos; |
| 526 | + PRODUCT_BUNDLE_IDENTIFIER = com.lee.attributedstring.demo.watch.app; |
510 | 527 | PRODUCT_NAME = "$(TARGET_NAME)"; |
511 | 528 | SDKROOT = watchos; |
512 | 529 | SKIP_INSTALL = YES; |
513 | 530 | SWIFT_VERSION = 5.0; |
514 | 531 | TARGETED_DEVICE_FAMILY = 4; |
515 | | - WATCHOS_DEPLOYMENT_TARGET = 6.2; |
| 532 | + WATCHOS_DEPLOYMENT_TARGET = 7.0; |
516 | 533 | }; |
517 | 534 | name = Release; |
518 | 535 | }; |
|
521 | 538 | buildSettings = { |
522 | 539 | CODE_SIGN_STYLE = Automatic; |
523 | 540 | CURRENT_PROJECT_VERSION = 1; |
524 | | - DEVELOPMENT_TEAM = ""; |
| 541 | + DEVELOPMENT_TEAM = 8G74YECJ4Z; |
| 542 | + IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
525 | 543 | MARKETING_VERSION = 1.0; |
526 | | - PRODUCT_BUNDLE_IDENTIFIER = com.attributedstring.watchos; |
| 544 | + PRODUCT_BUNDLE_IDENTIFIER = com.lee.attributedstring.demo.watch; |
527 | 545 | PRODUCT_NAME = "$(TARGET_NAME)"; |
528 | 546 | SWIFT_VERSION = 5.0; |
529 | 547 | }; |
|
534 | 552 | buildSettings = { |
535 | 553 | CODE_SIGN_STYLE = Automatic; |
536 | 554 | CURRENT_PROJECT_VERSION = 1; |
537 | | - DEVELOPMENT_TEAM = ""; |
| 555 | + DEVELOPMENT_TEAM = 8G74YECJ4Z; |
| 556 | + IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
538 | 557 | MARKETING_VERSION = 1.0; |
539 | | - PRODUCT_BUNDLE_IDENTIFIER = com.attributedstring.watchos; |
| 558 | + PRODUCT_BUNDLE_IDENTIFIER = com.lee.attributedstring.demo.watch; |
540 | 559 | PRODUCT_NAME = "$(TARGET_NAME)"; |
541 | 560 | SWIFT_VERSION = 5.0; |
542 | 561 | }; |
|
0 commit comments