|
| 1 | +// !$*UTF8*$! |
| 2 | +{ |
| 3 | + archiveVersion = 1; |
| 4 | + classes = { |
| 5 | + }; |
| 6 | + objectVersion = 50; |
| 7 | + objects = { |
| 8 | + |
| 9 | +/* Begin PBXBuildFile section */ |
| 10 | + CA60258D264FB32000E95719 /* LazyGrid_SuperCarsApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA60258C264FB32000E95719 /* LazyGrid_SuperCarsApp.swift */; }; |
| 11 | + CA602591264FB32100E95719 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = CA602590264FB32100E95719 /* Assets.xcassets */; }; |
| 12 | + CA602594264FB32100E95719 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = CA602593264FB32100E95719 /* Preview Assets.xcassets */; }; |
| 13 | + CA60259E265002CF00E95719 /* LoadingExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA60259D265002CF00E95719 /* LoadingExtension.swift */; }; |
| 14 | + CA6025A02650037400E95719 /* HomeScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA60259F2650037400E95719 /* HomeScreen.swift */; }; |
| 15 | + CA6025A2265003AA00E95719 /* Car.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA6025A1265003AA00E95719 /* Car.swift */; }; |
| 16 | + CA6025A426500C7200E95719 /* cars.json in Resources */ = {isa = PBXBuildFile; fileRef = CA6025A326500C7200E95719 /* cars.json */; }; |
| 17 | +/* End PBXBuildFile section */ |
| 18 | + |
| 19 | +/* Begin PBXFileReference section */ |
| 20 | + CA602589264FB32000E95719 /* LazyGrid-SuperCars.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "LazyGrid-SuperCars.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 21 | + CA60258C264FB32000E95719 /* LazyGrid_SuperCarsApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LazyGrid_SuperCarsApp.swift; sourceTree = "<group>"; }; |
| 22 | + CA602590264FB32100E95719 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
| 23 | + CA602593264FB32100E95719 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; |
| 24 | + CA602595264FB32100E95719 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 25 | + CA60259D265002CF00E95719 /* LoadingExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoadingExtension.swift; sourceTree = "<group>"; }; |
| 26 | + CA60259F2650037400E95719 /* HomeScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeScreen.swift; sourceTree = "<group>"; }; |
| 27 | + CA6025A1265003AA00E95719 /* Car.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Car.swift; sourceTree = "<group>"; }; |
| 28 | + CA6025A326500C7200E95719 /* cars.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = cars.json; sourceTree = "<group>"; }; |
| 29 | +/* End PBXFileReference section */ |
| 30 | + |
| 31 | +/* Begin PBXFrameworksBuildPhase section */ |
| 32 | + CA602586264FB32000E95719 /* Frameworks */ = { |
| 33 | + isa = PBXFrameworksBuildPhase; |
| 34 | + buildActionMask = 2147483647; |
| 35 | + files = ( |
| 36 | + ); |
| 37 | + runOnlyForDeploymentPostprocessing = 0; |
| 38 | + }; |
| 39 | +/* End PBXFrameworksBuildPhase section */ |
| 40 | + |
| 41 | +/* Begin PBXGroup section */ |
| 42 | + CA602580264FB32000E95719 = { |
| 43 | + isa = PBXGroup; |
| 44 | + children = ( |
| 45 | + CA6025A326500C7200E95719 /* cars.json */, |
| 46 | + CA60258B264FB32000E95719 /* LazyGrid-SuperCars */, |
| 47 | + CA60258A264FB32000E95719 /* Products */, |
| 48 | + ); |
| 49 | + sourceTree = "<group>"; |
| 50 | + }; |
| 51 | + CA60258A264FB32000E95719 /* Products */ = { |
| 52 | + isa = PBXGroup; |
| 53 | + children = ( |
| 54 | + CA602589264FB32000E95719 /* LazyGrid-SuperCars.app */, |
| 55 | + ); |
| 56 | + name = Products; |
| 57 | + sourceTree = "<group>"; |
| 58 | + }; |
| 59 | + CA60258B264FB32000E95719 /* LazyGrid-SuperCars */ = { |
| 60 | + isa = PBXGroup; |
| 61 | + children = ( |
| 62 | + CA60258C264FB32000E95719 /* LazyGrid_SuperCarsApp.swift */, |
| 63 | + CA60259F2650037400E95719 /* HomeScreen.swift */, |
| 64 | + CA602590264FB32100E95719 /* Assets.xcassets */, |
| 65 | + CA602595264FB32100E95719 /* Info.plist */, |
| 66 | + CA602592264FB32100E95719 /* Preview Content */, |
| 67 | + CA60259D265002CF00E95719 /* LoadingExtension.swift */, |
| 68 | + CA6025A1265003AA00E95719 /* Car.swift */, |
| 69 | + ); |
| 70 | + path = "LazyGrid-SuperCars"; |
| 71 | + sourceTree = "<group>"; |
| 72 | + }; |
| 73 | + CA602592264FB32100E95719 /* Preview Content */ = { |
| 74 | + isa = PBXGroup; |
| 75 | + children = ( |
| 76 | + CA602593264FB32100E95719 /* Preview Assets.xcassets */, |
| 77 | + ); |
| 78 | + path = "Preview Content"; |
| 79 | + sourceTree = "<group>"; |
| 80 | + }; |
| 81 | +/* End PBXGroup section */ |
| 82 | + |
| 83 | +/* Begin PBXNativeTarget section */ |
| 84 | + CA602588264FB32000E95719 /* LazyGrid-SuperCars */ = { |
| 85 | + isa = PBXNativeTarget; |
| 86 | + buildConfigurationList = CA602598264FB32100E95719 /* Build configuration list for PBXNativeTarget "LazyGrid-SuperCars" */; |
| 87 | + buildPhases = ( |
| 88 | + CA602585264FB32000E95719 /* Sources */, |
| 89 | + CA602586264FB32000E95719 /* Frameworks */, |
| 90 | + CA602587264FB32000E95719 /* Resources */, |
| 91 | + ); |
| 92 | + buildRules = ( |
| 93 | + ); |
| 94 | + dependencies = ( |
| 95 | + ); |
| 96 | + name = "LazyGrid-SuperCars"; |
| 97 | + productName = "LazyGrid-SuperCars"; |
| 98 | + productReference = CA602589264FB32000E95719 /* LazyGrid-SuperCars.app */; |
| 99 | + productType = "com.apple.product-type.application"; |
| 100 | + }; |
| 101 | +/* End PBXNativeTarget section */ |
| 102 | + |
| 103 | +/* Begin PBXProject section */ |
| 104 | + CA602581264FB32000E95719 /* Project object */ = { |
| 105 | + isa = PBXProject; |
| 106 | + attributes = { |
| 107 | + LastSwiftUpdateCheck = 1250; |
| 108 | + LastUpgradeCheck = 1250; |
| 109 | + TargetAttributes = { |
| 110 | + CA602588264FB32000E95719 = { |
| 111 | + CreatedOnToolsVersion = 12.5; |
| 112 | + }; |
| 113 | + }; |
| 114 | + }; |
| 115 | + buildConfigurationList = CA602584264FB32000E95719 /* Build configuration list for PBXProject "LazyGrid-SuperCars" */; |
| 116 | + compatibilityVersion = "Xcode 9.3"; |
| 117 | + developmentRegion = en; |
| 118 | + hasScannedForEncodings = 0; |
| 119 | + knownRegions = ( |
| 120 | + en, |
| 121 | + Base, |
| 122 | + ); |
| 123 | + mainGroup = CA602580264FB32000E95719; |
| 124 | + productRefGroup = CA60258A264FB32000E95719 /* Products */; |
| 125 | + projectDirPath = ""; |
| 126 | + projectRoot = ""; |
| 127 | + targets = ( |
| 128 | + CA602588264FB32000E95719 /* LazyGrid-SuperCars */, |
| 129 | + ); |
| 130 | + }; |
| 131 | +/* End PBXProject section */ |
| 132 | + |
| 133 | +/* Begin PBXResourcesBuildPhase section */ |
| 134 | + CA602587264FB32000E95719 /* Resources */ = { |
| 135 | + isa = PBXResourcesBuildPhase; |
| 136 | + buildActionMask = 2147483647; |
| 137 | + files = ( |
| 138 | + CA602594264FB32100E95719 /* Preview Assets.xcassets in Resources */, |
| 139 | + CA6025A426500C7200E95719 /* cars.json in Resources */, |
| 140 | + CA602591264FB32100E95719 /* Assets.xcassets in Resources */, |
| 141 | + ); |
| 142 | + runOnlyForDeploymentPostprocessing = 0; |
| 143 | + }; |
| 144 | +/* End PBXResourcesBuildPhase section */ |
| 145 | + |
| 146 | +/* Begin PBXSourcesBuildPhase section */ |
| 147 | + CA602585264FB32000E95719 /* Sources */ = { |
| 148 | + isa = PBXSourcesBuildPhase; |
| 149 | + buildActionMask = 2147483647; |
| 150 | + files = ( |
| 151 | + CA6025A02650037400E95719 /* HomeScreen.swift in Sources */, |
| 152 | + CA60259E265002CF00E95719 /* LoadingExtension.swift in Sources */, |
| 153 | + CA6025A2265003AA00E95719 /* Car.swift in Sources */, |
| 154 | + CA60258D264FB32000E95719 /* LazyGrid_SuperCarsApp.swift in Sources */, |
| 155 | + ); |
| 156 | + runOnlyForDeploymentPostprocessing = 0; |
| 157 | + }; |
| 158 | +/* End PBXSourcesBuildPhase section */ |
| 159 | + |
| 160 | +/* Begin XCBuildConfiguration section */ |
| 161 | + CA602596264FB32100E95719 /* Debug */ = { |
| 162 | + isa = XCBuildConfiguration; |
| 163 | + buildSettings = { |
| 164 | + ALWAYS_SEARCH_USER_PATHS = NO; |
| 165 | + CLANG_ANALYZER_NONNULL = YES; |
| 166 | + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
| 167 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; |
| 168 | + CLANG_CXX_LIBRARY = "libc++"; |
| 169 | + CLANG_ENABLE_MODULES = YES; |
| 170 | + CLANG_ENABLE_OBJC_ARC = YES; |
| 171 | + CLANG_ENABLE_OBJC_WEAK = YES; |
| 172 | + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
| 173 | + CLANG_WARN_BOOL_CONVERSION = YES; |
| 174 | + CLANG_WARN_COMMA = YES; |
| 175 | + CLANG_WARN_CONSTANT_CONVERSION = YES; |
| 176 | + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; |
| 177 | + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
| 178 | + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
| 179 | + CLANG_WARN_EMPTY_BODY = YES; |
| 180 | + CLANG_WARN_ENUM_CONVERSION = YES; |
| 181 | + CLANG_WARN_INFINITE_RECURSION = YES; |
| 182 | + CLANG_WARN_INT_CONVERSION = YES; |
| 183 | + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
| 184 | + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; |
| 185 | + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
| 186 | + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
| 187 | + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; |
| 188 | + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
| 189 | + CLANG_WARN_STRICT_PROTOTYPES = YES; |
| 190 | + CLANG_WARN_SUSPICIOUS_MOVE = YES; |
| 191 | + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; |
| 192 | + CLANG_WARN_UNREACHABLE_CODE = YES; |
| 193 | + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
| 194 | + COPY_PHASE_STRIP = NO; |
| 195 | + DEBUG_INFORMATION_FORMAT = dwarf; |
| 196 | + ENABLE_STRICT_OBJC_MSGSEND = YES; |
| 197 | + ENABLE_TESTABILITY = YES; |
| 198 | + GCC_C_LANGUAGE_STANDARD = gnu11; |
| 199 | + GCC_DYNAMIC_NO_PIC = NO; |
| 200 | + GCC_NO_COMMON_BLOCKS = YES; |
| 201 | + GCC_OPTIMIZATION_LEVEL = 0; |
| 202 | + GCC_PREPROCESSOR_DEFINITIONS = ( |
| 203 | + "DEBUG=1", |
| 204 | + "$(inherited)", |
| 205 | + ); |
| 206 | + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
| 207 | + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; |
| 208 | + GCC_WARN_UNDECLARED_SELECTOR = YES; |
| 209 | + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
| 210 | + GCC_WARN_UNUSED_FUNCTION = YES; |
| 211 | + GCC_WARN_UNUSED_VARIABLE = YES; |
| 212 | + IPHONEOS_DEPLOYMENT_TARGET = 14.5; |
| 213 | + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; |
| 214 | + MTL_FAST_MATH = YES; |
| 215 | + ONLY_ACTIVE_ARCH = YES; |
| 216 | + SDKROOT = iphoneos; |
| 217 | + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; |
| 218 | + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
| 219 | + }; |
| 220 | + name = Debug; |
| 221 | + }; |
| 222 | + CA602597264FB32100E95719 /* Release */ = { |
| 223 | + isa = XCBuildConfiguration; |
| 224 | + buildSettings = { |
| 225 | + ALWAYS_SEARCH_USER_PATHS = NO; |
| 226 | + CLANG_ANALYZER_NONNULL = YES; |
| 227 | + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
| 228 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; |
| 229 | + CLANG_CXX_LIBRARY = "libc++"; |
| 230 | + CLANG_ENABLE_MODULES = YES; |
| 231 | + CLANG_ENABLE_OBJC_ARC = YES; |
| 232 | + CLANG_ENABLE_OBJC_WEAK = YES; |
| 233 | + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
| 234 | + CLANG_WARN_BOOL_CONVERSION = YES; |
| 235 | + CLANG_WARN_COMMA = YES; |
| 236 | + CLANG_WARN_CONSTANT_CONVERSION = YES; |
| 237 | + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; |
| 238 | + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
| 239 | + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
| 240 | + CLANG_WARN_EMPTY_BODY = YES; |
| 241 | + CLANG_WARN_ENUM_CONVERSION = YES; |
| 242 | + CLANG_WARN_INFINITE_RECURSION = YES; |
| 243 | + CLANG_WARN_INT_CONVERSION = YES; |
| 244 | + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
| 245 | + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; |
| 246 | + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
| 247 | + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
| 248 | + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; |
| 249 | + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
| 250 | + CLANG_WARN_STRICT_PROTOTYPES = YES; |
| 251 | + CLANG_WARN_SUSPICIOUS_MOVE = YES; |
| 252 | + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; |
| 253 | + CLANG_WARN_UNREACHABLE_CODE = YES; |
| 254 | + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
| 255 | + COPY_PHASE_STRIP = NO; |
| 256 | + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
| 257 | + ENABLE_NS_ASSERTIONS = NO; |
| 258 | + ENABLE_STRICT_OBJC_MSGSEND = YES; |
| 259 | + GCC_C_LANGUAGE_STANDARD = gnu11; |
| 260 | + GCC_NO_COMMON_BLOCKS = YES; |
| 261 | + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
| 262 | + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; |
| 263 | + GCC_WARN_UNDECLARED_SELECTOR = YES; |
| 264 | + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
| 265 | + GCC_WARN_UNUSED_FUNCTION = YES; |
| 266 | + GCC_WARN_UNUSED_VARIABLE = YES; |
| 267 | + IPHONEOS_DEPLOYMENT_TARGET = 14.5; |
| 268 | + MTL_ENABLE_DEBUG_INFO = NO; |
| 269 | + MTL_FAST_MATH = YES; |
| 270 | + SDKROOT = iphoneos; |
| 271 | + SWIFT_COMPILATION_MODE = wholemodule; |
| 272 | + SWIFT_OPTIMIZATION_LEVEL = "-O"; |
| 273 | + VALIDATE_PRODUCT = YES; |
| 274 | + }; |
| 275 | + name = Release; |
| 276 | + }; |
| 277 | + CA602599264FB32100E95719 /* Debug */ = { |
| 278 | + isa = XCBuildConfiguration; |
| 279 | + buildSettings = { |
| 280 | + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 281 | + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
| 282 | + CODE_SIGN_STYLE = Automatic; |
| 283 | + DEVELOPMENT_ASSET_PATHS = "\"LazyGrid-SuperCars/Preview Content\""; |
| 284 | + DEVELOPMENT_TEAM = NAKVM6YWDQ; |
| 285 | + ENABLE_PREVIEWS = YES; |
| 286 | + INFOPLIST_FILE = "LazyGrid-SuperCars/Info.plist"; |
| 287 | + IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
| 288 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 289 | + "$(inherited)", |
| 290 | + "@executable_path/Frameworks", |
| 291 | + ); |
| 292 | + PRODUCT_BUNDLE_IDENTIFIER = "com.milosmalovic11.LazyGrid-SuperCars"; |
| 293 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 294 | + SWIFT_VERSION = 5.0; |
| 295 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 296 | + }; |
| 297 | + name = Debug; |
| 298 | + }; |
| 299 | + CA60259A264FB32100E95719 /* Release */ = { |
| 300 | + isa = XCBuildConfiguration; |
| 301 | + buildSettings = { |
| 302 | + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 303 | + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
| 304 | + CODE_SIGN_STYLE = Automatic; |
| 305 | + DEVELOPMENT_ASSET_PATHS = "\"LazyGrid-SuperCars/Preview Content\""; |
| 306 | + DEVELOPMENT_TEAM = NAKVM6YWDQ; |
| 307 | + ENABLE_PREVIEWS = YES; |
| 308 | + INFOPLIST_FILE = "LazyGrid-SuperCars/Info.plist"; |
| 309 | + IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
| 310 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 311 | + "$(inherited)", |
| 312 | + "@executable_path/Frameworks", |
| 313 | + ); |
| 314 | + PRODUCT_BUNDLE_IDENTIFIER = "com.milosmalovic11.LazyGrid-SuperCars"; |
| 315 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 316 | + SWIFT_VERSION = 5.0; |
| 317 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 318 | + }; |
| 319 | + name = Release; |
| 320 | + }; |
| 321 | +/* End XCBuildConfiguration section */ |
| 322 | + |
| 323 | +/* Begin XCConfigurationList section */ |
| 324 | + CA602584264FB32000E95719 /* Build configuration list for PBXProject "LazyGrid-SuperCars" */ = { |
| 325 | + isa = XCConfigurationList; |
| 326 | + buildConfigurations = ( |
| 327 | + CA602596264FB32100E95719 /* Debug */, |
| 328 | + CA602597264FB32100E95719 /* Release */, |
| 329 | + ); |
| 330 | + defaultConfigurationIsVisible = 0; |
| 331 | + defaultConfigurationName = Release; |
| 332 | + }; |
| 333 | + CA602598264FB32100E95719 /* Build configuration list for PBXNativeTarget "LazyGrid-SuperCars" */ = { |
| 334 | + isa = XCConfigurationList; |
| 335 | + buildConfigurations = ( |
| 336 | + CA602599264FB32100E95719 /* Debug */, |
| 337 | + CA60259A264FB32100E95719 /* Release */, |
| 338 | + ); |
| 339 | + defaultConfigurationIsVisible = 0; |
| 340 | + defaultConfigurationName = Release; |
| 341 | + }; |
| 342 | +/* End XCConfigurationList section */ |
| 343 | + }; |
| 344 | + rootObject = CA602581264FB32000E95719 /* Project object */; |
| 345 | +} |
0 commit comments