|
|
@@ -7,6 +7,9 @@
|
|
|
objects = {
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
+ 22679D581C74188D002248FC /* Dog.m in Sources */ = {isa = PBXBuildFile; fileRef = 22679D571C74188D002248FC /* Dog.m */; };
|
|
|
+ 22679D5C1C7418B6002248FC /* Owner.m in Sources */ = {isa = PBXBuildFile; fileRef = 22679D5B1C7418B6002248FC /* Owner.m */; };
|
|
|
+ 22679D5D1C741A7A002248FC /* dogs.realm in Resources */ = {isa = PBXBuildFile; fileRef = 22679D551C741764002248FC /* dogs.realm */; };
|
|
|
3EC6487318FF8A5000024205 /* ReadMe.txt in Resources */ = {isa = PBXBuildFile; fileRef = 3EC6487218FF8A5000024205 /* ReadMe.txt */; };
|
|
|
5356823E18F3656900BAAD62 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5356823D18F3656900BAAD62 /* Foundation.framework */; };
|
|
|
5356824018F3656900BAAD62 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5356823F18F3656900BAAD62 /* CoreGraphics.framework */; };
|
|
|
@@ -47,7 +50,25 @@
|
|
|
94CB4D431A97183E0054A905 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 94CB4D421A97183E0054A905 /* libz.dylib */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
+/* Begin PBXCopyFilesBuildPhase section */
|
|
|
+ 22161B631C74171A0009425F /* Embed Frameworks */ = {
|
|
|
+ isa = PBXCopyFilesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ dstPath = "";
|
|
|
+ dstSubfolderSpec = 10;
|
|
|
+ files = (
|
|
|
+ );
|
|
|
+ name = "Embed Frameworks";
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
+/* End PBXCopyFilesBuildPhase section */
|
|
|
+
|
|
|
/* Begin PBXFileReference section */
|
|
|
+ 22679D551C741764002248FC /* dogs.realm */ = {isa = PBXFileReference; lastKnownFileType = file; path = dogs.realm; sourceTree = "<group>"; };
|
|
|
+ 22679D561C74188D002248FC /* Dog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Dog.h; sourceTree = "<group>"; };
|
|
|
+ 22679D571C74188D002248FC /* Dog.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Dog.m; sourceTree = "<group>"; };
|
|
|
+ 22679D5A1C7418B6002248FC /* Owner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Owner.h; sourceTree = "<group>"; };
|
|
|
+ 22679D5B1C7418B6002248FC /* Owner.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Owner.m; sourceTree = "<group>"; };
|
|
|
3EC6487218FF8A5000024205 /* ReadMe.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ReadMe.txt; sourceTree = SOURCE_ROOT; };
|
|
|
5356823A18F3656900BAAD62 /* UICatalog.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = UICatalog.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
5356823D18F3656900BAAD62 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
|
|
@@ -134,6 +155,18 @@
|
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
|
|
/* Begin PBXGroup section */
|
|
|
+ 22679D591C741891002248FC /* Realm */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 22679D551C741764002248FC /* dogs.realm */,
|
|
|
+ 22679D561C74188D002248FC /* Dog.h */,
|
|
|
+ 22679D571C74188D002248FC /* Dog.m */,
|
|
|
+ 22679D5A1C7418B6002248FC /* Owner.h */,
|
|
|
+ 22679D5B1C7418B6002248FC /* Owner.m */,
|
|
|
+ );
|
|
|
+ name = Realm;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
5356823118F3656900BAAD62 = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
@@ -251,6 +284,7 @@
|
|
|
53874F9A18F36B6900510922 /* Application */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 22679D591C741891002248FC /* Realm */,
|
|
|
5356824918F3656900BAAD62 /* main.m */,
|
|
|
5356827B18F3670300BAAD62 /* AAPLAppDelegate.h */,
|
|
|
5356827C18F3670300BAAD62 /* AAPLAppDelegate.m */,
|
|
|
@@ -281,6 +315,7 @@
|
|
|
5356823618F3656900BAAD62 /* Sources */,
|
|
|
5356823718F3656900BAAD62 /* Frameworks */,
|
|
|
5356823818F3656900BAAD62 /* Resources */,
|
|
|
+ 22161B631C74171A0009425F /* Embed Frameworks */,
|
|
|
);
|
|
|
buildRules = (
|
|
|
);
|
|
|
@@ -323,6 +358,7 @@
|
|
|
isa = PBXResourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
+ 22679D5D1C741A7A002248FC /* dogs.realm in Resources */,
|
|
|
5356825418F3656900BAAD62 /* Main_iPad.storyboard in Resources */,
|
|
|
53874F9918F36B1800510922 /* Localizable.strings in Resources */,
|
|
|
5356825918F3656900BAAD62 /* Images.xcassets in Resources */,
|
|
|
@@ -338,6 +374,7 @@
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
+ 22679D5C1C7418B6002248FC /* Owner.m in Sources */,
|
|
|
535682AE18F3670300BAAD62 /* AAPLDatePickerController.m in Sources */,
|
|
|
535682AB18F3670300BAAD62 /* AAPLButtonViewController.m in Sources */,
|
|
|
535682B618F3670300BAAD62 /* AAPLSegmentedControlViewController.m in Sources */,
|
|
|
@@ -356,6 +393,7 @@
|
|
|
535682B918F3670300BAAD62 /* AAPLStepperViewController.m in Sources */,
|
|
|
535682AA18F3670300BAAD62 /* AAPLAppDelegate.m in Sources */,
|
|
|
535682B518F3670300BAAD62 /* AAPLProgressViewController.m in Sources */,
|
|
|
+ 22679D581C74188D002248FC /* Dog.m in Sources */,
|
|
|
535682AD18F3670300BAAD62 /* AAPLCustomToolbarViewController.m in Sources */,
|
|
|
535682A818F3670300BAAD62 /* AAPLActivityIndicatorViewController.m in Sources */,
|
|
|
535682B818F3670300BAAD62 /* AAPLSplitViewControllerDelegate.m in Sources */,
|