Skip to content

Commit

Permalink
Adjusted folder structure. Add empty readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenofex committed May 9, 2012
1 parent 433e29e commit ea37814
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
Empty file added README.md
Empty file.
12 changes: 6 additions & 6 deletions StreamView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
4527EDB6155A4AA10000F8CC /* EKStreamView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4527EDB5155A4AA10000F8CC /* EKStreamView.m */; };
4527EDC2155A627F0000F8CC /* EKStreamView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4527EDC1155A627F0000F8CC /* EKStreamView.m */; };
459542D014C55616002BFF69 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 459542CF14C55616002BFF69 /* UIKit.framework */; };
459542D214C55616002BFF69 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 459542D114C55616002BFF69 /* Foundation.framework */; };
459542D414C55616002BFF69 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 459542D314C55616002BFF69 /* CoreGraphics.framework */; };
Expand Down Expand Up @@ -36,8 +36,8 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
4527EDB4155A4AA10000F8CC /* EKStreamView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EKStreamView.h; sourceTree = "<group>"; };
4527EDB5155A4AA10000F8CC /* EKStreamView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EKStreamView.m; sourceTree = "<group>"; };
4527EDC0155A627F0000F8CC /* EKStreamView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EKStreamView.h; sourceTree = SOURCE_ROOT; };
4527EDC1155A627F0000F8CC /* EKStreamView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EKStreamView.m; sourceTree = SOURCE_ROOT; };
459542CB14C55616002BFF69 /* StreamView.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = StreamView.app; sourceTree = BUILT_PRODUCTS_DIR; };
459542CF14C55616002BFF69 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
459542D114C55616002BFF69 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -121,15 +121,15 @@
459542D514C55616002BFF69 /* StreamView */ = {
isa = PBXGroup;
children = (
4527EDC0155A627F0000F8CC /* EKStreamView.h */,
4527EDC1155A627F0000F8CC /* EKStreamView.m */,
459542DE14C55616002BFF69 /* EKAppDelegate.h */,
459542DF14C55616002BFF69 /* EKAppDelegate.m */,
4595430A14C55661002BFF69 /* EKViewController.h */,
4595430B14C55661002BFF69 /* EKViewController.m */,
4595430C14C55661002BFF69 /* EKViewController.xib */,
4595430D14C55661002BFF69 /* MyCell.h */,
4595430E14C55661002BFF69 /* MyCell.m */,
4527EDB4155A4AA10000F8CC /* EKStreamView.h */,
4527EDB5155A4AA10000F8CC /* EKStreamView.m */,
459542D614C55616002BFF69 /* Supporting Files */,
);
path = StreamView;
Expand Down Expand Up @@ -276,7 +276,7 @@
459542E014C55616002BFF69 /* EKAppDelegate.m in Sources */,
4595431114C55661002BFF69 /* EKViewController.m in Sources */,
4595431314C55661002BFF69 /* MyCell.m in Sources */,
4527EDB6155A4AA10000F8CC /* EKStreamView.m in Sources */,
4527EDC2155A627F0000F8CC /* EKStreamView.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit ea37814

Please sign in to comment.