Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhJaeHyeon committed Apr 22, 2024
1 parent 65fbeb9 commit 9d77957
Show file tree
Hide file tree
Showing 4 changed files with 149 additions and 74 deletions.
131 changes: 63 additions & 68 deletions planner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@
objects = {

/* Begin PBXBuildFile section */
EAB41B0A2BCD640B007B7FA0 /* plannerApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAB41B092BCD640B007B7FA0 /* plannerApp.swift */; };
EAB41B0C2BCD640B007B7FA0 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAB41B0B2BCD640B007B7FA0 /* ContentView.swift */; };
EAB41B0E2BCD640D007B7FA0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EAB41B0D2BCD640D007B7FA0 /* Assets.xcassets */; };
EAB41B112BCD640D007B7FA0 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EAB41B102BCD640D007B7FA0 /* Preview Assets.xcassets */; };
5B35C23A2BCEC70C009885EC /* plannerApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B35C2352BCEC70B009885EC /* plannerApp.swift */; };
5B35C23B2BCEC70C009885EC /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5B35C2362BCEC70B009885EC /* Assets.xcassets */; };
5B35C23C2BCEC70C009885EC /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5B35C2382BCEC70B009885EC /* Preview Assets.xcassets */; };
5B35C23D2BCEC70C009885EC /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B35C2392BCEC70B009885EC /* ContentView.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
EAB41B062BCD640B007B7FA0 /* planner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = planner.app; sourceTree = BUILT_PRODUCTS_DIR; };
EAB41B092BCD640B007B7FA0 /* plannerApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = plannerApp.swift; sourceTree = "<group>"; };
EAB41B0B2BCD640B007B7FA0 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
EAB41B0D2BCD640D007B7FA0 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
EAB41B102BCD640D007B7FA0 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
5B2630DE2BCEC521002E200D /* planner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = planner.app; sourceTree = BUILT_PRODUCTS_DIR; };
5B35C2352BCEC70B009885EC /* plannerApp.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = plannerApp.swift; sourceTree = "<group>"; };
5B35C2362BCEC70B009885EC /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
5B35C2382BCEC70B009885EC /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
5B35C2392BCEC70B009885EC /* ContentView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
EAB41B032BCD640B007B7FA0 /* Frameworks */ = {
5B2630DB2BCEC521002E200D /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
Expand All @@ -32,124 +32,123 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
EAB41AFD2BCD640B007B7FA0 = {
5B2630D52BCEC521002E200D = {
isa = PBXGroup;
children = (
EAB41B082BCD640B007B7FA0 /* planner */,
EAB41B072BCD640B007B7FA0 /* Products */,
5B35C2342BCEC70B009885EC /* planner */,
5B2630DF2BCEC521002E200D /* Products */,
);
sourceTree = "<group>";
};
EAB41B072BCD640B007B7FA0 /* Products */ = {
5B2630DF2BCEC521002E200D /* Products */ = {
isa = PBXGroup;
children = (
EAB41B062BCD640B007B7FA0 /* planner.app */,
5B2630DE2BCEC521002E200D /* planner.app */,
);
name = Products;
sourceTree = "<group>";
};
EAB41B082BCD640B007B7FA0 /* planner */ = {
5B35C2342BCEC70B009885EC /* planner */ = {
isa = PBXGroup;
children = (
EAB41B092BCD640B007B7FA0 /* plannerApp.swift */,
EAB41B0B2BCD640B007B7FA0 /* ContentView.swift */,
EAB41B0D2BCD640D007B7FA0 /* Assets.xcassets */,
EAB41B0F2BCD640D007B7FA0 /* Preview Content */,
5B35C2352BCEC70B009885EC /* plannerApp.swift */,
5B35C2392BCEC70B009885EC /* ContentView.swift */,
5B35C2362BCEC70B009885EC /* Assets.xcassets */,
5B35C2372BCEC70B009885EC /* Preview Content */,
);
path = planner;
sourceTree = "<group>";
};
EAB41B0F2BCD640D007B7FA0 /* Preview Content */ = {
5B35C2372BCEC70B009885EC /* Preview Content */ = {
isa = PBXGroup;
children = (
EAB41B102BCD640D007B7FA0 /* Preview Assets.xcassets */,
5B35C2382BCEC70B009885EC /* Preview Assets.xcassets */,
);
path = "Preview Content";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
EAB41B052BCD640B007B7FA0 /* planner */ = {
5B2630DD2BCEC521002E200D /* planner */ = {
isa = PBXNativeTarget;
buildConfigurationList = EAB41B142BCD640D007B7FA0 /* Build configuration list for PBXNativeTarget "planner" */;
buildConfigurationList = 5B2630EC2BCEC525002E200D /* Build configuration list for PBXNativeTarget "planner" */;
buildPhases = (
EAB41B022BCD640B007B7FA0 /* Sources */,
EAB41B032BCD640B007B7FA0 /* Frameworks */,
EAB41B042BCD640B007B7FA0 /* Resources */,
5B2630DA2BCEC521002E200D /* Sources */,
5B2630DB2BCEC521002E200D /* Frameworks */,
5B2630DC2BCEC521002E200D /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = planner;
productName = planner;
productReference = EAB41B062BCD640B007B7FA0 /* planner.app */;
productName = dsfgad;
productReference = 5B2630DE2BCEC521002E200D /* planner.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
EAB41AFE2BCD640B007B7FA0 /* Project object */ = {
5B2630D62BCEC521002E200D /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1520;
LastUpgradeCheck = 1520;
LastSwiftUpdateCheck = 1420;
LastUpgradeCheck = 1420;
TargetAttributes = {
EAB41B052BCD640B007B7FA0 = {
CreatedOnToolsVersion = 15.2;
5B2630DD2BCEC521002E200D = {
CreatedOnToolsVersion = 14.2;
};
};
};
buildConfigurationList = EAB41B012BCD640B007B7FA0 /* Build configuration list for PBXProject "planner" */;
buildConfigurationList = 5B2630D92BCEC521002E200D /* Build configuration list for PBXProject "planner" */;
compatibilityVersion = "Xcode 14.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = EAB41AFD2BCD640B007B7FA0;
productRefGroup = EAB41B072BCD640B007B7FA0 /* Products */;
mainGroup = 5B2630D52BCEC521002E200D;
productRefGroup = 5B2630DF2BCEC521002E200D /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
EAB41B052BCD640B007B7FA0 /* planner */,
5B2630DD2BCEC521002E200D /* planner */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
EAB41B042BCD640B007B7FA0 /* Resources */ = {
5B2630DC2BCEC521002E200D /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
EAB41B112BCD640D007B7FA0 /* Preview Assets.xcassets in Resources */,
EAB41B0E2BCD640D007B7FA0 /* Assets.xcassets in Resources */,
5B35C23C2BCEC70C009885EC /* Preview Assets.xcassets in Resources */,
5B35C23B2BCEC70C009885EC /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
EAB41B022BCD640B007B7FA0 /* Sources */ = {
5B2630DA2BCEC521002E200D /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
EAB41B0C2BCD640B007B7FA0 /* ContentView.swift in Sources */,
EAB41B0A2BCD640B007B7FA0 /* plannerApp.swift in Sources */,
5B35C23D2BCEC70C009885EC /* ContentView.swift in Sources */,
5B35C23A2BCEC70C009885EC /* plannerApp.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
EAB41B122BCD640D007B7FA0 /* Debug */ = {
5B2630EA2BCEC525002E200D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
Expand Down Expand Up @@ -182,8 +181,7 @@
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
Expand All @@ -197,22 +195,20 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 17.2;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
IPHONEOS_DEPLOYMENT_TARGET = 16.2;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
EAB41B132BCD640D007B7FA0 /* Release */ = {
5B2630EB2BCEC525002E200D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
Expand Down Expand Up @@ -245,26 +241,25 @@
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
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 = 17.2;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
IPHONEOS_DEPLOYMENT_TARGET = 16.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;
};
EAB41B152BCD640D007B7FA0 /* Debug */ = {
5B2630ED2BCEC525002E200D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
Expand All @@ -285,15 +280,15 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = zone.cloudmartin.planner;
PRODUCT_BUNDLE_IDENTIFIER = "zone.martin.martin-planner";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
EAB41B162BCD640D007B7FA0 /* Release */ = {
5B2630EE2BCEC525002E200D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
Expand All @@ -314,7 +309,7 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = zone.cloudmartin.planner;
PRODUCT_BUNDLE_IDENTIFIER = "zone.martin.martin-planner";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
Expand All @@ -325,25 +320,25 @@
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
EAB41B012BCD640B007B7FA0 /* Build configuration list for PBXProject "planner" */ = {
5B2630D92BCEC521002E200D /* Build configuration list for PBXProject "planner" */ = {
isa = XCConfigurationList;
buildConfigurations = (
EAB41B122BCD640D007B7FA0 /* Debug */,
EAB41B132BCD640D007B7FA0 /* Release */,
5B2630EA2BCEC525002E200D /* Debug */,
5B2630EB2BCEC525002E200D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
EAB41B142BCD640D007B7FA0 /* Build configuration list for PBXNativeTarget "planner" */ = {
5B2630EC2BCEC525002E200D /* Build configuration list for PBXNativeTarget "planner" */ = {
isa = XCConfigurationList;
buildConfigurations = (
EAB41B152BCD640D007B7FA0 /* Debug */,
EAB41B162BCD640D007B7FA0 /* Release */,
5B2630ED2BCEC525002E200D /* Debug */,
5B2630EE2BCEC525002E200D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = EAB41AFE2BCD640B007B7FA0 /* Project object */;
rootObject = 5B2630D62BCEC521002E200D /* Project object */;
}
78 changes: 78 additions & 0 deletions planner.xcodeproj/xcshareddata/xcschemes/planner.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1420"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "5B2630DD2BCEC521002E200D"
BuildableName = "planner.app"
BlueprintName = "planner"
ReferencedContainer = "container:planner.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "5B2630DD2BCEC521002E200D"
BuildableName = "planner.app"
BlueprintName = "planner"
ReferencedContainer = "container:planner.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "5B2630DD2BCEC521002E200D"
BuildableName = "planner.app"
BlueprintName = "planner"
ReferencedContainer = "container:planner.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Loading

0 comments on commit 9d77957

Please sign in to comment.