-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
43 lines (32 loc) · 1.47 KB
/
README.txt
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
smcliv is Copyright (C) 2010-2011, John McKerrell. smcliv
is distributed under the terms of the Artistic License 2.0. For more
details, see the full text of the license in the file LICENSE.
This app provides information about talks that have been given
at Social Media Cafe events in Liverpool.
The app was created as a basic example of using the
HierarchyApp & HierarchyViewController source code available
here: https://github.com/johnmckerrell/HierarchyApp
To build smcliv you will need to run the following commands from
within your checked out smcliv repository to retrieve the
HierarchyApp source code:
git submodule init
git submodule update
To use the WebBrowserViewController you will also need some
images from the iOS SDK. I recommend you use UIKit Artwork Extractor:
https://github.com/0xced/UIKit-Artwork-Extractor
You will need the following files:
UIButtonBarArrowLeft.png
UIButtonBarArrowRight.png
UIButtonBarRefresh.png
UIButtonBarStop.png
Other icons included in HierarchyApp are taken from the Glyphish icon set
and are licensed under a Creative Commons Attribution license. Please
be aware of this if you intend to re-use them in your own app,
for more information see here: http://glyphish.com/
Icons available on the app store may include icons from the
Glyphish Pro set, these will not be included in the resource
available from github.com due to license restrictions.