Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mutualmobile/MMRecord into cnstol…
Browse files Browse the repository at this point in the history
…l_swift

Conflicts:
	Examples/MMRecordFoursquare/MMRecordFoursquare/MMRecordFoursquare.xcodeproj/xcshareddata/xcschemes/MMRecordFoursquare.xcscheme
  • Loading branch information
Conrad Stoll committed Jun 25, 2014
2 parents b9d4bbf + 1c16165 commit c2d7dff
Show file tree
Hide file tree
Showing 19 changed files with 650 additions and 352 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/* Begin PBXBuildFile section */
262496B816D9E45000767D83 /* MMRecordCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 262496B716D9E45000767D83 /* MMRecordCache.m */; };
2648FBEA195B0861009A6CBB /* MMRecordDebugger.m in Sources */ = {isa = PBXBuildFile; fileRef = 2648FBE8195AFC5B009A6CBB /* MMRecordDebugger.m */; };
267469E516A1C128006A6A81 /* MMRecordResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 267469E416A1C128006A6A81 /* MMRecordResponse.m */; };
267469EC16A1C226006A6A81 /* MMRecordProtoRecord.m in Sources */ = {isa = PBXBuildFile; fileRef = 267469EB16A1C226006A6A81 /* MMRecordProtoRecord.m */; };
2690DDEE16DAE38A00FE31AC /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2690DDED16DAE38A00FE31AC /* MobileCoreServices.framework */; };
Expand Down Expand Up @@ -95,6 +96,8 @@
/* Begin PBXFileReference section */
262496B616D9E45000767D83 /* MMRecordCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MMRecordCache.h; sourceTree = "<group>"; };
262496B716D9E45000767D83 /* MMRecordCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MMRecordCache.m; sourceTree = "<group>"; };
2648FBE7195AFC5B009A6CBB /* MMRecordDebugger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MMRecordDebugger.h; sourceTree = "<group>"; };
2648FBE8195AFC5B009A6CBB /* MMRecordDebugger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MMRecordDebugger.m; sourceTree = "<group>"; };
267469E316A1C128006A6A81 /* MMRecordResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MMRecordResponse.h; sourceTree = "<group>"; };
267469E416A1C128006A6A81 /* MMRecordResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MMRecordResponse.m; sourceTree = "<group>"; };
267469EA16A1C226006A6A81 /* MMRecordProtoRecord.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MMRecordProtoRecord.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -192,7 +195,6 @@
55F951FB165C73460060851E /* ADNPostsViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ADNPostsViewController.m; sourceTree = "<group>"; };
55F9520B165C741E0060851E /* MMRecord.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MMRecord.h; sourceTree = "<group>"; };
55F9520C165C741E0060851E /* MMRecord.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MMRecord.m; sourceTree = "<group>"; };
55F9520E165C741E0060851E /* MMRecordErrors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MMRecordErrors.h; sourceTree = "<group>"; };
55F9520F165C741E0060851E /* MMServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MMServer.h; sourceTree = "<group>"; };
55F95210165C741E0060851E /* MMServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MMServer.m; sourceTree = "<group>"; };
55F95211165C741E0060851E /* MMServerPageManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MMServerPageManager.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -478,7 +480,8 @@
55F9520C165C741E0060851E /* MMRecord.m */,
262496B616D9E45000767D83 /* MMRecordCache.h */,
262496B716D9E45000767D83 /* MMRecordCache.m */,
55F9520E165C741E0060851E /* MMRecordErrors.h */,
2648FBE7195AFC5B009A6CBB /* MMRecordDebugger.h */,
2648FBE8195AFC5B009A6CBB /* MMRecordDebugger.m */,
5569077916FA750D0040D191 /* MMRecordMarshaler.h */,
5569077A16FA750D0040D191 /* MMRecordMarshaler.m */,
267469EA16A1C226006A6A81 /* MMRecordProtoRecord.h */,
Expand Down Expand Up @@ -658,6 +661,7 @@
55F95227165C76370060851E /* Post.m in Sources */,
55F9522A165C76920060851E /* ADNRecord.m in Sources */,
55AA517018BF997F00F54E80 /* CoverImage.m in Sources */,
2648FBEA195B0861009A6CBB /* MMRecordDebugger.m in Sources */,
55F95243165C77380060851E /* AFHTTPClient.m in Sources */,
55AA657418FB1F610018B4A0 /* FBTweakInline.m in Sources */,
55F95244165C77380060851E /* AFHTTPRequestOperation.m in Sources */,
Expand Down
12 changes: 7 additions & 5 deletions Examples/MMRecordAppDotNet/MMRecordAppDotNet/MMAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,18 @@
@implementation MMAppDelegate

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
//[ADNServer registerAFHTTPClient:[ADNHTTPClient sharedClient]];
//[ADNRecord registerServerClass:[ADNServer class]];
[ADNServer registerAFHTTPClient:[ADNHTTPClient sharedClient]];
[ADNRecord registerServerClass:[ADNServer class]];

[FBMMRecordTweakModel loadTweaksForManagedObjectModel:[MMDataManager sharedDataManager].managedObjectModel];
#define FBMMRecordTweakModelDefine

[MMJSONServer registerResourceName:@"posts" forPathComponent:@"posts"];
[ADNRecord registerServerClass:[MMJSONServer class]];
// You can uncomment the below methods to enable the MMJSONServer for this example project
// [MMJSONServer registerResourceName:@"posts" forPathComponent:@"posts"];
// [ADNRecord registerServerClass:[MMJSONServer class]];

//[MMRecord setLoggingLevel:MMRecordLoggingLevelDebug];
// You can uncomment the below line to enable logging for this example project
// [MMRecord setLoggingLevel:MMRecordLoggingLevelDebug];

return YES;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
26ECD8A8195B3E8800DBB3C5 /* MMRecordDebugger.m in Sources */ = {isa = PBXBuildFile; fileRef = 26ECD8A7195B3E8800DBB3C5 /* MMRecordDebugger.m */; };
26F9870918666C03000CAF96 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 26F9870518666C03000CAF96 /* Main.storyboard */; };
26F9870A18666C03000CAF96 /* MMViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 26F9870818666C03000CAF96 /* MMViewController.m */; };
26F9870D18667076000CAF96 /* MMVenueViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 26F9870C18667076000CAF96 /* MMVenueViewController.m */; };
Expand Down Expand Up @@ -72,6 +73,8 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
26ECD8A6195B3E8800DBB3C5 /* MMRecordDebugger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MMRecordDebugger.h; sourceTree = "<group>"; };
26ECD8A7195B3E8800DBB3C5 /* MMRecordDebugger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MMRecordDebugger.m; sourceTree = "<group>"; };
26F9870618666C03000CAF96 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = MMRecordFoursquare/Base.lproj/Main.storyboard; sourceTree = SOURCE_ROOT; };
26F9870718666C03000CAF96 /* MMViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MMViewController.h; path = MMRecordFoursquare/MMViewController.h; sourceTree = SOURCE_ROOT; };
26F9870818666C03000CAF96 /* MMViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MMViewController.m; path = MMRecordFoursquare/MMViewController.m; sourceTree = SOURCE_ROOT; };
Expand Down Expand Up @@ -138,8 +141,6 @@
55D2789218297E01008CB6B4 /* MMRecord.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MMRecord.m; sourceTree = "<group>"; };
55D2789318297E01008CB6B4 /* MMRecordCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MMRecordCache.h; sourceTree = "<group>"; };
55D2789418297E01008CB6B4 /* MMRecordCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MMRecordCache.m; sourceTree = "<group>"; };
55D2789518297E01008CB6B4 /* MMRecordErrors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MMRecordErrors.h; sourceTree = "<group>"; };
55D2789618297E01008CB6B4 /* MMRecordLoggers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MMRecordLoggers.h; sourceTree = "<group>"; };
55D2789718297E01008CB6B4 /* MMRecordMarshaler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MMRecordMarshaler.h; sourceTree = "<group>"; };
55D2789818297E01008CB6B4 /* MMRecordMarshaler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MMRecordMarshaler.m; sourceTree = "<group>"; };
55D2789918297E01008CB6B4 /* MMRecordProtoRecord.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MMRecordProtoRecord.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -389,8 +390,8 @@
55D2789218297E01008CB6B4 /* MMRecord.m */,
55D2789318297E01008CB6B4 /* MMRecordCache.h */,
55D2789418297E01008CB6B4 /* MMRecordCache.m */,
55D2789518297E01008CB6B4 /* MMRecordErrors.h */,
55D2789618297E01008CB6B4 /* MMRecordLoggers.h */,
26ECD8A6195B3E8800DBB3C5 /* MMRecordDebugger.h */,
26ECD8A7195B3E8800DBB3C5 /* MMRecordDebugger.m */,
55D2789718297E01008CB6B4 /* MMRecordMarshaler.h */,
55D2789818297E01008CB6B4 /* MMRecordMarshaler.m */,
55D2789918297E01008CB6B4 /* MMRecordProtoRecord.h */,
Expand Down Expand Up @@ -558,6 +559,7 @@
550DFAA41846AF2300E76A6B /* Menu.m in Sources */,
26F9870A18666C03000CAF96 /* MMViewController.m in Sources */,
55D278AA18297E01008CB6B4 /* MMRecordRepresentation.m in Sources */,
26ECD8A8195B3E8800DBB3C5 /* MMRecordDebugger.m in Sources */,
55FB3C1A18C1A10400B861BA /* AFMMRecordSessionManagerServer.m in Sources */,
55D278B2182980BC008CB6B4 /* FSRecord.m in Sources */,
55D278A618297E01008CB6B4 /* MMRecord.m in Sources */,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(

sessionManager.responseSerializer = serializer;

// You can uncomment the below line to enable logging for this example project
//[MMRecord setLoggingLevel:MMRecordLoggingLevelAll];

return YES;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ - (void)cancel {
[self.lock lock];
if (![self isFinished] && ![self isCancelled]) {
[self willChangeValueForKey:@"isCancelled"];
_cancelled = YES;
self.cancelled = YES;
[super cancel];
[self didChangeValueForKey:@"isCancelled"];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
26ECD8AB195B3EA200DBB3C5 /* MMRecordDebugger.m in Sources */ = {isa = PBXBuildFile; fileRef = 26ECD8AA195B3EA200DBB3C5 /* MMRecordDebugger.m */; };
5509C0ED16FE8E6600310806 /* MMInstagramManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5509C0EC16FE8E6600310806 /* MMInstagramManager.m */; };
5509C0F016FE902C00310806 /* MediaCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 5509C0EF16FE902C00310806 /* MediaCell.m */; };
5509C0F216FE903F00310806 /* MediaCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5509C0F116FE903F00310806 /* MediaCell.xib */; };
Expand Down Expand Up @@ -73,6 +74,8 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
26ECD8A9195B3EA200DBB3C5 /* MMRecordDebugger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MMRecordDebugger.h; sourceTree = "<group>"; };
26ECD8AA195B3EA200DBB3C5 /* MMRecordDebugger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MMRecordDebugger.m; sourceTree = "<group>"; };
5509C0EB16FE8E6600310806 /* MMInstagramManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MMInstagramManager.h; sourceTree = "<group>"; };
5509C0EC16FE8E6600310806 /* MMInstagramManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MMInstagramManager.m; sourceTree = "<group>"; };
5509C0EE16FE902C00310806 /* MediaCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MediaCell.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -130,7 +133,6 @@
9FABD97916FA93EF00184BA5 /* MMRecord.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MMRecord.m; sourceTree = "<group>"; };
9FABD97A16FA93EF00184BA5 /* MMRecordCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MMRecordCache.h; sourceTree = "<group>"; };
9FABD97B16FA93EF00184BA5 /* MMRecordCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MMRecordCache.m; sourceTree = "<group>"; };
9FABD98216FA93EF00184BA5 /* MMRecordErrors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MMRecordErrors.h; sourceTree = "<group>"; };
9FABD98316FA93EF00184BA5 /* MMRecordMarshaler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MMRecordMarshaler.h; sourceTree = "<group>"; };
9FABD98416FA93EF00184BA5 /* MMRecordMarshaler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MMRecordMarshaler.m; sourceTree = "<group>"; };
9FABD98816FA93EF00184BA5 /* MMRecordProtoRecord.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MMRecordProtoRecord.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -380,7 +382,8 @@
9FABD97916FA93EF00184BA5 /* MMRecord.m */,
9FABD97A16FA93EF00184BA5 /* MMRecordCache.h */,
9FABD97B16FA93EF00184BA5 /* MMRecordCache.m */,
9FABD98216FA93EF00184BA5 /* MMRecordErrors.h */,
26ECD8A9195B3EA200DBB3C5 /* MMRecordDebugger.h */,
26ECD8AA195B3EA200DBB3C5 /* MMRecordDebugger.m */,
9FABD98316FA93EF00184BA5 /* MMRecordMarshaler.h */,
9FABD98416FA93EF00184BA5 /* MMRecordMarshaler.m */,
9FABD98816FA93EF00184BA5 /* MMRecordProtoRecord.h */,
Expand Down Expand Up @@ -565,6 +568,7 @@
9FABD9B816FA966A00184BA5 /* AFHTTPClient.m in Sources */,
9FABD9B916FA966A00184BA5 /* AFHTTPRequestOperation.m in Sources */,
9FABD9BA16FA966A00184BA5 /* AFImageRequestOperation.m in Sources */,
26ECD8AB195B3EA200DBB3C5 /* MMRecordDebugger.m in Sources */,
9FABD9BB16FA966A00184BA5 /* AFJSONRequestOperation.m in Sources */,
9FABD9BC16FA966A00184BA5 /* AFNetworkActivityIndicatorManager.m in Sources */,
9FABD9BD16FA966A00184BA5 /* AFPropertyListRequestOperation.m in Sources */,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ @implementation MMAppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
[MMJSONPerformanceTestingServer setResultSetSize:10000];
[ADNRecord registerServerClass:[MMJSONPerformanceTestingServer class]];

// You can uncomment the below line to enable logging for this example project
//[MMRecord setLoggingLevel:MMRecordLoggingLevelAll];

return YES;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
267469EC16A1C226006A6A81 /* MMRecordProtoRecord.m in Sources */ = {isa = PBXBuildFile; fileRef = 267469EB16A1C226006A6A81 /* MMRecordProtoRecord.m */; };
2690DDEE16DAE38A00FE31AC /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2690DDED16DAE38A00FE31AC /* MobileCoreServices.framework */; };
2690DDF016DAE39000FE31AC /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2690DDEF16DAE39000FE31AC /* SystemConfiguration.framework */; };
26ECD8B1195B3EC900DBB3C5 /* MMRecordDebugger.m in Sources */ = {isa = PBXBuildFile; fileRef = 26ECD8B0195B3EC900DBB3C5 /* MMRecordDebugger.m */; };
55063A2C16FD626B009263E2 /* MMAFJSONServer.m in Sources */ = {isa = PBXBuildFile; fileRef = 55063A2A16FD6249009263E2 /* MMAFJSONServer.m */; };
5509C0D416FE5CFD00310806 /* Counts.m in Sources */ = {isa = PBXBuildFile; fileRef = 5509C0D316FE5CFD00310806 /* Counts.m */; };
5509C0D716FE634E00310806 /* ADNUserSearchViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5509C0D616FE634E00310806 /* ADNUserSearchViewController.m */; };
Expand Down Expand Up @@ -84,6 +85,8 @@
267469EB16A1C226006A6A81 /* MMRecordProtoRecord.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MMRecordProtoRecord.m; sourceTree = "<group>"; };
2690DDED16DAE38A00FE31AC /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
2690DDEF16DAE39000FE31AC /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
26ECD8AF195B3EC900DBB3C5 /* MMRecordDebugger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MMRecordDebugger.h; sourceTree = "<group>"; };
26ECD8B0195B3EC900DBB3C5 /* MMRecordDebugger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MMRecordDebugger.m; sourceTree = "<group>"; };
55063A2916FD6249009263E2 /* MMAFJSONServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MMAFJSONServer.h; sourceTree = "<group>"; };
55063A2A16FD6249009263E2 /* MMAFJSONServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MMAFJSONServer.m; sourceTree = "<group>"; };
5509C0D216FE5CFD00310806 /* Counts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Counts.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -141,7 +144,6 @@
55F951FB165C73460060851E /* ADNPostsViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ADNPostsViewController.m; sourceTree = "<group>"; };
55F9520B165C741E0060851E /* MMRecord.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MMRecord.h; sourceTree = "<group>"; };
55F9520C165C741E0060851E /* MMRecord.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MMRecord.m; sourceTree = "<group>"; };
55F9520E165C741E0060851E /* MMRecordErrors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MMRecordErrors.h; sourceTree = "<group>"; };
55F9520F165C741E0060851E /* MMServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MMServer.h; sourceTree = "<group>"; };
55F95210165C741E0060851E /* MMServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MMServer.m; sourceTree = "<group>"; };
55F95211165C741E0060851E /* MMServerPageManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MMServerPageManager.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -374,7 +376,8 @@
55F9520C165C741E0060851E /* MMRecord.m */,
262496B616D9E45000767D83 /* MMRecordCache.h */,
262496B716D9E45000767D83 /* MMRecordCache.m */,
55F9520E165C741E0060851E /* MMRecordErrors.h */,
26ECD8AF195B3EC900DBB3C5 /* MMRecordDebugger.h */,
26ECD8B0195B3EC900DBB3C5 /* MMRecordDebugger.m */,
5569077916FA750D0040D191 /* MMRecordMarshaler.h */,
5569077A16FA750D0040D191 /* MMRecordMarshaler.m */,
267469EA16A1C226006A6A81 /* MMRecordProtoRecord.h */,
Expand Down Expand Up @@ -555,6 +558,7 @@
55F9524A165C77380060851E /* AFXMLRequestOperation.m in Sources */,
55F9524B165C77380060851E /* UIImageView+AFNetworking.m in Sources */,
55F95256165C78930060851E /* MMDataManager.m in Sources */,
26ECD8B1195B3EC900DBB3C5 /* MMRecordDebugger.m in Sources */,
55F95260165C82B90060851E /* PostCell.m in Sources */,
267469E516A1C128006A6A81 /* MMRecordResponse.m in Sources */,
267469EC16A1C226006A6A81 /* MMRecordProtoRecord.m in Sources */,
Expand Down
Loading

0 comments on commit c2d7dff

Please sign in to comment.