|
25 | 25 | 659E80DD1C78A4F000DE85B1 /* ExecutionContextTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 659E808D1C77450200DE85B1 /* ExecutionContextTests.swift */; }; |
26 | 26 | 659E81121C78A71F00DE85B1 /* Result.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 659E80E31C78A70700DE85B1 /* Result.framework */; }; |
27 | 27 | 659E81131C78A72C00DE85B1 /* Result.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 659E80E61C78A70700DE85B1 /* Result.framework */; }; |
| 28 | + 65E646DD1C79949C0036D028 /* CustomExecutionContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65E646DC1C79949C0036D028 /* CustomExecutionContext.swift */; }; |
| 29 | + 65E646DE1C7994A00036D028 /* CustomExecutionContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65E646DC1C79949C0036D028 /* CustomExecutionContext.swift */; }; |
| 30 | + 65E646DF1C7994A10036D028 /* CustomExecutionContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65E646DC1C79949C0036D028 /* CustomExecutionContext.swift */; }; |
| 31 | + 65E646E01C7994A20036D028 /* CustomExecutionContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65E646DC1C79949C0036D028 /* CustomExecutionContext.swift */; }; |
28 | 32 | 65FB86901C78A8330005CD1B /* Result.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 659E80E61C78A70700DE85B1 /* Result.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
29 | 33 | 65FB86921C78A8D30005CD1B /* Result.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 659E80E31C78A70700DE85B1 /* Result.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
30 | 34 | 65FB86A21C78AA400005CD1B /* ExecutionContext.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 65FB86981C78AA400005CD1B /* ExecutionContext.framework */; }; |
|
136 | 140 | 659E80EF1C78A70700DE85B1 /* B2361319-6010-3366-BA4B-B28167D21368.bcsymbolmap */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "B2361319-6010-3366-BA4B-B28167D21368.bcsymbolmap"; sourceTree = "<group>"; }; |
137 | 141 | 659E80F01C78A70700DE85B1 /* Result.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Result.framework; sourceTree = "<group>"; }; |
138 | 142 | 659E80F11C78A70700DE85B1 /* Result.framework.dSYM */ = {isa = PBXFileReference; lastKnownFileType = wrapper.dsym; path = Result.framework.dSYM; sourceTree = "<group>"; }; |
| 143 | + 65E646DC1C79949C0036D028 /* CustomExecutionContext.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CustomExecutionContext.swift; sourceTree = "<group>"; }; |
139 | 144 | 65FB86981C78AA400005CD1B /* ExecutionContext.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ExecutionContext.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
140 | 145 | 65FB86A11C78AA400005CD1B /* ExecutionContextTests-tvOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "ExecutionContextTests-tvOS.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; |
141 | 146 | 65FB86BE1C78AC260005CD1B /* ExecutionContext.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ExecutionContext.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
233 | 238 | 659E80991C77457E00DE85B1 /* DispatchExecutionContext.swift */, |
234 | 239 | 659E809C1C77457E00DE85B1 /* PThreadExecutionContext.swift */, |
235 | 240 | 659E809B1C77457E00DE85B1 /* ImmediateExecutionContext.swift */, |
| 241 | + 65E646DC1C79949C0036D028 /* CustomExecutionContext.swift */, |
236 | 242 | 659E809D1C77457E00DE85B1 /* Result+Some.swift */, |
237 | 243 | 659E80831C77450200DE85B1 /* Info.plist */, |
238 | 244 | ); |
|
586 | 592 | files = ( |
587 | 593 | 659E809F1C77457E00DE85B1 /* DispatchExecutionContext.swift in Sources */, |
588 | 594 | 659E80A01C77457E00DE85B1 /* ExecutionContext.swift in Sources */, |
| 595 | + 65E646DD1C79949C0036D028 /* CustomExecutionContext.swift in Sources */, |
589 | 596 | 659E80A31C77457E00DE85B1 /* Result+Some.swift in Sources */, |
590 | 597 | 659E80A11C77457E00DE85B1 /* ImmediateExecutionContext.swift in Sources */, |
591 | 598 | 659E809E1C77457E00DE85B1 /* DefaultExecutionContext.swift in Sources */, |
|
607 | 614 | files = ( |
608 | 615 | 659E80D81C78A4AF00DE85B1 /* DefaultExecutionContext.swift in Sources */, |
609 | 616 | 659E80DA1C78A4B500DE85B1 /* PThreadExecutionContext.swift in Sources */, |
| 617 | + 65E646DE1C7994A00036D028 /* CustomExecutionContext.swift in Sources */, |
610 | 618 | 659E80DC1C78A4BC00DE85B1 /* Result+Some.swift in Sources */, |
611 | 619 | 659E80DB1C78A4B800DE85B1 /* ImmediateExecutionContext.swift in Sources */, |
612 | 620 | 659E80D71C78A4AB00DE85B1 /* ExecutionContext.swift in Sources */, |
|
628 | 636 | files = ( |
629 | 637 | 65FB86B01C78AAE00005CD1B /* DefaultExecutionContext.swift in Sources */, |
630 | 638 | 65FB86B21C78AAE50005CD1B /* PThreadExecutionContext.swift in Sources */, |
| 639 | + 65E646DF1C7994A10036D028 /* CustomExecutionContext.swift in Sources */, |
631 | 640 | 65FB86B41C78AAE50005CD1B /* Result+Some.swift in Sources */, |
632 | 641 | 65FB86B31C78AAE50005CD1B /* ImmediateExecutionContext.swift in Sources */, |
633 | 642 | 65FB86AF1C78AADB0005CD1B /* ExecutionContext.swift in Sources */, |
|
649 | 658 | files = ( |
650 | 659 | 65FB86C71C78AC8B0005CD1B /* DefaultExecutionContext.swift in Sources */, |
651 | 660 | 65FB86C91C78AC8B0005CD1B /* PThreadExecutionContext.swift in Sources */, |
| 661 | + 65E646E01C7994A20036D028 /* CustomExecutionContext.swift in Sources */, |
652 | 662 | 65FB86CB1C78AC8B0005CD1B /* Result+Some.swift in Sources */, |
653 | 663 | 65FB86CA1C78AC8B0005CD1B /* ImmediateExecutionContext.swift in Sources */, |
654 | 664 | 65FB86C61C78AC8B0005CD1B /* ExecutionContext.swift in Sources */, |
|
1104 | 1114 | 65FB86AB1C78AA400005CD1B /* Release */, |
1105 | 1115 | ); |
1106 | 1116 | defaultConfigurationIsVisible = 0; |
| 1117 | + defaultConfigurationName = Release; |
1107 | 1118 | }; |
1108 | 1119 | 65FB86AC1C78AA400005CD1B /* Build configuration list for PBXNativeTarget "ExecutionContextTests-tvOS" */ = { |
1109 | 1120 | isa = XCConfigurationList; |
|
1112 | 1123 | 65FB86AE1C78AA400005CD1B /* Release */, |
1113 | 1124 | ); |
1114 | 1125 | defaultConfigurationIsVisible = 0; |
| 1126 | + defaultConfigurationName = Release; |
1115 | 1127 | }; |
1116 | 1128 | 65FB86C31C78AC260005CD1B /* Build configuration list for PBXNativeTarget "ExecutionContext-watchOS" */ = { |
1117 | 1129 | isa = XCConfigurationList; |
|
1120 | 1132 | 65FB86C51C78AC260005CD1B /* Release */, |
1121 | 1133 | ); |
1122 | 1134 | defaultConfigurationIsVisible = 0; |
| 1135 | + defaultConfigurationName = Release; |
1123 | 1136 | }; |
1124 | 1137 | /* End XCConfigurationList section */ |
1125 | 1138 | }; |
|
0 commit comments