Skip to content

Commit 9b0659d

Browse files
committed
Remove bridging header
1 parent 9bdd52b commit 9b0659d

File tree

2 files changed

+4
-28
lines changed

2 files changed

+4
-28
lines changed

Concurrency.xcodeproj/project.pbxproj

+4-5
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
"Concurrency::Concurrency::Product" /* Concurrency.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Concurrency.framework; sourceTree = BUILT_PRODUCTS_DIR; };
7979
"Concurrency::ConcurrencyTests::Product" /* ConcurrencyTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; path = ConcurrencyTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
8080
"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>"; };
8281
OBJ_12 /* AtomicBool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicBool.swift; sourceTree = "<group>"; };
8382
OBJ_13 /* AtomicInt.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicInt.swift; sourceTree = "<group>"; };
8483
OBJ_14 /* AtomicReference.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicReference.swift; sourceTree = "<group>"; };
@@ -138,7 +137,6 @@
138137
OBJ_10 /* Concurrency */ = {
139138
isa = PBXGroup;
140139
children = (
141-
OBJ_11 /* Concurrency-Bridging-Header.h */,
142140
OBJ_12 /* AtomicBool.swift */,
143141
OBJ_13 /* AtomicInt.swift */,
144142
OBJ_14 /* AtomicReference.swift */,
@@ -220,7 +218,7 @@
220218
name = Products;
221219
sourceTree = BUILT_PRODUCTS_DIR;
222220
};
223-
OBJ_5 /* */ = {
221+
OBJ_5 = {
224222
isa = PBXGroup;
225223
children = (
226224
OBJ_6 /* Package.swift */,
@@ -235,7 +233,6 @@
235233
OBJ_44 /* CONTRIBUTING.md */,
236234
OBJ_45 /* LICENSE.txt */,
237235
);
238-
name = "";
239236
sourceTree = "<group>";
240237
};
241238
OBJ_7 /* Configs */ = {
@@ -340,7 +337,7 @@
340337
English,
341338
en,
342339
);
343-
mainGroup = OBJ_5 /* */;
340+
mainGroup = OBJ_5;
344341
productRefGroup = OBJ_36 /* Products */;
345342
projectDirPath = "";
346343
projectRoot = "";
@@ -502,6 +499,7 @@
502499
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
503500
SKIP_INSTALL = YES;
504501
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
502+
SWIFT_OBJC_BRIDGING_HEADER = "";
505503
SWIFT_VERSION = 4.0;
506504
TARGET_NAME = Concurrency;
507505
};
@@ -532,6 +530,7 @@
532530
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
533531
SKIP_INSTALL = YES;
534532
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
533+
SWIFT_OBJC_BRIDGING_HEADER = "";
535534
SWIFT_VERSION = 4.0;
536535
TARGET_NAME = Concurrency;
537536
};

Sources/Concurrency/Concurrency-Bridging-Header.h

-23
This file was deleted.

0 commit comments

Comments
 (0)