|
78 | 78 | "Concurrency::Concurrency::Product" /* Concurrency.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Concurrency.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
79 | 79 | "Concurrency::ConcurrencyTests::Product" /* ConcurrencyTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; path = ConcurrencyTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
80 | 80 | "Concurrency::ObjCBridges::Product" /* ObjCBridges.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = ObjCBridges.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
81 |
| - OBJ_11 /* Concurrency-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Concurrency-Bridging-Header.h"; sourceTree = "<group>"; }; |
82 | 81 | OBJ_12 /* AtomicBool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicBool.swift; sourceTree = "<group>"; };
|
83 | 82 | OBJ_13 /* AtomicInt.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicInt.swift; sourceTree = "<group>"; };
|
84 | 83 | OBJ_14 /* AtomicReference.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicReference.swift; sourceTree = "<group>"; };
|
|
138 | 137 | OBJ_10 /* Concurrency */ = {
|
139 | 138 | isa = PBXGroup;
|
140 | 139 | children = (
|
141 |
| - OBJ_11 /* Concurrency-Bridging-Header.h */, |
142 | 140 | OBJ_12 /* AtomicBool.swift */,
|
143 | 141 | OBJ_13 /* AtomicInt.swift */,
|
144 | 142 | OBJ_14 /* AtomicReference.swift */,
|
|
220 | 218 | name = Products;
|
221 | 219 | sourceTree = BUILT_PRODUCTS_DIR;
|
222 | 220 | };
|
223 |
| - OBJ_5 /* */ = { |
| 221 | + OBJ_5 = { |
224 | 222 | isa = PBXGroup;
|
225 | 223 | children = (
|
226 | 224 | OBJ_6 /* Package.swift */,
|
|
235 | 233 | OBJ_44 /* CONTRIBUTING.md */,
|
236 | 234 | OBJ_45 /* LICENSE.txt */,
|
237 | 235 | );
|
238 |
| - name = ""; |
239 | 236 | sourceTree = "<group>";
|
240 | 237 | };
|
241 | 238 | OBJ_7 /* Configs */ = {
|
|
340 | 337 | English,
|
341 | 338 | en,
|
342 | 339 | );
|
343 |
| - mainGroup = OBJ_5 /* */; |
| 340 | + mainGroup = OBJ_5; |
344 | 341 | productRefGroup = OBJ_36 /* Products */;
|
345 | 342 | projectDirPath = "";
|
346 | 343 | projectRoot = "";
|
|
502 | 499 | PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
503 | 500 | SKIP_INSTALL = YES;
|
504 | 501 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
|
| 502 | + SWIFT_OBJC_BRIDGING_HEADER = ""; |
505 | 503 | SWIFT_VERSION = 4.0;
|
506 | 504 | TARGET_NAME = Concurrency;
|
507 | 505 | };
|
|
532 | 530 | PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
533 | 531 | SKIP_INSTALL = YES;
|
534 | 532 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
|
| 533 | + SWIFT_OBJC_BRIDGING_HEADER = ""; |
535 | 534 | SWIFT_VERSION = 4.0;
|
536 | 535 | TARGET_NAME = Concurrency;
|
537 | 536 | };
|
|
0 commit comments