yorkie-ios-sdk/Examples/KanbanApp/KanbanApp.xcodeproj/project.pbxproj

480 lines
21 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 55;
objects = {
/* Begin PBXBuildFile section */
9603ABB6291114DF00696E1A /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9603ABB5291114DF00696E1A /* AppDelegate.swift */; };
9603ABB8291114DF00696E1A /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9603ABB7291114DF00696E1A /* SceneDelegate.swift */; };
9603ABBA291114DF00696E1A /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9603ABB9291114DF00696E1A /* ViewController.swift */; };
9603ABBD291114DF00696E1A /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9603ABBB291114DF00696E1A /* Main.storyboard */; };
9603ABBF291114E200696E1A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9603ABBE291114E200696E1A /* Assets.xcassets */; };
9603ABC2291114E200696E1A /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9603ABC0291114E200696E1A /* LaunchScreen.storyboard */; };
9A5899A3299CF9FA00099E90 /* Yorkie in Frameworks */ = {isa = PBXBuildFile; productRef = 9A5899A2299CF9FA00099E90 /* Yorkie */; };
CE79C52629135EB400D5DE3F /* KanbanViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE79C52529135EB400D5DE3F /* KanbanViewController.swift */; };
CE79C52929135F7B00D5DE3F /* KanbanColumn.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE79C52829135F7B00D5DE3F /* KanbanColumn.swift */; };
CE79C52B291360FE00D5DE3F /* KanbanCard.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE79C52A291360FE00D5DE3F /* KanbanCard.swift */; };
CE79C53029136B5F00D5DE3F /* KanbanViewCardCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE79C52F29136B5F00D5DE3F /* KanbanViewCardCell.swift */; };
CE79C5322913741E00D5DE3F /* KanbanViewColumnHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE79C5312913741E00D5DE3F /* KanbanViewColumnHeader.swift */; };
CE79C5342913742500D5DE3F /* KanbanViewColumnFooter.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE79C5332913742500D5DE3F /* KanbanViewColumnFooter.swift */; };
CEDDE2612914A2C00032B16A /* KanbanViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEDDE2602914A2C00032B16A /* KanbanViewModel.swift */; };
CEDDE2632914AA280032B16A /* KanbanLayoutProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEDDE2622914AA280032B16A /* KanbanLayoutProperty.swift */; };
CEDDE2662914B94D0032B16A /* UILabelWithPadding.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEDDE2652914B94D0032B16A /* UILabelWithPadding.swift */; };
CEDDE2682914BA620032B16A /* UIColor+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEDDE2672914BA620032B16A /* UIColor+Extensions.swift */; };
/* End PBXBuildFile section */
/* Begin PBXCopyFilesBuildPhase section */
CEFD67DF291A3C66003E82FB /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
9603ABB2291114DF00696E1A /* KanbanApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = KanbanApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
9603ABB5291114DF00696E1A /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
9603ABB7291114DF00696E1A /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
9603ABB9291114DF00696E1A /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
9603ABBC291114DF00696E1A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
9603ABBE291114E200696E1A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
9603ABC1291114E200696E1A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
9603ABC3291114E200696E1A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
9A15C90D2995DF7100E7EAE7 /* yorkie-ios-sdk */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = "yorkie-ios-sdk"; path = ../..; sourceTree = "<group>"; };
CE79C52529135EB400D5DE3F /* KanbanViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KanbanViewController.swift; sourceTree = "<group>"; };
CE79C52829135F7B00D5DE3F /* KanbanColumn.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KanbanColumn.swift; sourceTree = "<group>"; };
CE79C52A291360FE00D5DE3F /* KanbanCard.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KanbanCard.swift; sourceTree = "<group>"; };
CE79C52F29136B5F00D5DE3F /* KanbanViewCardCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KanbanViewCardCell.swift; sourceTree = "<group>"; };
CE79C5312913741E00D5DE3F /* KanbanViewColumnHeader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KanbanViewColumnHeader.swift; sourceTree = "<group>"; };
CE79C5332913742500D5DE3F /* KanbanViewColumnFooter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KanbanViewColumnFooter.swift; sourceTree = "<group>"; };
CEDDE2602914A2C00032B16A /* KanbanViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KanbanViewModel.swift; sourceTree = "<group>"; };
CEDDE2622914AA280032B16A /* KanbanLayoutProperty.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KanbanLayoutProperty.swift; sourceTree = "<group>"; };
CEDDE2652914B94D0032B16A /* UILabelWithPadding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UILabelWithPadding.swift; sourceTree = "<group>"; };
CEDDE2672914BA620032B16A /* UIColor+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIColor+Extensions.swift"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
9603ABAF291114DF00696E1A /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
9A5899A3299CF9FA00099E90 /* Yorkie in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
9603ABA9291114DF00696E1A = {
isa = PBXGroup;
children = (
9A15C90C2995DF7100E7EAE7 /* Packages */,
9603ABB4291114DF00696E1A /* KanbanApp */,
9603ABB3291114DF00696E1A /* Products */,
CE95E41429113593005076C8 /* Frameworks */,
);
sourceTree = "<group>";
};
9603ABB3291114DF00696E1A /* Products */ = {
isa = PBXGroup;
children = (
9603ABB2291114DF00696E1A /* KanbanApp.app */,
);
name = Products;
sourceTree = "<group>";
};
9603ABB4291114DF00696E1A /* KanbanApp */ = {
isa = PBXGroup;
children = (
CEDDE2642914B9430032B16A /* Utils */,
CE79C52729135F3700D5DE3F /* Kanban */,
9603ABB5291114DF00696E1A /* AppDelegate.swift */,
9603ABB7291114DF00696E1A /* SceneDelegate.swift */,
9603ABB9291114DF00696E1A /* ViewController.swift */,
9603ABBB291114DF00696E1A /* Main.storyboard */,
9603ABBE291114E200696E1A /* Assets.xcassets */,
9603ABC0291114E200696E1A /* LaunchScreen.storyboard */,
9603ABC3291114E200696E1A /* Info.plist */,
);
path = KanbanApp;
sourceTree = "<group>";
};
9A15C90C2995DF7100E7EAE7 /* Packages */ = {
isa = PBXGroup;
children = (
9A15C90D2995DF7100E7EAE7 /* yorkie-ios-sdk */,
);
name = Packages;
sourceTree = "<group>";
};
CE79C52729135F3700D5DE3F /* Kanban */ = {
isa = PBXGroup;
children = (
CE79C52E291362D600D5DE3F /* View */,
CE79C52A291360FE00D5DE3F /* KanbanCard.swift */,
CE79C52829135F7B00D5DE3F /* KanbanColumn.swift */,
CEDDE2602914A2C00032B16A /* KanbanViewModel.swift */,
);
path = Kanban;
sourceTree = "<group>";
};
CE79C52E291362D600D5DE3F /* View */ = {
isa = PBXGroup;
children = (
CE79C5332913742500D5DE3F /* KanbanViewColumnFooter.swift */,
CE79C5312913741E00D5DE3F /* KanbanViewColumnHeader.swift */,
CE79C52F29136B5F00D5DE3F /* KanbanViewCardCell.swift */,
CE79C52529135EB400D5DE3F /* KanbanViewController.swift */,
CEDDE2622914AA280032B16A /* KanbanLayoutProperty.swift */,
);
path = View;
sourceTree = "<group>";
};
CE95E41429113593005076C8 /* Frameworks */ = {
isa = PBXGroup;
children = (
);
name = Frameworks;
sourceTree = "<group>";
};
CEDDE2642914B9430032B16A /* Utils */ = {
isa = PBXGroup;
children = (
CEDDE2652914B94D0032B16A /* UILabelWithPadding.swift */,
CEDDE2672914BA620032B16A /* UIColor+Extensions.swift */,
);
path = Utils;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
9603ABB1291114DF00696E1A /* KanbanApp */ = {
isa = PBXNativeTarget;
buildConfigurationList = 9603ABC6291114E200696E1A /* Build configuration list for PBXNativeTarget "KanbanApp" */;
buildPhases = (
9603ABAE291114DF00696E1A /* Sources */,
9603ABAF291114DF00696E1A /* Frameworks */,
9603ABB0291114DF00696E1A /* Resources */,
CEFD67DF291A3C66003E82FB /* Embed Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = KanbanApp;
packageProductDependencies = (
9A5899A2299CF9FA00099E90 /* Yorkie */,
);
productName = ExampleApp;
productReference = 9603ABB2291114DF00696E1A /* KanbanApp.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
9603ABAA291114DF00696E1A /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1300;
LastUpgradeCheck = 1300;
TargetAttributes = {
9603ABB1291114DF00696E1A = {
CreatedOnToolsVersion = 13.0;
};
};
};
buildConfigurationList = 9603ABAD291114DF00696E1A /* Build configuration list for PBXProject "KanbanApp" */;
compatibilityVersion = "Xcode 13.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 9603ABA9291114DF00696E1A;
packageReferences = (
);
productRefGroup = 9603ABB3291114DF00696E1A /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
9603ABB1291114DF00696E1A /* KanbanApp */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
9603ABB0291114DF00696E1A /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
9603ABC2291114E200696E1A /* LaunchScreen.storyboard in Resources */,
9603ABBF291114E200696E1A /* Assets.xcassets in Resources */,
9603ABBD291114DF00696E1A /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
9603ABAE291114DF00696E1A /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
CE79C5322913741E00D5DE3F /* KanbanViewColumnHeader.swift in Sources */,
CEDDE2682914BA620032B16A /* UIColor+Extensions.swift in Sources */,
CEDDE2632914AA280032B16A /* KanbanLayoutProperty.swift in Sources */,
CE79C52929135F7B00D5DE3F /* KanbanColumn.swift in Sources */,
9603ABBA291114DF00696E1A /* ViewController.swift in Sources */,
9603ABB6291114DF00696E1A /* AppDelegate.swift in Sources */,
CEDDE2662914B94D0032B16A /* UILabelWithPadding.swift in Sources */,
CE79C53029136B5F00D5DE3F /* KanbanViewCardCell.swift in Sources */,
9603ABB8291114DF00696E1A /* SceneDelegate.swift in Sources */,
CEDDE2612914A2C00032B16A /* KanbanViewModel.swift in Sources */,
CE79C52B291360FE00D5DE3F /* KanbanCard.swift in Sources */,
CE79C5342913742500D5DE3F /* KanbanViewColumnFooter.swift in Sources */,
CE79C52629135EB400D5DE3F /* KanbanViewController.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
9603ABBB291114DF00696E1A /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
9603ABBC291114DF00696E1A /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
9603ABC0291114E200696E1A /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
9603ABC1291114E200696E1A /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
9603ABC4291114E200696E1A /* 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++17";
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 = 15.0;
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;
};
9603ABC5291114E200696E1A /* 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++17";
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 = 15.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
9603ABC7291114E200696E1A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = KanbanApp/Info.plist;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
INFOPLIST_KEY_UIMainStoryboardFile = Main;
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 = dev.yorkie.KanbanApp;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
9603ABC8291114E200696E1A /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = KanbanApp/Info.plist;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
INFOPLIST_KEY_UIMainStoryboardFile = Main;
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 = dev.yorkie.KanbanApp;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
9603ABAD291114DF00696E1A /* Build configuration list for PBXProject "KanbanApp" */ = {
isa = XCConfigurationList;
buildConfigurations = (
9603ABC4291114E200696E1A /* Debug */,
9603ABC5291114E200696E1A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
9603ABC6291114E200696E1A /* Build configuration list for PBXNativeTarget "KanbanApp" */ = {
isa = XCConfigurationList;
buildConfigurations = (
9603ABC7291114E200696E1A /* Debug */,
9603ABC8291114E200696E1A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
/* Begin XCSwiftPackageProductDependency section */
9A5899A2299CF9FA00099E90 /* Yorkie */ = {
isa = XCSwiftPackageProductDependency;
productName = Yorkie;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 9603ABAA291114DF00696E1A /* Project object */;
}