Skip to content

Commit

Permalink
Merge pull request #17 from Stunner/master
Browse files Browse the repository at this point in the history
Fixed build errors when attempting to compile sample project.
  • Loading branch information
khanlou committed Dec 13, 2014
2 parents a2b38ae + 11eff2f commit 14f7248
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions SKBounceAnimation.xcodeproj/project.pbxproj
Expand Up @@ -36,6 +36,8 @@
34C2E37C15DC396D00310CA1 /* SizeBounceController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34C2E37315DC396C00310CA1 /* SizeBounceController.m */; };
34EBC79315DD487F00170F01 /* ScaleRotateBounceController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34EBC79215DD487F00170F01 /* ScaleRotateBounceController.m */; };
34EBC79415DD487F00170F01 /* ScaleRotateBounceController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34EBC79215DD487F00170F01 /* ScaleRotateBounceController.m */; };
93F951831A396F3C003F8485 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 347F5DC4158BACB40058BC21 /* QuartzCore.framework */; };
93F951841A396F47003F8485 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 347F5D8C158BA4840058BC21 /* CoreGraphics.framework */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -104,6 +106,8 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
93F951841A396F47003F8485 /* CoreGraphics.framework in Frameworks */,
93F951831A396F3C003F8485 /* QuartzCore.framework in Frameworks */,
347F5DA7158BA4840058BC21 /* SenTestingKit.framework in Frameworks */,
347F5DA8158BA4840058BC21 /* UIKit.framework in Frameworks */,
347F5DA9158BA4840058BC21 /* Foundation.framework in Frameworks */,
Expand All @@ -117,7 +121,6 @@
isa = PBXGroup;
children = (
1A99EF541679496D00DE4880 /* Default-568h@2x.png */,
347F5DC4158BACB40058BC21 /* QuartzCore.framework */,
347F5D8E158BA4840058BC21 /* SKBounceAnimation */,
347F5DAC158BA4840058BC21 /* SKBounceAnimationTests */,
347F5D87158BA4840058BC21 /* Frameworks */,
Expand All @@ -137,6 +140,7 @@
347F5D87158BA4840058BC21 /* Frameworks */ = {
isa = PBXGroup;
children = (
347F5DC4158BACB40058BC21 /* QuartzCore.framework */,
347F5D88158BA4840058BC21 /* UIKit.framework */,
347F5D8A158BA4840058BC21 /* Foundation.framework */,
347F5D8C158BA4840058BC21 /* CoreGraphics.framework */,
Expand Down Expand Up @@ -241,7 +245,7 @@
name = SKBounceAnimationTests;
productName = SKBounceAnimationTests;
productReference = 347F5DA5158BA4840058BC21 /* SKBounceAnimationTests.octest */;
productType = "com.apple.product-type.bundle";
productType = "com.apple.product-type.bundle.ocunit-test";
};
/* End PBXNativeTarget section */

Expand Down

0 comments on commit 14f7248

Please sign in to comment.