Skip to content

Commit

Permalink
remove extra copy resource
Browse files Browse the repository at this point in the history
  • Loading branch information
marty-suzuki committed Oct 25, 2019
1 parent 7bb414c commit 2b93a5f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Unio.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
9D2E26A52240D1CA00C9EDF7 /* OutputType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D2E269B2240D1CA00C9EDF7 /* OutputType.swift */; };
9D2E26A62240D1CA00C9EDF7 /* Dependency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D2E269C2240D1CA00C9EDF7 /* Dependency.swift */; };
9D2E26AA2240D1F200C9EDF7 /* RxSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9D2E26A82240D1F200C9EDF7 /* RxSwift.framework */; };
9D62B5462362DE7C008F8793 /* Base.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 9D62B5452362DE7C008F8793 /* Base.xcconfig */; };
9D9EEC0B228168F800DF5D97 /* RxRelay.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9D9EEC0A228168F800DF5D97 /* RxRelay.framework */; };
9D9EEC0C2281699000DF5D97 /* RxRelay.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9D9EEC0A228168F800DF5D97 /* RxRelay.framework */; };
9D9EEC0D2281699800DF5D97 /* RxRelay.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 9D9EEC0A228168F800DF5D97 /* RxRelay.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
Expand Down Expand Up @@ -120,8 +119,8 @@
9D2E26A72240D1F200C9EDF7 /* Frameworks */,
9D2E267A2240D18500C9EDF7 /* Products */,
9D2E267B2240D18500C9EDF7 /* Unio */,
9DA5623E2362DB760048F2B9 /* xcconfigs */,
9D2E26862240D18500C9EDF7 /* UnioTests */,
9DA5623E2362DB760048F2B9 /* xcconfigs */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -298,7 +297,6 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
9D62B5462362DE7C008F8793 /* Base.xcconfig in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit 2b93a5f

Please sign in to comment.