|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + B40EFB752B36244600DE023E /* Identifiable+RemoveDuplicates.swift in Sources */ = {isa = PBXBuildFile; fileRef = B40EFB742B36244600DE023E /* Identifiable+RemoveDuplicates.swift */; }; |
10 | 11 | B44C4EE22B2CC1D000711A81 /* HackerNewsApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = B44C4EE12B2CC1D000711A81 /* HackerNewsApp.swift */; }; |
11 | 12 | B44C4EE42B2CC1D000711A81 /* HackerNewsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B44C4EE32B2CC1D000711A81 /* HackerNewsViewController.swift */; }; |
12 | 13 | B44C4EE62B2CC1D100711A81 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B44C4EE52B2CC1D100711A81 /* Assets.xcassets */; }; |
|
16 | 17 | /* End PBXBuildFile section */ |
17 | 18 |
|
18 | 19 | /* Begin PBXFileReference section */ |
| 20 | + B40EFB742B36244600DE023E /* Identifiable+RemoveDuplicates.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Identifiable+RemoveDuplicates.swift"; sourceTree = "<group>"; }; |
19 | 21 | B44C4EDE2B2CC1D000711A81 /* HackerNews.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HackerNews.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
20 | 22 | B44C4EE12B2CC1D000711A81 /* HackerNewsApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HackerNewsApp.swift; sourceTree = "<group>"; }; |
21 | 23 | B44C4EE32B2CC1D000711A81 /* HackerNewsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HackerNewsViewController.swift; sourceTree = "<group>"; }; |
|
61 | 63 | B44C4EE12B2CC1D000711A81 /* HackerNewsApp.swift */, |
62 | 64 | B44C4EE32B2CC1D000711A81 /* HackerNewsViewController.swift */, |
63 | 65 | B44C4EF32B2CD8F700711A81 /* News.swift */, |
| 66 | + B40EFB742B36244600DE023E /* Identifiable+RemoveDuplicates.swift */, |
64 | 67 | B44C4EE52B2CC1D100711A81 /* Assets.xcassets */, |
65 | 68 | B44C4EE72B2CC1D100711A81 /* Preview Content */, |
66 | 69 | ); |
|
129 | 132 | Base, |
130 | 133 | ); |
131 | 134 | mainGroup = B44C4ED52B2CC1D000711A81; |
| 135 | + packageReferences = ( |
| 136 | + ); |
132 | 137 | productRefGroup = B44C4EDF2B2CC1D000711A81 /* Products */; |
133 | 138 | projectDirPath = ""; |
134 | 139 | projectRoot = ""; |
|
156 | 161 | buildActionMask = 2147483647; |
157 | 162 | files = ( |
158 | 163 | B44C4EE42B2CC1D000711A81 /* HackerNewsViewController.swift in Sources */, |
| 164 | + B40EFB752B36244600DE023E /* Identifiable+RemoveDuplicates.swift in Sources */, |
159 | 165 | B44C4EF42B2CD8F700711A81 /* News.swift in Sources */, |
160 | 166 | B44C4EE22B2CC1D000711A81 /* HackerNewsApp.swift in Sources */, |
161 | 167 | ); |
|
300 | 306 | INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
301 | 307 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
302 | 308 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
303 | | - IPHONEOS_DEPLOYMENT_TARGET = 17.0; |
| 309 | + IPHONEOS_DEPLOYMENT_TARGET = 16.0; |
304 | 310 | LD_RUNPATH_SEARCH_PATHS = ( |
305 | 311 | "$(inherited)", |
306 | 312 | "@executable_path/Frameworks", |
|
331 | 337 | INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
332 | 338 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
333 | 339 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
334 | | - IPHONEOS_DEPLOYMENT_TARGET = 17.0; |
| 340 | + IPHONEOS_DEPLOYMENT_TARGET = 16.0; |
335 | 341 | LD_RUNPATH_SEARCH_PATHS = ( |
336 | 342 | "$(inherited)", |
337 | 343 | "@executable_path/Frameworks", |
|
0 commit comments