// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 56;
	objects = {

/* Begin PBXBuildFile section */
		60E2FF03293FE6C60061264B /* IntegrationTestApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60E2FF02293FE6C60061264B /* IntegrationTestApp.swift */; };
		60E2FF05293FE6C60061264B /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60E2FF04293FE6C60061264B /* ContentView.swift */; };
		60E2FF07293FE6C80061264B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 60E2FF06293FE6C80061264B /* Assets.xcassets */; };
		60E2FF1E293FE6C90061264B /* IntegrationTestAppUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60E2FF1D293FE6C90061264B /* IntegrationTestAppUITests.swift */; };
		60E2FF31293FEA100061264B /* AmplifyUtilsNotifications in Frameworks */ = {isa = PBXBuildFile; productRef = 60E2FF30293FEA100061264B /* AmplifyUtilsNotifications */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
		60E2FF1A293FE6C90061264B /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 60E2FEF7293FE6C60061264B /* Project object */;
			proxyType = 1;
			remoteGlobalIDString = 60E2FEFE293FE6C60061264B;
			remoteInfo = IntegrationTestApp;
		};
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
		60E2FEFF293FE6C60061264B /* IntegrationTestApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = IntegrationTestApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
		60E2FF02293FE6C60061264B /* IntegrationTestApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntegrationTestApp.swift; sourceTree = "<group>"; };
		60E2FF04293FE6C60061264B /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
		60E2FF06293FE6C80061264B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
		60E2FF19293FE6C90061264B /* IntegrationTestAppUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = IntegrationTestAppUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
		60E2FF1D293FE6C90061264B /* IntegrationTestAppUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntegrationTestAppUITests.swift; sourceTree = "<group>"; };
		60E2FF2D293FE9F50061264B /* amplify-swift-utils-notifications */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = "amplify-swift-utils-notifications"; path = ..; sourceTree = "<group>"; };
		60E2FF2E293FEA050061264B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		60E2FEFC293FE6C60061264B /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				60E2FF31293FEA100061264B /* AmplifyUtilsNotifications in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		60E2FF16293FE6C90061264B /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		60E2FEF6293FE6C60061264B = {
			isa = PBXGroup;
			children = (
				60E2FF2C293FE9F50061264B /* Packages */,
				60E2FF01293FE6C60061264B /* IntegrationTestApp */,
				60E2FF1C293FE6C90061264B /* IntegrationTestAppUITests */,
				60E2FF00293FE6C60061264B /* Products */,
				60E2FF2F293FEA100061264B /* Frameworks */,
			);
			sourceTree = "<group>";
		};
		60E2FF00293FE6C60061264B /* Products */ = {
			isa = PBXGroup;
			children = (
				60E2FEFF293FE6C60061264B /* IntegrationTestApp.app */,
				60E2FF19293FE6C90061264B /* IntegrationTestAppUITests.xctest */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		60E2FF01293FE6C60061264B /* IntegrationTestApp */ = {
			isa = PBXGroup;
			children = (
				60E2FF2E293FEA050061264B /* Info.plist */,
				60E2FF02293FE6C60061264B /* IntegrationTestApp.swift */,
				60E2FF04293FE6C60061264B /* ContentView.swift */,
				60E2FF06293FE6C80061264B /* Assets.xcassets */,
			);
			path = IntegrationTestApp;
			sourceTree = "<group>";
		};
		60E2FF1C293FE6C90061264B /* IntegrationTestAppUITests */ = {
			isa = PBXGroup;
			children = (
				60E2FF1D293FE6C90061264B /* IntegrationTestAppUITests.swift */,
			);
			path = IntegrationTestAppUITests;
			sourceTree = "<group>";
		};
		60E2FF2C293FE9F50061264B /* Packages */ = {
			isa = PBXGroup;
			children = (
				60E2FF2D293FE9F50061264B /* amplify-swift-utils-notifications */,
			);
			name = Packages;
			sourceTree = "<group>";
		};
		60E2FF2F293FEA100061264B /* Frameworks */ = {
			isa = PBXGroup;
			children = (
			);
			name = Frameworks;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		60E2FEFE293FE6C60061264B /* IntegrationTestApp */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 60E2FF23293FE6C90061264B /* Build configuration list for PBXNativeTarget "IntegrationTestApp" */;
			buildPhases = (
				60E2FEFB293FE6C60061264B /* Sources */,
				60E2FEFC293FE6C60061264B /* Frameworks */,
				60E2FEFD293FE6C60061264B /* Resources */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = IntegrationTestApp;
			packageProductDependencies = (
				60E2FF30293FEA100061264B /* AmplifyUtilsNotifications */,
			);
			productName = IntegrationTestApp;
			productReference = 60E2FEFF293FE6C60061264B /* IntegrationTestApp.app */;
			productType = "com.apple.product-type.application";
		};
		60E2FF18293FE6C90061264B /* IntegrationTestAppUITests */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 60E2FF29293FE6C90061264B /* Build configuration list for PBXNativeTarget "IntegrationTestAppUITests" */;
			buildPhases = (
				60E2FF15293FE6C90061264B /* Sources */,
				60E2FF16293FE6C90061264B /* Frameworks */,
				60E2FF17293FE6C90061264B /* Resources */,
			);
			buildRules = (
			);
			dependencies = (
				60E2FF1B293FE6C90061264B /* PBXTargetDependency */,
			);
			name = IntegrationTestAppUITests;
			productName = IntegrationTestAppUITests;
			productReference = 60E2FF19293FE6C90061264B /* IntegrationTestAppUITests.xctest */;
			productType = "com.apple.product-type.bundle.ui-testing";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		60E2FEF7293FE6C60061264B /* Project object */ = {
			isa = PBXProject;
			attributes = {
				BuildIndependentTargetsInParallel = 1;
				LastSwiftUpdateCheck = 1410;
				LastUpgradeCheck = 1410;
				TargetAttributes = {
					60E2FEFE293FE6C60061264B = {
						CreatedOnToolsVersion = 14.1;
					};
					60E2FF18293FE6C90061264B = {
						CreatedOnToolsVersion = 14.1;
						TestTargetID = 60E2FEFE293FE6C60061264B;
					};
				};
			};
			buildConfigurationList = 60E2FEFA293FE6C60061264B /* Build configuration list for PBXProject "IntegrationTestApp" */;
			compatibilityVersion = "Xcode 14.0";
			developmentRegion = en;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
				Base,
			);
			mainGroup = 60E2FEF6293FE6C60061264B;
			productRefGroup = 60E2FF00293FE6C60061264B /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				60E2FEFE293FE6C60061264B /* IntegrationTestApp */,
				60E2FF18293FE6C90061264B /* IntegrationTestAppUITests */,
			);
		};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
		60E2FEFD293FE6C60061264B /* Resources */ = {
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				60E2FF07293FE6C80061264B /* Assets.xcassets in Resources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		60E2FF17293FE6C90061264B /* Resources */ = {
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
		60E2FEFB293FE6C60061264B /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				60E2FF05293FE6C60061264B /* ContentView.swift in Sources */,
				60E2FF03293FE6C60061264B /* IntegrationTestApp.swift in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		60E2FF15293FE6C90061264B /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				60E2FF1E293FE6C90061264B /* IntegrationTestAppUITests.swift in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
		60E2FF1B293FE6C90061264B /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			target = 60E2FEFE293FE6C60061264B /* IntegrationTestApp */;
			targetProxy = 60E2FF1A293FE6C90061264B /* PBXContainerItemProxy */;
		};
/* End PBXTargetDependency section */

/* Begin XCBuildConfiguration section */
		60E2FF21293FE6C90061264B /* 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++20";
				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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
				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 = 16.1;
				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;
		};
		60E2FF22293FE6C90061264B /* 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++20";
				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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
				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 = 16.1;
				MTL_ENABLE_DEBUG_INFO = NO;
				MTL_FAST_MATH = YES;
				SDKROOT = iphoneos;
				SWIFT_COMPILATION_MODE = wholemodule;
				SWIFT_OPTIMIZATION_LEVEL = "-O";
				VALIDATE_PRODUCT = YES;
			};
			name = Release;
		};
		60E2FF24293FE6C90061264B /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
				CODE_SIGN_STYLE = Automatic;
				CURRENT_PROJECT_VERSION = 1;
				DEVELOPMENT_ASSET_PATHS = "";
				ENABLE_PREVIEWS = YES;
				GENERATE_INFOPLIST_FILE = YES;
				INFOPLIST_FILE = IntegrationTestApp/Info.plist;
				INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
				INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
				INFOPLIST_KEY_UILaunchScreen_Generation = YES;
				INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
				INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
				LD_RUNPATH_SEARCH_PATHS = (
					"$(inherited)",
					"@executable_path/Frameworks",
				);
				MARKETING_VERSION = 1.0;
				PRODUCT_BUNDLE_IDENTIFIER = com.aws.amplify.notification.push.utils.IntegrationTestApp;
				PRODUCT_NAME = "$(TARGET_NAME)";
				SWIFT_EMIT_LOC_STRINGS = YES;
				SWIFT_VERSION = 5.0;
				TARGETED_DEVICE_FAMILY = "1,2";
			};
			name = Debug;
		};
		60E2FF25293FE6C90061264B /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
				CODE_SIGN_STYLE = Automatic;
				CURRENT_PROJECT_VERSION = 1;
				DEVELOPMENT_ASSET_PATHS = "";
				ENABLE_PREVIEWS = YES;
				GENERATE_INFOPLIST_FILE = YES;
				INFOPLIST_FILE = IntegrationTestApp/Info.plist;
				INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
				INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
				INFOPLIST_KEY_UILaunchScreen_Generation = YES;
				INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
				INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
				LD_RUNPATH_SEARCH_PATHS = (
					"$(inherited)",
					"@executable_path/Frameworks",
				);
				MARKETING_VERSION = 1.0;
				PRODUCT_BUNDLE_IDENTIFIER = com.aws.amplify.notification.push.utils.IntegrationTestApp;
				PRODUCT_NAME = "$(TARGET_NAME)";
				SWIFT_EMIT_LOC_STRINGS = YES;
				SWIFT_VERSION = 5.0;
				TARGETED_DEVICE_FAMILY = "1,2";
			};
			name = Release;
		};
		60E2FF2A293FE6C90061264B /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
				CODE_SIGN_STYLE = Automatic;
				CURRENT_PROJECT_VERSION = 1;
				GENERATE_INFOPLIST_FILE = YES;
				MARKETING_VERSION = 1.0;
				PRODUCT_BUNDLE_IDENTIFIER = com.aws.amplify.notification.push.utils.IntegrationTestAppUITests;
				PRODUCT_NAME = "$(TARGET_NAME)";
				SWIFT_EMIT_LOC_STRINGS = NO;
				SWIFT_VERSION = 5.0;
				TARGETED_DEVICE_FAMILY = "1,2";
				TEST_TARGET_NAME = IntegrationTestApp;
			};
			name = Debug;
		};
		60E2FF2B293FE6C90061264B /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
				CODE_SIGN_STYLE = Automatic;
				CURRENT_PROJECT_VERSION = 1;
				GENERATE_INFOPLIST_FILE = YES;
				MARKETING_VERSION = 1.0;
				PRODUCT_BUNDLE_IDENTIFIER = com.aws.amplify.notification.push.utils.IntegrationTestAppUITests;
				PRODUCT_NAME = "$(TARGET_NAME)";
				SWIFT_EMIT_LOC_STRINGS = NO;
				SWIFT_VERSION = 5.0;
				TARGETED_DEVICE_FAMILY = "1,2";
				TEST_TARGET_NAME = IntegrationTestApp;
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		60E2FEFA293FE6C60061264B /* Build configuration list for PBXProject "IntegrationTestApp" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				60E2FF21293FE6C90061264B /* Debug */,
				60E2FF22293FE6C90061264B /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		60E2FF23293FE6C90061264B /* Build configuration list for PBXNativeTarget "IntegrationTestApp" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				60E2FF24293FE6C90061264B /* Debug */,
				60E2FF25293FE6C90061264B /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		60E2FF29293FE6C90061264B /* Build configuration list for PBXNativeTarget "IntegrationTestAppUITests" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				60E2FF2A293FE6C90061264B /* Debug */,
				60E2FF2B293FE6C90061264B /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */

/* Begin XCSwiftPackageProductDependency section */
		60E2FF30293FEA100061264B /* AmplifyUtilsNotifications */ = {
			isa = XCSwiftPackageProductDependency;
			productName = AmplifyUtilsNotifications;
		};
/* End XCSwiftPackageProductDependency section */
	};
	rootObject = 60E2FEF7293FE6C60061264B /* Project object */;
}