diff options
| author | Dylan Bolger <dylanbolger@dylans-mac.local> | 2018-09-03 21:37:35 -0500 |
|---|---|---|
| committer | Dylan Bolger <dylanbolger@Dylans-Mac.local> | 2018-09-03 21:37:35 -0500 |
| commit | 762588886bbd35f6f87f6aac280629396df482e5 (patch) | |
| tree | 5867c4ab72bed8f5e320482ea810b0ce08f79f02 /DWA140Menu.xcodeproj | |
| parent | 152b21222bb6759de69c1abfb5b5b73496aa1460 (diff) | |
| download | dwa140shortcut-762588886bbd35f6f87f6aac280629396df482e5.tar.xz dwa140shortcut-762588886bbd35f6f87f6aac280629396df482e5.zip | |
First commit, functional shortcut menus.
Diffstat (limited to 'DWA140Menu.xcodeproj')
| -rw-r--r-- | DWA140Menu.xcodeproj/project.pbxproj | 4 |
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; |
