Skip to content

Commit

Permalink
Removes moarfonts requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
thomassnielsen committed May 14, 2014
1 parent 8cee8d2 commit 9ce8fee
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions Example/webbrowser.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@
E9B8F61119067D0B005836FD /* Frameworks */,
E9B8F61219067D0B005836FD /* Resources */,
48DC92FD00C0466A89680168 /* Copy Pods Resources */,
E947128A190BE67D006897B0 /* ShellScript */,
);
buildRules = (
);
Expand Down Expand Up @@ -293,19 +292,6 @@
shellScript = "\"${SRCROOT}/Pods/Pods-resources.sh\"\n";
showEnvVarsInLog = 0;
};
E947128A190BE67D006897B0 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = "/bin/bash -e";
shellScript = "mdfind -onlyin \"${SRCROOT}\" \"kMDItemContentTypeTree == public.font\" -0 | sort -z | xargs -0 /usr/local/bin/moarfonts install";
};
F5F02E4EFFDF43ECBEE03ADB /* Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down

0 comments on commit 9ce8fee

Please sign in to comment.