Skip to content

Commit

Permalink
Ensure that callbacks are not nil when we have default
Browse files Browse the repository at this point in the history
  • Loading branch information
halfwit committed Jul 1, 2022
1 parent 56aa797 commit 9f97d45
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Hammerspoon.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8671,6 +8671,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 4F7F3B7B272DE98800E05732 /* Hammerspoon-Profile.xcconfig */;
buildSettings = {
DEVELOPMENT_TEAM = KLV5NKS8A2;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
Expand Down Expand Up @@ -10442,6 +10443,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 4F7F3B7A272DE83500E05732 /* Hammerspoon-Debug.xcconfig */;
buildSettings = {
DEVELOPMENT_TEAM = KLV5NKS8A2;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
Expand All @@ -10453,10 +10455,13 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 4F7F3B7C272DE99200E05732 /* Hammerspoon-Release.xcconfig */;
buildSettings = {
CODE_SIGN_IDENTITY = "-";
DEVELOPMENT_TEAM = "";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
PROVISIONING_PROFILE_SPECIFIER = "";
};
name = Release;
};
Expand Down Expand Up @@ -10517,6 +10522,7 @@
BUNDLE_LOADER = "$(TEST_HOST)";
CLANG_WARN_UNREACHABLE_CODE = YES;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = KLV5NKS8A2;
ENABLE_STRICT_OBJC_MSGSEND = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(DEVELOPER_FRAMEWORKS_DIR)",
Expand Down

0 comments on commit 9f97d45

Please sign in to comment.