Skip to content

Commit

Permalink
Fix a couple of warnings
Browse files Browse the repository at this point in the history
Fixes #35
  • Loading branch information
sindresorhus committed Jun 12, 2018
1 parent 6704119 commit 5d97fe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Gifski.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -444,10 +444,6 @@
CODE_SIGN_IDENTITY = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = YG56YK5RN5;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/Mac",
);
HEADER_SEARCH_PATHS = "";
INFOPLIST_FILE = "$(SRCROOT)/Gifski/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
Expand Down Expand Up @@ -478,10 +474,6 @@
CODE_SIGN_IDENTITY = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = YG56YK5RN5;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/Mac",
);
HEADER_SEARCH_PATHS = "";
INFOPLIST_FILE = "$(SRCROOT)/Gifski/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
Expand Down
2 changes: 2 additions & 0 deletions gifski-api/gifski.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@
CA606664351F3999716AC398 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CARGO_FLAGS = "";
CARGO_TARGET_DIR = "$(BUILD_DIR)/cargo-target";
CARGO_XCODE_PRODUCTS_DIR = "$(BUILD_DIR)/cargo-target/debug";
Expand Down Expand Up @@ -278,6 +279,7 @@
CA60BCD636CEF1727293E02F /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CARGO_FLAGS = "--release";
CARGO_TARGET_DIR = "$(BUILD_DIR)/cargo-target";
CARGO_XCODE_PRODUCTS_DIR = "$(BUILD_DIR)/cargo-target/release";
Expand Down

0 comments on commit 5d97fe1

Please sign in to comment.