Skip to content

Commit

Permalink
Remove bridging header
Browse files Browse the repository at this point in the history
  • Loading branch information
sbarow committed Oct 8, 2019
1 parent 9bdd52b commit dd10c18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 28 deletions.
9 changes: 4 additions & 5 deletions Concurrency.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
"Concurrency::Concurrency::Product" /* Concurrency.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Concurrency.framework; sourceTree = BUILT_PRODUCTS_DIR; };
"Concurrency::ConcurrencyTests::Product" /* ConcurrencyTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; path = ConcurrencyTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
"Concurrency::ObjCBridges::Product" /* ObjCBridges.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = ObjCBridges.framework; sourceTree = BUILT_PRODUCTS_DIR; };
OBJ_11 /* Concurrency-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Concurrency-Bridging-Header.h"; sourceTree = "<group>"; };
OBJ_12 /* AtomicBool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicBool.swift; sourceTree = "<group>"; };
OBJ_13 /* AtomicInt.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicInt.swift; sourceTree = "<group>"; };
OBJ_14 /* AtomicReference.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicReference.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -138,7 +137,6 @@
OBJ_10 /* Concurrency */ = {
isa = PBXGroup;
children = (
OBJ_11 /* Concurrency-Bridging-Header.h */,
OBJ_12 /* AtomicBool.swift */,
OBJ_13 /* AtomicInt.swift */,
OBJ_14 /* AtomicReference.swift */,
Expand Down Expand Up @@ -220,7 +218,7 @@
name = Products;
sourceTree = BUILT_PRODUCTS_DIR;
};
OBJ_5 /* */ = {
OBJ_5 = {
isa = PBXGroup;
children = (
OBJ_6 /* Package.swift */,
Expand All @@ -235,7 +233,6 @@
OBJ_44 /* CONTRIBUTING.md */,
OBJ_45 /* LICENSE.txt */,
);
name = "";
sourceTree = "<group>";
};
OBJ_7 /* Configs */ = {
Expand Down Expand Up @@ -340,7 +337,7 @@
English,
en,
);
mainGroup = OBJ_5 /* */;
mainGroup = OBJ_5;
productRefGroup = OBJ_36 /* Products */;
projectDirPath = "";
projectRoot = "";
Expand Down Expand Up @@ -502,6 +499,7 @@
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
SWIFT_OBJC_BRIDGING_HEADER = "";
SWIFT_VERSION = 4.0;
TARGET_NAME = Concurrency;
};
Expand Down Expand Up @@ -532,6 +530,7 @@
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
SWIFT_OBJC_BRIDGING_HEADER = "";
SWIFT_VERSION = 4.0;
TARGET_NAME = Concurrency;
};
Expand Down
23 changes: 0 additions & 23 deletions Sources/Concurrency/Concurrency-Bridging-Header.h

This file was deleted.

0 comments on commit dd10c18

Please sign in to comment.