|
13 | 13 | 9B267B1F24404124002F571E /* AttributedString.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9B6E894C23823C40009EBEBE /* AttributedString.framework */; }; |
14 | 14 | 9B267B2E2440433F002F571E /* AttributedString.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9B34BD37243DBC8100932E6C /* AttributedString.framework */; }; |
15 | 15 | 9B267B3524404391002F571E /* AttributedString_macOS_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B267B2B2440433F002F571E /* AttributedString_macOS_Tests.swift */; }; |
| 16 | + 9B267B76244066B0002F571E /* AttributedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B6E894F23823C40009EBEBE /* AttributedString.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 17 | + 9B267B77244066C1002F571E /* CGSizeExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B6E89AE238275D2009EBEBE /* CGSizeExtension.swift */; }; |
| 18 | + 9B267B78244066C1002F571E /* CGRectExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B6E89B02382766F009EBEBE /* CGRectExtension.swift */; }; |
| 19 | + 9B267B79244066C1002F571E /* CGPointExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B6E89B2238276B0009EBEBE /* CGPointExtension.swift */; }; |
| 20 | + 9B267B7A244066C1002F571E /* Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B0A2A3723851EB6003D8A55 /* Extension.swift */; }; |
| 21 | + 9B267B7B244066C1002F571E /* AttributedString.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B6E899D23823FFD009EBEBE /* AttributedString.swift */; }; |
| 22 | + 9B267B7C244066C1002F571E /* Interpolation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B6E89A123826D8E009EBEBE /* Interpolation.swift */; }; |
| 23 | + 9B267B7D244066C1002F571E /* Style.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B6E89E02382C301009EBEBE /* Style.swift */; }; |
| 24 | + 9B267B7E244066C1002F571E /* ParagraphStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B6E89E22382C392009EBEBE /* ParagraphStyle.swift */; }; |
| 25 | + 9B267B7F244066C1002F571E /* Attachment.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B6E89E42382C488009EBEBE /* Attachment.swift */; }; |
| 26 | + 9B267B8B24406B2F002F571E /* WKInterfaceButtonExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B267B8924406B2F002F571E /* WKInterfaceButtonExtension.swift */; }; |
| 27 | + 9B267B8C24406B2F002F571E /* WKInterfaceLabelExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B267B8A24406B2F002F571E /* WKInterfaceLabelExtension.swift */; }; |
| 28 | + 9B267B8E24406D71002F571E /* WKInterfaceTextFieldExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B267B8D24406D71002F571E /* WKInterfaceTextFieldExtension.swift */; }; |
| 29 | + 9B267B95244072BE002F571E /* NSShadowExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B267B94244072BE002F571E /* NSShadowExtension.swift */; }; |
16 | 30 | 9B34BD3F243DBE7500932E6C /* AttributedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B6E894F23823C40009EBEBE /* AttributedString.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
17 | 31 | 9B34BD40243DBEA900932E6C /* CGSizeExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B6E89AE238275D2009EBEBE /* CGSizeExtension.swift */; }; |
18 | 32 | 9B34BD41243DBEA900932E6C /* CGRectExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B6E89B02382766F009EBEBE /* CGRectExtension.swift */; }; |
|
65 | 79 | 9B267B1E24404124002F571E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
66 | 80 | 9B267B292440433F002F571E /* AttributedString-macOS Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "AttributedString-macOS Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; |
67 | 81 | 9B267B2B2440433F002F571E /* AttributedString_macOS_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AttributedString_macOS_Tests.swift; sourceTree = "<group>"; }; |
| 82 | + 9B267B3B24404922002F571E /* AttributedString.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AttributedString.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 83 | + 9B267B8924406B2F002F571E /* WKInterfaceButtonExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WKInterfaceButtonExtension.swift; sourceTree = "<group>"; }; |
| 84 | + 9B267B8A24406B2F002F571E /* WKInterfaceLabelExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WKInterfaceLabelExtension.swift; sourceTree = "<group>"; }; |
| 85 | + 9B267B8D24406D71002F571E /* WKInterfaceTextFieldExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WKInterfaceTextFieldExtension.swift; sourceTree = "<group>"; }; |
| 86 | + 9B267B94244072BE002F571E /* NSShadowExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NSShadowExtension.swift; sourceTree = "<group>"; }; |
68 | 87 | 9B34BD37243DBC8100932E6C /* AttributedString.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AttributedString.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
69 | 88 | 9B34BD63243DFAA600932E6C /* NSShadowExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NSShadowExtension.swift; sourceTree = "<group>"; }; |
70 | 89 | 9B34BD66243DFC9E00932E6C /* NSTextFieldExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NSTextFieldExtension.swift; sourceTree = "<group>"; }; |
|
102 | 121 | ); |
103 | 122 | runOnlyForDeploymentPostprocessing = 0; |
104 | 123 | }; |
| 124 | + 9B267B3824404922002F571E /* Frameworks */ = { |
| 125 | + isa = PBXFrameworksBuildPhase; |
| 126 | + buildActionMask = 2147483647; |
| 127 | + files = ( |
| 128 | + ); |
| 129 | + runOnlyForDeploymentPostprocessing = 0; |
| 130 | + }; |
105 | 131 | 9B34BD34243DBC8100932E6C /* Frameworks */ = { |
106 | 132 | isa = PBXFrameworksBuildPhase; |
107 | 133 | buildActionMask = 2147483647; |
|
129 | 155 | path = Tests; |
130 | 156 | sourceTree = "<group>"; |
131 | 157 | }; |
| 158 | + 9B267B8424406AF8002F571E /* WatchKit */ = { |
| 159 | + isa = PBXGroup; |
| 160 | + children = ( |
| 161 | + 9B267B8924406B2F002F571E /* WKInterfaceButtonExtension.swift */, |
| 162 | + 9B267B8A24406B2F002F571E /* WKInterfaceLabelExtension.swift */, |
| 163 | + 9B267B8D24406D71002F571E /* WKInterfaceTextFieldExtension.swift */, |
| 164 | + 9B267B94244072BE002F571E /* NSShadowExtension.swift */, |
| 165 | + ); |
| 166 | + path = WatchKit; |
| 167 | + sourceTree = "<group>"; |
| 168 | + }; |
132 | 169 | 9B6E894223823C40009EBEBE = { |
133 | 170 | isa = PBXGroup; |
134 | 171 | children = ( |
|
145 | 182 | 9B34BD37243DBC8100932E6C /* AttributedString.framework */, |
146 | 183 | 9B267B1A24404124002F571E /* AttributedString-iOS Tests.xctest */, |
147 | 184 | 9B267B292440433F002F571E /* AttributedString-macOS Tests.xctest */, |
| 185 | + 9B267B3B24404922002F571E /* AttributedString.framework */, |
148 | 186 | ); |
149 | 187 | name = Products; |
150 | 188 | sourceTree = "<group>"; |
|
167 | 205 | 9B6E89A32382738E009EBEBE /* Extension */ = { |
168 | 206 | isa = PBXGroup; |
169 | 207 | children = ( |
| 208 | + 9B267B8424406AF8002F571E /* WatchKit */, |
170 | 209 | 9B6E89AD238275B1009EBEBE /* CoreGraphics */, |
171 | | - 9B6E89A6238273CD009EBEBE /* WatchKit */, |
172 | 210 | 9B6E89A5238273B2009EBEBE /* AppKit */, |
173 | 211 | 9B6E89A42382739C009EBEBE /* UIKit */, |
174 | 212 | 9B0A2A3723851EB6003D8A55 /* Extension.swift */, |
|
197 | 235 | path = AppKit; |
198 | 236 | sourceTree = "<group>"; |
199 | 237 | }; |
200 | | - 9B6E89A6238273CD009EBEBE /* WatchKit */ = { |
201 | | - isa = PBXGroup; |
202 | | - children = ( |
203 | | - ); |
204 | | - path = WatchKit; |
205 | | - sourceTree = "<group>"; |
206 | | - }; |
207 | 238 | 9B6E89AD238275B1009EBEBE /* CoreGraphics */ = { |
208 | 239 | isa = PBXGroup; |
209 | 240 | children = ( |
|
217 | 248 | /* End PBXGroup section */ |
218 | 249 |
|
219 | 250 | /* Begin PBXHeadersBuildPhase section */ |
| 251 | + 9B267B3624404922002F571E /* Headers */ = { |
| 252 | + isa = PBXHeadersBuildPhase; |
| 253 | + buildActionMask = 2147483647; |
| 254 | + files = ( |
| 255 | + 9B267B76244066B0002F571E /* AttributedString.h in Headers */, |
| 256 | + ); |
| 257 | + runOnlyForDeploymentPostprocessing = 0; |
| 258 | + }; |
220 | 259 | 9B34BD32243DBC8100932E6C /* Headers */ = { |
221 | 260 | isa = PBXHeadersBuildPhase; |
222 | 261 | buildActionMask = 2147483647; |
|
272 | 311 | productReference = 9B267B292440433F002F571E /* AttributedString-macOS Tests.xctest */; |
273 | 312 | productType = "com.apple.product-type.bundle.unit-test"; |
274 | 313 | }; |
| 314 | + 9B267B3A24404922002F571E /* AttributedString-watchOS */ = { |
| 315 | + isa = PBXNativeTarget; |
| 316 | + buildConfigurationList = 9B267B4024404922002F571E /* Build configuration list for PBXNativeTarget "AttributedString-watchOS" */; |
| 317 | + buildPhases = ( |
| 318 | + 9B267B3624404922002F571E /* Headers */, |
| 319 | + 9B267B3724404922002F571E /* Sources */, |
| 320 | + 9B267B3824404922002F571E /* Frameworks */, |
| 321 | + 9B267B3924404922002F571E /* Resources */, |
| 322 | + ); |
| 323 | + buildRules = ( |
| 324 | + ); |
| 325 | + dependencies = ( |
| 326 | + ); |
| 327 | + name = "AttributedString-watchOS"; |
| 328 | + productName = "AttributedString-watchOS"; |
| 329 | + productReference = 9B267B3B24404922002F571E /* AttributedString.framework */; |
| 330 | + productType = "com.apple.product-type.framework"; |
| 331 | + }; |
275 | 332 | 9B34BD36243DBC8100932E6C /* AttributedString-macOS */ = { |
276 | 333 | isa = PBXNativeTarget; |
277 | 334 | buildConfigurationList = 9B34BD3E243DBC8100932E6C /* Build configuration list for PBXNativeTarget "AttributedString-macOS" */; |
|
324 | 381 | 9B267B282440433F002F571E = { |
325 | 382 | CreatedOnToolsVersion = 11.4; |
326 | 383 | }; |
| 384 | + 9B267B3A24404922002F571E = { |
| 385 | + CreatedOnToolsVersion = 11.4; |
| 386 | + }; |
327 | 387 | 9B34BD36243DBC8100932E6C = { |
328 | 388 | CreatedOnToolsVersion = 11.4; |
329 | 389 | }; |
|
348 | 408 | targets = ( |
349 | 409 | 9B6E894B23823C40009EBEBE /* AttributedString-iOS */, |
350 | 410 | 9B34BD36243DBC8100932E6C /* AttributedString-macOS */, |
| 411 | + 9B267B3A24404922002F571E /* AttributedString-watchOS */, |
351 | 412 | 9B267B1924404124002F571E /* AttributedString-iOS Tests */, |
352 | 413 | 9B267B282440433F002F571E /* AttributedString-macOS Tests */, |
353 | 414 | ); |
|
369 | 430 | ); |
370 | 431 | runOnlyForDeploymentPostprocessing = 0; |
371 | 432 | }; |
| 433 | + 9B267B3924404922002F571E /* Resources */ = { |
| 434 | + isa = PBXResourcesBuildPhase; |
| 435 | + buildActionMask = 2147483647; |
| 436 | + files = ( |
| 437 | + ); |
| 438 | + runOnlyForDeploymentPostprocessing = 0; |
| 439 | + }; |
372 | 440 | 9B34BD35243DBC8100932E6C /* Resources */ = { |
373 | 441 | isa = PBXResourcesBuildPhase; |
374 | 442 | buildActionMask = 2147483647; |
|
402 | 470 | ); |
403 | 471 | runOnlyForDeploymentPostprocessing = 0; |
404 | 472 | }; |
| 473 | + 9B267B3724404922002F571E /* Sources */ = { |
| 474 | + isa = PBXSourcesBuildPhase; |
| 475 | + buildActionMask = 2147483647; |
| 476 | + files = ( |
| 477 | + 9B267B8C24406B2F002F571E /* WKInterfaceLabelExtension.swift in Sources */, |
| 478 | + 9B267B77244066C1002F571E /* CGSizeExtension.swift in Sources */, |
| 479 | + 9B267B78244066C1002F571E /* CGRectExtension.swift in Sources */, |
| 480 | + 9B267B79244066C1002F571E /* CGPointExtension.swift in Sources */, |
| 481 | + 9B267B7A244066C1002F571E /* Extension.swift in Sources */, |
| 482 | + 9B267B95244072BE002F571E /* NSShadowExtension.swift in Sources */, |
| 483 | + 9B267B8B24406B2F002F571E /* WKInterfaceButtonExtension.swift in Sources */, |
| 484 | + 9B267B7B244066C1002F571E /* AttributedString.swift in Sources */, |
| 485 | + 9B267B7C244066C1002F571E /* Interpolation.swift in Sources */, |
| 486 | + 9B267B7D244066C1002F571E /* Style.swift in Sources */, |
| 487 | + 9B267B7E244066C1002F571E /* ParagraphStyle.swift in Sources */, |
| 488 | + 9B267B7F244066C1002F571E /* Attachment.swift in Sources */, |
| 489 | + 9B267B8E24406D71002F571E /* WKInterfaceTextFieldExtension.swift in Sources */, |
| 490 | + ); |
| 491 | + runOnlyForDeploymentPostprocessing = 0; |
| 492 | + }; |
405 | 493 | 9B34BD33243DBC8100932E6C /* Sources */ = { |
406 | 494 | isa = PBXSourcesBuildPhase; |
407 | 495 | buildActionMask = 2147483647; |
|
537 | 625 | }; |
538 | 626 | name = Release; |
539 | 627 | }; |
| 628 | + 9B267B4124404922002F571E /* Debug */ = { |
| 629 | + isa = XCBuildConfiguration; |
| 630 | + buildSettings = { |
| 631 | + APPLICATION_EXTENSION_API_ONLY = YES; |
| 632 | + CODE_SIGN_STYLE = Automatic; |
| 633 | + DEFINES_MODULE = YES; |
| 634 | + DEVELOPMENT_TEAM = B9D8DJR5J5; |
| 635 | + DYLIB_COMPATIBILITY_VERSION = 1; |
| 636 | + DYLIB_CURRENT_VERSION = 1; |
| 637 | + DYLIB_INSTALL_NAME_BASE = "@rpath"; |
| 638 | + INFOPLIST_FILE = Sources/Info.plist; |
| 639 | + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
| 640 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 641 | + "$(inherited)", |
| 642 | + "@executable_path/Frameworks", |
| 643 | + "@loader_path/Frameworks", |
| 644 | + ); |
| 645 | + MARKETING_VERSION = 1.2.0; |
| 646 | + PRODUCT_BUNDLE_IDENTIFIER = com.attributedstring.watchos; |
| 647 | + PRODUCT_NAME = AttributedString; |
| 648 | + SDKROOT = watchos; |
| 649 | + SKIP_INSTALL = YES; |
| 650 | + SWIFT_VERSION = 5.0; |
| 651 | + TARGETED_DEVICE_FAMILY = 4; |
| 652 | + WATCHOS_DEPLOYMENT_TARGET = 6.2; |
| 653 | + }; |
| 654 | + name = Debug; |
| 655 | + }; |
| 656 | + 9B267B4224404922002F571E /* Release */ = { |
| 657 | + isa = XCBuildConfiguration; |
| 658 | + buildSettings = { |
| 659 | + APPLICATION_EXTENSION_API_ONLY = YES; |
| 660 | + CODE_SIGN_STYLE = Automatic; |
| 661 | + DEFINES_MODULE = YES; |
| 662 | + DEVELOPMENT_TEAM = B9D8DJR5J5; |
| 663 | + DYLIB_COMPATIBILITY_VERSION = 1; |
| 664 | + DYLIB_CURRENT_VERSION = 1; |
| 665 | + DYLIB_INSTALL_NAME_BASE = "@rpath"; |
| 666 | + INFOPLIST_FILE = Sources/Info.plist; |
| 667 | + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
| 668 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 669 | + "$(inherited)", |
| 670 | + "@executable_path/Frameworks", |
| 671 | + "@loader_path/Frameworks", |
| 672 | + ); |
| 673 | + MARKETING_VERSION = 1.2.0; |
| 674 | + PRODUCT_BUNDLE_IDENTIFIER = com.attributedstring.watchos; |
| 675 | + PRODUCT_NAME = AttributedString; |
| 676 | + SDKROOT = watchos; |
| 677 | + SKIP_INSTALL = YES; |
| 678 | + SWIFT_VERSION = 5.0; |
| 679 | + TARGETED_DEVICE_FAMILY = 4; |
| 680 | + WATCHOS_DEPLOYMENT_TARGET = 6.2; |
| 681 | + }; |
| 682 | + name = Release; |
| 683 | + }; |
540 | 684 | 9B34BD3C243DBC8100932E6C /* Debug */ = { |
541 | 685 | isa = XCBuildConfiguration; |
542 | 686 | buildSettings = { |
|
787 | 931 | defaultConfigurationIsVisible = 0; |
788 | 932 | defaultConfigurationName = Release; |
789 | 933 | }; |
| 934 | + 9B267B4024404922002F571E /* Build configuration list for PBXNativeTarget "AttributedString-watchOS" */ = { |
| 935 | + isa = XCConfigurationList; |
| 936 | + buildConfigurations = ( |
| 937 | + 9B267B4124404922002F571E /* Debug */, |
| 938 | + 9B267B4224404922002F571E /* Release */, |
| 939 | + ); |
| 940 | + defaultConfigurationIsVisible = 0; |
| 941 | + defaultConfigurationName = Release; |
| 942 | + }; |
790 | 943 | 9B34BD3E243DBC8100932E6C /* Build configuration list for PBXNativeTarget "AttributedString-macOS" */ = { |
791 | 944 | isa = XCConfigurationList; |
792 | 945 | buildConfigurations = ( |
|
0 commit comments