forked from vandadnp/iOS-8-Swift-Programming-Cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontents.xcworkspacedata
667 lines (667 loc) · 29.7 KB
/
contents.xcworkspacedata
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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<Group
location = "group:chapter-datesCalendarsEvents"
name = "chapter-datesCalendarsEvents">
<FileRef
location = "group:Retrieving the Attendees of an Event/Retrieving the Attendees of an Event.xcodeproj">
</FileRef>
<FileRef
location = "group:Retrieving Calendar Groups/Retrieving Calendar Groups.xcodeproj">
</FileRef>
<FileRef
location = "group:Requesting Permission to Access Calendars/Requesting Permission to Access Calendars.xcodeproj">
</FileRef>
<FileRef
location = "group:Removing Events From Calendars/Removing Events From Calendars.xcodeproj">
</FileRef>
<FileRef
location = "group:Constructing Date Objects/Constructing Date Objects.xcodeproj">
</FileRef>
<FileRef
location = "group:Adding Recurring Events to Calendars/Adding Recurring Events to Calendars.xcodeproj">
</FileRef>
<FileRef
location = "group:Adding Events to Calendars/Adding Events to Calendars.xcodeproj">
</FileRef>
<FileRef
location = "group:Adding Alarms to Calendars/Adding Alarms to Calendars.xcodeproj">
</FileRef>
<FileRef
location = "group:Accessing the Contents of Calendars/Accessing the Contents of Calendars.xcodeproj">
</FileRef>
</Group>
<Group
location = "group:chapter-addressBook"
name = "chapter-addressBook">
<FileRef
location = "group:Adding Persons to Groups/Adding Persons to Groups.xcodeproj">
</FileRef>
<FileRef
location = "group:Inserting a Group Entry into the Address Book/Inserting a Group Entry into the Address Book.xcodeproj">
</FileRef>
<FileRef
location = "group:Inserting a Person Entry into the Address Book/Inserting a Person Entry into the Address Book.xcodeproj">
</FileRef>
<FileRef
location = "group:Requesting Access to the Address Book/Requesting Access to the Address Book.xcodeproj">
</FileRef>
<FileRef
location = "group:Retrieving a Person Entity with System UI/Retrieving a Person Entity with System UI.xcodeproj">
</FileRef>
<FileRef
location = "group:Retrieving a Property of a Person Entity with System UI/Retrieving a Property of a Person Entity with System UI.xcodeproj">
</FileRef>
<FileRef
location = "group:Retrieving All the People in the Address Book/Retrieving All the People in the Address Book.xcodeproj">
</FileRef>
<FileRef
location = "group:Retrieving and Setting a Person's Address Book Image/Retrieving and Setting a Person's Address Book Image.xcodeproj">
</FileRef>
<FileRef
location = "group:Retrieving Properties of Address Book Entries/Retrieving Properties of Address Book Entries.xcodeproj">
</FileRef>
<FileRef
location = "group:Searching the Address Book/Searching the Address Book.xcodeproj">
</FileRef>
</Group>
<Group
location = "group:chapter-basics"
name = "chapter-basics">
<FileRef
location = "group:Accepting User Text Input with UITextField/Accepting User Text Input with UITextField.xcodeproj">
</FileRef>
<FileRef
location = "group:Adding Blur Effects to Your Views/Adding Blur Effects to Your Views.xcodeproj">
</FileRef>
<FileRef
location = "group:Adding Buttons to Navigation Bars Using UIBarButtonItem/Adding Buttons to Navigation Bars Using UIBarButtonItem.xcodeproj">
</FileRef>
<FileRef
location = "group:Adding Buttons to the User Interface with UIButton/Adding Buttons to the User Interface with UIButton.xcodeproj">
</FileRef>
<FileRef
location = "group:Creating Scrollable Content with UIScrollView/Creating Scrollable Content with UIScrollView.xcodeproj">
</FileRef>
<FileRef
location = "group:Creating, Using and Customizing Switches with UISwitch/Creating, Using and Customizing Switches with UISwitch.xcodeproj">
</FileRef>
<FileRef
location = "group:Displaying Alerts and Action Sheets/Displaying Alerts and Action Sheets.xcodeproj">
</FileRef>
<FileRef
location = "group:Displaying an Image on a Navigation Bar/Displaying an Image on a Navigation Bar.xcodeproj">
</FileRef>
<FileRef
location = "group:Displaying Images with UIImageView/Displaying Images with UIImageView.xcodeproj">
</FileRef>
<FileRef
location = "group:Displaying Long Lines of Text with UITextView/Displaying Long Lines of Text with UITextView.xcodeproj">
</FileRef>
<FileRef
location = "group:Displaying Progress with UIProgressView/Displaying Progress with UIProgressView.xcodeproj">
</FileRef>
<FileRef
location = "group:Displaying Static Text with UILabel/Displaying Static Text with UILabel.xcodeproj">
</FileRef>
<FileRef
location = "group:Grouping Compact Options with UISegmentedControl/Grouping Compact Options with UISegmentedControl.xcodeproj">
</FileRef>
<FileRef
location = "group:Implementing Range Pickers with UISlider/Implementing Range Pickers with UISlider.xcodeproj">
</FileRef>
<FileRef
location = "group:Introduction to Chapter (Basics)/Introduction to Chapter (Basics).xcodeproj">
</FileRef>
<FileRef
location = "group:Jumping Right Into Swift/Jumping Right Into Swift.xcodeproj">
</FileRef>
<FileRef
location = "group:Loading Web Pages with UIWebView/Loading Web Pages with UIWebView.xcodeproj">
</FileRef>
<FileRef
location = "group:Loading Web Pages with WebKit/Loading Web Pages with WebKit.xcodeproj">
</FileRef>
<FileRef
location = "group:Picking the Date and Time with UIDatePicker/Picking the Date and Time with UIDatePicker.xcodeproj">
</FileRef>
<FileRef
location = "group:Picking Values with the UIPickerView/Picking Values with the UIPickerView.xcodeproj">
</FileRef>
<FileRef
location = "group:Presenting Custom Sharing Options with UIActivityViewController/Presenting Custom Sharing Options with UIActivityViewController.xcodeproj">
</FileRef>
<FileRef
location = "group:Presenting Sharing Options with UIActivityViewController/Presenting Sharing Options with UIActivityViewController.xcodeproj">
</FileRef>
<FileRef
location = "group:Presenting Temporary Information on the Screen with Popovers/Presenting Temporary Information on the Screen with Popovers.xcodeproj">
</FileRef>
</Group>
<Group
location = "group:chapter-camera"
name = "chapter-camera">
<FileRef
location = "group:Detecting and Probing the Camera/Detecting and Probing the Camera.xcodeproj">
</FileRef>
<FileRef
location = "group:Editing Images and Videos Right on the Device/Editing Images and Videos Right on the Device.xcodeproj">
</FileRef>
<FileRef
location = "group:Reacting to Changes in Images and Videos/Reacting to Changes in Images and Videos.xcodeproj">
</FileRef>
<FileRef
location = "group:Searching for and Retrieving Images and Videos/Searching for and Retrieving Images and Videos.xcodeproj">
</FileRef>
<FileRef
location = "group:Storing Photos in the Photo Library/Storing Photos in the Photo Library.xcodeproj">
</FileRef>
<FileRef
location = "group:Storing Videos in the Photo Library/Storing Videos in the Photo Library.xcodeproj">
</FileRef>
<FileRef
location = "group:Taking Photos with the Camera/Taking Photos with the Camera.xcodeproj">
</FileRef>
<FileRef
location = "group:Taking Videos with the Camera/Taking Videos with the Camera.xcodeproj">
</FileRef>
</Group>
<Group
location = "group:chapter-cloud"
name = "chapter-cloud">
<FileRef
location = "group:Creating a Provision Profile/Creating a Provision Profile.xcodeproj">
</FileRef>
<FileRef
location = "group:Creating and Managing Folders for Apps in iCloud/Creating and Managing Folders for Apps in iCloud.xcodeproj">
</FileRef>
<FileRef
location = "group:Observing Changes to Records in CloudKit/Observing Changes to Records in CloudKit.xcodeproj">
</FileRef>
<FileRef
location = "group:Querying the Cloud with CloudKit/Querying the Cloud with CloudKit.xcodeproj">
</FileRef>
<FileRef
location = "group:Retrieving Data with CloudKit/Retrieving Data with CloudKit.xcodeproj">
</FileRef>
<FileRef
location = "group:Retrieving User Information from CloudKit/Retrieving User Information from CloudKit.xcodeproj">
</FileRef>
<FileRef
location = "group:Searching for Files and Folders in iCloud/Searching for Files and Folders in iCloud.xcodeproj">
</FileRef>
<FileRef
location = "group:Setting Up Your App for CloudKit/Setting Up Your App for CloudKit.xcodeproj">
</FileRef>
<FileRef
location = "group:Storing and Synchronizing Dictionaries in iCloud/Storing and Synchronizing Dictionaries in iCloud.xcodeproj">
</FileRef>
<FileRef
location = "group:Storing Data with CloudKit/Storing Data with CloudKit.xcodeproj">
</FileRef>
</Group>
<Group
location = "group:chapter-concurrency"
name = "chapter-concurrency">
<FileRef
location = "group:Adding Background Fetch Capabilities to Your Apps/Adding Background Fetch Capabilities to Your Apps.xcodeproj">
</FileRef>
<FileRef
location = "group:Completing a Long-Running Task in the Background/Completing a Long-Running Task in the Background.xcodeproj">
</FileRef>
<FileRef
location = "group:Creating Dependency Between Operations/Creating Dependency Between Operations.xcodeproj">
</FileRef>
<FileRef
location = "group:Creating Simple Concurrency with Operations/Creating Simple Concurrency with Operations.xcodeproj">
</FileRef>
<FileRef
location = "group:Firing Periodic Tasks/Firing Periodic Tasks.xcodeproj">
</FileRef>
<FileRef
location = "group:Grouping Tasks Together/Grouping Tasks Together.xcodeproj">
</FileRef>
<FileRef
location = "group:Handling Location Changes in the Background/Handling Location Changes in the Background.xcodeproj">
</FileRef>
<FileRef
location = "group:Handling Network Connections in the Background/Handling Network Connections in the Background.xcodeproj">
</FileRef>
<FileRef
location = "group:Performing a Task Only Once/Performing a Task Only Once.xcodeproj">
</FileRef>
<FileRef
location = "group:Performing Non-UI Related Tasks/Performing Non-UI Related Tasks.xcodeproj">
</FileRef>
<FileRef
location = "group:Performing Tasks After a Delay/Performing Tasks After a Delay.xcodeproj">
</FileRef>
<FileRef
location = "group:Performing UI-Related Tasks/Performing UI-Related Tasks.xcodeproj">
</FileRef>
<FileRef
location = "group:Playing Audio in the Background/Playing Audio in the Background.xcodeproj">
</FileRef>
<FileRef
location = "group:Scheduling a Background Activity/Scheduling a Background Activity.xcodeproj">
</FileRef>
</Group>
<Group
location = "group:chapter-data"
name = "chapter-data">
<FileRef
location = "group:Boosting Data Access in Table Views/Boosting Data Access in Table Views.xcodeproj">
</FileRef>
<FileRef
location = "group:Deleting Data from Core Data/Deleting Data from Core Data.xcodeproj">
</FileRef>
<FileRef
location = "group:Fetching Data in the Background/Fetching Data in the Background.xcodeproj">
</FileRef>
<FileRef
location = "group:Implementing Relationships in Core Data/Implementing Relationships in Core Data.xcodeproj">
</FileRef>
<FileRef
location = "group:Introduction to Core Data/Introduction to Core Data.xcodeproj">
</FileRef>
<FileRef
location = "group:Performing Batch Updates on Core Data/Performing Batch Updates on Core Data.xcodeproj">
</FileRef>
<FileRef
location = "group:Reading Data from Core Data/Reading Data from Core Data.xcodeproj">
</FileRef>
<FileRef
location = "group:Sorting Data in Core Data/Sorting Data in Core Data.xcodeproj">
</FileRef>
<FileRef
location = "group:Using Custom Data Types in Your Core Data Model/Using Custom Data Types in Your Core Data Model.xcodeproj">
</FileRef>
<FileRef
location = "group:Writing to Core Data/Writing to Core Data.xcodeproj">
</FileRef>
</Group>
<Group
location = "group:chapter-dynamics"
name = "chapter-dynamics">
<FileRef
location = "group:Adding a Dynamic Snap Effect to Your UI Components/Adding a Dynamic Snap Effect to Your UI Components.xcodeproj">
</FileRef>
<FileRef
location = "group:Adding Gravity to Your UI Components/Adding Gravity to Your UI Components.xcodeproj">
</FileRef>
<FileRef
location = "group:Animating Your UI Components With a Push/Animating Your UI Components With a Push.xcodeproj">
</FileRef>
<FileRef
location = "group:Assigning Characteristics to Your Dynamic Effects/Assigning Characteristics to Your Dynamic Effects.xcodeproj">
</FileRef>
<FileRef
location = "group:Attaching Multiple Dynamic Items to Each Other/Attaching Multiple Dynamic Items to Each Other.xcodeproj">
</FileRef>
<FileRef
location = "group:Detecting and Reacting to Collisions Between UI Components/Detecting and Reacting to Collisions Between UI Components.xcodeproj">
</FileRef>
</Group>
<Group
location = "group:chapter-extensions"
name = "chapter-extensions">
<FileRef
location = "group:Adding New Photo Editing Capabilities to the Photos App/Adding New Photo Editing Capabilities to the Photos App.xcodeproj">
</FileRef>
<FileRef
location = "group:Adding Widgets to the Notification Center/Adding Widgets to the Notification Center.xcodeproj">
</FileRef>
<FileRef
location = "group:Building Custom Keyboards/Building Custom Keyboards.xcodeproj">
</FileRef>
<FileRef
location = "group:Creating a Service Within Your App with Action Extensions/Creating a Service Within Your App with Action Extensions.xcodeproj">
</FileRef>
<FileRef
location = "group:Providing a Custom Sharing Extension to iOS/Providing a Custom Sharing Extension to iOS.xcodeproj">
</FileRef>
</Group>
<Group
location = "group:chapter-fileManagement"
name = "chapter-fileManagement">
<FileRef
location = "group:Creating Folders on Disk/Creating Folders on Disk.xcodeproj">
</FileRef>
<FileRef
location = "group:Deleting Files and Folders/Deleting Files and Folders.xcodeproj">
</FileRef>
<FileRef
location = "group:Enumerating Files and Folders/Enumerating Files and Folders.xcodeproj">
</FileRef>
<FileRef
location = "group:Finding the Path of the Most Useful Folders on Disk/Finding the Path of the Most Useful Folders on Disk.xcodeproj">
</FileRef>
<FileRef
location = "group:Saving Objects to Files/Saving Objects to Files.xcodeproj">
</FileRef>
<FileRef
location = "group:Writing to and Reading from Files/Writing to and Reading from Files.xcodeproj">
</FileRef>
</Group>
<Group
location = "group:chapter-gestures"
name = "chapter-gestures">
<FileRef
location = "group:Detecting Long Press Gestures/Detecting Long Press Gestures.xcodeproj">
</FileRef>
<FileRef
location = "group:Detecting Panning and Dragging Gestures/Detecting Panning and Dragging Gestures.xcodeproj">
</FileRef>
<FileRef
location = "group:Detecting Pinch Gestures/Detecting Pinch Gestures.xcodeproj">
</FileRef>
<FileRef
location = "group:Detecting Rotation Gestures/Detecting Rotation Gestures.xcodeproj">
</FileRef>
<FileRef
location = "group:Detecting Screen Edge Pan Gestures/Detecting Screen Edge Pan Gestures.xcodeproj">
</FileRef>
<FileRef
location = "group:Detecting Swipe Gestures/Detecting Swipe Gestures.xcodeproj">
</FileRef>
<FileRef
location = "group:Detecting Tap Gestures/Detecting Tap Gestures.xcodeproj">
</FileRef>
</Group>
<Group
location = "group:chapter-graphics"
name = "chapter-graphics">
<FileRef
location = "group:Adding Shadows to Shapes/Adding Shadows to Shapes.xcodeproj">
</FileRef>
<FileRef
location = "group:Animating Views/Animating Views.xcodeproj">
</FileRef>
<FileRef
location = "group:Constructing Paths/Constructing Paths.xcodeproj">
</FileRef>
<FileRef
location = "group:Constructing Resizable Images/Constructing Resizable Images.xcodeproj">
</FileRef>
<FileRef
location = "group:Drawing Gradients/Drawing Gradients.xcodeproj">
</FileRef>
<FileRef
location = "group:Drawing Images/Drawing Images.xcodeproj">
</FileRef>
<FileRef
location = "group:Drawing Lines/Drawing Lines.xcodeproj">
</FileRef>
<FileRef
location = "group:Drawing Rectangles/Drawing Rectangles.xcodeproj">
</FileRef>
<FileRef
location = "group:Drawing Text/Drawing Text.xcodeproj">
</FileRef>
<FileRef
location = "group:Introduction to Graphics and Animations/Introduction to Graphics and Animations.xcodeproj">
</FileRef>
<FileRef
location = "group:Transforming Views/Transforming Views.xcodeproj">
</FileRef>
</Group>
<Group
location = "group:chapter-health"
name = "chapter-health">
<FileRef
location = "group:Accessing and Modifying User’s Height Information/Accessing and Modifying User’s Height Information.xcodeproj">
</FileRef>
<FileRef
location = "group:Converting Between Units/Converting Between Units.xcodeproj">
</FileRef>
<FileRef
location = "group:Observing Changes to User’s Health Information/Observing Changes to User’s Health Information.xcodeproj">
</FileRef>
<FileRef
location = "group:Reading and Modifying the User’s Total Calories Burned/Reading and Modifying the User’s Total Calories Burned.xcodeproj">
</FileRef>
<FileRef
location = "group:Retrieving and Modifying User’s Weight Information/Retrieving and Modifying User’s Weight Information.xcodeproj">
</FileRef>
<FileRef
location = "group:Retrieving User’s Date of Birth/Retrieving User’s Date of Birth.xcodeproj">
</FileRef>
<FileRef
location = "group:Setting up Your App for HealthKit/Setting up Your App for HealthKit.xcodeproj">
</FileRef>
</Group>
<Group
location = "group:chapter-homekit"
name = "chapter-homekit">
<FileRef
location = "group:Adding Rooms to the User’s Home/Adding Rooms to the User’s Home.xcodeproj">
</FileRef>
<FileRef
location = "group:Discovering and Managing HomeKit Enabled Accessories/Discovering and Managing HomeKit Enabled Accessories.xcodeproj">
</FileRef>
<FileRef
location = "group:Grouping Services of HomeKit Accessories/Grouping Services of HomeKit Accessories.xcodeproj">
</FileRef>
<FileRef
location = "group:Interacting with HomeKit Accessories/Interacting with HomeKit Accessories.xcodeproj">
</FileRef>
<FileRef
location = "group:Managing the User’s Home in HomeKit/Managing the User’s Home in HomeKit.xcodeproj">
</FileRef>
<FileRef
location = "group:Simulating HomeKit Accessories/Simulating HomeKit Accessories.xcodeproj">
</FileRef>
<FileRef
location = "group:Specifying Zones in the User’s Home/Specifying Zones in the User’s Home.xcodeproj">
</FileRef>
</Group>
<Group
location = "group:chapter-maps"
name = "chapter-maps">
<FileRef
location = "group:Customizing the View of the Map with a Camera/Customizing the View of the Map with a Camera.xcodeproj">
</FileRef>
<FileRef
location = "group:Defining and Processing iBeacons - Destination/Defining and Processing iBeacons - Destination.xcodeproj">
</FileRef>
<FileRef
location = "group:Defining and Processing iBeacons - Source/Defining and Processing iBeacons - Source.xcodeproj">
</FileRef>
<FileRef
location = "group:Detecting Which Floor the User is on in a Building/Detecting Which Floor the User is on in a Building.xcodeproj">
</FileRef>
<FileRef
location = "group:Displaying Custom Pins on a Map View/Displaying Custom Pins on a Map View.xcodeproj">
</FileRef>
<FileRef
location = "group:Displaying Directions on The Map/Displaying Directions on The Map.xcodeproj">
</FileRef>
<FileRef
location = "group:Displaying Pins on a Map View/Displaying Pins on a Map View.xcodeproj">
</FileRef>
<FileRef
location = "group:Pinpointing the Location of a Device/Pinpointing the Location of a Device.xcodeproj">
</FileRef>
<FileRef
location = "group:Searching on a Map View/Searching on a Map View.xcodeproj">
</FileRef>
</Group>
<Group
location = "group:chapter-motion"
name = "chapter-motion">
<FileRef
location = "group:Detecting Shakes on an iOS Device/Detecting Shakes on an iOS Device.xcodeproj">
</FileRef>
<FileRef
location = "group:Detecting the Availability of a Gyroscope/Detecting the Availability of a Gyroscope.xcodeproj">
</FileRef>
<FileRef
location = "group:Detecting the Availability of an Accelerometer/Detecting the Availability of an Accelerometer.xcodeproj">
</FileRef>
<FileRef
location = "group:Retrieving Accelerometer Data/Retrieving Accelerometer Data.xcodeproj">
</FileRef>
<FileRef
location = "group:Retrieving Altitude Data/Retrieving Altitude Data.xcodeproj">
</FileRef>
<FileRef
location = "group:Retrieving Gyroscope Data/Retrieving Gyroscope Data.xcodeproj">
</FileRef>
<FileRef
location = "group:Retrieving Pedometer Data/Retrieving Pedometer Data.xcodeproj">
</FileRef>
</Group>
<Group
location = "group:chapter-multimedia"
name = "chapter-multimedia">
<FileRef
location = "group:Accessing the Music Library/Accessing the Music Library.xcodeproj">
</FileRef>
<FileRef
location = "group:Capturing Thumbnails from Video Files/Capturing Thumbnails from Video Files.xcodeproj">
</FileRef>
<FileRef
location = "group:Playing Audio Files/Playing Audio Files.xcodeproj">
</FileRef>
<FileRef
location = "group:Playing Video Files/Playing Video Files.xcodeproj">
</FileRef>
<FileRef
location = "group:Recording Audio/Recording Audio.xcodeproj">
</FileRef>
</Group>
<Group
location = "group:chapter-networking"
name = "chapter-networking">
<FileRef
location = "group:Creating a Tunneled VPN Connection/Creating a Tunneled VPN Connection.xcodeproj">
</FileRef>
<FileRef
location = "group:Customizing URL Requests/Customizing URL Requests.xcodeproj">
</FileRef>
<FileRef
location = "group:Downloading Asynchronously with NSURLConnection/Downloading Asynchronously with NSURLConnection.xcodeproj">
</FileRef>
<FileRef
location = "group:Downloading Data in the Background Using NSURLSession/Downloading Data in the Background Using NSURLSession.xcodeproj">
</FileRef>
<FileRef
location = "group:Downloading Data Using NSURLSession/Downloading Data Using NSURLSession.xcodeproj">
</FileRef>
<FileRef
location = "group:Downloading Synchronously with NSURLConnection/Downloading Synchronously with NSURLConnection.xcodeproj">
</FileRef>
<FileRef
location = "group:Handling Timeouts in Asynchronous Connections/Handling Timeouts in Asynchronous Connections.xcodeproj">
</FileRef>
<FileRef
location = "group:Integrating Social Sharing into Your Apps/Integrating Social Sharing into Your Apps.xcodeproj">
</FileRef>
<FileRef
location = "group:Sending HTTP Requests with NSURLConnection/Sending HTTP Requests with NSURLConnection.xcodeproj">
</FileRef>
<FileRef
location = "group:Serializing and Deserializing JSON Objects/Serializing and Deserializing JSON Objects.xcodeproj">
</FileRef>
<FileRef
location = "group:Uploading Data Using NSURLSession/Uploading Data Using NSURLSession.xcodeproj">
</FileRef>
</Group>
<Group
location = "group:chapter-notification"
name = "chapter-notification">
<FileRef
location = "group:Delivering Push Notifications to Your App/Delivering Push Notifications to Your App.xcodeproj">
</FileRef>
<FileRef
location = "group:Handling Local System Notifications/Handling Local System Notifications.xcodeproj">
</FileRef>
<FileRef
location = "group:Listening and Reacting to Keyboard Notifications/Listening and Reacting to Keyboard Notifications.xcodeproj">
</FileRef>
<FileRef
location = "group:Listening for and Reacting to Local Notifications/Listening for and Reacting to Local Notifications.xcodeproj">
</FileRef>
<FileRef
location = "group:Listening for and Reacting to Notifications/Listening for and Reacting to Notifications.xcodeproj">
</FileRef>
<FileRef
location = "group:Reacting to Push Notifications/Reacting to Push Notifications.xcodeproj">
</FileRef>
<FileRef
location = "group:Scheduling Local Notifications/Scheduling Local Notifications.xcodeproj">
</FileRef>
<FileRef
location = "group:Sending Notifications/Sending Notifications.xcodeproj">
</FileRef>
<FileRef
location = "group:Setting Up Your App for Push Notifications/Setting Up Your App for Push Notifications.xcodeproj">
</FileRef>
</Group>
<Group
location = "group:chapter-security"
name = "chapter-security">
<FileRef
location = "group:Authenticating the User with Touch ID/Authenticating the User with Touch ID.xcodeproj">
</FileRef>
<FileRef
location = "group:Deleting Exiting Values in the Keychain/Deleting Exiting Values in the Keychain.xcodeproj">
</FileRef>
<FileRef
location = "group:Enabling Security and Protection for Your Apps/Enabling Security and Protection for Your Apps.xcodeproj">
</FileRef>
<FileRef
location = "group:Finding Values in the Keychain/Finding Values in the Keychain.xcodeproj">
</FileRef>
<FileRef
location = "group:Sharing Keychain Data Between Multiple Apps - Reading/Sharing Keychain Data Between Multiple Apps - Reading.xcodeproj">
</FileRef>
<FileRef
location = "group:Sharing Keychain Data Between Multiple Apps - Writing/Sharing Keychain Data Between Multiple Apps - Writing.xcodeproj">
</FileRef>
<FileRef
location = "group:Storing Files Securely in the App Sandbox/Storing Files Securely in the App Sandbox.xcodeproj">
</FileRef>
<FileRef
location = "group:Storing Values in the Keychain/Storing Values in the Keychain.xcodeproj">
</FileRef>
<FileRef
location = "group:Updating Existing Values in the Keychain/Updating Existing Values in the Keychain.xcodeproj">
</FileRef>
<FileRef
location = "group:Writing to and Reading Keychain Data from iCloud/Writing to and Reading Keychain Data from iCloud.xcodeproj">
</FileRef>
</Group>
<Group
location = "group:chapter-tables"
name = "chapter-tables">
<FileRef
location = "group:Adding Custom Interactions to Collection Views/Adding Custom Interactions to Collection Views.xcodeproj">
</FileRef>
<FileRef
location = "group:Constructing Headers and Footers in Table Views/Constructing Headers and Footers in Table Views.xcodeproj">
</FileRef>
<FileRef
location = "group:Displaying a Refresh Control for Table Views/Displaying a Refresh Control for Table Views.xcodeproj">
</FileRef>
<FileRef
location = "group:Enabling Swipe Deletion of Table View Cells/Enabling Swipe Deletion of Table View Cells.xcodeproj">
</FileRef>
<FileRef
location = "group:Feeding Custom Cells to Collection Views Using .xib Files/Feeding Custom Cells to Collection Views Using .xib Files.xcodeproj">
</FileRef>
<FileRef
location = "group:Handling Events in Collection Views/Handling Events in Collection Views.xcodeproj">
</FileRef>
<FileRef
location = "group:Populating a Table View with Data/Populating a Table View with Data.xcodeproj">
</FileRef>
<FileRef
location = "group:Providing Basic Content to a Collection View/Providing Basic Content to a Collection View.xcodeproj">
</FileRef>
<FileRef
location = "group:Providing Header and Footer in a Collection View/Providing Header and Footer in a Collection View.xcodeproj">
</FileRef>
</Group>
</Workspace>