Skip to content

Commit

Permalink
Fix project to remove embedded binaries setting
Browse files Browse the repository at this point in the history
  • Loading branch information
mhayashi committed Oct 16, 2014
1 parent 4024a72 commit 1aff4d1
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions Example/ReproExample/ReproExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
10BE277B19EDACF3008F0914 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 10BE277919EDACF3008F0914 /* LaunchScreen.xib */; };
10BE278719EDACF3008F0914 /* ReproExampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 10BE278619EDACF3008F0914 /* ReproExampleTests.m */; };
10BE279319EDB188008F0914 /* repro_logo_black.png in Resources */ = {isa = PBXBuildFile; fileRef = 10BE279219EDB188008F0914 /* repro_logo_black.png */; };
627FC25719EFA243000BE794 /* Repro.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 627FC25619EFA243000BE794 /* Repro.framework */; };
627FC25819EFA243000BE794 /* Repro.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 627FC25619EFA243000BE794 /* Repro.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
10BE27E119EFE8DE008F0914 /* Repro.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 627FC25619EFA243000BE794 /* Repro.framework */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -30,20 +29,6 @@
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
10BE27BE19EF7809008F0914 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
627FC25819EFA243000BE794 /* Repro.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
10BE276419EDACF3008F0914 /* ReproExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ReproExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
10BE276819EDACF3008F0914 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
Expand All @@ -69,7 +54,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
627FC25719EFA243000BE794 /* Repro.framework in Frameworks */,
10BE27E119EFE8DE008F0914 /* Repro.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -156,7 +141,6 @@
10BE276019EDACF3008F0914 /* Sources */,
10BE276119EDACF3008F0914 /* Frameworks */,
10BE276219EDACF3008F0914 /* Resources */,
10BE27BE19EF7809008F0914 /* Embed Frameworks */,
);
buildRules = (
);
Expand Down

0 comments on commit 1aff4d1

Please sign in to comment.