// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ 936B4B821DB54E8F0090E3EE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 936B4B811DB54E8F0090E3EE /* AppDelegate.swift */; }; 936B4B841DB54E8F0090E3EE /* MealViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 936B4B831DB54E8F0090E3EE /* MealViewController.swift */; }; 936B4B871DB54E8F0090E3EE /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 936B4B851DB54E8F0090E3EE /* Main.storyboard */; }; 936B4B891DB54E8F0090E3EE /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 936B4B881DB54E8F0090E3EE /* Assets.xcassets */; }; 936B4B8C1DB54E8F0090E3EE /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 936B4B8A1DB54E8F0090E3EE /* LaunchScreen.storyboard */; }; 936B4B971DB54E8F0090E3EE /* FoodTrackerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 936B4B961DB54E8F0090E3EE /* FoodTrackerTests.swift */; }; 939722391DD4ED9800ACC1D0 /* Meal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 939722381DD4ED9800ACC1D0 /* Meal.swift */; }; 93B36E631DDB8D3A00334F4A /* MealTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93B36E621DDB8D3A00334F4A /* MealTableViewCell.swift */; }; 93B36E651DDBE63500334F4A /* MealTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93B36E641DDBE63500334F4A /* MealTableViewController.swift */; }; 93E91EF11DCA8F83003E4C01 /* RatingControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93E91EF01DCA8F83003E4C01 /* RatingControl.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ 936B4B931DB54E8F0090E3EE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 936B4B761DB54E8F0090E3EE /* Project object */; proxyType = 1; remoteGlobalIDString = 936B4B7D1DB54E8F0090E3EE; remoteInfo = FoodTracker; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ 936B4B7E1DB54E8F0090E3EE /* FoodTracker.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FoodTracker.app; sourceTree = BUILT_PRODUCTS_DIR; }; 936B4B811DB54E8F0090E3EE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; 936B4B831DB54E8F0090E3EE /* MealViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MealViewController.swift; sourceTree = ""; }; 936B4B861DB54E8F0090E3EE /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; 936B4B881DB54E8F0090E3EE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 936B4B8B1DB54E8F0090E3EE /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; 936B4B8D1DB54E8F0090E3EE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 936B4B921DB54E8F0090E3EE /* FoodTrackerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FoodTrackerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 936B4B961DB54E8F0090E3EE /* FoodTrackerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FoodTrackerTests.swift; sourceTree = ""; }; 936B4B981DB54E8F0090E3EE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 939722381DD4ED9800ACC1D0 /* Meal.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Meal.swift; sourceTree = ""; }; 93B36E621DDB8D3A00334F4A /* MealTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MealTableViewCell.swift; sourceTree = ""; }; 93B36E641DDBE63500334F4A /* MealTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MealTableViewController.swift; sourceTree = ""; }; 93E91EF01DCA8F83003E4C01 /* RatingControl.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RatingControl.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ 936B4B7B1DB54E8F0090E3EE /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; 936B4B8F1DB54E8F0090E3EE /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 936B4B751DB54E8F0090E3EE = { isa = PBXGroup; children = ( 936B4B801DB54E8F0090E3EE /* FoodTracker */, 936B4B951DB54E8F0090E3EE /* FoodTrackerTests */, 936B4B7F1DB54E8F0090E3EE /* Products */, ); sourceTree = ""; }; 936B4B7F1DB54E8F0090E3EE /* Products */ = { isa = PBXGroup; children = ( 936B4B7E1DB54E8F0090E3EE /* FoodTracker.app */, 936B4B921DB54E8F0090E3EE /* FoodTrackerTests.xctest */, ); name = Products; sourceTree = ""; }; 936B4B801DB54E8F0090E3EE /* FoodTracker */ = { isa = PBXGroup; children = ( 936B4B811DB54E8F0090E3EE /* AppDelegate.swift */, 936B4B831DB54E8F0090E3EE /* MealViewController.swift */, 93E91EF01DCA8F83003E4C01 /* RatingControl.swift */, 939722381DD4ED9800ACC1D0 /* Meal.swift */, 93B36E621DDB8D3A00334F4A /* MealTableViewCell.swift */, 93B36E641DDBE63500334F4A /* MealTableViewController.swift */, 936B4B851DB54E8F0090E3EE /* Main.storyboard */, 936B4B881DB54E8F0090E3EE /* Assets.xcassets */, 936B4B8A1DB54E8F0090E3EE /* LaunchScreen.storyboard */, 936B4B8D1DB54E8F0090E3EE /* Info.plist */, ); path = FoodTracker; sourceTree = ""; }; 936B4B951DB54E8F0090E3EE /* FoodTrackerTests */ = { isa = PBXGroup; children = ( 936B4B961DB54E8F0090E3EE /* FoodTrackerTests.swift */, 936B4B981DB54E8F0090E3EE /* Info.plist */, ); path = FoodTrackerTests; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ 936B4B7D1DB54E8F0090E3EE /* FoodTracker */ = { isa = PBXNativeTarget; buildConfigurationList = 936B4B9B1DB54E8F0090E3EE /* Build configuration list for PBXNativeTarget "FoodTracker" */; buildPhases = ( 936B4B7A1DB54E8F0090E3EE /* Sources */, 936B4B7B1DB54E8F0090E3EE /* Frameworks */, 936B4B7C1DB54E8F0090E3EE /* Resources */, ); buildRules = ( ); dependencies = ( ); name = FoodTracker; productName = FoodTracker; productReference = 936B4B7E1DB54E8F0090E3EE /* FoodTracker.app */; productType = "com.apple.product-type.application"; }; 936B4B911DB54E8F0090E3EE /* FoodTrackerTests */ = { isa = PBXNativeTarget; buildConfigurationList = 936B4B9E1DB54E8F0090E3EE /* Build configuration list for PBXNativeTarget "FoodTrackerTests" */; buildPhases = ( 936B4B8E1DB54E8F0090E3EE /* Sources */, 936B4B8F1DB54E8F0090E3EE /* Frameworks */, 936B4B901DB54E8F0090E3EE /* Resources */, ); buildRules = ( ); dependencies = ( 936B4B941DB54E8F0090E3EE /* PBXTargetDependency */, ); name = FoodTrackerTests; productName = FoodTrackerTests; productReference = 936B4B921DB54E8F0090E3EE /* FoodTrackerTests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ 936B4B761DB54E8F0090E3EE /* Project object */ = { isa = PBXProject; attributes = { LastSwiftUpdateCheck = 0800; LastUpgradeCheck = 0810; ORGANIZATIONNAME = "Apple Inc."; TargetAttributes = { 936B4B7D1DB54E8F0090E3EE = { CreatedOnToolsVersion = 8.0; ProvisioningStyle = Automatic; }; 936B4B911DB54E8F0090E3EE = { CreatedOnToolsVersion = 8.0; ProvisioningStyle = Automatic; TestTargetID = 936B4B7D1DB54E8F0090E3EE; }; }; }; buildConfigurationList = 936B4B791DB54E8F0090E3EE /* Build configuration list for PBXProject "FoodTracker" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, Base, ); mainGroup = 936B4B751DB54E8F0090E3EE; productRefGroup = 936B4B7F1DB54E8F0090E3EE /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 936B4B7D1DB54E8F0090E3EE /* FoodTracker */, 936B4B911DB54E8F0090E3EE /* FoodTrackerTests */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ 936B4B7C1DB54E8F0090E3EE /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( 936B4B8C1DB54E8F0090E3EE /* LaunchScreen.storyboard in Resources */, 936B4B891DB54E8F0090E3EE /* Assets.xcassets in Resources */, 936B4B871DB54E8F0090E3EE /* Main.storyboard in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; 936B4B901DB54E8F0090E3EE /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ 936B4B7A1DB54E8F0090E3EE /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 939722391DD4ED9800ACC1D0 /* Meal.swift in Sources */, 936B4B841DB54E8F0090E3EE /* MealViewController.swift in Sources */, 93E91EF11DCA8F83003E4C01 /* RatingControl.swift in Sources */, 936B4B821DB54E8F0090E3EE /* AppDelegate.swift in Sources */, 93B36E651DDBE63500334F4A /* MealTableViewController.swift in Sources */, 93B36E631DDB8D3A00334F4A /* MealTableViewCell.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; 936B4B8E1DB54E8F0090E3EE /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 936B4B971DB54E8F0090E3EE /* FoodTrackerTests.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ 936B4B941DB54E8F0090E3EE /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 936B4B7D1DB54E8F0090E3EE /* FoodTracker */; targetProxy = 936B4B931DB54E8F0090E3EE /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ 936B4B851DB54E8F0090E3EE /* Main.storyboard */ = { isa = PBXVariantGroup; children = ( 936B4B861DB54E8F0090E3EE /* Base */, ); name = Main.storyboard; sourceTree = ""; }; 936B4B8A1DB54E8F0090E3EE /* LaunchScreen.storyboard */ = { isa = PBXVariantGroup; children = ( 936B4B8B1DB54E8F0090E3EE /* Base */, ); name = LaunchScreen.storyboard; sourceTree = ""; }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ 936B4B991DB54E8F0090E3EE /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_NONNULL = YES; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_DOCUMENTATION_COMMENTS = YES; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_SUSPICIOUS_MOVES = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_DYNAMIC_NO_PIC = NO; GCC_NO_COMMON_BLOCKS = YES; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", ); GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 10.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; 936B4B9A1DB54E8F0090E3EE /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_NONNULL = YES; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_DOCUMENTATION_COMMENTS = YES; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_SUSPICIOUS_MOVES = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_NO_COMMON_BLOCKS = YES; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 10.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; name = Release; }; 936B4B9C1DB54E8F0090E3EE /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; INFOPLIST_FILE = FoodTracker/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = com.example.FoodTracker; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 3.0; }; name = Debug; }; 936B4B9D1DB54E8F0090E3EE /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; INFOPLIST_FILE = FoodTracker/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = com.example.FoodTracker; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 3.0; }; name = Release; }; 936B4B9F1DB54E8F0090E3EE /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; BUNDLE_LOADER = "$(TEST_HOST)"; INFOPLIST_FILE = FoodTrackerTests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = com.example.FoodTrackerTests; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 3.0; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/FoodTracker.app/FoodTracker"; }; name = Debug; }; 936B4BA01DB54E8F0090E3EE /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; BUNDLE_LOADER = "$(TEST_HOST)"; INFOPLIST_FILE = FoodTrackerTests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = com.example.FoodTrackerTests; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 3.0; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/FoodTracker.app/FoodTracker"; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ 936B4B791DB54E8F0090E3EE /* Build configuration list for PBXProject "FoodTracker" */ = { isa = XCConfigurationList; buildConfigurations = ( 936B4B991DB54E8F0090E3EE /* Debug */, 936B4B9A1DB54E8F0090E3EE /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 936B4B9B1DB54E8F0090E3EE /* Build configuration list for PBXNativeTarget "FoodTracker" */ = { isa = XCConfigurationList; buildConfigurations = ( 936B4B9C1DB54E8F0090E3EE /* Debug */, 936B4B9D1DB54E8F0090E3EE /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 936B4B9E1DB54E8F0090E3EE /* Build configuration list for PBXNativeTarget "FoodTrackerTests" */ = { isa = XCConfigurationList; buildConfigurations = ( 936B4B9F1DB54E8F0090E3EE /* Debug */, 936B4BA01DB54E8F0090E3EE /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; rootObject = 936B4B761DB54E8F0090E3EE /* Project object */; }