Skip to content

Commit

Permalink
Removed SplitView Controller
Browse files Browse the repository at this point in the history
  • Loading branch information
fedefrappi committed May 4, 2011
1 parent 421abf2 commit 0a4974c
Show file tree
Hide file tree
Showing 8 changed files with 5,791 additions and 3,415 deletions.
6 changes: 0 additions & 6 deletions AePubReader/AePubReader.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
1D60589B0D05DD56006BFB54 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; };
1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
2804200B108E984D000629CD /* RootViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 28042008108E984D000629CD /* RootViewController.m */; };
2804200C108E984D000629CD /* DetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2804200A108E984D000629CD /* DetailViewController.m */; };
2804203C108E9BAB000629CD /* DetailView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2804203B108E9BAB000629CD /* DetailView.xib */; };
2892E4100DC94CBA00A64D0F /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2892E40F0DC94CBA00A64D0F /* CoreGraphics.framework */; };
Expand Down Expand Up @@ -48,8 +47,6 @@
1D3623250D0F684500981E51 /* AePubReaderAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AePubReaderAppDelegate.m; sourceTree = "<group>"; };
1D6058910D05DD3D006BFB54 /* AePubReader.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AePubReader.app; sourceTree = BUILT_PRODUCTS_DIR; };
1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
28042007108E984D000629CD /* RootViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RootViewController.h; sourceTree = "<group>"; };
28042008108E984D000629CD /* RootViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RootViewController.m; sourceTree = "<group>"; };
28042009108E984D000629CD /* DetailViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DetailViewController.h; sourceTree = "<group>"; };
2804200A108E984D000629CD /* DetailViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DetailViewController.m; sourceTree = "<group>"; usesTabs = 1; wrapsLines = 0; };
2804203B108E9BAB000629CD /* DetailView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = DetailView.xib; sourceTree = "<group>"; };
Expand Down Expand Up @@ -128,8 +125,6 @@
FAF4585B134B195500D4C0F9 /* ZipArchive */,
1D3623240D0F684500981E51 /* AePubReaderAppDelegate.h */,
1D3623250D0F684500981E51 /* AePubReaderAppDelegate.m */,
28042007108E984D000629CD /* RootViewController.h */,
28042008108E984D000629CD /* RootViewController.m */,
28042009108E984D000629CD /* DetailViewController.h */,
2804200A108E984D000629CD /* DetailViewController.m */,
FAF45877134B1B6C00D4C0F9 /* EPub.h */,
Expand Down Expand Up @@ -345,7 +340,6 @@
files = (
1D60589B0D05DD56006BFB54 /* main.m in Sources */,
1D3623260D0F684500981E51 /* AePubReaderAppDelegate.m in Sources */,
2804200B108E984D000629CD /* RootViewController.m in Sources */,
2804200C108E984D000629CD /* DetailViewController.m in Sources */,
FAFA8EA7134A06D6000291E2 /* ioapi.c in Sources */,
FAFA8EA8134A06D6000291E2 /* mztools.c in Sources */,
Expand Down
Loading

0 comments on commit 0a4974c

Please sign in to comment.