Skip to content

Commit

Permalink
✨ :: 긴급공지 기능 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
baekteun committed Jun 21, 2023
1 parent eb7f8cc commit a07d53f
Show file tree
Hide file tree
Showing 18 changed files with 682 additions and 41 deletions.
33 changes: 29 additions & 4 deletions TodayWhat.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@
465023B2292B049F008B015A /* Entity in Frameworks */ = {isa = PBXBuildFile; productRef = 465023B1292B049F008B015A /* Entity */; };
465023BE292B1C3D008B015A /* DateUtil in Frameworks */ = {isa = PBXBuildFile; productRef = 465023BD292B1C3D008B015A /* DateUtil */; };
467CD847292BC51100A9766A /* MealClient in Frameworks */ = {isa = PBXBuildFile; productRef = 467CD846292BC51100A9766A /* MealClient */; };
46AB305A2A3DF3CD003BDD8D /* FirebaseFirestore in Frameworks */ = {isa = PBXBuildFile; productRef = 46AB30592A3DF3CD003BDD8D /* FirebaseFirestore */; };
46AB305C2A3DF3CD003BDD8D /* FirebaseFirestoreSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 46AB305B2A3DF3CD003BDD8D /* FirebaseFirestoreSwift */; };
46AB30602A3DF41C003BDD8D /* NoticeClient in Frameworks */ = {isa = PBXBuildFile; productRef = 46AB305F2A3DF41C003BDD8D /* NoticeClient */; };
46AFD9A92991329C00BA5762 /* AllergyCore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46AFD9A82991329C00BA5762 /* AllergyCore.swift */; };
46BF59C029DF9940000C3EAE /* PopoverEnvironment.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46BF59BF29DF9940000C3EAE /* PopoverEnvironment.swift */; };
46BFE0C329459A100023443A /* TimeTableWidgetEntryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46BFE0C229459A100023443A /* TimeTableWidgetEntryView.swift */; };
Expand Down Expand Up @@ -307,6 +310,7 @@
465023B0292AFF7E008B015A /* MealClient */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = MealClient; sourceTree = "<group>"; };
467CD849292C4D1A00A9766A /* FeaturesModule */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = FeaturesModule; sourceTree = "<group>"; };
467CD84A292C512400A9766A /* DesignSystem */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = DesignSystem; sourceTree = "<group>"; };
46AB305E2A3DF405003BDD8D /* NoticeClient */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = NoticeClient; sourceTree = "<group>"; };
46AFD9A82991329C00BA5762 /* AllergyCore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AllergyCore.swift; sourceTree = "<group>"; };
46BF593E29D42534000C3EAE /* TodayWhat-Watch-App-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = "TodayWhat-Watch-App-Info.plist"; sourceTree = SOURCE_ROOT; };
46BF59BF29DF9940000C3EAE /* PopoverEnvironment.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PopoverEnvironment.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -347,6 +351,8 @@
461FA1122A1EE4EB0016FCAE /* MealFeature in Frameworks */,
465023592926F97C008B015A /* ResponseDTO in Frameworks */,
4650234D29268217008B015A /* NeisClient in Frameworks */,
46AB305C2A3DF3CD003BDD8D /* FirebaseFirestoreSwift in Frameworks */,
46AB305A2A3DF3CD003BDD8D /* FirebaseFirestore in Frameworks */,
46BFE1032945BB510023443A /* FirebaseAnalytics in Frameworks */,
461C2341292C57AB00B3A9CB /* TWTextField in Frameworks */,
465023572926F97C008B015A /* RequestDTO in Frameworks */,
Expand All @@ -355,6 +361,7 @@
464DED4029A626B500D9899C /* ITunesClient in Frameworks */,
461FA1142A1EE4F10016FCAE /* ModifyTimeTableFeature in Frameworks */,
465023662926FEBC008B015A /* UserDefaultsClient in Frameworks */,
46AB30602A3DF41C003BDD8D /* NoticeClient in Frameworks */,
4650234429267847008B015A /* ErrorModule in Frameworks */,
461C2339292C57AB00B3A9CB /* TWBottomSheet in Frameworks */,
461FA10C2A1EE4A20016FCAE /* RootFeature in Frameworks */,
Expand Down Expand Up @@ -483,6 +490,7 @@
46031095291DC95400A5CB09 /* Clients */ = {
isa = PBXGroup;
children = (
46AB305E2A3DF405003BDD8D /* NoticeClient */,
46C2BEA129A8DAD200674B64 /* DeviceClient */,
464DED3E29A61E6300D9899C /* ITunesClient */,
461C2355292E643A00B3A9CB /* TimeTableClient */,
Expand Down Expand Up @@ -964,6 +972,9 @@
461FA1152A1EE4F10016FCAE /* TimeTableFeature */,
461FA1172A1EE5380016FCAE /* SplashFeature */,
461FA11D2A1EE5A40016FCAE /* AllergySettingFeature */,
46AB30592A3DF3CD003BDD8D /* FirebaseFirestore */,
46AB305B2A3DF3CD003BDD8D /* FirebaseFirestoreSwift */,
46AB305F2A3DF41C003BDD8D /* NoticeClient */,
);
productName = TodayWhat;
productReference = 460843D728DBFE2400D60E39 /* TodayWhat.app */;
Expand Down Expand Up @@ -1697,7 +1708,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = TodayWhat/TodayWhat.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_ASSET_PATHS = "\"TodayWhat/Preview Content\"";
DEVELOPMENT_TEAM = 235C2RVZ7L;
Expand All @@ -1715,7 +1726,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.5;
MARKETING_VERSION = 1.6;
PRODUCT_BUNDLE_IDENTIFIER = baegteun.TodayWhat;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
Expand All @@ -1737,7 +1748,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = TodayWhat/TodayWhat.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_ASSET_PATHS = "\"TodayWhat/Preview Content\"";
DEVELOPMENT_TEAM = 235C2RVZ7L;
ENABLE_PREVIEWS = YES;
Expand All @@ -1754,7 +1765,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.5;
MARKETING_VERSION = 1.6;
PRODUCT_BUNDLE_IDENTIFIER = baegteun.TodayWhat;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
Expand Down Expand Up @@ -2411,6 +2422,20 @@
isa = XCSwiftPackageProductDependency;
productName = MealClient;
};
46AB30592A3DF3CD003BDD8D /* FirebaseFirestore */ = {
isa = XCSwiftPackageProductDependency;
package = 46BFE1012945BB510023443A /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
productName = FirebaseFirestore;
};
46AB305B2A3DF3CD003BDD8D /* FirebaseFirestoreSwift */ = {
isa = XCSwiftPackageProductDependency;
package = 46BFE1012945BB510023443A /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
productName = FirebaseFirestoreSwift;
};
46AB305F2A3DF41C003BDD8D /* NoticeClient */ = {
isa = XCSwiftPackageProductDependency;
productName = NoticeClient;
};
46BFE0FD2945A7A20023443A /* TimeTableClient */ = {
isa = XCSwiftPackageProductDependency;
productName = TimeTableClient;
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1410"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "461D17F32986D9250055F0F5"
BuildableName = "TodayWhat.app"
BlueprintName = "TodayWhat Mac App"
ReferencedContainer = "container:TodayWhat.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"
language = "ko"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "461D17F32986D9250055F0F5"
BuildableName = "TodayWhat.app"
BlueprintName = "TodayWhat Mac App"
ReferencedContainer = "container:TodayWhat.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "461D17F32986D9250055F0F5"
BuildableName = "TodayWhat.app"
BlueprintName = "TodayWhat Mac App"
ReferencedContainer = "container:TodayWhat.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1410"
wasCreatedForAppExtension = "YES"
version = "2.0">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "463490BC298D19B7007EBF26"
BuildableName = "TodayWhatMacWidgetExtension.appex"
BlueprintName = "TodayWhatMacWidgetExtension"
ReferencedContainer = "container:TodayWhat.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "461D17F32986D9250055F0F5"
BuildableName = "TodayWhat.app"
BlueprintName = "TodayWhat Mac App"
ReferencedContainer = "container:TodayWhat.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 = ""
selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
launchStyle = "0"
askForAppToLaunch = "Yes"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES"
launchAutomaticallySubstyle = "2">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "461D17F32986D9250055F0F5"
BuildableName = "TodayWhat.app"
BlueprintName = "TodayWhat Mac App"
ReferencedContainer = "container:TodayWhat.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<EnvironmentVariables>
<EnvironmentVariable
key = "_XCWidgetKind"
value = ""
isEnabled = "NO">
</EnvironmentVariable>
<EnvironmentVariable
key = "_XCWidgetDefaultView"
value = "timeline"
isEnabled = "NO">
</EnvironmentVariable>
<EnvironmentVariable
key = "_XCWidgetFamily"
value = "medium"
isEnabled = "NO">
</EnvironmentVariable>
</EnvironmentVariables>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES"
askForAppToLaunch = "Yes"
launchAutomaticallySubstyle = "2">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "461D17F32986D9250055F0F5"
BuildableName = "TodayWhat.app"
BlueprintName = "TodayWhat Mac App"
ReferencedContainer = "container:TodayWhat.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Loading

0 comments on commit a07d53f

Please sign in to comment.