// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 56; objects = { /* Begin PBXBuildFile section */ 24A07CD02A026DDA00F4ECA8 /* dudujiApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24A07CCF2A026DDA00F4ECA8 /* dudujiApp.swift */; }; 24A07CD22A026DDA00F4ECA8 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24A07CD12A026DDA00F4ECA8 /* ContentView.swift */; }; 24A07CD42A026DDB00F4ECA8 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 24A07CD32A026DDB00F4ECA8 /* Assets.xcassets */; }; 24A07CD82A026DDB00F4ECA8 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 24A07CD72A026DDB00F4ECA8 /* Preview Assets.xcassets */; }; 24A07CE92A02730700F4ECA8 /* AddAccountView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24A07CE82A02730700F4ECA8 /* AddAccountView.swift */; }; 24A07CEB2A029C6A00F4ECA8 /* InstanceInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24A07CEA2A029C6A00F4ECA8 /* InstanceInfo.swift */; }; 24A07CED2A029DF200F4ECA8 /* AccountListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24A07CEC2A029DF200F4ECA8 /* AccountListView.swift */; }; 24A07CF32A03E80200F4ECA8 /* TimeLineView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24A07CF22A03E80200F4ECA8 /* TimeLineView.swift */; }; 24A07CF52A0763B600F4ECA8 /* StatusRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24A07CF42A0763B600F4ECA8 /* StatusRow.swift */; }; 24A07CFA2A076E5400F4ECA8 /* MainTabView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24A07CF92A076E5400F4ECA8 /* MainTabView.swift */; }; 24A07CFC2A07A26A00F4ECA8 /* TimeLineTabView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24A07CFB2A07A26A00F4ECA8 /* TimeLineTabView.swift */; }; 24A07D022A07A31F00F4ECA8 /* NotificationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24A07D012A07A31F00F4ECA8 /* NotificationView.swift */; }; 24A07D052A07A33900F4ECA8 /* NotificationTabView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24A07D042A07A33900F4ECA8 /* NotificationTabView.swift */; }; 24C1E5962A07A9D300F09364 /* Avatar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24C1E5952A07A9D300F09364 /* Avatar.swift */; }; 24C1E59A2A07AC6D00F09364 /* ToolBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24C1E5992A07AC6D00F09364 /* ToolBar.swift */; }; 24C1E59C2A07BB5C00F09364 /* NotificationRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24C1E59B2A07BB5C00F09364 /* NotificationRow.swift */; }; 24C1E5A12A07C9DE00F09364 /* ProfileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24C1E5A02A07C9DE00F09364 /* ProfileView.swift */; }; 24C1E5A32A07CA0000F09364 /* ProfileTabView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24C1E5A22A07CA0000F09364 /* ProfileTabView.swift */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ 24A07CCC2A026DDA00F4ECA8 /* duduji.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = duduji.app; sourceTree = BUILT_PRODUCTS_DIR; }; 24A07CCF2A026DDA00F4ECA8 /* dudujiApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = dudujiApp.swift; sourceTree = ""; }; 24A07CD12A026DDA00F4ECA8 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; 24A07CD32A026DDB00F4ECA8 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 24A07CD52A026DDB00F4ECA8 /* duduji.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = duduji.entitlements; sourceTree = ""; }; 24A07CD72A026DDB00F4ECA8 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; 24A07CE82A02730700F4ECA8 /* AddAccountView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddAccountView.swift; sourceTree = ""; }; 24A07CEA2A029C6A00F4ECA8 /* InstanceInfo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InstanceInfo.swift; sourceTree = ""; }; 24A07CEC2A029DF200F4ECA8 /* AccountListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccountListView.swift; sourceTree = ""; }; 24A07CF22A03E80200F4ECA8 /* TimeLineView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimeLineView.swift; sourceTree = ""; }; 24A07CF42A0763B600F4ECA8 /* StatusRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatusRow.swift; sourceTree = ""; }; 24A07CF92A076E5400F4ECA8 /* MainTabView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainTabView.swift; sourceTree = ""; }; 24A07CFB2A07A26A00F4ECA8 /* TimeLineTabView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimeLineTabView.swift; sourceTree = ""; }; 24A07D012A07A31F00F4ECA8 /* NotificationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationView.swift; sourceTree = ""; }; 24A07D042A07A33900F4ECA8 /* NotificationTabView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationTabView.swift; sourceTree = ""; }; 24C1E5952A07A9D300F09364 /* Avatar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Avatar.swift; sourceTree = ""; }; 24C1E5992A07AC6D00F09364 /* ToolBar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ToolBar.swift; sourceTree = ""; }; 24C1E59B2A07BB5C00F09364 /* NotificationRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationRow.swift; sourceTree = ""; }; 24C1E5A02A07C9DE00F09364 /* ProfileView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileView.swift; sourceTree = ""; }; 24C1E5A22A07CA0000F09364 /* ProfileTabView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileTabView.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ 24A07CC92A026DDA00F4ECA8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 24A07CC32A026DDA00F4ECA8 = { isa = PBXGroup; children = ( 24A07CCE2A026DDA00F4ECA8 /* duduji */, 24A07CCD2A026DDA00F4ECA8 /* Products */, ); sourceTree = ""; }; 24A07CCD2A026DDA00F4ECA8 /* Products */ = { isa = PBXGroup; children = ( 24A07CCC2A026DDA00F4ECA8 /* duduji.app */, ); name = Products; sourceTree = ""; }; 24A07CCE2A026DDA00F4ECA8 /* duduji */ = { isa = PBXGroup; children = ( 24A07CE02A02702800F4ECA8 /* Core */, 24A07CE12A02703300F4ECA8 /* Extensions */, 24A07CDE2A02701A00F4ECA8 /* Model */, 24A07CDF2A02702200F4ECA8 /* Service */, 24A07CD62A026DDB00F4ECA8 /* Preview Content */, 24A07CD32A026DDB00F4ECA8 /* Assets.xcassets */, 24A07CD12A026DDA00F4ECA8 /* ContentView.swift */, 24A07CCF2A026DDA00F4ECA8 /* dudujiApp.swift */, 24A07CD52A026DDB00F4ECA8 /* duduji.entitlements */, ); path = duduji; sourceTree = ""; }; 24A07CD62A026DDB00F4ECA8 /* Preview Content */ = { isa = PBXGroup; children = ( 24A07CD72A026DDB00F4ECA8 /* Preview Assets.xcassets */, ); path = "Preview Content"; sourceTree = ""; }; 24A07CDE2A02701A00F4ECA8 /* Model */ = { isa = PBXGroup; children = ( ); path = Model; sourceTree = ""; }; 24A07CDF2A02702200F4ECA8 /* Service */ = { isa = PBXGroup; children = ( ); path = Service; sourceTree = ""; }; 24A07CE02A02702800F4ECA8 /* Core */ = { isa = PBXGroup; children = ( 24C1E59D2A07C9C800F09364 /* Profile */, 24A07CFE2A07A30200F4ECA8 /* Notification */, 24A07CF62A076E2C00F4ECA8 /* MainTab */, 24A07CEE2A03E7BA00F4ECA8 /* Feeds */, 24A07CE42A02714000F4ECA8 /* Authentication */, 24A07CE32A02709900F4ECA8 /* Components */, ); path = Core; sourceTree = ""; }; 24A07CE12A02703300F4ECA8 /* Extensions */ = { isa = PBXGroup; children = ( ); path = Extensions; sourceTree = ""; }; 24A07CE32A02709900F4ECA8 /* Components */ = { isa = PBXGroup; children = ( 24A07CEA2A029C6A00F4ECA8 /* InstanceInfo.swift */, 24A07CF42A0763B600F4ECA8 /* StatusRow.swift */, 24C1E5952A07A9D300F09364 /* Avatar.swift */, 24C1E5992A07AC6D00F09364 /* ToolBar.swift */, 24C1E59B2A07BB5C00F09364 /* NotificationRow.swift */, ); path = Components; sourceTree = ""; }; 24A07CE42A02714000F4ECA8 /* Authentication */ = { isa = PBXGroup; children = ( 24A07CE72A02716200F4ECA8 /* ViewModels */, 24A07CE52A02715800F4ECA8 /* Views */, ); path = Authentication; sourceTree = ""; }; 24A07CE52A02715800F4ECA8 /* Views */ = { isa = PBXGroup; children = ( 24A07CE82A02730700F4ECA8 /* AddAccountView.swift */, 24A07CEC2A029DF200F4ECA8 /* AccountListView.swift */, ); path = Views; sourceTree = ""; }; 24A07CE72A02716200F4ECA8 /* ViewModels */ = { isa = PBXGroup; children = ( ); path = ViewModels; sourceTree = ""; }; 24A07CEE2A03E7BA00F4ECA8 /* Feeds */ = { isa = PBXGroup; children = ( 24A07CF02A03E7D000F4ECA8 /* ViewModels */, 24A07CEF2A03E7C800F4ECA8 /* Views */, ); path = Feeds; sourceTree = ""; }; 24A07CEF2A03E7C800F4ECA8 /* Views */ = { isa = PBXGroup; children = ( 24A07CF22A03E80200F4ECA8 /* TimeLineView.swift */, 24A07CFB2A07A26A00F4ECA8 /* TimeLineTabView.swift */, ); path = Views; sourceTree = ""; }; 24A07CF02A03E7D000F4ECA8 /* ViewModels */ = { isa = PBXGroup; children = ( ); path = ViewModels; sourceTree = ""; }; 24A07CF62A076E2C00F4ECA8 /* MainTab */ = { isa = PBXGroup; children = ( 24A07CF82A076E3A00F4ECA8 /* ViewModels */, 24A07CF72A076E3600F4ECA8 /* Views */, ); path = MainTab; sourceTree = ""; }; 24A07CF72A076E3600F4ECA8 /* Views */ = { isa = PBXGroup; children = ( 24A07CF92A076E5400F4ECA8 /* MainTabView.swift */, ); path = Views; sourceTree = ""; }; 24A07CF82A076E3A00F4ECA8 /* ViewModels */ = { isa = PBXGroup; children = ( ); path = ViewModels; sourceTree = ""; }; 24A07CFE2A07A30200F4ECA8 /* Notification */ = { isa = PBXGroup; children = ( 24A07D002A07A30C00F4ECA8 /* ViewModels */, 24A07CFF2A07A30900F4ECA8 /* Views */, ); path = Notification; sourceTree = ""; }; 24A07CFF2A07A30900F4ECA8 /* Views */ = { isa = PBXGroup; children = ( 24A07D012A07A31F00F4ECA8 /* NotificationView.swift */, 24A07D042A07A33900F4ECA8 /* NotificationTabView.swift */, ); path = Views; sourceTree = ""; }; 24A07D002A07A30C00F4ECA8 /* ViewModels */ = { isa = PBXGroup; children = ( ); path = ViewModels; sourceTree = ""; }; 24C1E59D2A07C9C800F09364 /* Profile */ = { isa = PBXGroup; children = ( 24C1E59F2A07C9D300F09364 /* ViewModels */, 24C1E59E2A07C9CE00F09364 /* Views */, ); path = Profile; sourceTree = ""; }; 24C1E59E2A07C9CE00F09364 /* Views */ = { isa = PBXGroup; children = ( 24C1E5A02A07C9DE00F09364 /* ProfileView.swift */, 24C1E5A22A07CA0000F09364 /* ProfileTabView.swift */, ); path = Views; sourceTree = ""; }; 24C1E59F2A07C9D300F09364 /* ViewModels */ = { isa = PBXGroup; children = ( ); path = ViewModels; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ 24A07CCB2A026DDA00F4ECA8 /* duduji */ = { isa = PBXNativeTarget; buildConfigurationList = 24A07CDB2A026DDB00F4ECA8 /* Build configuration list for PBXNativeTarget "duduji" */; buildPhases = ( 24A07CC82A026DDA00F4ECA8 /* Sources */, 24A07CC92A026DDA00F4ECA8 /* Frameworks */, 24A07CCA2A026DDA00F4ECA8 /* Resources */, ); buildRules = ( ); dependencies = ( ); name = duduji; productName = duduji; productReference = 24A07CCC2A026DDA00F4ECA8 /* duduji.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ 24A07CC42A026DDA00F4ECA8 /* Project object */ = { isa = PBXProject; attributes = { BuildIndependentTargetsInParallel = 1; LastSwiftUpdateCheck = 1420; LastUpgradeCheck = 1420; TargetAttributes = { 24A07CCB2A026DDA00F4ECA8 = { CreatedOnToolsVersion = 14.2; }; }; }; buildConfigurationList = 24A07CC72A026DDA00F4ECA8 /* Build configuration list for PBXProject "duduji" */; compatibilityVersion = "Xcode 14.0"; developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( en, Base, ); mainGroup = 24A07CC32A026DDA00F4ECA8; productRefGroup = 24A07CCD2A026DDA00F4ECA8 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 24A07CCB2A026DDA00F4ECA8 /* duduji */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ 24A07CCA2A026DDA00F4ECA8 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( 24A07CD82A026DDB00F4ECA8 /* Preview Assets.xcassets in Resources */, 24A07CD42A026DDB00F4ECA8 /* Assets.xcassets in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ 24A07CC82A026DDA00F4ECA8 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 24C1E59A2A07AC6D00F09364 /* ToolBar.swift in Sources */, 24A07CD22A026DDA00F4ECA8 /* ContentView.swift in Sources */, 24C1E5A32A07CA0000F09364 /* ProfileTabView.swift in Sources */, 24C1E5962A07A9D300F09364 /* Avatar.swift in Sources */, 24A07CFC2A07A26A00F4ECA8 /* TimeLineTabView.swift in Sources */, 24A07CF32A03E80200F4ECA8 /* TimeLineView.swift in Sources */, 24C1E59C2A07BB5C00F09364 /* NotificationRow.swift in Sources */, 24A07CD02A026DDA00F4ECA8 /* dudujiApp.swift in Sources */, 24C1E5A12A07C9DE00F09364 /* ProfileView.swift in Sources */, 24A07D052A07A33900F4ECA8 /* NotificationTabView.swift in Sources */, 24A07CFA2A076E5400F4ECA8 /* MainTabView.swift in Sources */, 24A07CEB2A029C6A00F4ECA8 /* InstanceInfo.swift in Sources */, 24A07CE92A02730700F4ECA8 /* AddAccountView.swift in Sources */, 24A07CED2A029DF200F4ECA8 /* AccountListView.swift in Sources */, 24A07CF52A0763B600F4ECA8 /* StatusRow.swift in Sources */, 24A07D022A07A31F00F4ECA8 /* NotificationView.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin XCBuildConfiguration section */ 24A07CD92A026DDB00F4ECA8 /* 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; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; }; name = Debug; }; 24A07CDA2A026DDB00F4ECA8 /* 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; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; SWIFT_COMPILATION_MODE = wholemodule; SWIFT_OPTIMIZATION_LEVEL = "-O"; }; name = Release; }; 24A07CDC2A026DDB00F4ECA8 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = duduji/duduji.entitlements; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_ASSET_PATHS = "\"duduji/Preview Content\""; DEVELOPMENT_TEAM = JTQVB9KL4C; ENABLE_HARDENED_RUNTIME = YES; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES; "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES; "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES; "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphonesimulator*]" = YES; "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphoneos*]" = YES; "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphonesimulator*]" = YES; "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphoneos*]" = UIStatusBarStyleDefault; "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; IPHONEOS_DEPLOYMENT_TARGET = 16.2; LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; MACOSX_DEPLOYMENT_TARGET = 13.1; MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = com.tunpok.ios.duduji; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = auto; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx"; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; 24A07CDD2A026DDB00F4ECA8 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = duduji/duduji.entitlements; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_ASSET_PATHS = "\"duduji/Preview Content\""; DEVELOPMENT_TEAM = JTQVB9KL4C; ENABLE_HARDENED_RUNTIME = YES; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES; "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES; "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES; "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphonesimulator*]" = YES; "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphoneos*]" = YES; "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphonesimulator*]" = YES; "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphoneos*]" = UIStatusBarStyleDefault; "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; IPHONEOS_DEPLOYMENT_TARGET = 16.2; LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; MACOSX_DEPLOYMENT_TARGET = 13.1; MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = com.tunpok.ios.duduji; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = auto; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx"; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ 24A07CC72A026DDA00F4ECA8 /* Build configuration list for PBXProject "duduji" */ = { isa = XCConfigurationList; buildConfigurations = ( 24A07CD92A026DDB00F4ECA8 /* Debug */, 24A07CDA2A026DDB00F4ECA8 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 24A07CDB2A026DDB00F4ECA8 /* Build configuration list for PBXNativeTarget "duduji" */ = { isa = XCConfigurationList; buildConfigurations = ( 24A07CDC2A026DDB00F4ECA8 /* Debug */, 24A07CDD2A026DDB00F4ECA8 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; rootObject = 24A07CC42A026DDA00F4ECA8 /* Project object */; }