forked from Nyceane/TEDx-iPhone-Template
-
Notifications
You must be signed in to change notification settings - Fork 5
/
TEDxAlcatraz-Info.plist
164 lines (164 loc) · 5.1 KB
/
TEDxAlcatraz-Info.plist
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Archive</key>
<array>
<dict>
<key>Address</key>
<string>300 E. Ocean Boulevard Long Beach, CA 90802</string>
<key>EmailAddress</key>
<string>peter@catch.com</string>
<key>EventHashTag</key>
<string>#TED2012</string>
<key>EventId</key>
<integer>24</integer>
<key>Latitude</key>
<real>33.765003</real>
<key>Longitude</key>
<real>-118.189523</real>
<key>Name</key>
<string>Long Beach Convention and Entertainment Center</string>
<key>SubEventId</key>
<string>25</string>
<key>TEDConference</key>
<string>TED2012</string>
</dict>
<dict>
<key>Address</key>
<string>150 Morrison Street Edinburgh, Midlothian EH3 8EE, United Kingdom </string>
<key>EmailAddress</key>
<string>peter@catch.com</string>
<key>EventHashTag</key>
<string>#TEDGlobal2011</string>
<key>EventId</key>
<integer>21</integer>
<key>Latitude</key>
<real>55.946501</real>
<key>Longitude</key>
<real>-3.209445</real>
<key>Name</key>
<string>Edinburgh International Conference Centre</string>
<key>SubEventId</key>
<string>22</string>
<key>TEDConference</key>
<string>TEDGlobal 2011</string>
</dict>
<dict>
<key>Address</key>
<string>300 E. Ocean Boulevard Long Beach, CA 90802</string>
<key>EmailAddress</key>
<string>peter@catch.com</string>
<key>EventHashTag</key>
<string>#TED2011</string>
<key>EventId</key>
<integer>19</integer>
<key>Latitude</key>
<real>33.765003</real>
<key>Longitude</key>
<real>-118.189523</real>
<key>Name</key>
<string>Long Beach Convention and Entertainment Center</string>
<key>SubEventId</key>
<string>18</string>
<key>TEDConference</key>
<string>TED2011</string>
</dict>
</array>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDisplayName</key>
<string>TED2012</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFiles</key>
<array>
<string>Icon.png</string>
<string>Icon@2x.png</string>
<string>Icon-72.png</string>
<string>Icon-Small-50.png</string>
<string>Icon-Small.png</string>
<string>Icon-Small@2x.png</string>
</array>
<key>CFBundleIdentifier</key>
<string>com.catchnotes.tedapp</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<key>CFBundleSignature</key>
<string>CATH</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>com.catch.ted</string>
<key>CFBundleURLSchemes</key>
<array>
<string>catchted</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>2</string>
<key>FusionTableCalls</key>
<dict>
<key>GetEventAbout</key>
<string>https://www.google.com/fusiontables/api/query?sql=SELECT+About+FROM+561503+WHERE+EventId=%d&jsonCallback=</string>
<key>GetEventAboutCallBack</key>
<string>about</string>
<key>GetEventSessions</key>
<string>https://www.google.com/fusiontables/api/query?sql=SELECT+SessionId,+SessionTime,+SessionName+FROM+560983+WHERE+EventId=%d&jsonCallback=</string>
<key>GetEventSessionsCallBack</key>
<string>sessions</string>
<key>GetEventSpeakers</key>
<string>https://www.google.com/fusiontables/api/query?sql=SELECT+SpeakerId,+EventId,+SpeakerOrder,+FirstName,+LastName,+Title,+Topic,+Facebook,+Email,+Website,+Twitter,+Description,+PhotoUrl,+ScheduleDate,+Session+FROM+561408+WHERE+EventId=%d&jsonCallback=</string>
<key>GetEventSpeakersCallBack</key>
<string>speakers</string>
<key>GetEventVersion</key>
<string>https://www.google.com/fusiontables/api/query?sql=SELECT+EventVersion+FROM+561503+WHERE+EventId=%d&jsonCallback=</string>
<key>GetEventVersionCallBack</key>
<string>version</string>
</dict>
<key>LSRequiresIPhoneOS</key>
<false/>
<key>NSMainNibFile</key>
<string>MainWindow</string>
<key>TEDVenue</key>
<dict>
<key>Address</key>
<string>300 E. Ocean Boulevard Long Beach, CA 90802</string>
<key>EmailAddress</key>
<string>peter@catch.com</string>
<key>EventId</key>
<integer>19</integer>
<key>Latitude</key>
<real>33.765003</real>
<key>Longitude</key>
<string>-118.189523</string>
<key>Name</key>
<string>Long Beach Convention and Entertainment Center</string>
<key>SubEventId</key>
<string>18</string>
<key>TEDConference</key>
<string>TEDGlobal 2011</string>
</dict>
<key>UIInterfaceOrientation</key>
<string>UIInterfaceOrientationPortrait</string>
<key>UIPrerenderedIcon</key>
<false/>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleBlackOpaque</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
</dict>
</plist>