|
21 | 21 | 1FCDDA8E1EAC32AC006EB95B /* RxCocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1FCDDA8C1EAC32AC006EB95B /* RxCocoa.framework */; }; |
22 | 22 | 1FCDDA8F1EAC32AC006EB95B /* RxSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1FCDDA8D1EAC32AC006EB95B /* RxSwift.framework */; }; |
23 | 23 | 1FCDDA901EAC3308006EB95B /* Action.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F0569E11DE28587007E1D0D /* Action.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 24 | + 1FCDDA9E1EAC33C5006EB95B /* Action.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F0569E11DE28587007E1D0D /* Action.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 25 | + 1FCDDAA11EAC33D3006EB95B /* RxCocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1FCDDA9F1EAC33D3006EB95B /* RxCocoa.framework */; }; |
| 26 | + 1FCDDAA21EAC33D3006EB95B /* RxSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1FCDDAA01EAC33D3006EB95B /* RxSwift.framework */; }; |
24 | 27 | 3D37A3961DB4A97C0028BC0E /* RxTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3D9C98331DB4A87B004A9F7C /* RxTest.framework */; }; |
25 | 28 | 5ED520241E1EA199007621B9 /* BindToTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ED520231E1EA199007621B9 /* BindToTests.swift */; }; |
26 | 29 | 7BD1C7551E1D5562000D82DA /* UIControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BD1C7541E1D5562000D82DA /* UIControl+Rx.swift */; }; |
|
91 | 94 | 1FCDDA821EAC3295006EB95B /* Action.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Action.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
92 | 95 | 1FCDDA8C1EAC32AC006EB95B /* RxCocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RxCocoa.framework; path = Carthage/Checkouts/RxSwift/build/Debug/RxCocoa.framework; sourceTree = "<group>"; }; |
93 | 96 | 1FCDDA8D1EAC32AC006EB95B /* RxSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RxSwift.framework; path = Carthage/Checkouts/RxSwift/build/Debug/RxSwift.framework; sourceTree = "<group>"; }; |
| 97 | + 1FCDDA961EAC33B0006EB95B /* Action.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Action.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 98 | + 1FCDDA9F1EAC33D3006EB95B /* RxCocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RxCocoa.framework; path = "Carthage/Checkouts/RxSwift/build/Debug-watchos/RxCocoa.framework"; sourceTree = "<group>"; }; |
| 99 | + 1FCDDAA01EAC33D3006EB95B /* RxSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RxSwift.framework; path = "Carthage/Checkouts/RxSwift/build/Debug-watchos/RxSwift.framework"; sourceTree = "<group>"; }; |
94 | 100 | 3D9C98331DB4A87B004A9F7C /* RxTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RxTest.framework; path = Carthage/Checkouts/RxSwift/build/Debug/RxTest.framework; sourceTree = "<group>"; }; |
95 | 101 | 5ED520231E1EA199007621B9 /* BindToTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BindToTests.swift; path = ActionTests/BindToTests.swift; sourceTree = "<group>"; }; |
96 | 102 | 7BD1C7541E1D5562000D82DA /* UIControl+Rx.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIControl+Rx.swift"; sourceTree = "<group>"; }; |
|
141 | 147 | ); |
142 | 148 | runOnlyForDeploymentPostprocessing = 0; |
143 | 149 | }; |
| 150 | + 1FCDDA921EAC33B0006EB95B /* Frameworks */ = { |
| 151 | + isa = PBXFrameworksBuildPhase; |
| 152 | + buildActionMask = 2147483647; |
| 153 | + files = ( |
| 154 | + 1FCDDAA11EAC33D3006EB95B /* RxCocoa.framework in Frameworks */, |
| 155 | + 1FCDDAA21EAC33D3006EB95B /* RxSwift.framework in Frameworks */, |
| 156 | + ); |
| 157 | + runOnlyForDeploymentPostprocessing = 0; |
| 158 | + }; |
144 | 159 | 7F5E6A641D7F08D2000B6076 /* Frameworks */ = { |
145 | 160 | isa = PBXFrameworksBuildPhase; |
146 | 161 | buildActionMask = 2147483647; |
|
219 | 234 | 7F5E6A5C1D7F06C4000B6076 /* Frameworks */ = { |
220 | 235 | isa = PBXGroup; |
221 | 236 | children = ( |
| 237 | + 1FCDDA9F1EAC33D3006EB95B /* RxCocoa.framework */, |
| 238 | + 1FCDDAA01EAC33D3006EB95B /* RxSwift.framework */, |
222 | 239 | 1FCDDA8C1EAC32AC006EB95B /* RxCocoa.framework */, |
223 | 240 | 1FCDDA8D1EAC32AC006EB95B /* RxSwift.framework */, |
224 | 241 | 1FCDDA6A1EAC3221006EB95B /* RxCocoa.framework */, |
|
278 | 295 | 7F612ACC1D7F13B800B93BC5 /* Demo.app */, |
279 | 296 | 1FCDDA5B1EAC315A006EB95B /* Action.framework */, |
280 | 297 | 1FCDDA821EAC3295006EB95B /* Action.framework */, |
| 298 | + 1FCDDA961EAC33B0006EB95B /* Action.framework */, |
281 | 299 | ); |
282 | 300 | name = Products; |
283 | 301 | sourceTree = "<group>"; |
|
301 | 319 | ); |
302 | 320 | runOnlyForDeploymentPostprocessing = 0; |
303 | 321 | }; |
| 322 | + 1FCDDA931EAC33B0006EB95B /* Headers */ = { |
| 323 | + isa = PBXHeadersBuildPhase; |
| 324 | + buildActionMask = 2147483647; |
| 325 | + files = ( |
| 326 | + 1FCDDA9E1EAC33C5006EB95B /* Action.h in Headers */, |
| 327 | + ); |
| 328 | + runOnlyForDeploymentPostprocessing = 0; |
| 329 | + }; |
304 | 330 | BE73AD1D1CDCD101006F8B98 /* Headers */ = { |
305 | 331 | isa = PBXHeadersBuildPhase; |
306 | 332 | buildActionMask = 2147483647; |
|
348 | 374 | productReference = 1FCDDA821EAC3295006EB95B /* Action.framework */; |
349 | 375 | productType = "com.apple.product-type.framework"; |
350 | 376 | }; |
| 377 | + 1FCDDA951EAC33B0006EB95B /* Action-watchOS */ = { |
| 378 | + isa = PBXNativeTarget; |
| 379 | + buildConfigurationList = 1FCDDA9B1EAC33B0006EB95B /* Build configuration list for PBXNativeTarget "Action-watchOS" */; |
| 380 | + buildPhases = ( |
| 381 | + 1FCDDA911EAC33B0006EB95B /* Sources */, |
| 382 | + 1FCDDA921EAC33B0006EB95B /* Frameworks */, |
| 383 | + 1FCDDA931EAC33B0006EB95B /* Headers */, |
| 384 | + 1FCDDA941EAC33B0006EB95B /* Resources */, |
| 385 | + ); |
| 386 | + buildRules = ( |
| 387 | + ); |
| 388 | + dependencies = ( |
| 389 | + ); |
| 390 | + name = "Action-watchOS"; |
| 391 | + productName = "Action-watchOS"; |
| 392 | + productReference = 1FCDDA961EAC33B0006EB95B /* Action.framework */; |
| 393 | + productType = "com.apple.product-type.framework"; |
| 394 | + }; |
351 | 395 | 7F5E6A661D7F08D2000B6076 /* Tests */ = { |
352 | 396 | isa = PBXNativeTarget; |
353 | 397 | buildConfigurationList = 7F5E6A6F1D7F08D2000B6076 /* Build configuration list for PBXNativeTarget "Tests" */; |
|
420 | 464 | CreatedOnToolsVersion = 8.3.2; |
421 | 465 | ProvisioningStyle = Automatic; |
422 | 466 | }; |
| 467 | + 1FCDDA951EAC33B0006EB95B = { |
| 468 | + CreatedOnToolsVersion = 8.3.2; |
| 469 | + ProvisioningStyle = Automatic; |
| 470 | + }; |
423 | 471 | 7F5E6A661D7F08D2000B6076 = { |
424 | 472 | CreatedOnToolsVersion = 8.0; |
425 | 473 | LastSwiftMigration = 0810; |
|
451 | 499 | BE73AD1F1CDCD101006F8B98 /* Action */, |
452 | 500 | 1FCDDA5A1EAC315A006EB95B /* Action-tvOS */, |
453 | 501 | 1FCDDA811EAC3295006EB95B /* Action-macOS */, |
| 502 | + 1FCDDA951EAC33B0006EB95B /* Action-watchOS */, |
454 | 503 | 7F5E6A661D7F08D2000B6076 /* Tests */, |
455 | 504 | 7F612ACB1D7F13B800B93BC5 /* Demo */, |
456 | 505 | ); |
|
472 | 521 | ); |
473 | 522 | runOnlyForDeploymentPostprocessing = 0; |
474 | 523 | }; |
| 524 | + 1FCDDA941EAC33B0006EB95B /* Resources */ = { |
| 525 | + isa = PBXResourcesBuildPhase; |
| 526 | + buildActionMask = 2147483647; |
| 527 | + files = ( |
| 528 | + ); |
| 529 | + runOnlyForDeploymentPostprocessing = 0; |
| 530 | + }; |
475 | 531 | 7F5E6A651D7F08D2000B6076 /* Resources */ = { |
476 | 532 | isa = PBXResourcesBuildPhase; |
477 | 533 | buildActionMask = 2147483647; |
|
521 | 577 | ); |
522 | 578 | runOnlyForDeploymentPostprocessing = 0; |
523 | 579 | }; |
| 580 | + 1FCDDA911EAC33B0006EB95B /* Sources */ = { |
| 581 | + isa = PBXSourcesBuildPhase; |
| 582 | + buildActionMask = 2147483647; |
| 583 | + files = ( |
| 584 | + ); |
| 585 | + runOnlyForDeploymentPostprocessing = 0; |
| 586 | + }; |
524 | 587 | 7F5E6A631D7F08D2000B6076 /* Sources */ = { |
525 | 588 | isa = PBXSourcesBuildPhase; |
526 | 589 | buildActionMask = 2147483647; |
|
677 | 740 | }; |
678 | 741 | name = Release; |
679 | 742 | }; |
| 743 | + 1FCDDA9C1EAC33B0006EB95B /* Debug */ = { |
| 744 | + isa = XCBuildConfiguration; |
| 745 | + buildSettings = { |
| 746 | + APPLICATION_EXTENSION_API_ONLY = YES; |
| 747 | + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
| 748 | + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
| 749 | + CODE_SIGN_IDENTITY = ""; |
| 750 | + DEFINES_MODULE = YES; |
| 751 | + DYLIB_COMPATIBILITY_VERSION = 1; |
| 752 | + DYLIB_CURRENT_VERSION = 1; |
| 753 | + DYLIB_INSTALL_NAME_BASE = "@rpath"; |
| 754 | + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
| 755 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 756 | + PRODUCT_BUNDLE_IDENTIFIER = jp.toshi0383.Action; |
| 757 | + PRODUCT_NAME = Action; |
| 758 | + SDKROOT = watchos; |
| 759 | + SKIP_INSTALL = YES; |
| 760 | + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; |
| 761 | + SWIFT_VERSION = 3.0; |
| 762 | + TARGETED_DEVICE_FAMILY = 4; |
| 763 | + WATCHOS_DEPLOYMENT_TARGET = 2.0; |
| 764 | + }; |
| 765 | + name = Debug; |
| 766 | + }; |
| 767 | + 1FCDDA9D1EAC33B0006EB95B /* Release */ = { |
| 768 | + isa = XCBuildConfiguration; |
| 769 | + buildSettings = { |
| 770 | + APPLICATION_EXTENSION_API_ONLY = YES; |
| 771 | + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
| 772 | + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
| 773 | + CODE_SIGN_IDENTITY = ""; |
| 774 | + DEFINES_MODULE = YES; |
| 775 | + DYLIB_COMPATIBILITY_VERSION = 1; |
| 776 | + DYLIB_CURRENT_VERSION = 1; |
| 777 | + DYLIB_INSTALL_NAME_BASE = "@rpath"; |
| 778 | + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
| 779 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 780 | + PRODUCT_BUNDLE_IDENTIFIER = jp.toshi0383.Action; |
| 781 | + PRODUCT_NAME = Action; |
| 782 | + SDKROOT = watchos; |
| 783 | + SKIP_INSTALL = YES; |
| 784 | + SWIFT_VERSION = 3.0; |
| 785 | + TARGETED_DEVICE_FAMILY = 4; |
| 786 | + WATCHOS_DEPLOYMENT_TARGET = 2.0; |
| 787 | + }; |
| 788 | + name = Release; |
| 789 | + }; |
680 | 790 | 7F5E6A701D7F08D2000B6076 /* Debug */ = { |
681 | 791 | isa = XCBuildConfiguration; |
682 | 792 | buildSettings = { |
|
892 | 1002 | ); |
893 | 1003 | defaultConfigurationIsVisible = 0; |
894 | 1004 | }; |
| 1005 | + 1FCDDA9B1EAC33B0006EB95B /* Build configuration list for PBXNativeTarget "Action-watchOS" */ = { |
| 1006 | + isa = XCConfigurationList; |
| 1007 | + buildConfigurations = ( |
| 1008 | + 1FCDDA9C1EAC33B0006EB95B /* Debug */, |
| 1009 | + 1FCDDA9D1EAC33B0006EB95B /* Release */, |
| 1010 | + ); |
| 1011 | + defaultConfigurationIsVisible = 0; |
| 1012 | + }; |
895 | 1013 | 7F5E6A6F1D7F08D2000B6076 /* Build configuration list for PBXNativeTarget "Tests" */ = { |
896 | 1014 | isa = XCConfigurationList; |
897 | 1015 | buildConfigurations = ( |
|
0 commit comments