forked from eway2012/SampleCode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadMe.txt
More file actions
51 lines (33 loc) · 1.56 KB
/
ReadMe.txt
File metadata and controls
51 lines (33 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
### Locations ###
===========================================================================
DESCRIPTION:
This sample represents the completed project from the Core Data Tutorial for iPhone OS. The application displays a list of events, which encapsulate a time stamp and a geographical location expressed in latitude and longitude, and allows the user to add and remove events.
===========================================================================
BUILD REQUIREMENTS:
iOS 4.0 SDK
===========================================================================
RUNTIME REQUIREMENTS:
iPhone OS 3.2 or later
===========================================================================
PACKAGING LIST:
LocationsAppDelegate.{h,m}
Configures the Core Data stack and the first view controllers.
RootViewController.{h,m}
Manages a table view for listing all events. Provides controls for adding and removing removing events.
Event.{h,m}
A simple managed object class to represent an event.
Locations.xcdatamodel
The Core Data managed object model for the application.
===========================================================================
CHANGES FROM PREVIOUS VERSIONS:
Version 1.3
- Added CFBundleIconFiles in Info.plist.
Version 1.2
- Upgraded project to build with the iOS 4.0 SDK.
Version 1.1
- Updated the ReadMe to reflect an update to the tutorial title.
- Added 'nonatomic' to property declarations for Event.
Version 1.0
- First version.
===========================================================================
Copyright (C) 2009-2010 Apple Inc. All rights reserved.