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
48 lines (32 loc) · 1.63 KB
/
ReadMe.txt
File metadata and controls
48 lines (32 loc) · 1.63 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
### LaunchMe ###
================================================================================
DESCRIPTION:
The LaunchMe sample application demonstrates how to register a new URL type. Registering a new URL type allows other applications to interact with yours. This sample also shows how to handle an incoming openURL: message from another application. When servicing an openURL: message from another application, you must be very careful to validate the URL in the message before allowing your application to proceed. After you build and run LaunchMe, it displays a dialog with instructions on how to use the application.
================================================================================
BUILD REQUIREMENTS:
iOS 4.0 SDK
================================================================================
RUNTIME REQUIREMENTS:
iPhone OS 3.2 or later
================================================================================
PACKAGING LIST:
LaunchMeAppDelegate.h
LaunchMeAppDelegate.m
The controller for the application. Handles incoming URL requests.
================================================================================
CHANGES FROM PREVIOUS VERSIONS:
Version 1.6
- Upgraded project to build with the iOS 4.0 SDK.
Version 1.5
- Updated for and tested with iPhone OS 2.0. First public release.
Version 1.4
- Updated for Beta 6.
- Added LSRequiresIPhoneOS key to Info.plist.
Version 1.3
- Updated for Beta 4.
Version 1.2
- Added code signing.
Version 1.1
- Updated for Beta 3.
================================================================================
Copyright (C) 2008-2010 Apple Inc. All rights reserved.