|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 |
| - 1D6A307F51AA47C3C7131EA5 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D6A3113147E7211A38816B9 /* ViewController.swift */; }; |
11 | 10 | 1D6A3A3B096EF8DCC086DD32 /* CGRect+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D6A3CBE4088EC6CBC44FFD2 /* CGRect+Extension.swift */; };
|
12 | 11 | 1D6A3EA611666C3A6FC56869 /* CircularRevealTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D6A3ED334BF5B2840F84CD1 /* CircularRevealTransition.swift */; };
|
13 | 12 | 1D6A3F0B8C4CF9E0E86F6132 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D6A3409797E6A1CF29E9E2E /* AppDelegate.swift */; };
|
| 13 | + 44A778262450453B00E46D0B /* CollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44A778232450453B00E46D0B /* CollectionViewCell.swift */; }; |
| 14 | + 44A778272450453B00E46D0B /* CollectionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44A778242450453B00E46D0B /* CollectionViewController.swift */; }; |
| 15 | + 44A778282450453B00E46D0B /* TableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44A778252450453B00E46D0B /* TableViewController.swift */; }; |
| 16 | + 44A7782A2450456500E46D0B /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 44A778292450456500E46D0B /* Main.storyboard */; }; |
14 | 17 | AD1F5DCD1A7F94F900BDC0CE /* ContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD1F5DCC1A7F94F900BDC0CE /* ContentType.swift */; };
|
15 | 18 | AD472E321AA9B17F00250E50 /* TrendSansOne.otf in Resources */ = {isa = PBXBuildFile; fileRef = AD472E311AA9B17F00250E50 /* TrendSansOne.otf */; };
|
16 |
| - AD472E3B1AA9B59100250E50 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = AD472E371AA9B59100250E50 /* [email protected] */; }; |
17 |
| - AD472E3C1AA9B59100250E50 /* content_films.png in Resources */ = {isa = PBXBuildFile; fileRef = AD472E381AA9B59100250E50 /* content_films.png */; }; |
18 |
| - AD472E3D1AA9B59100250E50 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = AD472E391AA9B59100250E50 /* [email protected] */; }; |
19 |
| - AD472E4A1AA9B99A00250E50 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = AD472E471AA9B99A00250E50 /* [email protected] */; }; |
20 |
| - AD472E4B1AA9B99A00250E50 /* content_music.png in Resources */ = {isa = PBXBuildFile; fileRef = AD472E481AA9B99A00250E50 /* content_music.png */; }; |
21 |
| - AD472E4C1AA9B99A00250E50 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = AD472E491AA9B99A00250E50 /* [email protected] */; }; |
22 |
| - AD472E4E1AA9BB1500250E50 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = AD472E4D1AA9BB1500250E50 /* [email protected] */; }; |
23 |
| - AD472E501AA9BB8900250E50 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = AD472E4F1AA9BB8900250E50 /* [email protected] */; }; |
24 | 19 | ADD8149A1BF625F3009F1FCA /* UIImage+Autoresize.m in Sources */ = {isa = PBXBuildFile; fileRef = ADD814971BF625F3009F1FCA /* UIImage+Autoresize.m */; };
|
25 | 20 | ADE9742C1A78F8500040B7C1 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = ADE9742B1A78F8500040B7C1 /* Images.xcassets */; };
|
26 | 21 | ADE9744F1A78F88C0040B7C1 /* Persei.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ADE9744A1A78F8600040B7C1 /* Persei.framework */; };
|
27 | 22 | ADE974511A78F8D80040B7C1 /* Persei.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = ADE9744A1A78F8600040B7C1 /* Persei.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
28 |
| - E831A9C31FA111BA00B28873 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E831A9C11FA111BA00B28873 /* Main.storyboard */; }; |
29 | 23 | E831A9C41FA111BA00B28873 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = E831A9C21FA111BA00B28873 /* LaunchScreen.xib */; };
|
30 | 24 | /* End PBXBuildFile section */
|
31 | 25 |
|
|
61 | 55 | /* End PBXCopyFilesBuildPhase section */
|
62 | 56 |
|
63 | 57 | /* Begin PBXFileReference section */
|
64 |
| - 1D6A3113147E7211A38816B9 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
65 | 58 | 1D6A3409797E6A1CF29E9E2E /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
66 | 59 | 1D6A3CBE4088EC6CBC44FFD2 /* CGRect+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "CGRect+Extension.swift"; sourceTree = "<group>"; };
|
67 | 60 | 1D6A3ED334BF5B2840F84CD1 /* CircularRevealTransition.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CircularRevealTransition.swift; sourceTree = "<group>"; };
|
| 61 | + 44A778232450453B00E46D0B /* CollectionViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CollectionViewCell.swift; sourceTree = "<group>"; }; |
| 62 | + 44A778242450453B00E46D0B /* CollectionViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CollectionViewController.swift; sourceTree = "<group>"; }; |
| 63 | + 44A778252450453B00E46D0B /* TableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TableViewController.swift; sourceTree = "<group>"; }; |
| 64 | + 44A778292450456500E46D0B /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = "<group>"; }; |
68 | 65 | AD1F5DCC1A7F94F900BDC0CE /* ContentType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ContentType.swift; sourceTree = "<group>"; };
|
69 | 66 | AD472E311AA9B17F00250E50 /* TrendSansOne.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = TrendSansOne.otf; sourceTree = "<group>"; };
|
70 |
| - AD472E371AA9B59100250E50 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = " [email protected]"; sourceTree = "<group>"; }; |
71 |
| - AD472E381AA9B59100250E50 /* content_films.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = content_films.png; sourceTree = "<group>"; }; |
72 |
| - AD472E391AA9B59100250E50 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = " [email protected]"; sourceTree = "<group>"; }; |
73 | 67 | AD472E421AA9B71200250E50 /* Example-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Example-Bridging-Header.h"; sourceTree = "<group>"; };
|
74 |
| - AD472E471AA9B99A00250E50 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = " [email protected]"; path = "../ [email protected]"; sourceTree = "<group>"; }; |
75 |
| - AD472E481AA9B99A00250E50 /* content_music.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = content_music.png; path = ../content_music.png; sourceTree = "<group>"; }; |
76 |
| - AD472E491AA9B99A00250E50 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = " [email protected]"; path = "../ [email protected]"; sourceTree = "<group>"; }; |
77 |
| - AD472E4D1AA9BB1500250E50 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = " [email protected]"; sourceTree = "<group>"; }; |
78 |
| - AD472E4F1AA9BB8900250E50 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = " [email protected]"; sourceTree = "<group>"; }; |
79 | 68 | ADD814961BF625F3009F1FCA /* UIImage+Autoresize.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+Autoresize.h"; sourceTree = "<group>"; };
|
80 | 69 | ADD814971BF625F3009F1FCA /* UIImage+Autoresize.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+Autoresize.m"; sourceTree = "<group>"; };
|
81 | 70 | ADE9741F1A78F8500040B7C1 /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
82 | 71 | ADE974231A78F8500040B7C1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
83 | 72 | ADE9742B1A78F8500040B7C1 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = ../Images.xcassets; sourceTree = "<group>"; };
|
84 | 73 | ADE974441A78F8600040B7C1 /* Persei.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Persei.xcodeproj; path = ../Persei.xcodeproj; sourceTree = "<group>"; };
|
85 |
| - E831A9C11FA111BA00B28873 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = "<group>"; }; |
86 | 74 | E831A9C21FA111BA00B28873 /* LaunchScreen.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = LaunchScreen.xib; sourceTree = "<group>"; };
|
87 | 75 | /* End PBXFileReference section */
|
88 | 76 |
|
|
108 | 96 | 1D6A36F0E53AF23E93A6FF5F /* Controllers */ = {
|
109 | 97 | isa = PBXGroup;
|
110 | 98 | children = (
|
111 |
| - 1D6A3113147E7211A38816B9 /* ViewController.swift */, |
| 99 | + 44A778232450453B00E46D0B /* CollectionViewCell.swift */, |
| 100 | + 44A778242450453B00E46D0B /* CollectionViewController.swift */, |
| 101 | + 44A778252450453B00E46D0B /* TableViewController.swift */, |
112 | 102 | );
|
113 | 103 | path = Controllers;
|
114 | 104 | sourceTree = "<group>";
|
|
117 | 107 | isa = PBXGroup;
|
118 | 108 | children = (
|
119 | 109 | E831A9C01FA1118100B28873 /* UI */,
|
120 |
| - AD472E351AA9B59100250E50 /* Content Images */, |
121 | 110 | AD472E301AA9B17F00250E50 /* Fonts */,
|
122 | 111 | ADE9742B1A78F8500040B7C1 /* Images.xcassets */,
|
123 | 112 | );
|
|
165 | 154 | path = Fonts;
|
166 | 155 | sourceTree = "<group>";
|
167 | 156 | };
|
168 |
| - AD472E351AA9B59100250E50 /* Content Images */ = { |
169 |
| - isa = PBXGroup; |
170 |
| - children = ( |
171 |
| - AD472E4D1AA9BB1500250E50 /* [email protected] */, |
172 |
| - AD472E471AA9B99A00250E50 /* [email protected] */, |
173 |
| - AD472E481AA9B99A00250E50 /* content_music.png */, |
174 |
| - AD472E491AA9B99A00250E50 /* [email protected] */, |
175 |
| - AD472E371AA9B59100250E50 /* [email protected] */, |
176 |
| - AD472E381AA9B59100250E50 /* content_films.png */, |
177 |
| - AD472E391AA9B59100250E50 /* [email protected] */, |
178 |
| - AD472E4F1AA9BB8900250E50 /* [email protected] */, |
179 |
| - ); |
180 |
| - path = "Content Images"; |
181 |
| - sourceTree = "<group>"; |
182 |
| - }; |
183 | 157 | ADD814931BF625F3009F1FCA /* External */ = {
|
184 | 158 | isa = PBXGroup;
|
185 | 159 | children = (
|
|
257 | 231 | E831A9C01FA1118100B28873 /* UI */ = {
|
258 | 232 | isa = PBXGroup;
|
259 | 233 | children = (
|
| 234 | + 44A778292450456500E46D0B /* Main.storyboard */, |
260 | 235 | E831A9C21FA111BA00B28873 /* LaunchScreen.xib */,
|
261 |
| - E831A9C11FA111BA00B28873 /* Main.storyboard */, |
262 | 236 | );
|
263 | 237 | path = UI;
|
264 | 238 | sourceTree = "<group>";
|
|
292 | 266 | isa = PBXProject;
|
293 | 267 | attributes = {
|
294 | 268 | LastSwiftUpdateCheck = 0710;
|
295 |
| - LastUpgradeCheck = 0910; |
| 269 | + LastUpgradeCheck = 1140; |
296 | 270 | ORGANIZATIONNAME = Yalantis;
|
297 | 271 | TargetAttributes = {
|
298 | 272 | ADE9741E1A78F8500040B7C1 = {
|
|
303 | 277 | };
|
304 | 278 | buildConfigurationList = ADE9741A1A78F8500040B7C1 /* Build configuration list for PBXProject "Example" */;
|
305 | 279 | compatibilityVersion = "Xcode 3.2";
|
306 |
| - developmentRegion = English; |
| 280 | + developmentRegion = en; |
307 | 281 | hasScannedForEncodings = 0;
|
308 | 282 | knownRegions = (
|
309 | 283 | English,
|
|
341 | 315 | isa = PBXResourcesBuildPhase;
|
342 | 316 | buildActionMask = 2147483647;
|
343 | 317 | files = (
|
344 |
| - AD472E4C1AA9B99A00250E50 /* [email protected] in Resources */, |
345 | 318 | ADE9742C1A78F8500040B7C1 /* Images.xcassets in Resources */,
|
346 |
| - AD472E4A1AA9B99A00250E50 /* [email protected] in Resources */, |
347 |
| - AD472E3C1AA9B59100250E50 /* content_films.png in Resources */, |
| 319 | + 44A7782A2450456500E46D0B /* Main.storyboard in Resources */, |
348 | 320 | E831A9C41FA111BA00B28873 /* LaunchScreen.xib in Resources */,
|
349 |
| - AD472E4E1AA9BB1500250E50 /* [email protected] in Resources */, |
350 |
| - E831A9C31FA111BA00B28873 /* Main.storyboard in Resources */, |
351 |
| - AD472E501AA9BB8900250E50 /* [email protected] in Resources */, |
352 | 321 | AD472E321AA9B17F00250E50 /* TrendSansOne.otf in Resources */,
|
353 |
| - AD472E3D1AA9B59100250E50 /* [email protected] in Resources */, |
354 |
| - AD472E3B1AA9B59100250E50 /* [email protected] in Resources */, |
355 |
| - AD472E4B1AA9B99A00250E50 /* content_music.png in Resources */, |
356 | 322 | );
|
357 | 323 | runOnlyForDeploymentPostprocessing = 0;
|
358 | 324 | };
|
|
366 | 332 | AD1F5DCD1A7F94F900BDC0CE /* ContentType.swift in Sources */,
|
367 | 333 | 1D6A3EA611666C3A6FC56869 /* CircularRevealTransition.swift in Sources */,
|
368 | 334 | 1D6A3A3B096EF8DCC086DD32 /* CGRect+Extension.swift in Sources */,
|
| 335 | + 44A778262450453B00E46D0B /* CollectionViewCell.swift in Sources */, |
| 336 | + 44A778272450453B00E46D0B /* CollectionViewController.swift in Sources */, |
369 | 337 | 1D6A3F0B8C4CF9E0E86F6132 /* AppDelegate.swift in Sources */,
|
370 | 338 | ADD8149A1BF625F3009F1FCA /* UIImage+Autoresize.m in Sources */,
|
371 |
| - 1D6A307F51AA47C3C7131EA5 /* ViewController.swift in Sources */, |
| 339 | + 44A778282450453B00E46D0B /* TableViewController.swift in Sources */, |
372 | 340 | );
|
373 | 341 | runOnlyForDeploymentPostprocessing = 0;
|
374 | 342 | };
|
|
387 | 355 | isa = XCBuildConfiguration;
|
388 | 356 | buildSettings = {
|
389 | 357 | ALWAYS_SEARCH_USER_PATHS = NO;
|
| 358 | + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
390 | 359 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
391 | 360 | CLANG_CXX_LIBRARY = "libc++";
|
392 | 361 | CLANG_ENABLE_MODULES = YES;
|
|
395 | 364 | CLANG_WARN_BOOL_CONVERSION = YES;
|
396 | 365 | CLANG_WARN_COMMA = YES;
|
397 | 366 | CLANG_WARN_CONSTANT_CONVERSION = YES;
|
| 367 | + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; |
398 | 368 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
399 | 369 | CLANG_WARN_EMPTY_BODY = YES;
|
400 | 370 | CLANG_WARN_ENUM_CONVERSION = YES;
|
401 | 371 | CLANG_WARN_INFINITE_RECURSION = YES;
|
402 | 372 | CLANG_WARN_INT_CONVERSION = YES;
|
403 | 373 | CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
| 374 | + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; |
404 | 375 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
405 | 376 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
406 | 377 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
440 | 411 | isa = XCBuildConfiguration;
|
441 | 412 | buildSettings = {
|
442 | 413 | ALWAYS_SEARCH_USER_PATHS = NO;
|
| 414 | + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
443 | 415 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
444 | 416 | CLANG_CXX_LIBRARY = "libc++";
|
445 | 417 | CLANG_ENABLE_MODULES = YES;
|
|
448 | 420 | CLANG_WARN_BOOL_CONVERSION = YES;
|
449 | 421 | CLANG_WARN_COMMA = YES;
|
450 | 422 | CLANG_WARN_CONSTANT_CONVERSION = YES;
|
| 423 | + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; |
451 | 424 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
452 | 425 | CLANG_WARN_EMPTY_BODY = YES;
|
453 | 426 | CLANG_WARN_ENUM_CONVERSION = YES;
|
454 | 427 | CLANG_WARN_INFINITE_RECURSION = YES;
|
455 | 428 | CLANG_WARN_INT_CONVERSION = YES;
|
456 | 429 | CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
| 430 | + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; |
457 | 431 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
458 | 432 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
459 | 433 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
0 commit comments