Skip to content

Commit 0da0860

Browse files
author
Daniel Dahan
committed
updated for Material 2.15.0 and Motion 1.4.0
1 parent 07b5b34 commit 0da0860

File tree

153 files changed

+294
-202
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+294
-202
lines changed

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2015 - 2017, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>. All rights reserved.
1+
Copyright (C) 2015 - 2018, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>. All rights reserved.
22

33
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
44

Projects/Programmatic/Animations/Animations/AppDelegate.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2017, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
2+
* Copyright (C) 2015 - 2018, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Projects/Programmatic/Animations/Animations/ViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2017, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
2+
* Copyright (C) 2015 - 2018, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Projects/Programmatic/Bar/Bar/AppDelegate.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2017, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
2+
* Copyright (C) 2015 - 2018, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Projects/Programmatic/Bar/Bar/ViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2017, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
2+
* Copyright (C) 2015 - 2018, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Projects/Programmatic/BottomNavigationController/BottomNavigationController.xcodeproj/project.pbxproj

+5-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
isa = PBXProject;
118118
attributes = {
119119
LastSwiftUpdateCheck = 0800;
120-
LastUpgradeCheck = 0900;
120+
LastUpgradeCheck = 0930;
121121
ORGANIZATIONNAME = CosmicMind;
122122
TargetAttributes = {
123123
96784F8D1D9021530061C06C = {
@@ -198,13 +198,15 @@
198198
CLANG_WARN_BOOL_CONVERSION = YES;
199199
CLANG_WARN_COMMA = YES;
200200
CLANG_WARN_CONSTANT_CONVERSION = YES;
201+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
201202
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
202203
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
203204
CLANG_WARN_EMPTY_BODY = YES;
204205
CLANG_WARN_ENUM_CONVERSION = YES;
205206
CLANG_WARN_INFINITE_RECURSION = YES;
206207
CLANG_WARN_INT_CONVERSION = YES;
207208
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
209+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
208210
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
209211
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
210212
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
@@ -255,13 +257,15 @@
255257
CLANG_WARN_BOOL_CONVERSION = YES;
256258
CLANG_WARN_COMMA = YES;
257259
CLANG_WARN_CONSTANT_CONVERSION = YES;
260+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
258261
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
259262
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
260263
CLANG_WARN_EMPTY_BODY = YES;
261264
CLANG_WARN_ENUM_CONVERSION = YES;
262265
CLANG_WARN_INFINITE_RECURSION = YES;
263266
CLANG_WARN_INT_CONVERSION = YES;
264267
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
268+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
265269
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
266270
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
267271
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;

Projects/Programmatic/BottomNavigationController/BottomNavigationController/AppBottomNavigationController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2017, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
2+
* Copyright (C) 2015 - 2018, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Projects/Programmatic/BottomNavigationController/BottomNavigationController/AppDelegate.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2017, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
2+
* Copyright (C) 2015 - 2018, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Projects/Programmatic/BottomNavigationController/BottomNavigationController/AudioViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2017, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
2+
* Copyright (C) 2015 - 2018, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Projects/Programmatic/BottomNavigationController/BottomNavigationController/PhotoViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2017, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
2+
* Copyright (C) 2015 - 2018, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Projects/Programmatic/BottomNavigationController/BottomNavigationController/RemindersViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2017, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
2+
* Copyright (C) 2015 - 2018, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Projects/Programmatic/BottomNavigationController/BottomNavigationController/SearchViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2017, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
2+
* Copyright (C) 2015 - 2018, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Projects/Programmatic/BottomNavigationController/BottomNavigationController/VideoViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2017, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
2+
* Copyright (C) 2015 - 2018, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Projects/Programmatic/Button/Button/AppDelegate.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2017, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
2+
* Copyright (C) 2015 - 2018, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Projects/Programmatic/Button/Button/ViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2017, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
2+
* Copyright (C) 2015 - 2018, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Projects/Programmatic/Card/Card.xcodeproj/project.pbxproj

+5-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
isa = PBXProject;
103103
attributes = {
104104
LastSwiftUpdateCheck = 0800;
105-
LastUpgradeCheck = 0900;
105+
LastUpgradeCheck = 0930;
106106
ORGANIZATIONNAME = CosmicMind;
107107
TargetAttributes = {
108108
96B5B0241D936DBC00449DDD = {
@@ -178,13 +178,15 @@
178178
CLANG_WARN_BOOL_CONVERSION = YES;
179179
CLANG_WARN_COMMA = YES;
180180
CLANG_WARN_CONSTANT_CONVERSION = YES;
181+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
181182
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
182183
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
183184
CLANG_WARN_EMPTY_BODY = YES;
184185
CLANG_WARN_ENUM_CONVERSION = YES;
185186
CLANG_WARN_INFINITE_RECURSION = YES;
186187
CLANG_WARN_INT_CONVERSION = YES;
187188
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
189+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
188190
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
189191
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
190192
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
@@ -235,13 +237,15 @@
235237
CLANG_WARN_BOOL_CONVERSION = YES;
236238
CLANG_WARN_COMMA = YES;
237239
CLANG_WARN_CONSTANT_CONVERSION = YES;
240+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
238241
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
239242
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
240243
CLANG_WARN_EMPTY_BODY = YES;
241244
CLANG_WARN_ENUM_CONVERSION = YES;
242245
CLANG_WARN_INFINITE_RECURSION = YES;
243246
CLANG_WARN_INT_CONVERSION = YES;
244247
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
248+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
245249
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
246250
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
247251
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;

Projects/Programmatic/Card/Card/AppDelegate.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2017, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
2+
* Copyright (C) 2015 - 2018, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Projects/Programmatic/Card/Card/ViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2017, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
2+
* Copyright (C) 2015 - 2018, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Projects/Programmatic/CardTableView/CardTableView.xcodeproj/project.pbxproj

+5-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
isa = PBXProject;
165165
attributes = {
166166
LastSwiftUpdateCheck = 0800;
167-
LastUpgradeCheck = 0900;
167+
LastUpgradeCheck = 0930;
168168
ORGANIZATIONNAME = "CosmicMind, Inc.";
169169
TargetAttributes = {
170170
96B5DEA31DB8572600A15DCE = {
@@ -254,13 +254,15 @@
254254
CLANG_WARN_BOOL_CONVERSION = YES;
255255
CLANG_WARN_COMMA = YES;
256256
CLANG_WARN_CONSTANT_CONVERSION = YES;
257+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
257258
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
258259
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
259260
CLANG_WARN_EMPTY_BODY = YES;
260261
CLANG_WARN_ENUM_CONVERSION = YES;
261262
CLANG_WARN_INFINITE_RECURSION = YES;
262263
CLANG_WARN_INT_CONVERSION = YES;
263264
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
265+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
264266
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
265267
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
266268
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
@@ -311,13 +313,15 @@
311313
CLANG_WARN_BOOL_CONVERSION = YES;
312314
CLANG_WARN_COMMA = YES;
313315
CLANG_WARN_CONSTANT_CONVERSION = YES;
316+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
314317
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
315318
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
316319
CLANG_WARN_EMPTY_BODY = YES;
317320
CLANG_WARN_ENUM_CONVERSION = YES;
318321
CLANG_WARN_INFINITE_RECURSION = YES;
319322
CLANG_WARN_INT_CONVERSION = YES;
320323
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
324+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
321325
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
322326
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
323327
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;

Projects/Programmatic/CardTableView/CardTableView/AppDelegate.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2017, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
2+
* Copyright (C) 2015 - 2018, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Projects/Programmatic/CardTableView/CardTableView/AppFABMenuController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2017, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
2+
* Copyright (C) 2015 - 2018, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Projects/Programmatic/CardTableView/CardTableView/AppTabBarController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2017, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
2+
* Copyright (C) 2015 - 2018, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Projects/Programmatic/CardTableView/CardTableView/AppToolbarController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2017, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
2+
* Copyright (C) 2015 - 2018, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Projects/Programmatic/CardTableView/CardTableView/CardTableView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2017, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
2+
* Copyright (C) 2015 - 2018, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Projects/Programmatic/CardTableView/CardTableView/CardTableViewCell.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2017, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
2+
* Copyright (C) 2015 - 2018, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Projects/Programmatic/CardTableView/CardTableView/PostsViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2017, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
2+
* Copyright (C) 2015 - 2018, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Projects/Programmatic/CardTableView/CardTableView/SampleData.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2017, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
2+
* Copyright (C) 2015 - 2018, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Projects/Programmatic/ChipBarController/ChipBarController/AppDelegate.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2017, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
2+
* Copyright (C) 2015 - 2018, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Projects/Programmatic/ChipBarController/ChipBarController/ViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2017, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
2+
* Copyright (C) 2015 - 2018, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Projects/Programmatic/Cloud/Cloud/AppDelegate.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2017, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
2+
* Copyright (C) 2015 - 2018, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Projects/Programmatic/Cloud/Cloud/ViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2017, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
2+
* Copyright (C) 2015 - 2018, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Projects/Programmatic/CollectionView/CollectionView.xcodeproj/project.pbxproj

+5-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
isa = PBXProject;
106106
attributes = {
107107
LastSwiftUpdateCheck = 0820;
108-
LastUpgradeCheck = 0900;
108+
LastUpgradeCheck = 0930;
109109
ORGANIZATIONNAME = "CosmicMind, Inc.";
110110
TargetAttributes = {
111111
96328B5F1E0206DB009A4C90 = {
@@ -182,13 +182,15 @@
182182
CLANG_WARN_BOOL_CONVERSION = YES;
183183
CLANG_WARN_COMMA = YES;
184184
CLANG_WARN_CONSTANT_CONVERSION = YES;
185+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
185186
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
186187
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
187188
CLANG_WARN_EMPTY_BODY = YES;
188189
CLANG_WARN_ENUM_CONVERSION = YES;
189190
CLANG_WARN_INFINITE_RECURSION = YES;
190191
CLANG_WARN_INT_CONVERSION = YES;
191192
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
193+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
192194
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
193195
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
194196
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
@@ -238,13 +240,15 @@
238240
CLANG_WARN_BOOL_CONVERSION = YES;
239241
CLANG_WARN_COMMA = YES;
240242
CLANG_WARN_CONSTANT_CONVERSION = YES;
243+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
241244
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
242245
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
243246
CLANG_WARN_EMPTY_BODY = YES;
244247
CLANG_WARN_ENUM_CONVERSION = YES;
245248
CLANG_WARN_INFINITE_RECURSION = YES;
246249
CLANG_WARN_INT_CONVERSION = YES;
247250
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
251+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
248252
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
249253
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
250254
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;

Projects/Programmatic/CollectionView/CollectionView/AppDelegate.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2017, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
2+
* Copyright (C) 2015 - 2018, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Projects/Programmatic/CollectionView/CollectionView/CardCollectionViewCell.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2017, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
2+
* Copyright (C) 2015 - 2018, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Projects/Programmatic/CollectionView/CollectionView/ViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2017, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
2+
* Copyright (C) 2015 - 2018, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)