Skip to content

Commit

Permalink
Remove Info.plist from Copy Bundle Resources phase
Browse files Browse the repository at this point in the history
  • Loading branch information
keithito committed Feb 16, 2019
1 parent d563864 commit 1587a0c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SimpleAnimation.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
/* Begin PBXBuildFile section */
4005232F1CC7B47800E6DDA3 /* SimpleAnimation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 400523241CC7B47800E6DDA3 /* SimpleAnimation.framework */; };
4005233F1CC7B51F00E6DDA3 /* UIView+SimpleAnimation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4005233E1CC7B51F00E6DDA3 /* UIView+SimpleAnimation.swift */; };
400523441CC7B5E000E6DDA3 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 400523421CC7B5E000E6DDA3 /* Info.plist */; };
400523471CC7B87500E6DDA3 /* UIView+SimpleAnimationTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 400523431CC7B5E000E6DDA3 /* UIView+SimpleAnimationTest.swift */; };
/* End PBXBuildFile section */

Expand Down Expand Up @@ -182,7 +181,6 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
400523441CC7B5E000E6DDA3 /* Info.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit 1587a0c

Please sign in to comment.