Skip to content

Commit

Permalink
Added Noise.framework to copy stage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Bassett committed Dec 14, 2009
1 parent 2775e73 commit a89b22d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Noise.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
0358C67810D0400E00954E9B /* NSString+InflectionSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 0306011910C71AB700EDE268 /* NSString+InflectionSupport.h */; };
0358C67910D0400F00954E9B /* NSString+InflectionSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 0306011810C71AB700EDE268 /* NSString+InflectionSupport.m */; };
039459F210C7C37D00785C37 /* NoiseDataModel.xcdatamodel in Sources */ = {isa = PBXBuildFile; fileRef = 039459F110C7C37D00785C37 /* NoiseDataModel.xcdatamodel */; };
03A082AC10D5C91B00910867 /* Noise.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 03C2C40910CC6F5700DE9BF2 /* Noise.framework */; };
03C2C40310CC6C3C00DE9BF2 /* CLEARSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 0306FF4910C5F67F00EDE268 /* CLEARSource.m */; };
03C2C41310CC700F00DE9BF2 /* Source.m in Sources */ = {isa = PBXBuildFile; fileRef = 03408BD910C505C100594B6D /* Source.m */; };
03C2C41410CC701000DE9BF2 /* SourceDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 03408D3210C50B3B00594B6D /* SourceDelegate.h */; };
Expand Down Expand Up @@ -118,6 +119,7 @@
dstSubfolderSpec = 10;
files = (
03E1BDB610D0F09D00D45C35 /* BWToolkitFramework.framework in CopyFiles */,
03A082AC10D5C91B00910867 /* Noise.framework in CopyFiles */,
03E1BDF310D0F54C00D45C35 /* Sparkle.framework in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -511,7 +513,7 @@
attributes = {
ORGANIZATIONNAME = "CLEAR Interactive";
};
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Noise" */;
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "noise" */;
compatibilityVersion = "Xcode 3.1";
hasScannedForEncodings = 1;
mainGroup = 29B97314FDCFA39411CA2CEA /* Noise */;
Expand Down Expand Up @@ -965,7 +967,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Noise" */ = {
C01FCF4E08A954540054247B /* Build configuration list for PBXProject "noise" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C01FCF4F08A954540054247B /* Debug */,
Expand Down

0 comments on commit a89b22d

Please sign in to comment.