aboutsummaryrefslogtreecommitdiff
path: root/DWA140Menu.xcodeproj
diff options
context:
space:
mode:
Diffstat (limited to 'DWA140Menu.xcodeproj')
-rw-r--r--DWA140Menu.xcodeproj/project.pbxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/DWA140Menu.xcodeproj/project.pbxproj b/DWA140Menu.xcodeproj/project.pbxproj
index 675a050..02e624c 100644
--- a/DWA140Menu.xcodeproj/project.pbxproj
+++ b/DWA140Menu.xcodeproj/project.pbxproj
@@ -46,6 +46,7 @@
E7DA7E63213DD9DD00931016 /* DWA140MenuUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DWA140MenuUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
E7DA7E67213DD9DD00931016 /* DWA140MenuUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DWA140MenuUITests.swift; sourceTree = "<group>"; };
E7DA7E69213DD9DD00931016 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
+ E7DA7E7A213DF43100931016 /* DWA140Menu-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "DWA140Menu-Bridging-Header.h"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -96,6 +97,7 @@
E7DA7E48213DD9DD00931016 /* DWA140Menu */ = {
isa = PBXGroup;
children = (
+ E7DA7E7A213DF43100931016 /* DWA140Menu-Bridging-Header.h */,
E7DA7E49213DD9DD00931016 /* AppDelegate.swift */,
E7DA7E4B213DD9DD00931016 /* ViewController.swift */,
E7DA7E4D213DD9DD00931016 /* Assets.xcassets */,
@@ -358,6 +360,7 @@
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
+ SWIFT_OBJC_BRIDGING_HEADER = "DWA140Menu/DWA140Menu-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
@@ -411,6 +414,7 @@
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
SWIFT_COMPILATION_MODE = wholemodule;
+ SWIFT_OBJC_BRIDGING_HEADER = "DWA140Menu/DWA140Menu-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-O";
};
name = Release;