Skip to content

Commit

Permalink
Delete last vestiges of xcodegen.
Browse files Browse the repository at this point in the history
RELNOTES: None.
PiperOrigin-RevId: 165215334
  • Loading branch information
aragos authored and iirina committed Aug 16, 2017
1 parent 1cbe62a commit 1e98851
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 206 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,14 +299,6 @@ public Artifact gcnoFile(Artifact source) {
return inUniqueObjsDir(source, ".gcno");
}

/**
* Returns the artifact corresponding to the pbxproj control file, which specifies the information
* required to generate the Xcode project file.
*/
public Artifact pbxprojControlArtifact() {
return appendExtension(".xcodeproj-control");
}

/**
* The artifact which contains the zipped-up results of compiling the storyboard. This is merged
* into the final bundle under the {@code .app} or {@code .bundle} directory root.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,8 @@ public final class IosTest implements RuleConfiguredTargetFactory {
*
* <p>Creates a target, including registering actions, just as {@link #create(RuleContext)} does.
* The difference between {@link #create(RuleContext)} and this method is that this method does
* only what is needed to support tests on the environment besides generate the Xcodeproj file and
* build the app and test {@code .ipa}s. The {@link #create(RuleContext)} method delegates to this
* method.
* only what is needed to support tests on the environment besides build the app and test {@code
* .ipa}s. The {@link #create(RuleContext)} method delegates to this method.
*/
@Override
public final ConfiguredTarget create(RuleContext ruleContext)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ public RuleClass build(Builder builder, RuleDefinitionEnvironment env) {
ObjcConfiguration.class, AppleConfiguration.class, CppConfiguration.class)
/*<!-- #BLAZE_RULE(objc_library).IMPLICIT_OUTPUTS -->
<ul>
<li><code><var>name</var>.xcodeproj/project.pbxproj</code>: An Xcode project file which
can be used to develop or build on a Mac.</li>
<li><code><var>name</var>_fully_linked.a</code>: A fully linked static library that
contains the full transitive closure of library dependencies.</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ java_library(
name = "common",
srcs = glob(["*.java"]),
deps = [
"//src/tools/xcode-common/java/com/google/devtools/build/xcode/util",
"//third_party:guava",
],
)

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 1e98851

Please sign in to comment.