aboutsummaryrefslogtreecommitdiff
path: root/WeatherApp.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2020-01-03 18:41:19 +0530
committerKumar Priyansh <[email protected]>2020-01-03 18:41:19 +0530
commitb77e8ce98ec17f693f565b11b79e61287fa19a93 (patch)
treefadbe336d56d3c9049a8e6580e743e157fd55bcc /WeatherApp.xcodeproj/project.pbxproj
parentc3373becc9a1393b2e03c8cd6c154601481a60dd (diff)
downloadWeatherApp-b77e8ce98ec17f693f565b11b79e61287fa19a93.tar.xz
WeatherApp-b77e8ce98ec17f693f565b11b79e61287fa19a93.zip
Initialised a new Xcode Project
Diffstat (limited to 'WeatherApp.xcodeproj/project.pbxproj')
-rw-r--r--WeatherApp.xcodeproj/project.pbxproj595
1 files changed, 595 insertions, 0 deletions
diff --git a/WeatherApp.xcodeproj/project.pbxproj b/WeatherApp.xcodeproj/project.pbxproj
new file mode 100644
index 0000000..d1ae002
--- /dev/null
+++ b/WeatherApp.xcodeproj/project.pbxproj
@@ -0,0 +1,595 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 50;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ 99670D5223BF74880011237A /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99670D5123BF74880011237A /* AppDelegate.swift */; };
+ 99670D5423BF74880011237A /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99670D5323BF74880011237A /* SceneDelegate.swift */; };
+ 99670D5623BF74880011237A /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99670D5523BF74880011237A /* ViewController.swift */; };
+ 99670D5923BF74880011237A /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 99670D5723BF74880011237A /* Main.storyboard */; };
+ 99670D5B23BF748B0011237A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 99670D5A23BF748B0011237A /* Assets.xcassets */; };
+ 99670D5E23BF748B0011237A /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 99670D5C23BF748B0011237A /* LaunchScreen.storyboard */; };
+ 99670D6923BF748B0011237A /* WeatherAppTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99670D6823BF748B0011237A /* WeatherAppTests.swift */; };
+ 99670D7423BF748B0011237A /* WeatherAppUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99670D7323BF748B0011237A /* WeatherAppUITests.swift */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXContainerItemProxy section */
+ 99670D6523BF748B0011237A /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 99670D4623BF74880011237A /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 99670D4D23BF74880011237A;
+ remoteInfo = WeatherApp;
+ };
+ 99670D7023BF748B0011237A /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 99670D4623BF74880011237A /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 99670D4D23BF74880011237A;
+ remoteInfo = WeatherApp;
+ };
+/* End PBXContainerItemProxy section */
+
+/* Begin PBXFileReference section */
+ 99670D4E23BF74880011237A /* WeatherApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WeatherApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
+ 99670D5123BF74880011237A /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
+ 99670D5323BF74880011237A /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
+ 99670D5523BF74880011237A /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
+ 99670D5823BF74880011237A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
+ 99670D5A23BF748B0011237A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
+ 99670D5D23BF748B0011237A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
+ 99670D5F23BF748B0011237A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
+ 99670D6423BF748B0011237A /* WeatherAppTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = WeatherAppTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
+ 99670D6823BF748B0011237A /* WeatherAppTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WeatherAppTests.swift; sourceTree = "<group>"; };
+ 99670D6A23BF748B0011237A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
+ 99670D6F23BF748B0011237A /* WeatherAppUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = WeatherAppUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
+ 99670D7323BF748B0011237A /* WeatherAppUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WeatherAppUITests.swift; sourceTree = "<group>"; };
+ 99670D7523BF748B0011237A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ 99670D4B23BF74880011237A /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 99670D6123BF748B0011237A /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 99670D6C23BF748B0011237A /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ 99670D4523BF74880011237A = {
+ isa = PBXGroup;
+ children = (
+ 99670D5023BF74880011237A /* WeatherApp */,
+ 99670D6723BF748B0011237A /* WeatherAppTests */,
+ 99670D7223BF748B0011237A /* WeatherAppUITests */,
+ 99670D4F23BF74880011237A /* Products */,
+ );
+ sourceTree = "<group>";
+ };
+ 99670D4F23BF74880011237A /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 99670D4E23BF74880011237A /* WeatherApp.app */,
+ 99670D6423BF748B0011237A /* WeatherAppTests.xctest */,
+ 99670D6F23BF748B0011237A /* WeatherAppUITests.xctest */,
+ );
+ name = Products;
+ sourceTree = "<group>";
+ };
+ 99670D5023BF74880011237A /* WeatherApp */ = {
+ isa = PBXGroup;
+ children = (
+ 99670D5123BF74880011237A /* AppDelegate.swift */,
+ 99670D5323BF74880011237A /* SceneDelegate.swift */,
+ 99670D5523BF74880011237A /* ViewController.swift */,
+ 99670D5723BF74880011237A /* Main.storyboard */,
+ 99670D5A23BF748B0011237A /* Assets.xcassets */,
+ 99670D5C23BF748B0011237A /* LaunchScreen.storyboard */,
+ 99670D5F23BF748B0011237A /* Info.plist */,
+ );
+ path = WeatherApp;
+ sourceTree = "<group>";
+ };
+ 99670D6723BF748B0011237A /* WeatherAppTests */ = {
+ isa = PBXGroup;
+ children = (
+ 99670D6823BF748B0011237A /* WeatherAppTests.swift */,
+ 99670D6A23BF748B0011237A /* Info.plist */,
+ );
+ path = WeatherAppTests;
+ sourceTree = "<group>";
+ };
+ 99670D7223BF748B0011237A /* WeatherAppUITests */ = {
+ isa = PBXGroup;
+ children = (
+ 99670D7323BF748B0011237A /* WeatherAppUITests.swift */,
+ 99670D7523BF748B0011237A /* Info.plist */,
+ );
+ path = WeatherAppUITests;
+ sourceTree = "<group>";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+ 99670D4D23BF74880011237A /* WeatherApp */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 99670D7823BF748B0011237A /* Build configuration list for PBXNativeTarget "WeatherApp" */;
+ buildPhases = (
+ 99670D4A23BF74880011237A /* Sources */,
+ 99670D4B23BF74880011237A /* Frameworks */,
+ 99670D4C23BF74880011237A /* Resources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = WeatherApp;
+ productName = WeatherApp;
+ productReference = 99670D4E23BF74880011237A /* WeatherApp.app */;
+ productType = "com.apple.product-type.application";
+ };
+ 99670D6323BF748B0011237A /* WeatherAppTests */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 99670D7B23BF748B0011237A /* Build configuration list for PBXNativeTarget "WeatherAppTests" */;
+ buildPhases = (
+ 99670D6023BF748B0011237A /* Sources */,
+ 99670D6123BF748B0011237A /* Frameworks */,
+ 99670D6223BF748B0011237A /* Resources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ 99670D6623BF748B0011237A /* PBXTargetDependency */,
+ );
+ name = WeatherAppTests;
+ productName = WeatherAppTests;
+ productReference = 99670D6423BF748B0011237A /* WeatherAppTests.xctest */;
+ productType = "com.apple.product-type.bundle.unit-test";
+ };
+ 99670D6E23BF748B0011237A /* WeatherAppUITests */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 99670D7E23BF748B0011237A /* Build configuration list for PBXNativeTarget "WeatherAppUITests" */;
+ buildPhases = (
+ 99670D6B23BF748B0011237A /* Sources */,
+ 99670D6C23BF748B0011237A /* Frameworks */,
+ 99670D6D23BF748B0011237A /* Resources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ 99670D7123BF748B0011237A /* PBXTargetDependency */,
+ );
+ name = WeatherAppUITests;
+ productName = WeatherAppUITests;
+ productReference = 99670D6F23BF748B0011237A /* WeatherAppUITests.xctest */;
+ productType = "com.apple.product-type.bundle.ui-testing";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ 99670D4623BF74880011237A /* Project object */ = {
+ isa = PBXProject;
+ attributes = {
+ LastSwiftUpdateCheck = 1130;
+ LastUpgradeCheck = 1130;
+ ORGANIZATIONNAME = "Kumar Priyansh";
+ TargetAttributes = {
+ 99670D4D23BF74880011237A = {
+ CreatedOnToolsVersion = 11.3;
+ };
+ 99670D6323BF748B0011237A = {
+ CreatedOnToolsVersion = 11.3;
+ TestTargetID = 99670D4D23BF74880011237A;
+ };
+ 99670D6E23BF748B0011237A = {
+ CreatedOnToolsVersion = 11.3;
+ TestTargetID = 99670D4D23BF74880011237A;
+ };
+ };
+ };
+ buildConfigurationList = 99670D4923BF74880011237A /* Build configuration list for PBXProject "WeatherApp" */;
+ compatibilityVersion = "Xcode 9.3";
+ developmentRegion = en;
+ hasScannedForEncodings = 0;
+ knownRegions = (
+ en,
+ Base,
+ );
+ mainGroup = 99670D4523BF74880011237A;
+ productRefGroup = 99670D4F23BF74880011237A /* Products */;
+ projectDirPath = "";
+ projectRoot = "";
+ targets = (
+ 99670D4D23BF74880011237A /* WeatherApp */,
+ 99670D6323BF748B0011237A /* WeatherAppTests */,
+ 99670D6E23BF748B0011237A /* WeatherAppUITests */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+ 99670D4C23BF74880011237A /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 99670D5E23BF748B0011237A /* LaunchScreen.storyboard in Resources */,
+ 99670D5B23BF748B0011237A /* Assets.xcassets in Resources */,
+ 99670D5923BF74880011237A /* Main.storyboard in Resources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 99670D6223BF748B0011237A /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 99670D6D23BF748B0011237A /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+ 99670D4A23BF74880011237A /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 99670D5623BF74880011237A /* ViewController.swift in Sources */,
+ 99670D5223BF74880011237A /* AppDelegate.swift in Sources */,
+ 99670D5423BF74880011237A /* SceneDelegate.swift in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 99670D6023BF748B0011237A /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 99670D6923BF748B0011237A /* WeatherAppTests.swift in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 99670D6B23BF748B0011237A /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 99670D7423BF748B0011237A /* WeatherAppUITests.swift in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXTargetDependency section */
+ 99670D6623BF748B0011237A /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = 99670D4D23BF74880011237A /* WeatherApp */;
+ targetProxy = 99670D6523BF748B0011237A /* PBXContainerItemProxy */;
+ };
+ 99670D7123BF748B0011237A /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = 99670D4D23BF74880011237A /* WeatherApp */;
+ targetProxy = 99670D7023BF748B0011237A /* PBXContainerItemProxy */;
+ };
+/* End PBXTargetDependency section */
+
+/* Begin PBXVariantGroup section */
+ 99670D5723BF74880011237A /* Main.storyboard */ = {
+ isa = PBXVariantGroup;
+ children = (
+ 99670D5823BF74880011237A /* Base */,
+ );
+ name = Main.storyboard;
+ sourceTree = "<group>";
+ };
+ 99670D5C23BF748B0011237A /* LaunchScreen.storyboard */ = {
+ isa = PBXVariantGroup;
+ children = (
+ 99670D5D23BF748B0011237A /* Base */,
+ );
+ name = LaunchScreen.storyboard;
+ sourceTree = "<group>";
+ };
+/* End PBXVariantGroup section */
+
+/* Begin XCBuildConfiguration section */
+ 99670D7623BF748B0011237A /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ CLANG_ANALYZER_NONNULL = YES;
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_ENABLE_OBJC_WEAK = YES;
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_COMMA = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = 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_NON_LITERAL_NULL_CONVERSION = YES;
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
+ CLANG_WARN_UNREACHABLE_CODE = YES;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ COPY_PHASE_STRIP = NO;
+ DEBUG_INFORMATION_FORMAT = dwarf;
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ ENABLE_TESTABILITY = YES;
+ GCC_C_LANGUAGE_STANDARD = gnu11;
+ 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 = 13.2;
+ MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
+ MTL_FAST_MATH = YES;
+ ONLY_ACTIVE_ARCH = YES;
+ SDKROOT = iphoneos;
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
+ };
+ name = Debug;
+ };
+ 99670D7723BF748B0011237A /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ CLANG_ANALYZER_NONNULL = YES;
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_ENABLE_OBJC_WEAK = YES;
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_COMMA = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = 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_NON_LITERAL_NULL_CONVERSION = YES;
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
+ CLANG_WARN_UNREACHABLE_CODE = YES;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ COPY_PHASE_STRIP = NO;
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ ENABLE_NS_ASSERTIONS = NO;
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ GCC_C_LANGUAGE_STANDARD = gnu11;
+ 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 = 13.2;
+ MTL_ENABLE_DEBUG_INFO = NO;
+ MTL_FAST_MATH = YES;
+ SDKROOT = iphoneos;
+ SWIFT_COMPILATION_MODE = wholemodule;
+ SWIFT_OPTIMIZATION_LEVEL = "-O";
+ VALIDATE_PRODUCT = YES;
+ };
+ name = Release;
+ };
+ 99670D7923BF748B0011237A /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ CODE_SIGN_STYLE = Automatic;
+ DEVELOPMENT_TEAM = XQKQGMCA77;
+ INFOPLIST_FILE = WeatherApp/Info.plist;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = com.kumarpriyansh.WeatherApp;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ };
+ name = Debug;
+ };
+ 99670D7A23BF748B0011237A /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ CODE_SIGN_STYLE = Automatic;
+ DEVELOPMENT_TEAM = XQKQGMCA77;
+ INFOPLIST_FILE = WeatherApp/Info.plist;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = com.kumarpriyansh.WeatherApp;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ };
+ name = Release;
+ };
+ 99670D7C23BF748B0011237A /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
+ BUNDLE_LOADER = "$(TEST_HOST)";
+ CODE_SIGN_STYLE = Automatic;
+ DEVELOPMENT_TEAM = XQKQGMCA77;
+ INFOPLIST_FILE = WeatherAppTests/Info.plist;
+ IPHONEOS_DEPLOYMENT_TARGET = 13.2;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ "@loader_path/Frameworks",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = com.kumarpriyansh.WeatherAppTests;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/WeatherApp.app/WeatherApp";
+ };
+ name = Debug;
+ };
+ 99670D7D23BF748B0011237A /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
+ BUNDLE_LOADER = "$(TEST_HOST)";
+ CODE_SIGN_STYLE = Automatic;
+ DEVELOPMENT_TEAM = XQKQGMCA77;
+ INFOPLIST_FILE = WeatherAppTests/Info.plist;
+ IPHONEOS_DEPLOYMENT_TARGET = 13.2;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ "@loader_path/Frameworks",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = com.kumarpriyansh.WeatherAppTests;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/WeatherApp.app/WeatherApp";
+ };
+ name = Release;
+ };
+ 99670D7F23BF748B0011237A /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
+ CODE_SIGN_STYLE = Automatic;
+ DEVELOPMENT_TEAM = XQKQGMCA77;
+ INFOPLIST_FILE = WeatherAppUITests/Info.plist;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ "@loader_path/Frameworks",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = com.kumarpriyansh.WeatherAppUITests;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ TEST_TARGET_NAME = WeatherApp;
+ };
+ name = Debug;
+ };
+ 99670D8023BF748B0011237A /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
+ CODE_SIGN_STYLE = Automatic;
+ DEVELOPMENT_TEAM = XQKQGMCA77;
+ INFOPLIST_FILE = WeatherAppUITests/Info.plist;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ "@loader_path/Frameworks",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = com.kumarpriyansh.WeatherAppUITests;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ TEST_TARGET_NAME = WeatherApp;
+ };
+ name = Release;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ 99670D4923BF74880011237A /* Build configuration list for PBXProject "WeatherApp" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 99670D7623BF748B0011237A /* Debug */,
+ 99670D7723BF748B0011237A /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 99670D7823BF748B0011237A /* Build configuration list for PBXNativeTarget "WeatherApp" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 99670D7923BF748B0011237A /* Debug */,
+ 99670D7A23BF748B0011237A /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 99670D7B23BF748B0011237A /* Build configuration list for PBXNativeTarget "WeatherAppTests" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 99670D7C23BF748B0011237A /* Debug */,
+ 99670D7D23BF748B0011237A /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 99670D7E23BF748B0011237A /* Build configuration list for PBXNativeTarget "WeatherAppUITests" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 99670D7F23BF748B0011237A /* Debug */,
+ 99670D8023BF748B0011237A /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = 99670D4623BF74880011237A /* Project object */;
+}