// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 50; objects = { /* Begin PBXBuildFile section */ DD26C603294B9AE600DF9F79 /* DialogNavigationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD26C602294B9AE600DF9F79 /* DialogNavigationView.swift */; }; DD2A8D5C260666DC00BE07A7 /* PremoSampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD2A8D5B260666DC00BE07A7 /* PremoSampleApp.swift */; }; DD2A8D60260666DE00BE07A7 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = DD2A8D5F260666DE00BE07A7 /* Assets.xcassets */; }; DD2A8D63260666DE00BE07A7 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = DD2A8D62260666DE00BE07A7 /* Preview Assets.xcassets */; }; DD3995B5271E00A500338B68 /* SimpleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD3995B4271E00A500338B68 /* SimpleView.swift */; }; DD3995B9271E02A900338B68 /* StackNavigationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD3995B8271E02A900338B68 /* StackNavigationView.swift */; }; DD68333726066B3B00FE13F4 /* Common.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD68333626066B3B00FE13F4 /* Common.framework */; }; DD68333826066B3B00FE13F4 /* Common.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = DD68333626066B3B00FE13F4 /* Common.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; DD68333B26066DA600FE13F4 /* CounterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD68333A26066DA600FE13F4 /* CounterView.swift */; }; DD68333D26066DD200FE13F4 /* ObservableState.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD68333C26066DD200FE13F4 /* ObservableState.swift */; }; DD68334526075C5000FE13F4 /* MainView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD68334426075C5000FE13F4 /* MainView.swift */; }; DD6833472607908A00FE13F4 /* SamplesView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD6833462607908A00FE13F4 /* SamplesView.swift */; }; DD68334D2607984A00FE13F4 /* BottomNavigationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD68334C2607984A00FE13F4 /* BottomNavigationView.swift */; }; DD68334F2607AF1600FE13F4 /* TabContainerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD68334E2607AF1600FE13F4 /* TabContainerView.swift */; }; DD6833512607B02500FE13F4 /* TabItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD6833502607B02500FE13F4 /* TabItemView.swift */; }; DD6833532607BC0900FE13F4 /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD6833522607BC0900FE13F4 /* EmptyView.swift */; }; /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ DD68333926066B3B00FE13F4 /* Embed Frameworks */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( DD68333826066B3B00FE13F4 /* Common.framework in Embed Frameworks */, ); name = "Embed Frameworks"; runOnlyForDeploymentPostprocessing = 0; }; /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ DD26C602294B9AE600DF9F79 /* DialogNavigationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DialogNavigationView.swift; sourceTree = ""; }; DD2A8D58260666DC00BE07A7 /* app-ios.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "app-ios.app"; sourceTree = BUILT_PRODUCTS_DIR; }; DD2A8D5B260666DC00BE07A7 /* PremoSampleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PremoSampleApp.swift; sourceTree = ""; }; DD2A8D5F260666DE00BE07A7 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; DD2A8D62260666DE00BE07A7 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; DD2A8D64260666DE00BE07A7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; DD3995B4271E00A500338B68 /* SimpleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimpleView.swift; sourceTree = ""; }; DD3995B8271E02A900338B68 /* StackNavigationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StackNavigationView.swift; sourceTree = ""; }; DD68333626066B3B00FE13F4 /* Common.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Common.framework; path = "../app-common/build/xcode-frameworks/Common.framework"; sourceTree = ""; }; DD68333A26066DA600FE13F4 /* CounterView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CounterView.swift; sourceTree = ""; }; DD68333C26066DD200FE13F4 /* ObservableState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ObservableState.swift; sourceTree = ""; }; DD68334426075C5000FE13F4 /* MainView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainView.swift; sourceTree = ""; }; DD6833462607908A00FE13F4 /* SamplesView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SamplesView.swift; sourceTree = ""; }; DD68334C2607984A00FE13F4 /* BottomNavigationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BottomNavigationView.swift; sourceTree = ""; }; DD68334E2607AF1600FE13F4 /* TabContainerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabContainerView.swift; sourceTree = ""; }; DD6833502607B02500FE13F4 /* TabItemView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabItemView.swift; sourceTree = ""; }; DD6833522607BC0900FE13F4 /* EmptyView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmptyView.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ DD2A8D55260666DC00BE07A7 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( DD68333726066B3B00FE13F4 /* Common.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ DD2A8D4F260666DC00BE07A7 = { isa = PBXGroup; children = ( DD2A8D5A260666DC00BE07A7 /* app-ios */, DD2A8D59260666DC00BE07A7 /* Products */, DD68333526066B3B00FE13F4 /* Frameworks */, ); sourceTree = ""; }; DD2A8D59260666DC00BE07A7 /* Products */ = { isa = PBXGroup; children = ( DD2A8D58260666DC00BE07A7 /* app-ios.app */, ); name = Products; sourceTree = ""; }; DD2A8D5A260666DC00BE07A7 /* app-ios */ = { isa = PBXGroup; children = ( DD3995B6271E021A00338B68 /* Observables */, DD2A8D5B260666DC00BE07A7 /* PremoSampleApp.swift */, DD2A8D5F260666DE00BE07A7 /* Assets.xcassets */, DD2A8D64260666DE00BE07A7 /* Info.plist */, DD2A8D61260666DE00BE07A7 /* Preview Content */, DD68333A26066DA600FE13F4 /* CounterView.swift */, DD68334426075C5000FE13F4 /* MainView.swift */, DD6833462607908A00FE13F4 /* SamplesView.swift */, DD68334C2607984A00FE13F4 /* BottomNavigationView.swift */, DD68334E2607AF1600FE13F4 /* TabContainerView.swift */, DD6833502607B02500FE13F4 /* TabItemView.swift */, DD6833522607BC0900FE13F4 /* EmptyView.swift */, DD3995B4271E00A500338B68 /* SimpleView.swift */, DD3995B8271E02A900338B68 /* StackNavigationView.swift */, DD26C602294B9AE600DF9F79 /* DialogNavigationView.swift */, ); path = "app-ios"; sourceTree = ""; }; DD2A8D61260666DE00BE07A7 /* Preview Content */ = { isa = PBXGroup; children = ( DD2A8D62260666DE00BE07A7 /* Preview Assets.xcassets */, ); path = "Preview Content"; sourceTree = ""; }; DD3995B6271E021A00338B68 /* Observables */ = { isa = PBXGroup; children = ( DD68333C26066DD200FE13F4 /* ObservableState.swift */, ); path = Observables; sourceTree = ""; }; DD68333526066B3B00FE13F4 /* Frameworks */ = { isa = PBXGroup; children = ( DD68333626066B3B00FE13F4 /* Common.framework */, ); name = Frameworks; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ DD2A8D57260666DC00BE07A7 /* app-ios */ = { isa = PBXNativeTarget; buildConfigurationList = DD2A8D67260666DE00BE07A7 /* Build configuration list for PBXNativeTarget "app-ios" */; buildPhases = ( DD2A8D54260666DC00BE07A7 /* Sources */, DD2A8D55260666DC00BE07A7 /* Frameworks */, DD2A8D56260666DC00BE07A7 /* Resources */, DD68333926066B3B00FE13F4 /* Embed Frameworks */, ); buildRules = ( ); dependencies = ( ); name = "app-ios"; productName = "app-ios"; productReference = DD2A8D58260666DC00BE07A7 /* app-ios.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ DD2A8D50260666DC00BE07A7 /* Project object */ = { isa = PBXProject; attributes = { LastSwiftUpdateCheck = 1240; LastUpgradeCheck = 1240; TargetAttributes = { DD2A8D57260666DC00BE07A7 = { CreatedOnToolsVersion = 12.4; }; }; }; buildConfigurationList = DD2A8D53260666DC00BE07A7 /* Build configuration list for PBXProject "app-ios" */; compatibilityVersion = "Xcode 9.3"; developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( en, Base, ); mainGroup = DD2A8D4F260666DC00BE07A7; productRefGroup = DD2A8D59260666DC00BE07A7 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( DD2A8D57260666DC00BE07A7 /* app-ios */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ DD2A8D56260666DC00BE07A7 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( DD2A8D63260666DE00BE07A7 /* Preview Assets.xcassets in Resources */, DD2A8D60260666DE00BE07A7 /* Assets.xcassets in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ DD2A8D54260666DC00BE07A7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( DD3995B5271E00A500338B68 /* SimpleView.swift in Sources */, DD6833472607908A00FE13F4 /* SamplesView.swift in Sources */, DD6833532607BC0900FE13F4 /* EmptyView.swift in Sources */, DD68334D2607984A00FE13F4 /* BottomNavigationView.swift in Sources */, DD2A8D5C260666DC00BE07A7 /* PremoSampleApp.swift in Sources */, DD68333D26066DD200FE13F4 /* ObservableState.swift in Sources */, DD68334526075C5000FE13F4 /* MainView.swift in Sources */, DD6833512607B02500FE13F4 /* TabItemView.swift in Sources */, DD68333B26066DA600FE13F4 /* CounterView.swift in Sources */, DD26C603294B9AE600DF9F79 /* DialogNavigationView.swift in Sources */, DD3995B9271E02A900338B68 /* StackNavigationView.swift in Sources */, DD68334F2607AF1600FE13F4 /* TabContainerView.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin XCBuildConfiguration section */ DD2A8D65260666DE00BE07A7 /* 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_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 = 14.4; 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; }; DD2A8D66260666DE00BE07A7 /* 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_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 = 14.4; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; SDKROOT = iphoneos; SWIFT_COMPILATION_MODE = wholemodule; SWIFT_OPTIMIZATION_LEVEL = "-O"; VALIDATE_PRODUCT = YES; }; name = Release; }; DD2A8D68260666DE00BE07A7 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; DEVELOPMENT_ASSET_PATHS = "\"app-ios/Preview Content\""; ENABLE_PREVIEWS = YES; "FRAMEWORK_SEARCH_PATHS[arch=*]" = "$(SRCROOT)/../app-common/build/xcode-frameworks"; INFOPLIST_FILE = "app-ios/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); PRODUCT_BUNDLE_IDENTIFIER = me.dmdev.premo.sample; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; DD2A8D69260666DE00BE07A7 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; DEVELOPMENT_ASSET_PATHS = "\"app-ios/Preview Content\""; ENABLE_PREVIEWS = YES; "FRAMEWORK_SEARCH_PATHS[arch=*]" = "$(SRCROOT)/../app-common/build/xcode-frameworks"; INFOPLIST_FILE = "app-ios/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); PRODUCT_BUNDLE_IDENTIFIER = me.dmdev.premo.sample; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ DD2A8D53260666DC00BE07A7 /* Build configuration list for PBXProject "app-ios" */ = { isa = XCConfigurationList; buildConfigurations = ( DD2A8D65260666DE00BE07A7 /* Debug */, DD2A8D66260666DE00BE07A7 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; DD2A8D67260666DE00BE07A7 /* Build configuration list for PBXNativeTarget "app-ios" */ = { isa = XCConfigurationList; buildConfigurations = ( DD2A8D68260666DE00BE07A7 /* Debug */, DD2A8D69260666DE00BE07A7 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; rootObject = DD2A8D50260666DC00BE07A7 /* Project object */; }