/ Caffinator.xcodeproj / project.pbxproj
project.pbxproj
1 // !$*UTF8*$! 2 { 3 archiveVersion = 1; 4 classes = { 5 }; 6 objectVersion = 46; 7 objects = { 8 9 /* Begin PBXBuildFile section */ 10 365C1B6D1E7B2AA400F4415E /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 365C1B6C1E7B2AA400F4415E /* AppDelegate.swift */; }; 11 365C1B6F1E7B2AA400F4415E /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 365C1B6E1E7B2AA400F4415E /* ViewController.swift */; }; 12 365C1B721E7B2AA400F4415E /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 365C1B701E7B2AA400F4415E /* Main.storyboard */; }; 13 365C1B751E7B2AA400F4415E /* Caffinator.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 365C1B731E7B2AA400F4415E /* Caffinator.xcdatamodeld */; }; 14 365C1B771E7B2AA400F4415E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 365C1B761E7B2AA400F4415E /* Assets.xcassets */; }; 15 365C1B7A1E7B2AA400F4415E /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 365C1B781E7B2AA400F4415E /* LaunchScreen.storyboard */; }; 16 365C1B851E7B2AA500F4415E /* CaffinatorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 365C1B841E7B2AA500F4415E /* CaffinatorTests.swift */; }; 17 365C1B901E7B2AA500F4415E /* CaffinatorUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 365C1B8F1E7B2AA500F4415E /* CaffinatorUITests.swift */; }; 18 365D85691E7F2C8E0014F582 /* Location.swift in Sources */ = {isa = PBXBuildFile; fileRef = 365D85681E7F2C8E0014F582 /* Location.swift */; }; 19 7396EAF71E7F32860028298A /* NetworkManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7396EAF61E7F32860028298A /* NetworkManager.swift */; }; 20 /* End PBXBuildFile section */ 21 22 /* Begin PBXContainerItemProxy section */ 23 365C1B811E7B2AA500F4415E /* PBXContainerItemProxy */ = { 24 isa = PBXContainerItemProxy; 25 containerPortal = 365C1B611E7B2AA400F4415E /* Project object */; 26 proxyType = 1; 27 remoteGlobalIDString = 365C1B681E7B2AA400F4415E; 28 remoteInfo = Caffinator; 29 }; 30 365C1B8C1E7B2AA500F4415E /* PBXContainerItemProxy */ = { 31 isa = PBXContainerItemProxy; 32 containerPortal = 365C1B611E7B2AA400F4415E /* Project object */; 33 proxyType = 1; 34 remoteGlobalIDString = 365C1B681E7B2AA400F4415E; 35 remoteInfo = Caffinator; 36 }; 37 /* End PBXContainerItemProxy section */ 38 39 /* Begin PBXFileReference section */ 40 365C1B691E7B2AA400F4415E /* Caffinator.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Caffinator.app; sourceTree = BUILT_PRODUCTS_DIR; }; 41 365C1B6C1E7B2AA400F4415E /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; 42 365C1B6E1E7B2AA400F4415E /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; 43 365C1B711E7B2AA400F4415E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; 44 365C1B741E7B2AA400F4415E /* Caffinator.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Caffinator.xcdatamodel; sourceTree = "<group>"; }; 45 365C1B761E7B2AA400F4415E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; 46 365C1B791E7B2AA400F4415E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; 47 365C1B7B1E7B2AA400F4415E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 48 365C1B801E7B2AA500F4415E /* CaffinatorTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CaffinatorTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 49 365C1B841E7B2AA500F4415E /* CaffinatorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CaffinatorTests.swift; sourceTree = "<group>"; }; 50 365C1B861E7B2AA500F4415E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 51 365C1B8B1E7B2AA500F4415E /* CaffinatorUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CaffinatorUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 52 365C1B8F1E7B2AA500F4415E /* CaffinatorUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CaffinatorUITests.swift; sourceTree = "<group>"; }; 53 365C1B911E7B2AA500F4415E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 54 365D85681E7F2C8E0014F582 /* Location.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Location.swift; sourceTree = "<group>"; }; 55 7396EAF61E7F32860028298A /* NetworkManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NetworkManager.swift; sourceTree = "<group>"; }; 56 /* End PBXFileReference section */ 57 58 /* Begin PBXFrameworksBuildPhase section */ 59 365C1B661E7B2AA400F4415E /* Frameworks */ = { 60 isa = PBXFrameworksBuildPhase; 61 buildActionMask = 2147483647; 62 files = ( 63 ); 64 runOnlyForDeploymentPostprocessing = 0; 65 }; 66 365C1B7D1E7B2AA500F4415E /* Frameworks */ = { 67 isa = PBXFrameworksBuildPhase; 68 buildActionMask = 2147483647; 69 files = ( 70 ); 71 runOnlyForDeploymentPostprocessing = 0; 72 }; 73 365C1B881E7B2AA500F4415E /* Frameworks */ = { 74 isa = PBXFrameworksBuildPhase; 75 buildActionMask = 2147483647; 76 files = ( 77 ); 78 runOnlyForDeploymentPostprocessing = 0; 79 }; 80 /* End PBXFrameworksBuildPhase section */ 81 82 /* Begin PBXGroup section */ 83 365C1B601E7B2AA400F4415E = { 84 isa = PBXGroup; 85 children = ( 86 365C1B6B1E7B2AA400F4415E /* Caffinator */, 87 365C1B831E7B2AA500F4415E /* CaffinatorTests */, 88 365C1B8E1E7B2AA500F4415E /* CaffinatorUITests */, 89 365C1B6A1E7B2AA400F4415E /* Products */, 90 ); 91 sourceTree = "<group>"; 92 }; 93 365C1B6A1E7B2AA400F4415E /* Products */ = { 94 isa = PBXGroup; 95 children = ( 96 365C1B691E7B2AA400F4415E /* Caffinator.app */, 97 365C1B801E7B2AA500F4415E /* CaffinatorTests.xctest */, 98 365C1B8B1E7B2AA500F4415E /* CaffinatorUITests.xctest */, 99 ); 100 name = Products; 101 sourceTree = "<group>"; 102 }; 103 365C1B6B1E7B2AA400F4415E /* Caffinator */ = { 104 isa = PBXGroup; 105 children = ( 106 7396EAF81E7F32910028298A /* Model */, 107 365C1B6C1E7B2AA400F4415E /* AppDelegate.swift */, 108 365C1B6E1E7B2AA400F4415E /* ViewController.swift */, 109 365C1B701E7B2AA400F4415E /* Main.storyboard */, 110 365C1B761E7B2AA400F4415E /* Assets.xcassets */, 111 365C1B781E7B2AA400F4415E /* LaunchScreen.storyboard */, 112 365C1B7B1E7B2AA400F4415E /* Info.plist */, 113 365C1B731E7B2AA400F4415E /* Caffinator.xcdatamodeld */, 114 ); 115 path = Caffinator; 116 sourceTree = "<group>"; 117 }; 118 365C1B831E7B2AA500F4415E /* CaffinatorTests */ = { 119 isa = PBXGroup; 120 children = ( 121 365C1B841E7B2AA500F4415E /* CaffinatorTests.swift */, 122 365C1B861E7B2AA500F4415E /* Info.plist */, 123 ); 124 path = CaffinatorTests; 125 sourceTree = "<group>"; 126 }; 127 365C1B8E1E7B2AA500F4415E /* CaffinatorUITests */ = { 128 isa = PBXGroup; 129 children = ( 130 365C1B8F1E7B2AA500F4415E /* CaffinatorUITests.swift */, 131 365C1B911E7B2AA500F4415E /* Info.plist */, 132 ); 133 path = CaffinatorUITests; 134 sourceTree = "<group>"; 135 }; 136 7396EAF81E7F32910028298A /* Model */ = { 137 isa = PBXGroup; 138 children = ( 139 365D85681E7F2C8E0014F582 /* Location.swift */, 140 7396EAF61E7F32860028298A /* NetworkManager.swift */, 141 ); 142 name = Model; 143 sourceTree = "<group>"; 144 }; 145 /* End PBXGroup section */ 146 147 /* Begin PBXNativeTarget section */ 148 365C1B681E7B2AA400F4415E /* Caffinator */ = { 149 isa = PBXNativeTarget; 150 buildConfigurationList = 365C1B941E7B2AA500F4415E /* Build configuration list for PBXNativeTarget "Caffinator" */; 151 buildPhases = ( 152 365C1B651E7B2AA400F4415E /* Sources */, 153 365C1B661E7B2AA400F4415E /* Frameworks */, 154 365C1B671E7B2AA400F4415E /* Resources */, 155 ); 156 buildRules = ( 157 ); 158 dependencies = ( 159 ); 160 name = Caffinator; 161 productName = Caffinator; 162 productReference = 365C1B691E7B2AA400F4415E /* Caffinator.app */; 163 productType = "com.apple.product-type.application"; 164 }; 165 365C1B7F1E7B2AA500F4415E /* CaffinatorTests */ = { 166 isa = PBXNativeTarget; 167 buildConfigurationList = 365C1B971E7B2AA500F4415E /* Build configuration list for PBXNativeTarget "CaffinatorTests" */; 168 buildPhases = ( 169 365C1B7C1E7B2AA500F4415E /* Sources */, 170 365C1B7D1E7B2AA500F4415E /* Frameworks */, 171 365C1B7E1E7B2AA500F4415E /* Resources */, 172 ); 173 buildRules = ( 174 ); 175 dependencies = ( 176 365C1B821E7B2AA500F4415E /* PBXTargetDependency */, 177 ); 178 name = CaffinatorTests; 179 productName = CaffinatorTests; 180 productReference = 365C1B801E7B2AA500F4415E /* CaffinatorTests.xctest */; 181 productType = "com.apple.product-type.bundle.unit-test"; 182 }; 183 365C1B8A1E7B2AA500F4415E /* CaffinatorUITests */ = { 184 isa = PBXNativeTarget; 185 buildConfigurationList = 365C1B9A1E7B2AA500F4415E /* Build configuration list for PBXNativeTarget "CaffinatorUITests" */; 186 buildPhases = ( 187 365C1B871E7B2AA500F4415E /* Sources */, 188 365C1B881E7B2AA500F4415E /* Frameworks */, 189 365C1B891E7B2AA500F4415E /* Resources */, 190 ); 191 buildRules = ( 192 ); 193 dependencies = ( 194 365C1B8D1E7B2AA500F4415E /* PBXTargetDependency */, 195 ); 196 name = CaffinatorUITests; 197 productName = CaffinatorUITests; 198 productReference = 365C1B8B1E7B2AA500F4415E /* CaffinatorUITests.xctest */; 199 productType = "com.apple.product-type.bundle.ui-testing"; 200 }; 201 /* End PBXNativeTarget section */ 202 203 /* Begin PBXProject section */ 204 365C1B611E7B2AA400F4415E /* Project object */ = { 205 isa = PBXProject; 206 attributes = { 207 LastSwiftUpdateCheck = 0820; 208 LastUpgradeCheck = 0820; 209 ORGANIZATIONNAME = "AppRoar Studios"; 210 TargetAttributes = { 211 365C1B681E7B2AA400F4415E = { 212 CreatedOnToolsVersion = 8.2.1; 213 DevelopmentTeam = U2589TE6J6; 214 ProvisioningStyle = Automatic; 215 }; 216 365C1B7F1E7B2AA500F4415E = { 217 CreatedOnToolsVersion = 8.2.1; 218 DevelopmentTeam = U2589TE6J6; 219 ProvisioningStyle = Automatic; 220 TestTargetID = 365C1B681E7B2AA400F4415E; 221 }; 222 365C1B8A1E7B2AA500F4415E = { 223 CreatedOnToolsVersion = 8.2.1; 224 DevelopmentTeam = U2589TE6J6; 225 ProvisioningStyle = Automatic; 226 TestTargetID = 365C1B681E7B2AA400F4415E; 227 }; 228 }; 229 }; 230 buildConfigurationList = 365C1B641E7B2AA400F4415E /* Build configuration list for PBXProject "Caffinator" */; 231 compatibilityVersion = "Xcode 3.2"; 232 developmentRegion = English; 233 hasScannedForEncodings = 0; 234 knownRegions = ( 235 en, 236 Base, 237 ); 238 mainGroup = 365C1B601E7B2AA400F4415E; 239 productRefGroup = 365C1B6A1E7B2AA400F4415E /* Products */; 240 projectDirPath = ""; 241 projectRoot = ""; 242 targets = ( 243 365C1B681E7B2AA400F4415E /* Caffinator */, 244 365C1B7F1E7B2AA500F4415E /* CaffinatorTests */, 245 365C1B8A1E7B2AA500F4415E /* CaffinatorUITests */, 246 ); 247 }; 248 /* End PBXProject section */ 249 250 /* Begin PBXResourcesBuildPhase section */ 251 365C1B671E7B2AA400F4415E /* Resources */ = { 252 isa = PBXResourcesBuildPhase; 253 buildActionMask = 2147483647; 254 files = ( 255 365C1B7A1E7B2AA400F4415E /* LaunchScreen.storyboard in Resources */, 256 365C1B771E7B2AA400F4415E /* Assets.xcassets in Resources */, 257 365C1B721E7B2AA400F4415E /* Main.storyboard in Resources */, 258 ); 259 runOnlyForDeploymentPostprocessing = 0; 260 }; 261 365C1B7E1E7B2AA500F4415E /* Resources */ = { 262 isa = PBXResourcesBuildPhase; 263 buildActionMask = 2147483647; 264 files = ( 265 ); 266 runOnlyForDeploymentPostprocessing = 0; 267 }; 268 365C1B891E7B2AA500F4415E /* Resources */ = { 269 isa = PBXResourcesBuildPhase; 270 buildActionMask = 2147483647; 271 files = ( 272 ); 273 runOnlyForDeploymentPostprocessing = 0; 274 }; 275 /* End PBXResourcesBuildPhase section */ 276 277 /* Begin PBXSourcesBuildPhase section */ 278 365C1B651E7B2AA400F4415E /* Sources */ = { 279 isa = PBXSourcesBuildPhase; 280 buildActionMask = 2147483647; 281 files = ( 282 365C1B751E7B2AA400F4415E /* Caffinator.xcdatamodeld in Sources */, 283 7396EAF71E7F32860028298A /* NetworkManager.swift in Sources */, 284 365C1B6F1E7B2AA400F4415E /* ViewController.swift in Sources */, 285 365D85691E7F2C8E0014F582 /* Location.swift in Sources */, 286 365C1B6D1E7B2AA400F4415E /* AppDelegate.swift in Sources */, 287 ); 288 runOnlyForDeploymentPostprocessing = 0; 289 }; 290 365C1B7C1E7B2AA500F4415E /* Sources */ = { 291 isa = PBXSourcesBuildPhase; 292 buildActionMask = 2147483647; 293 files = ( 294 365C1B851E7B2AA500F4415E /* CaffinatorTests.swift in Sources */, 295 ); 296 runOnlyForDeploymentPostprocessing = 0; 297 }; 298 365C1B871E7B2AA500F4415E /* Sources */ = { 299 isa = PBXSourcesBuildPhase; 300 buildActionMask = 2147483647; 301 files = ( 302 365C1B901E7B2AA500F4415E /* CaffinatorUITests.swift in Sources */, 303 ); 304 runOnlyForDeploymentPostprocessing = 0; 305 }; 306 /* End PBXSourcesBuildPhase section */ 307 308 /* Begin PBXTargetDependency section */ 309 365C1B821E7B2AA500F4415E /* PBXTargetDependency */ = { 310 isa = PBXTargetDependency; 311 target = 365C1B681E7B2AA400F4415E /* Caffinator */; 312 targetProxy = 365C1B811E7B2AA500F4415E /* PBXContainerItemProxy */; 313 }; 314 365C1B8D1E7B2AA500F4415E /* PBXTargetDependency */ = { 315 isa = PBXTargetDependency; 316 target = 365C1B681E7B2AA400F4415E /* Caffinator */; 317 targetProxy = 365C1B8C1E7B2AA500F4415E /* PBXContainerItemProxy */; 318 }; 319 /* End PBXTargetDependency section */ 320 321 /* Begin PBXVariantGroup section */ 322 365C1B701E7B2AA400F4415E /* Main.storyboard */ = { 323 isa = PBXVariantGroup; 324 children = ( 325 365C1B711E7B2AA400F4415E /* Base */, 326 ); 327 name = Main.storyboard; 328 sourceTree = "<group>"; 329 }; 330 365C1B781E7B2AA400F4415E /* LaunchScreen.storyboard */ = { 331 isa = PBXVariantGroup; 332 children = ( 333 365C1B791E7B2AA400F4415E /* Base */, 334 ); 335 name = LaunchScreen.storyboard; 336 sourceTree = "<group>"; 337 }; 338 /* End PBXVariantGroup section */ 339 340 /* Begin XCBuildConfiguration section */ 341 365C1B921E7B2AA500F4415E /* Debug */ = { 342 isa = XCBuildConfiguration; 343 buildSettings = { 344 ALWAYS_SEARCH_USER_PATHS = NO; 345 CLANG_ANALYZER_NONNULL = YES; 346 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; 347 CLANG_CXX_LIBRARY = "libc++"; 348 CLANG_ENABLE_MODULES = YES; 349 CLANG_ENABLE_OBJC_ARC = YES; 350 CLANG_WARN_BOOL_CONVERSION = YES; 351 CLANG_WARN_CONSTANT_CONVERSION = YES; 352 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 353 CLANG_WARN_DOCUMENTATION_COMMENTS = YES; 354 CLANG_WARN_EMPTY_BODY = YES; 355 CLANG_WARN_ENUM_CONVERSION = YES; 356 CLANG_WARN_INFINITE_RECURSION = YES; 357 CLANG_WARN_INT_CONVERSION = YES; 358 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 359 CLANG_WARN_SUSPICIOUS_MOVE = YES; 360 CLANG_WARN_UNREACHABLE_CODE = YES; 361 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 362 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 363 COPY_PHASE_STRIP = NO; 364 DEBUG_INFORMATION_FORMAT = dwarf; 365 ENABLE_STRICT_OBJC_MSGSEND = YES; 366 ENABLE_TESTABILITY = YES; 367 GCC_C_LANGUAGE_STANDARD = gnu99; 368 GCC_DYNAMIC_NO_PIC = NO; 369 GCC_NO_COMMON_BLOCKS = YES; 370 GCC_OPTIMIZATION_LEVEL = 0; 371 GCC_PREPROCESSOR_DEFINITIONS = ( 372 "DEBUG=1", 373 "$(inherited)", 374 ); 375 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 376 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 377 GCC_WARN_UNDECLARED_SELECTOR = YES; 378 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 379 GCC_WARN_UNUSED_FUNCTION = YES; 380 GCC_WARN_UNUSED_VARIABLE = YES; 381 IPHONEOS_DEPLOYMENT_TARGET = 10.2; 382 MTL_ENABLE_DEBUG_INFO = YES; 383 ONLY_ACTIVE_ARCH = YES; 384 SDKROOT = iphoneos; 385 SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; 386 SWIFT_OPTIMIZATION_LEVEL = "-Onone"; 387 TARGETED_DEVICE_FAMILY = "1,2"; 388 }; 389 name = Debug; 390 }; 391 365C1B931E7B2AA500F4415E /* Release */ = { 392 isa = XCBuildConfiguration; 393 buildSettings = { 394 ALWAYS_SEARCH_USER_PATHS = NO; 395 CLANG_ANALYZER_NONNULL = YES; 396 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; 397 CLANG_CXX_LIBRARY = "libc++"; 398 CLANG_ENABLE_MODULES = YES; 399 CLANG_ENABLE_OBJC_ARC = YES; 400 CLANG_WARN_BOOL_CONVERSION = YES; 401 CLANG_WARN_CONSTANT_CONVERSION = YES; 402 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 403 CLANG_WARN_DOCUMENTATION_COMMENTS = YES; 404 CLANG_WARN_EMPTY_BODY = YES; 405 CLANG_WARN_ENUM_CONVERSION = YES; 406 CLANG_WARN_INFINITE_RECURSION = YES; 407 CLANG_WARN_INT_CONVERSION = YES; 408 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 409 CLANG_WARN_SUSPICIOUS_MOVE = YES; 410 CLANG_WARN_UNREACHABLE_CODE = YES; 411 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 412 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 413 COPY_PHASE_STRIP = NO; 414 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; 415 ENABLE_NS_ASSERTIONS = NO; 416 ENABLE_STRICT_OBJC_MSGSEND = YES; 417 GCC_C_LANGUAGE_STANDARD = gnu99; 418 GCC_NO_COMMON_BLOCKS = YES; 419 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 420 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 421 GCC_WARN_UNDECLARED_SELECTOR = YES; 422 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 423 GCC_WARN_UNUSED_FUNCTION = YES; 424 GCC_WARN_UNUSED_VARIABLE = YES; 425 IPHONEOS_DEPLOYMENT_TARGET = 10.2; 426 MTL_ENABLE_DEBUG_INFO = NO; 427 SDKROOT = iphoneos; 428 SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; 429 TARGETED_DEVICE_FAMILY = "1,2"; 430 VALIDATE_PRODUCT = YES; 431 }; 432 name = Release; 433 }; 434 365C1B951E7B2AA500F4415E /* Debug */ = { 435 isa = XCBuildConfiguration; 436 buildSettings = { 437 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 438 DEVELOPMENT_TEAM = U2589TE6J6; 439 INFOPLIST_FILE = Caffinator/Info.plist; 440 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 441 PRODUCT_BUNDLE_IDENTIFIER = com.AppRoarStudios.Caffinator; 442 PRODUCT_NAME = "$(TARGET_NAME)"; 443 SWIFT_VERSION = 3.0; 444 }; 445 name = Debug; 446 }; 447 365C1B961E7B2AA500F4415E /* Release */ = { 448 isa = XCBuildConfiguration; 449 buildSettings = { 450 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 451 DEVELOPMENT_TEAM = U2589TE6J6; 452 INFOPLIST_FILE = Caffinator/Info.plist; 453 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 454 PRODUCT_BUNDLE_IDENTIFIER = com.AppRoarStudios.Caffinator; 455 PRODUCT_NAME = "$(TARGET_NAME)"; 456 SWIFT_VERSION = 3.0; 457 }; 458 name = Release; 459 }; 460 365C1B981E7B2AA500F4415E /* Debug */ = { 461 isa = XCBuildConfiguration; 462 buildSettings = { 463 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; 464 BUNDLE_LOADER = "$(TEST_HOST)"; 465 DEVELOPMENT_TEAM = U2589TE6J6; 466 INFOPLIST_FILE = CaffinatorTests/Info.plist; 467 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; 468 PRODUCT_BUNDLE_IDENTIFIER = com.AppRoarStudios.CaffinatorTests; 469 PRODUCT_NAME = "$(TARGET_NAME)"; 470 SWIFT_VERSION = 3.0; 471 TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Caffinator.app/Caffinator"; 472 }; 473 name = Debug; 474 }; 475 365C1B991E7B2AA500F4415E /* Release */ = { 476 isa = XCBuildConfiguration; 477 buildSettings = { 478 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; 479 BUNDLE_LOADER = "$(TEST_HOST)"; 480 DEVELOPMENT_TEAM = U2589TE6J6; 481 INFOPLIST_FILE = CaffinatorTests/Info.plist; 482 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; 483 PRODUCT_BUNDLE_IDENTIFIER = com.AppRoarStudios.CaffinatorTests; 484 PRODUCT_NAME = "$(TARGET_NAME)"; 485 SWIFT_VERSION = 3.0; 486 TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Caffinator.app/Caffinator"; 487 }; 488 name = Release; 489 }; 490 365C1B9B1E7B2AA500F4415E /* Debug */ = { 491 isa = XCBuildConfiguration; 492 buildSettings = { 493 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; 494 DEVELOPMENT_TEAM = U2589TE6J6; 495 INFOPLIST_FILE = CaffinatorUITests/Info.plist; 496 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; 497 PRODUCT_BUNDLE_IDENTIFIER = com.AppRoarStudios.CaffinatorUITests; 498 PRODUCT_NAME = "$(TARGET_NAME)"; 499 SWIFT_VERSION = 3.0; 500 TEST_TARGET_NAME = Caffinator; 501 }; 502 name = Debug; 503 }; 504 365C1B9C1E7B2AA500F4415E /* Release */ = { 505 isa = XCBuildConfiguration; 506 buildSettings = { 507 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; 508 DEVELOPMENT_TEAM = U2589TE6J6; 509 INFOPLIST_FILE = CaffinatorUITests/Info.plist; 510 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; 511 PRODUCT_BUNDLE_IDENTIFIER = com.AppRoarStudios.CaffinatorUITests; 512 PRODUCT_NAME = "$(TARGET_NAME)"; 513 SWIFT_VERSION = 3.0; 514 TEST_TARGET_NAME = Caffinator; 515 }; 516 name = Release; 517 }; 518 /* End XCBuildConfiguration section */ 519 520 /* Begin XCConfigurationList section */ 521 365C1B641E7B2AA400F4415E /* Build configuration list for PBXProject "Caffinator" */ = { 522 isa = XCConfigurationList; 523 buildConfigurations = ( 524 365C1B921E7B2AA500F4415E /* Debug */, 525 365C1B931E7B2AA500F4415E /* Release */, 526 ); 527 defaultConfigurationIsVisible = 0; 528 defaultConfigurationName = Release; 529 }; 530 365C1B941E7B2AA500F4415E /* Build configuration list for PBXNativeTarget "Caffinator" */ = { 531 isa = XCConfigurationList; 532 buildConfigurations = ( 533 365C1B951E7B2AA500F4415E /* Debug */, 534 365C1B961E7B2AA500F4415E /* Release */, 535 ); 536 defaultConfigurationIsVisible = 0; 537 defaultConfigurationName = Release; 538 }; 539 365C1B971E7B2AA500F4415E /* Build configuration list for PBXNativeTarget "CaffinatorTests" */ = { 540 isa = XCConfigurationList; 541 buildConfigurations = ( 542 365C1B981E7B2AA500F4415E /* Debug */, 543 365C1B991E7B2AA500F4415E /* Release */, 544 ); 545 defaultConfigurationIsVisible = 0; 546 defaultConfigurationName = Release; 547 }; 548 365C1B9A1E7B2AA500F4415E /* Build configuration list for PBXNativeTarget "CaffinatorUITests" */ = { 549 isa = XCConfigurationList; 550 buildConfigurations = ( 551 365C1B9B1E7B2AA500F4415E /* Debug */, 552 365C1B9C1E7B2AA500F4415E /* Release */, 553 ); 554 defaultConfigurationIsVisible = 0; 555 defaultConfigurationName = Release; 556 }; 557 /* End XCConfigurationList section */ 558 559 /* Begin XCVersionGroup section */ 560 365C1B731E7B2AA400F4415E /* Caffinator.xcdatamodeld */ = { 561 isa = XCVersionGroup; 562 children = ( 563 365C1B741E7B2AA400F4415E /* Caffinator.xcdatamodel */, 564 ); 565 currentVersion = 365C1B741E7B2AA400F4415E /* Caffinator.xcdatamodel */; 566 path = Caffinator.xcdatamodeld; 567 sourceTree = "<group>"; 568 versionGroupType = wrapper.xcdatamodel; 569 }; 570 /* End XCVersionGroup section */ 571 }; 572 rootObject = 365C1B611E7B2AA400F4415E /* Project object */; 573 }