Skip to content

Commit

Permalink
no more manual www folder bs
Browse files Browse the repository at this point in the history
  • Loading branch information
brianleroux committed Sep 2, 2011
1 parent c56230b commit 2988f02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/templates/project/__TESTING__.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
9C35CE2214117E5F005640C1 /* www in Resources */ = {isa = PBXBuildFile; fileRef = 9C35CE2114117E5F005640C1 /* www */; };
9CB0D3321405F50A0001F656 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9CB0D3311405F50A0001F656 /* Foundation.framework */; };
9CB0D3341405F50A0001F656 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9CB0D3331405F50A0001F656 /* UIKit.framework */; };
9CB0D3361405F50A0001F656 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9CB0D3351405F50A0001F656 /* CoreGraphics.framework */; };
Expand Down Expand Up @@ -36,6 +37,7 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
9C35CE2114117E5F005640C1 /* www */ = {isa = PBXFileReference; lastKnownFileType = folder; path = www; sourceTree = "<group>"; };
9CB0D32D1405F50A0001F656 /* __TESTING__.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = __TESTING__.app; sourceTree = BUILT_PRODUCTS_DIR; };
9CB0D3311405F50A0001F656 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
9CB0D3331405F50A0001F656 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -104,6 +106,7 @@
9CB0D31F1405F50A0001F656 = {
isa = PBXGroup;
children = (
9C35CE2114117E5F005640C1 /* www */,
9CB0D34B1405F50A0001F656 /* __TESTING__ */,
9CB0D3301405F50A0001F656 /* Frameworks */,
9CB0D32E1405F50A0001F656 /* Products */,
Expand Down Expand Up @@ -290,6 +293,7 @@
9CB0D36A1405F50A0001F656 /* Default@2x.png in Resources */,
9CB0D36C1405F50B0001F656 /* Capture.bundle in Resources */,
9CB0D36E1405F50B0001F656 /* PhoneGap.plist in Resources */,
9C35CE2214117E5F005640C1 /* www in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit 2988f02

Please sign in to comment.