Skip to content

Commit

Permalink
Fix Gatekeeper validation errors when distributing apps (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineDominion authored and sindresorhus committed Jan 2, 2019
1 parent 83e5bbe commit 998120b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Preferences.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -393,10 +393,6 @@
);
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = Preferences.xcodeproj/Preferences_Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
);
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
Expand All @@ -423,10 +419,6 @@
);
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = Preferences.xcodeproj/Preferences_Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
);
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
Expand Down

0 comments on commit 998120b

Please sign in to comment.