Skip to content

Commit

Permalink
Merge pull request #48 from 128keaton/master
Browse files Browse the repository at this point in the history
Adds filters to remove Xcode-specific warnings
  • Loading branch information
rob phillips authored Oct 4, 2017
2 parents dd5646c + c511eee commit a062be8
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions Down.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,39 @@
90A40A9C1EC03292004F2E91 /* Down.framework in Copy Bundled Frameworks */ = {isa = PBXBuildFile; fileRef = 8A569F401E6B3E50008BE2AC /* Down.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
/* End PBXBuildFile section */

/* Begin PBXBuildRule section */
8AE66BE21F848C1000ED4C98 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.pbxcp;
filePatterns = "*.inc";
fileType = pattern.proxy;
isEditable = 1;
outputFiles = (
);
script = "";
};
8AE66BE31F848C2900ED4C98 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.pbxcp;
filePatterns = "*COPYING";
fileType = pattern.proxy;
isEditable = 1;
outputFiles = (
);
script = "";
};
8AE66BE41F848C3900ED4C98 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.pbxcp;
filePatterns = "*.modulemap";
fileType = pattern.proxy;
isEditable = 1;
outputFiles = (
);
script = "";
};
/* End PBXBuildRule section */

/* Begin PBXContainerItemProxy section */
8AFAEB011E6E32E900E09B68 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
Expand Down Expand Up @@ -376,6 +409,9 @@
8A569F3E1E6B3E50008BE2AC /* Resources */,
);
buildRules = (
8AE66BE41F848C3900ED4C98 /* PBXBuildRule */,
8AE66BE31F848C2900ED4C98 /* PBXBuildRule */,
8AE66BE21F848C1000ED4C98 /* PBXBuildRule */,
);
dependencies = (
);
Expand Down

0 comments on commit a062be8

Please sign in to comment.