Skip to content

Commit

Permalink
1.新增Menu文件;2.新增SQLiteManager文件;3.新增MenuCell文件;4.新增MenuTableViewContro…
Browse files Browse the repository at this point in the history
…ller文件
  • Loading branch information
hrscy committed Feb 11, 2016
1 parent 1479baa commit fc04a15
Show file tree
Hide file tree
Showing 25 changed files with 636 additions and 13 deletions.
54 changes: 45 additions & 9 deletions OfflineCache.xcodeproj/project.pbxproj
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@
944369791C6B375400FDB362 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 944369581C6B375400FDB362 /* main.m */; };
9443697B1C6B377500FDB362 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 9443697A1C6B377500FDB362 /* Info.plist */; };
9443697D1C6B378600FDB362 /* libsqlite3.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 9443697C1C6B378600FDB362 /* libsqlite3.tbd */; };
9443698A1C6B482E00FDB362 /* Menu.m in Sources */ = {isa = PBXBuildFile; fileRef = 944369891C6B482E00FDB362 /* Menu.m */; };
9443698D1C6B51DA00FDB362 /* MenuTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9443698C1C6B51DA00FDB362 /* MenuTableViewController.m */; };
944369941C6B549200FDB362 /* SQLiteManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 944369931C6B549200FDB362 /* SQLiteManager.m */; };
944369981C6B603B00FDB362 /* MenuCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 944369971C6B603B00FDB362 /* MenuCell.m */; };
9443699A1C6B604400FDB362 /* MenuCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 944369991C6B604400FDB362 /* MenuCell.xib */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand Down Expand Up @@ -115,6 +120,15 @@
944369581C6B375400FDB362 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
9443697A1C6B377500FDB362 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
9443697C1C6B378600FDB362 /* libsqlite3.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libsqlite3.tbd; path = usr/lib/libsqlite3.tbd; sourceTree = SDKROOT; };
944369881C6B482E00FDB362 /* Menu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Menu.h; sourceTree = "<group>"; };
944369891C6B482E00FDB362 /* Menu.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Menu.m; sourceTree = "<group>"; };
9443698B1C6B51DA00FDB362 /* MenuTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MenuTableViewController.h; sourceTree = "<group>"; };
9443698C1C6B51DA00FDB362 /* MenuTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MenuTableViewController.m; sourceTree = "<group>"; };
944369921C6B549200FDB362 /* SQLiteManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SQLiteManager.h; sourceTree = "<group>"; };
944369931C6B549200FDB362 /* SQLiteManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SQLiteManager.m; sourceTree = "<group>"; };
944369961C6B603B00FDB362 /* MenuCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MenuCell.h; sourceTree = "<group>"; };
944369971C6B603B00FDB362 /* MenuCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MenuCell.m; sourceTree = "<group>"; };
944369991C6B604400FDB362 /* MenuCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MenuCell.xib; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -169,11 +183,12 @@
944369111C6B375400FDB362 /* Class */ = {
isa = PBXGroup;
children = (
944369951C6B601B00FDB362 /* View */,
9443698E1C6B53F000FDB362 /* Tool */,
944369871C6B482400FDB362 /* Model */,
944369121C6B375400FDB362 /* Controller */,
944369151C6B375400FDB362 /* Lib */,
944369531C6B375400FDB362 /* Model */,
944369541C6B375400FDB362 /* Other */,
944369591C6B375400FDB362 /* View */,
);
path = Class;
sourceTree = "<group>";
Expand All @@ -183,6 +198,8 @@
children = (
944369131C6B375400FDB362 /* ViewController.h */,
944369141C6B375400FDB362 /* ViewController.m */,
9443698B1C6B51DA00FDB362 /* MenuTableViewController.h */,
9443698C1C6B51DA00FDB362 /* MenuTableViewController.m */,
);
path = Controller;
sourceTree = "<group>";
Expand Down Expand Up @@ -276,26 +293,40 @@
path = SDWebImage;
sourceTree = "<group>";
};
944369531C6B375400FDB362 /* Model */ = {
944369541C6B375400FDB362 /* Other */ = {
isa = PBXGroup;
children = (
944369551C6B375400FDB362 /* AppDelegate.h */,
944369561C6B375400FDB362 /* AppDelegate.m */,
944369581C6B375400FDB362 /* main.m */,
);
path = Other;
sourceTree = "<group>";
};
944369871C6B482400FDB362 /* Model */ = {
isa = PBXGroup;
children = (
944369881C6B482E00FDB362 /* Menu.h */,
944369891C6B482E00FDB362 /* Menu.m */,
);
path = Model;
sourceTree = "<group>";
};
944369541C6B375400FDB362 /* Other */ = {
9443698E1C6B53F000FDB362 /* Tool */ = {
isa = PBXGroup;
children = (
944369551C6B375400FDB362 /* AppDelegate.h */,
944369561C6B375400FDB362 /* AppDelegate.m */,
944369581C6B375400FDB362 /* main.m */,
944369921C6B549200FDB362 /* SQLiteManager.h */,
944369931C6B549200FDB362 /* SQLiteManager.m */,
);
path = Other;
path = Tool;
sourceTree = "<group>";
};
944369591C6B375400FDB362 /* View */ = {
944369951C6B601B00FDB362 /* View */ = {
isa = PBXGroup;
children = (
944369961C6B603B00FDB362 /* MenuCell.h */,
944369971C6B603B00FDB362 /* MenuCell.m */,
944369991C6B604400FDB362 /* MenuCell.xib */,
);
path = View;
sourceTree = "<group>";
Expand Down Expand Up @@ -357,6 +388,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
9443699A1C6B604400FDB362 /* MenuCell.xib in Resources */,
944369661C6B375400FDB362 /* Info.plist in Resources */,
944368D81C6B2D9C00FDB362 /* LaunchScreen.storyboard in Resources */,
944368D51C6B2D9C00FDB362 /* Assets.xcassets in Resources */,
Expand All @@ -383,12 +415,16 @@
944369651C6B375400FDB362 /* FMResultSet.m in Sources */,
944369691C6B375400FDB362 /* SDImageCache.m in Sources */,
944369631C6B375400FDB362 /* FMDatabasePool.m in Sources */,
9443698A1C6B482E00FDB362 /* Menu.m in Sources */,
9443695E1C6B375400FDB362 /* AFURLRequestSerialization.m in Sources */,
9443695C1C6B375400FDB362 /* AFNetworkReachabilityManager.m in Sources */,
944369791C6B375400FDB362 /* main.m in Sources */,
9443696A1C6B375400FDB362 /* SDWebImageCompat.m in Sources */,
944369941C6B549200FDB362 /* SQLiteManager.m in Sources */,
9443698D1C6B51DA00FDB362 /* MenuTableViewController.m in Sources */,
944369771C6B375400FDB362 /* AppDelegate.m in Sources */,
944369681C6B375400FDB362 /* NSData+ImageContentType.m in Sources */,
944369981C6B603B00FDB362 /* MenuCell.m in Sources */,
9443695F1C6B375400FDB362 /* AFURLResponseSerialization.m in Sources */,
9443696E1C6B375400FDB362 /* SDWebImageManager.m in Sources */,
9443696C1C6B375400FDB362 /* SDWebImageDownloader.m in Sources */,
Expand Down
Empty file.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
type = "1"
version = "2.0">
</Bucket>
Empty file.
Empty file.
Empty file modified OfflineCache/Assets.xcassets/AppIcon.appiconset/Contents.json
100644 → 100755
Empty file.
Empty file modified OfflineCache/Base.lproj/LaunchScreen.storyboard
100644 → 100755
Empty file.
Loading

0 comments on commit fc04a15

Please sign in to comment.