Skip to content

Instantly share code, notes, and snippets.

@franciscoadasme
Created June 24, 2012 18:09
Show Gist options
  • Save franciscoadasme/2984258 to your computer and use it in GitHub Desktop.
Save franciscoadasme/2984258 to your computer and use it in GitHub Desktop.
MDMCategory loading from plist
2012-06-24 14:07:47.653 MDMCoreData[1428:403] category: <MDMCategory: 0x7ffbd212da70> (entity: Category; id: 0x7ffbd212db00 <x-coredata:///Category/tF2FA1117-5B70-4B08-9C2C-96731C55BF622> ; data: {
extensions = (
"0x7ffbd2135630 <x-coredata:///Extension/tF2FA1117-5B70-4B08-9C2C-96731C55BF623>",
"0x7ffbd2137b80 <x-coredata:///Extension/tF2FA1117-5B70-4B08-9C2C-96731C55BF624>",
"0x7ffbd2138950 <x-coredata:///Extension/tF2FA1117-5B70-4B08-9C2C-96731C55BF625>",
"0x7ffbd2134a80 <x-coredata:///Extension/tF2FA1117-5B70-4B08-9C2C-96731C55BF626>"
);
label = Documents;
location = "/Users/kdragon/Documents";
objects = (
);
pattern = nil;
})
2012-06-24 14:07:47.663 MDMCoreData[1428:403] category: <MDMCategory: 0x104f62290> (entity: Category; id: 0x104f622f0 <x-coredata:///Category/tF2FA1117-5B70-4B08-9C2C-96731C55BF627> ; data: {
extensions = (
"0x104f5f0f0 <x-coredata:///Extension/tF2FA1117-5B70-4B08-9C2C-96731C55BF628>",
"0x104f62310 <x-coredata:///Extension/tF2FA1117-5B70-4B08-9C2C-96731C55BF629>"
);
label = Videos;
location = "/Users/kdragon/Movies";
objects = (
);
pattern = nil;
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment