From ff1501811ac949a5bdf889b8444a619f409a17d7 Mon Sep 17 00:00:00 2001 From: chowon Date: Sun, 29 Jan 2023 17:28:37 +0900 Subject: [PATCH] initial commit --- .gitignore | 142 ++++ KeKi.xcodeproj/project.pbxproj | 715 ++++++++++++++++++ .../contents.xcworkspacedata | 7 + .../xcshareddata/IDEWorkspaceChecks.plist | 8 + .../xcshareddata/swiftpm/Package.resolved | 41 + KeKi.xcworkspace/contents.xcworkspacedata | 13 + .../xcshareddata/IDEWorkspaceChecks.plist | 8 + .../xcshareddata/swiftpm/Package.resolved | 50 ++ KeKi/App/AppDelegate.swift | 36 + KeKi/App/SceneDelegate.swift | 52 ++ .../AccentColor.colorset/Contents.json | 11 + .../AppIcon.appiconset/Contents.json | 13 + .../Resources/Assets.xcassets/Contents.json | 6 + .../Base.lproj/LaunchScreen.storyboard | 33 + .../Template/TemplateViewController.swift | 26 + KeKi/Info.plist | 25 + .../Announcement/Announcement.storyboard | 30 + .../AnnouncementViewController.swift | 26 + KeKi/Scenes/Calendar/Calendar.storyboard | 30 + .../Calendar/CalendarViewController.swift | 8 + KeKi/Scenes/Home/Base.lproj/Home.storyboard | 33 + KeKi/Scenes/Home/HomeViewController.swift | 26 + KeKi/Scenes/Login/Login.storyboard | 30 + KeKi/Scenes/Login/LoginViewController.swift | 26 + KeKi/Scenes/MyPage/MyPage.storyboard | 30 + KeKi/Scenes/MyPage/MyPageViewContoller.swift | 8 + KeKi/Scenes/Search/Search.storyboard | 30 + KeKi/Scenes/Search/SearchViewController.swift | 8 + KeKi/Scenes/Store/Store.storyboard | 30 + KeKi/Scenes/Store/StoreViewController.swift | 8 + Podfile | 11 + Podfile.lock | 16 + 32 files changed, 1536 insertions(+) create mode 100644 .gitignore create mode 100644 KeKi.xcodeproj/project.pbxproj create mode 100644 KeKi.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 KeKi.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist create mode 100644 KeKi.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved create mode 100644 KeKi.xcworkspace/contents.xcworkspacedata create mode 100644 KeKi.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist create mode 100644 KeKi.xcworkspace/xcshareddata/swiftpm/Package.resolved create mode 100644 KeKi/App/AppDelegate.swift create mode 100644 KeKi/App/SceneDelegate.swift create mode 100644 KeKi/Global/Resources/Assets.xcassets/AccentColor.colorset/Contents.json create mode 100644 KeKi/Global/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json create mode 100644 KeKi/Global/Resources/Assets.xcassets/Contents.json create mode 100644 KeKi/Global/SupportingFiles/Base.lproj/LaunchScreen.storyboard create mode 100644 KeKi/Global/Template/TemplateViewController.swift create mode 100644 KeKi/Info.plist create mode 100644 KeKi/Scenes/Announcement/Announcement.storyboard create mode 100644 KeKi/Scenes/Announcement/AnnouncementViewController.swift create mode 100644 KeKi/Scenes/Calendar/Calendar.storyboard create mode 100644 KeKi/Scenes/Calendar/CalendarViewController.swift create mode 100644 KeKi/Scenes/Home/Base.lproj/Home.storyboard create mode 100644 KeKi/Scenes/Home/HomeViewController.swift create mode 100644 KeKi/Scenes/Login/Login.storyboard create mode 100644 KeKi/Scenes/Login/LoginViewController.swift create mode 100644 KeKi/Scenes/MyPage/MyPage.storyboard create mode 100644 KeKi/Scenes/MyPage/MyPageViewContoller.swift create mode 100644 KeKi/Scenes/Search/Search.storyboard create mode 100644 KeKi/Scenes/Search/SearchViewController.swift create mode 100644 KeKi/Scenes/Store/Store.storyboard create mode 100644 KeKi/Scenes/Store/StoreViewController.swift create mode 100644 Podfile create mode 100644 Podfile.lock diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ac573b3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,142 @@ +# Created by https://www.toptal.com/developers/gitignore/api/swift,xcode,cocoapods,macos +# Edit at https://www.toptal.com/developers/gitignore?templates=swift,xcode,cocoapods,macos + +### CocoaPods ### +## CocoaPods GitIgnore Template + +# CocoaPods - Only use to conserve bandwidth / Save time on Pushing +# - Also handy if you have a large number of dependant pods +# - AS PER https://guides.cocoapods.org/using/using-cocoapods.html NEVER IGNORE THE LOCK FILE +Pods/ + +### macOS ### +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +### macOS Patch ### +# iCloud generated files +*.icloud + +### Swift ### +# Xcode +# +# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore + +## User settings +xcuserdata/ + +## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9) +*.xcscmblueprint +*.xccheckout + +## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4) +build/ +DerivedData/ +*.moved-aside +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 + +## Obj-C/Swift specific +*.hmap + +## App packaging +*.ipa +*.dSYM.zip +*.dSYM + +## Playgrounds +timeline.xctimeline +playground.xcworkspace + +# Swift Package Manager +# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. +# Packages/ +# Package.pins +# Package.resolved +# *.xcodeproj +# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata +# hence it is not needed unless you have added a package configuration file to your project +# .swiftpm + +.build/ + +# CocoaPods +# We recommend against adding the Pods directory to your .gitignore. However +# you should judge for yourself, the pros and cons are mentioned at: +# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control +# Pods/ +# Add this line if you want to avoid checking in source code from the Xcode workspace +# *.xcworkspace + +# Carthage +# Add this line if you want to avoid checking in source code from Carthage dependencies. +# Carthage/Checkouts + +Carthage/Build/ + +# Accio dependency management +Dependencies/ +.accio/ + +# fastlane +# It is recommended to not store the screenshots in the git repo. +# Instead, use fastlane to re-generate the screenshots whenever they are needed. +# For more information about the recommended setup visit: +# https://docs.fastlane.tools/best-practices/source-control/#source-control + +fastlane/report.xml +fastlane/Preview.html +fastlane/screenshots/**/*.png +fastlane/test_output + +# Code Injection +# After new code Injection tools there's a generated folder /iOSInjectionProject +# https://github.com/johnno1962/injectionforxcode + +iOSInjectionProject/ + +### Xcode ### + +## Xcode 8 and earlier + +### Xcode Patch ### +*.xcodeproj/* +!*.xcodeproj/project.pbxproj +!*.xcodeproj/xcshareddata/ +!*.xcodeproj/project.xcworkspace/ +!*.xcworkspace/contents.xcworkspacedata +/*.gcno +**/xcshareddata/WorkspaceSettings.xcsettings + +# End of https://www.toptal.com/developers/gitignore/api/swift,xcode,cocoapods,macos diff --git a/KeKi.xcodeproj/project.pbxproj b/KeKi.xcodeproj/project.pbxproj new file mode 100644 index 0000000..a686c59 --- /dev/null +++ b/KeKi.xcodeproj/project.pbxproj @@ -0,0 +1,715 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 55; + objects = { + +/* Begin PBXBuildFile section */ + A2434ACA298651F500F60D1A /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2434AC9298651F500F60D1A /* AppDelegate.swift */; }; + A2434ACC298651F500F60D1A /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2434ACB298651F500F60D1A /* SceneDelegate.swift */; }; + A2434ACE298651F500F60D1A /* HomeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2434ACD298651F500F60D1A /* HomeViewController.swift */; }; + A2434AD1298651F500F60D1A /* Home.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A2434ACF298651F500F60D1A /* Home.storyboard */; }; + A2434AD3298651F600F60D1A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A2434AD2298651F600F60D1A /* Assets.xcassets */; }; + A2434AD6298651F600F60D1A /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A2434AD4298651F600F60D1A /* LaunchScreen.storyboard */; }; + A2434ADF2986520E00F60D1A /* Alamofire in Frameworks */ = {isa = PBXBuildFile; productRef = A2434ADE2986520E00F60D1A /* Alamofire */; }; + A2434AE22986523000F60D1A /* Tabman in Frameworks */ = {isa = PBXBuildFile; productRef = A2434AE12986523000F60D1A /* Tabman */; }; + A2434AE52986523D00F60D1A /* Kingfisher in Frameworks */ = {isa = PBXBuildFile; productRef = A2434AE42986523D00F60D1A /* Kingfisher */; }; + A2434AFA298659A500F60D1A /* TemplateViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2434AF9298659A500F60D1A /* TemplateViewController.swift */; }; + A2434AFC29865AD700F60D1A /* LoginViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2434AFB29865AD700F60D1A /* LoginViewController.swift */; }; + A2434AFE29865AF100F60D1A /* Login.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A2434AFD29865AF100F60D1A /* Login.storyboard */; }; + A2434B0029865B0A00F60D1A /* Announcement.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A2434AFF29865B0A00F60D1A /* Announcement.storyboard */; }; + A2434B0229865B1A00F60D1A /* AnnouncementViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2434B0129865B1A00F60D1A /* AnnouncementViewController.swift */; }; + A2434B0629865B7000F60D1A /* SearchViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2434B0529865B7000F60D1A /* SearchViewController.swift */; }; + A2434B0829865B7700F60D1A /* Search.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A2434B0729865B7700F60D1A /* Search.storyboard */; }; + A2434B0A29865B8000F60D1A /* Store.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A2434B0929865B8000F60D1A /* Store.storyboard */; }; + A2434B0C29865B8B00F60D1A /* StoreViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2434B0B29865B8B00F60D1A /* StoreViewController.swift */; }; + A2434B0E29865B9600F60D1A /* MyPageViewContoller.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2434B0D29865B9600F60D1A /* MyPageViewContoller.swift */; }; + A2434B1029865BA000F60D1A /* CalendarViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2434B0F29865BA000F60D1A /* CalendarViewController.swift */; }; + A2434B1229865BA700F60D1A /* Calendar.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A2434B1129865BA700F60D1A /* Calendar.storyboard */; }; + A2434B1429865BAD00F60D1A /* MyPage.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A2434B1329865BAD00F60D1A /* MyPage.storyboard */; }; + A2434B1729865C5B00F60D1A /* Toast in Frameworks */ = {isa = PBXBuildFile; productRef = A2434B1629865C5B00F60D1A /* Toast */; }; + F7B56377554ABA0CA2B370C4 /* Pods_KeKi.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D976EA6FCEB12A3327E501F /* Pods_KeKi.framework */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 2D976EA6FCEB12A3327E501F /* Pods_KeKi.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_KeKi.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 78B388A7669643F3338C197A /* Pods-KeKi.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-KeKi.release.xcconfig"; path = "Target Support Files/Pods-KeKi/Pods-KeKi.release.xcconfig"; sourceTree = ""; }; + 9C943509B2DF89C336174319 /* Pods-KeKi.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-KeKi.debug.xcconfig"; path = "Target Support Files/Pods-KeKi/Pods-KeKi.debug.xcconfig"; sourceTree = ""; }; + A2434AC6298651F500F60D1A /* KeKi.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = KeKi.app; sourceTree = BUILT_PRODUCTS_DIR; }; + A2434AC9298651F500F60D1A /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + A2434ACB298651F500F60D1A /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = ""; }; + A2434ACD298651F500F60D1A /* HomeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeViewController.swift; sourceTree = ""; }; + A2434AD0298651F500F60D1A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Home.storyboard; sourceTree = ""; }; + A2434AD2298651F600F60D1A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + A2434AD5298651F600F60D1A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; + A2434AD7298651F600F60D1A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + A2434AF9298659A500F60D1A /* TemplateViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TemplateViewController.swift; sourceTree = ""; }; + A2434AFB29865AD700F60D1A /* LoginViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginViewController.swift; sourceTree = ""; }; + A2434AFD29865AF100F60D1A /* Login.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Login.storyboard; sourceTree = ""; }; + A2434AFF29865B0A00F60D1A /* Announcement.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Announcement.storyboard; sourceTree = ""; }; + A2434B0129865B1A00F60D1A /* AnnouncementViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnnouncementViewController.swift; sourceTree = ""; }; + A2434B0529865B7000F60D1A /* SearchViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchViewController.swift; sourceTree = ""; }; + A2434B0729865B7700F60D1A /* Search.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Search.storyboard; sourceTree = ""; }; + A2434B0929865B8000F60D1A /* Store.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Store.storyboard; sourceTree = ""; }; + A2434B0B29865B8B00F60D1A /* StoreViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StoreViewController.swift; sourceTree = ""; }; + A2434B0D29865B9600F60D1A /* MyPageViewContoller.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyPageViewContoller.swift; sourceTree = ""; }; + A2434B0F29865BA000F60D1A /* CalendarViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CalendarViewController.swift; sourceTree = ""; }; + A2434B1129865BA700F60D1A /* Calendar.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Calendar.storyboard; sourceTree = ""; }; + A2434B1329865BAD00F60D1A /* MyPage.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = MyPage.storyboard; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + A2434AC3298651F500F60D1A /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + A2434AE52986523D00F60D1A /* Kingfisher in Frameworks */, + A2434ADF2986520E00F60D1A /* Alamofire in Frameworks */, + A2434AE22986523000F60D1A /* Tabman in Frameworks */, + A2434B1729865C5B00F60D1A /* Toast in Frameworks */, + F7B56377554ABA0CA2B370C4 /* Pods_KeKi.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 1CB5DCC8C8C729296B08AEC6 /* Pods */ = { + isa = PBXGroup; + children = ( + 9C943509B2DF89C336174319 /* Pods-KeKi.debug.xcconfig */, + 78B388A7669643F3338C197A /* Pods-KeKi.release.xcconfig */, + ); + path = Pods; + sourceTree = ""; + }; + 68EB6E1D199D39FF76F9CE8A /* Frameworks */ = { + isa = PBXGroup; + children = ( + 2D976EA6FCEB12A3327E501F /* Pods_KeKi.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + A2434ABD298651F500F60D1A = { + isa = PBXGroup; + children = ( + A2434AC8298651F500F60D1A /* KeKi */, + A2434AC7298651F500F60D1A /* Products */, + 1CB5DCC8C8C729296B08AEC6 /* Pods */, + 68EB6E1D199D39FF76F9CE8A /* Frameworks */, + ); + sourceTree = ""; + }; + A2434AC7298651F500F60D1A /* Products */ = { + isa = PBXGroup; + children = ( + A2434AC6298651F500F60D1A /* KeKi.app */, + ); + name = Products; + sourceTree = ""; + }; + A2434AC8298651F500F60D1A /* KeKi */ = { + isa = PBXGroup; + children = ( + A2434AE62986578100F60D1A /* App */, + A2434AE72986579000F60D1A /* Global */, + A2434AD7298651F600F60D1A /* Info.plist */, + A2434AE82986579F00F60D1A /* Utils */, + A2434AEF2986588500F60D1A /* Data */, + A2434AE9298657B100F60D1A /* Scenes */, + ); + path = KeKi; + sourceTree = ""; + }; + A2434AE62986578100F60D1A /* App */ = { + isa = PBXGroup; + children = ( + A2434AC9298651F500F60D1A /* AppDelegate.swift */, + A2434ACB298651F500F60D1A /* SceneDelegate.swift */, + ); + path = App; + sourceTree = ""; + }; + A2434AE72986579000F60D1A /* Global */ = { + isa = PBXGroup; + children = ( + A2434AEA298657D000F60D1A /* Template */, + A2434AEB298657E500F60D1A /* Extension */, + A2434AED2986580A00F60D1A /* Resources */, + A2434AEE2986582200F60D1A /* SupportingFiles */, + ); + path = Global; + sourceTree = ""; + }; + A2434AE82986579F00F60D1A /* Utils */ = { + isa = PBXGroup; + children = ( + ); + path = Utils; + sourceTree = ""; + }; + A2434AE9298657B100F60D1A /* Scenes */ = { + isa = PBXGroup; + children = ( + A2434AF3298658E600F60D1A /* Login */, + A2434AF2298658D800F60D1A /* Home */, + A2434AF82986592B00F60D1A /* Announcement */, + A2434AF5298658F900F60D1A /* Search */, + A2434AF6298658FF00F60D1A /* Store */, + A2434AF4298658EB00F60D1A /* MyPage */, + A2434AF72986590600F60D1A /* Calendar */, + ); + path = Scenes; + sourceTree = ""; + }; + A2434AEA298657D000F60D1A /* Template */ = { + isa = PBXGroup; + children = ( + A2434AF9298659A500F60D1A /* TemplateViewController.swift */, + ); + path = Template; + sourceTree = ""; + }; + A2434AEB298657E500F60D1A /* Extension */ = { + isa = PBXGroup; + children = ( + ); + path = Extension; + sourceTree = ""; + }; + A2434AED2986580A00F60D1A /* Resources */ = { + isa = PBXGroup; + children = ( + A2434AD2298651F600F60D1A /* Assets.xcassets */, + ); + path = Resources; + sourceTree = ""; + }; + A2434AEE2986582200F60D1A /* SupportingFiles */ = { + isa = PBXGroup; + children = ( + A2434AD4298651F600F60D1A /* LaunchScreen.storyboard */, + ); + path = SupportingFiles; + sourceTree = ""; + }; + A2434AEF2986588500F60D1A /* Data */ = { + isa = PBXGroup; + children = ( + A2434AF02986589400F60D1A /* Network */, + A2434AF12986589D00F60D1A /* Model */, + ); + path = Data; + sourceTree = ""; + }; + A2434AF02986589400F60D1A /* Network */ = { + isa = PBXGroup; + children = ( + ); + path = Network; + sourceTree = ""; + }; + A2434AF12986589D00F60D1A /* Model */ = { + isa = PBXGroup; + children = ( + ); + path = Model; + sourceTree = ""; + }; + A2434AF2298658D800F60D1A /* Home */ = { + isa = PBXGroup; + children = ( + A2434ACD298651F500F60D1A /* HomeViewController.swift */, + A2434ACF298651F500F60D1A /* Home.storyboard */, + ); + path = Home; + sourceTree = ""; + }; + A2434AF3298658E600F60D1A /* Login */ = { + isa = PBXGroup; + children = ( + A2434AFB29865AD700F60D1A /* LoginViewController.swift */, + A2434AFD29865AF100F60D1A /* Login.storyboard */, + ); + path = Login; + sourceTree = ""; + }; + A2434AF4298658EB00F60D1A /* MyPage */ = { + isa = PBXGroup; + children = ( + A2434B0D29865B9600F60D1A /* MyPageViewContoller.swift */, + A2434B1329865BAD00F60D1A /* MyPage.storyboard */, + ); + path = MyPage; + sourceTree = ""; + }; + A2434AF5298658F900F60D1A /* Search */ = { + isa = PBXGroup; + children = ( + A2434B0529865B7000F60D1A /* SearchViewController.swift */, + A2434B0729865B7700F60D1A /* Search.storyboard */, + ); + path = Search; + sourceTree = ""; + }; + A2434AF6298658FF00F60D1A /* Store */ = { + isa = PBXGroup; + children = ( + A2434B0929865B8000F60D1A /* Store.storyboard */, + A2434B0B29865B8B00F60D1A /* StoreViewController.swift */, + ); + path = Store; + sourceTree = ""; + }; + A2434AF72986590600F60D1A /* Calendar */ = { + isa = PBXGroup; + children = ( + A2434B0F29865BA000F60D1A /* CalendarViewController.swift */, + A2434B1129865BA700F60D1A /* Calendar.storyboard */, + ); + path = Calendar; + sourceTree = ""; + }; + A2434AF82986592B00F60D1A /* Announcement */ = { + isa = PBXGroup; + children = ( + A2434AFF29865B0A00F60D1A /* Announcement.storyboard */, + A2434B0129865B1A00F60D1A /* AnnouncementViewController.swift */, + ); + path = Announcement; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + A2434AC5298651F500F60D1A /* KeKi */ = { + isa = PBXNativeTarget; + buildConfigurationList = A2434ADA298651F600F60D1A /* Build configuration list for PBXNativeTarget "KeKi" */; + buildPhases = ( + DE60C26EFAE342A4F9F45506 /* [CP] Check Pods Manifest.lock */, + A2434AC2298651F500F60D1A /* Sources */, + A2434AC3298651F500F60D1A /* Frameworks */, + A2434AC4298651F500F60D1A /* Resources */, + 1B90B7F2C8B7B75310385F93 /* [CP] Embed Pods Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = KeKi; + packageProductDependencies = ( + A2434ADE2986520E00F60D1A /* Alamofire */, + A2434AE12986523000F60D1A /* Tabman */, + A2434AE42986523D00F60D1A /* Kingfisher */, + A2434B1629865C5B00F60D1A /* Toast */, + ); + productName = KeKi; + productReference = A2434AC6298651F500F60D1A /* KeKi.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + A2434ABE298651F500F60D1A /* Project object */ = { + isa = PBXProject; + attributes = { + BuildIndependentTargetsInParallel = 1; + LastSwiftUpdateCheck = 1410; + LastUpgradeCheck = 1410; + TargetAttributes = { + A2434AC5298651F500F60D1A = { + CreatedOnToolsVersion = 14.1; + }; + }; + }; + buildConfigurationList = A2434AC1298651F500F60D1A /* Build configuration list for PBXProject "KeKi" */; + compatibilityVersion = "Xcode 13.0"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = A2434ABD298651F500F60D1A; + packageReferences = ( + A2434ADD2986520E00F60D1A /* XCRemoteSwiftPackageReference "Alamofire" */, + A2434AE02986523000F60D1A /* XCRemoteSwiftPackageReference "Tabman" */, + A2434AE32986523D00F60D1A /* XCRemoteSwiftPackageReference "Kingfisher" */, + A2434B1529865C5B00F60D1A /* XCRemoteSwiftPackageReference "Toast-Swift" */, + ); + productRefGroup = A2434AC7298651F500F60D1A /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + A2434AC5298651F500F60D1A /* KeKi */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + A2434AC4298651F500F60D1A /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + A2434AFE29865AF100F60D1A /* Login.storyboard in Resources */, + A2434AD6298651F600F60D1A /* LaunchScreen.storyboard in Resources */, + A2434B0029865B0A00F60D1A /* Announcement.storyboard in Resources */, + A2434AD3298651F600F60D1A /* Assets.xcassets in Resources */, + A2434B1429865BAD00F60D1A /* MyPage.storyboard in Resources */, + A2434B1229865BA700F60D1A /* Calendar.storyboard in Resources */, + A2434B0829865B7700F60D1A /* Search.storyboard in Resources */, + A2434B0A29865B8000F60D1A /* Store.storyboard in Resources */, + A2434AD1298651F500F60D1A /* Home.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 1B90B7F2C8B7B75310385F93 /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-KeKi/Pods-KeKi-frameworks-${CONFIGURATION}-input-files.xcfilelist", + ); + name = "[CP] Embed Pods Frameworks"; + outputFileListPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-KeKi/Pods-KeKi-frameworks-${CONFIGURATION}-output-files.xcfilelist", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-KeKi/Pods-KeKi-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + DE60C26EFAE342A4F9F45506 /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputFileListPaths = ( + ); + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-KeKi-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + A2434AC2298651F500F60D1A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + A2434B1029865BA000F60D1A /* CalendarViewController.swift in Sources */, + A2434B0C29865B8B00F60D1A /* StoreViewController.swift in Sources */, + A2434ACE298651F500F60D1A /* HomeViewController.swift in Sources */, + A2434B0629865B7000F60D1A /* SearchViewController.swift in Sources */, + A2434ACA298651F500F60D1A /* AppDelegate.swift in Sources */, + A2434AFA298659A500F60D1A /* TemplateViewController.swift in Sources */, + A2434B0E29865B9600F60D1A /* MyPageViewContoller.swift in Sources */, + A2434AFC29865AD700F60D1A /* LoginViewController.swift in Sources */, + A2434B0229865B1A00F60D1A /* AnnouncementViewController.swift in Sources */, + A2434ACC298651F500F60D1A /* SceneDelegate.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + A2434ACF298651F500F60D1A /* Home.storyboard */ = { + isa = PBXVariantGroup; + children = ( + A2434AD0298651F500F60D1A /* Base */, + ); + name = Home.storyboard; + sourceTree = ""; + }; + A2434AD4298651F600F60D1A /* LaunchScreen.storyboard */ = { + isa = PBXVariantGroup; + children = ( + A2434AD5298651F600F60D1A /* Base */, + ); + name = LaunchScreen.storyboard; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + A2434AD8298651F600F60D1A /* 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; + 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; + }; + A2434AD9298651F600F60D1A /* 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; + 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; + }; + A2434ADB298651F600F60D1A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 9C943509B2DF89C336174319 /* Pods-KeKi.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = J4X458RVHG; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_FILE = KeKi/Info.plist; + INFOPLIST_KEY_CFBundleDisplayName = "케키"; + INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; + INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; + INFOPLIST_KEY_UIMainStoryboardFile = Home; + INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.keki.www.KeKi; + PRODUCT_NAME = "$(TARGET_NAME)"; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SUPPORTS_MACCATALYST = NO; + SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = 1; + }; + name = Debug; + }; + A2434ADC298651F600F60D1A /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 78B388A7669643F3338C197A /* Pods-KeKi.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = J4X458RVHG; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_FILE = KeKi/Info.plist; + INFOPLIST_KEY_CFBundleDisplayName = "케키"; + INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; + INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; + INFOPLIST_KEY_UIMainStoryboardFile = Home; + INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.keki.www.KeKi; + PRODUCT_NAME = "$(TARGET_NAME)"; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SUPPORTS_MACCATALYST = NO; + SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = 1; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + A2434AC1298651F500F60D1A /* Build configuration list for PBXProject "KeKi" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + A2434AD8298651F600F60D1A /* Debug */, + A2434AD9298651F600F60D1A /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + A2434ADA298651F600F60D1A /* Build configuration list for PBXNativeTarget "KeKi" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + A2434ADB298651F600F60D1A /* Debug */, + A2434ADC298651F600F60D1A /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + +/* Begin XCRemoteSwiftPackageReference section */ + A2434ADD2986520E00F60D1A /* XCRemoteSwiftPackageReference "Alamofire" */ = { + isa = XCRemoteSwiftPackageReference; + repositoryURL = "https://github.com/Alamofire/Alamofire.git"; + requirement = { + kind = upToNextMinorVersion; + minimumVersion = 5.6.0; + }; + }; + A2434AE02986523000F60D1A /* XCRemoteSwiftPackageReference "Tabman" */ = { + isa = XCRemoteSwiftPackageReference; + repositoryURL = "https://github.com/uias/Tabman"; + requirement = { + kind = upToNextMinorVersion; + minimumVersion = 3.0.0; + }; + }; + A2434AE32986523D00F60D1A /* XCRemoteSwiftPackageReference "Kingfisher" */ = { + isa = XCRemoteSwiftPackageReference; + repositoryURL = "https://github.com/onevcat/Kingfisher.git"; + requirement = { + kind = upToNextMinorVersion; + minimumVersion = 7.5.0; + }; + }; + A2434B1529865C5B00F60D1A /* XCRemoteSwiftPackageReference "Toast-Swift" */ = { + isa = XCRemoteSwiftPackageReference; + repositoryURL = "https://github.com/scalessec/Toast-Swift.git"; + requirement = { + kind = upToNextMinorVersion; + minimumVersion = 5.0.0; + }; + }; +/* End XCRemoteSwiftPackageReference section */ + +/* Begin XCSwiftPackageProductDependency section */ + A2434ADE2986520E00F60D1A /* Alamofire */ = { + isa = XCSwiftPackageProductDependency; + package = A2434ADD2986520E00F60D1A /* XCRemoteSwiftPackageReference "Alamofire" */; + productName = Alamofire; + }; + A2434AE12986523000F60D1A /* Tabman */ = { + isa = XCSwiftPackageProductDependency; + package = A2434AE02986523000F60D1A /* XCRemoteSwiftPackageReference "Tabman" */; + productName = Tabman; + }; + A2434AE42986523D00F60D1A /* Kingfisher */ = { + isa = XCSwiftPackageProductDependency; + package = A2434AE32986523D00F60D1A /* XCRemoteSwiftPackageReference "Kingfisher" */; + productName = Kingfisher; + }; + A2434B1629865C5B00F60D1A /* Toast */ = { + isa = XCSwiftPackageProductDependency; + package = A2434B1529865C5B00F60D1A /* XCRemoteSwiftPackageReference "Toast-Swift" */; + productName = Toast; + }; +/* End XCSwiftPackageProductDependency section */ + }; + rootObject = A2434ABE298651F500F60D1A /* Project object */; +} diff --git a/KeKi.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/KeKi.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..919434a --- /dev/null +++ b/KeKi.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/KeKi.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/KeKi.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/KeKi.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/KeKi.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/KeKi.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved new file mode 100644 index 0000000..0657ce9 --- /dev/null +++ b/KeKi.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -0,0 +1,41 @@ +{ + "pins" : [ + { + "identity" : "alamofire", + "kind" : "remoteSourceControl", + "location" : "https://github.com/Alamofire/Alamofire.git", + "state" : { + "revision" : "78424be314842833c04bc3bef5b72e85fff99204", + "version" : "5.6.4" + } + }, + { + "identity" : "kingfisher", + "kind" : "remoteSourceControl", + "location" : "https://github.com/onevcat/Kingfisher.git", + "state" : { + "revision" : "90135885ef506506620c4911cefb55a95ca2a9a2", + "version" : "7.5.0" + } + }, + { + "identity" : "pageboy", + "kind" : "remoteSourceControl", + "location" : "https://github.com/uias/Pageboy", + "state" : { + "revision" : "5522aa6ae88633f6c23cf504e9cd684e963822f1", + "version" : "4.0.2" + } + }, + { + "identity" : "tabman", + "kind" : "remoteSourceControl", + "location" : "https://github.com/uias/Tabman", + "state" : { + "revision" : "6a87a2825939f5da06cf52a6582d67a646488cff", + "version" : "3.0.1" + } + } + ], + "version" : 2 +} diff --git a/KeKi.xcworkspace/contents.xcworkspacedata b/KeKi.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..89e6303 --- /dev/null +++ b/KeKi.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,13 @@ + + + + + + + + + diff --git a/KeKi.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/KeKi.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/KeKi.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/KeKi.xcworkspace/xcshareddata/swiftpm/Package.resolved b/KeKi.xcworkspace/xcshareddata/swiftpm/Package.resolved new file mode 100644 index 0000000..ad2458f --- /dev/null +++ b/KeKi.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -0,0 +1,50 @@ +{ + "pins" : [ + { + "identity" : "alamofire", + "kind" : "remoteSourceControl", + "location" : "https://github.com/Alamofire/Alamofire.git", + "state" : { + "revision" : "78424be314842833c04bc3bef5b72e85fff99204", + "version" : "5.6.4" + } + }, + { + "identity" : "kingfisher", + "kind" : "remoteSourceControl", + "location" : "https://github.com/onevcat/Kingfisher.git", + "state" : { + "revision" : "90135885ef506506620c4911cefb55a95ca2a9a2", + "version" : "7.5.0" + } + }, + { + "identity" : "pageboy", + "kind" : "remoteSourceControl", + "location" : "https://github.com/uias/Pageboy", + "state" : { + "revision" : "5522aa6ae88633f6c23cf504e9cd684e963822f1", + "version" : "4.0.2" + } + }, + { + "identity" : "tabman", + "kind" : "remoteSourceControl", + "location" : "https://github.com/uias/Tabman", + "state" : { + "revision" : "6a87a2825939f5da06cf52a6582d67a646488cff", + "version" : "3.0.1" + } + }, + { + "identity" : "toast-swift", + "kind" : "remoteSourceControl", + "location" : "https://github.com/scalessec/Toast-Swift.git", + "state" : { + "revision" : "0c9493eeacb102cc614da385cfaaf475379f4ab4", + "version" : "5.0.1" + } + } + ], + "version" : 2 +} diff --git a/KeKi/App/AppDelegate.swift b/KeKi/App/AppDelegate.swift new file mode 100644 index 0000000..967be77 --- /dev/null +++ b/KeKi/App/AppDelegate.swift @@ -0,0 +1,36 @@ +// +// AppDelegate.swift +// KeKi +// +// Created by 김초원 on 2023/01/29. +// + +import UIKit + +@main +class AppDelegate: UIResponder, UIApplicationDelegate { + + + + func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { + // Override point for customization after application launch. + return true + } + + // MARK: UISceneSession Lifecycle + + func application(_ application: UIApplication, configurationForConnecting connectingSceneSession: UISceneSession, options: UIScene.ConnectionOptions) -> UISceneConfiguration { + // Called when a new scene session is being created. + // Use this method to select a configuration to create the new scene with. + return UISceneConfiguration(name: "Default Configuration", sessionRole: connectingSceneSession.role) + } + + func application(_ application: UIApplication, didDiscardSceneSessions sceneSessions: Set) { + // Called when the user discards a scene session. + // If any sessions were discarded while the application was not running, this will be called shortly after application:didFinishLaunchingWithOptions. + // Use this method to release any resources that were specific to the discarded scenes, as they will not return. + } + + +} + diff --git a/KeKi/App/SceneDelegate.swift b/KeKi/App/SceneDelegate.swift new file mode 100644 index 0000000..3047fd4 --- /dev/null +++ b/KeKi/App/SceneDelegate.swift @@ -0,0 +1,52 @@ +// +// SceneDelegate.swift +// KeKi +// +// Created by 김초원 on 2023/01/29. +// + +import UIKit + +class SceneDelegate: UIResponder, UIWindowSceneDelegate { + + var window: UIWindow? + + + func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) { + // Use this method to optionally configure and attach the UIWindow `window` to the provided UIWindowScene `scene`. + // If using a storyboard, the `window` property will automatically be initialized and attached to the scene. + // This delegate does not imply the connecting scene or session are new (see `application:configurationForConnectingSceneSession` instead). + guard let _ = (scene as? UIWindowScene) else { return } + } + + func sceneDidDisconnect(_ scene: UIScene) { + // Called as the scene is being released by the system. + // This occurs shortly after the scene enters the background, or when its session is discarded. + // Release any resources associated with this scene that can be re-created the next time the scene connects. + // The scene may re-connect later, as its session was not necessarily discarded (see `application:didDiscardSceneSessions` instead). + } + + func sceneDidBecomeActive(_ scene: UIScene) { + // Called when the scene has moved from an inactive state to an active state. + // Use this method to restart any tasks that were paused (or not yet started) when the scene was inactive. + } + + func sceneWillResignActive(_ scene: UIScene) { + // Called when the scene will move from an active state to an inactive state. + // This may occur due to temporary interruptions (ex. an incoming phone call). + } + + func sceneWillEnterForeground(_ scene: UIScene) { + // Called as the scene transitions from the background to the foreground. + // Use this method to undo the changes made on entering the background. + } + + func sceneDidEnterBackground(_ scene: UIScene) { + // Called as the scene transitions from the foreground to the background. + // Use this method to save data, release shared resources, and store enough scene-specific state information + // to restore the scene back to its current state. + } + + +} + diff --git a/KeKi/Global/Resources/Assets.xcassets/AccentColor.colorset/Contents.json b/KeKi/Global/Resources/Assets.xcassets/AccentColor.colorset/Contents.json new file mode 100644 index 0000000..eb87897 --- /dev/null +++ b/KeKi/Global/Resources/Assets.xcassets/AccentColor.colorset/Contents.json @@ -0,0 +1,11 @@ +{ + "colors" : [ + { + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/KeKi/Global/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json b/KeKi/Global/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..13613e3 --- /dev/null +++ b/KeKi/Global/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,13 @@ +{ + "images" : [ + { + "idiom" : "universal", + "platform" : "ios", + "size" : "1024x1024" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/KeKi/Global/Resources/Assets.xcassets/Contents.json b/KeKi/Global/Resources/Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/KeKi/Global/Resources/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/KeKi/Global/SupportingFiles/Base.lproj/LaunchScreen.storyboard b/KeKi/Global/SupportingFiles/Base.lproj/LaunchScreen.storyboard new file mode 100644 index 0000000..0cf0362 --- /dev/null +++ b/KeKi/Global/SupportingFiles/Base.lproj/LaunchScreen.storyboard @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/KeKi/Global/Template/TemplateViewController.swift b/KeKi/Global/Template/TemplateViewController.swift new file mode 100644 index 0000000..633e408 --- /dev/null +++ b/KeKi/Global/Template/TemplateViewController.swift @@ -0,0 +1,26 @@ +// +// TemplateViewController.swift +// KeKi +// +// Created by 김초원 on 2023/01/29. +// + +import UIKit + +class TemplateViewController: UIViewController { + + // MARK: - Variables, IBOutlet, ... + + // MARK: - Methods of LifeCycle + override func viewDidLoad() { + super.viewDidLoad() + } + + // MARK: - Action Methods (IBAction, ...) + + + // MARK: - Helper Methods (Setup Method, ...) + +} + +// MARK: - Extensions diff --git a/KeKi/Info.plist b/KeKi/Info.plist new file mode 100644 index 0000000..4cc3201 --- /dev/null +++ b/KeKi/Info.plist @@ -0,0 +1,25 @@ + + + + + UIApplicationSceneManifest + + UIApplicationSupportsMultipleScenes + + UISceneConfigurations + + UIWindowSceneSessionRoleApplication + + + UISceneConfigurationName + Default Configuration + UISceneDelegateClassName + $(PRODUCT_MODULE_NAME).SceneDelegate + UISceneStoryboardFile + Home + + + + + + diff --git a/KeKi/Scenes/Announcement/Announcement.storyboard b/KeKi/Scenes/Announcement/Announcement.storyboard new file mode 100644 index 0000000..dd79351 --- /dev/null +++ b/KeKi/Scenes/Announcement/Announcement.storyboard @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/KeKi/Scenes/Announcement/AnnouncementViewController.swift b/KeKi/Scenes/Announcement/AnnouncementViewController.swift new file mode 100644 index 0000000..2e6a823 --- /dev/null +++ b/KeKi/Scenes/Announcement/AnnouncementViewController.swift @@ -0,0 +1,26 @@ +// +// AnnouncementViewController.swift +// KeKi +// +// Created by 김초원 on 2023/01/29. +// + +import UIKit + +class AnnouncementViewController: UIViewController { + + // MARK: - Variables, IBOutlet, ... + + // MARK: - Methods of LifeCycle + override func viewDidLoad() { + super.viewDidLoad() + } + + // MARK: - Action Methods (IBAction, ...) + + + // MARK: - Helper Methods (Setup Method, ...) + +} + +// MARK: - Extensions diff --git a/KeKi/Scenes/Calendar/Calendar.storyboard b/KeKi/Scenes/Calendar/Calendar.storyboard new file mode 100644 index 0000000..dd79351 --- /dev/null +++ b/KeKi/Scenes/Calendar/Calendar.storyboard @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/KeKi/Scenes/Calendar/CalendarViewController.swift b/KeKi/Scenes/Calendar/CalendarViewController.swift new file mode 100644 index 0000000..7b85623 --- /dev/null +++ b/KeKi/Scenes/Calendar/CalendarViewController.swift @@ -0,0 +1,8 @@ +// +// CalendarViewController.swift +// KeKi +// +// Created by 김초원 on 2023/01/29. +// + +import Foundation diff --git a/KeKi/Scenes/Home/Base.lproj/Home.storyboard b/KeKi/Scenes/Home/Base.lproj/Home.storyboard new file mode 100644 index 0000000..d17bc9d --- /dev/null +++ b/KeKi/Scenes/Home/Base.lproj/Home.storyboard @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/KeKi/Scenes/Home/HomeViewController.swift b/KeKi/Scenes/Home/HomeViewController.swift new file mode 100644 index 0000000..6b8f350 --- /dev/null +++ b/KeKi/Scenes/Home/HomeViewController.swift @@ -0,0 +1,26 @@ +// +// HomeViewController.swift +// KeKi +// +// Created by 김초원 on 2023/01/29. +// + +import UIKit + +class HomeViewController: UIViewController { + + // MARK: - Variables, IBOutlet, ... + + // MARK: - Methods of LifeCycle + override func viewDidLoad() { + super.viewDidLoad() + } + + // MARK: - Action Methods (IBAction, ...) + + + // MARK: - Helper Methods (Setup Method, ...) + +} + +// MARK: - Extensions diff --git a/KeKi/Scenes/Login/Login.storyboard b/KeKi/Scenes/Login/Login.storyboard new file mode 100644 index 0000000..dd79351 --- /dev/null +++ b/KeKi/Scenes/Login/Login.storyboard @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/KeKi/Scenes/Login/LoginViewController.swift b/KeKi/Scenes/Login/LoginViewController.swift new file mode 100644 index 0000000..5fff5c5 --- /dev/null +++ b/KeKi/Scenes/Login/LoginViewController.swift @@ -0,0 +1,26 @@ +// +// LoginViewController.swift +// KeKi +// +// Created by 김초원 on 2023/01/29. +// + +import UIKit + +class LoginViewController: UIViewController { + + // MARK: - Variables, IBOutlet, ... + + // MARK: - Methods of LifeCycle + override func viewDidLoad() { + super.viewDidLoad() + } + + // MARK: - Action Methods (IBAction, ...) + + + // MARK: - Helper Methods (Setup Method, ...) + +} + +// MARK: - Extensions diff --git a/KeKi/Scenes/MyPage/MyPage.storyboard b/KeKi/Scenes/MyPage/MyPage.storyboard new file mode 100644 index 0000000..dd79351 --- /dev/null +++ b/KeKi/Scenes/MyPage/MyPage.storyboard @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/KeKi/Scenes/MyPage/MyPageViewContoller.swift b/KeKi/Scenes/MyPage/MyPageViewContoller.swift new file mode 100644 index 0000000..ba584bf --- /dev/null +++ b/KeKi/Scenes/MyPage/MyPageViewContoller.swift @@ -0,0 +1,8 @@ +// +// MyPageViewContoller.swift +// KeKi +// +// Created by 김초원 on 2023/01/29. +// + +import Foundation diff --git a/KeKi/Scenes/Search/Search.storyboard b/KeKi/Scenes/Search/Search.storyboard new file mode 100644 index 0000000..dd79351 --- /dev/null +++ b/KeKi/Scenes/Search/Search.storyboard @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/KeKi/Scenes/Search/SearchViewController.swift b/KeKi/Scenes/Search/SearchViewController.swift new file mode 100644 index 0000000..f138baf --- /dev/null +++ b/KeKi/Scenes/Search/SearchViewController.swift @@ -0,0 +1,8 @@ +// +// SearchViewController.swift +// KeKi +// +// Created by 김초원 on 2023/01/29. +// + +import Foundation diff --git a/KeKi/Scenes/Store/Store.storyboard b/KeKi/Scenes/Store/Store.storyboard new file mode 100644 index 0000000..dd79351 --- /dev/null +++ b/KeKi/Scenes/Store/Store.storyboard @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/KeKi/Scenes/Store/StoreViewController.swift b/KeKi/Scenes/Store/StoreViewController.swift new file mode 100644 index 0000000..5f0edaf --- /dev/null +++ b/KeKi/Scenes/Store/StoreViewController.swift @@ -0,0 +1,8 @@ +// +// StoreViewController.swift +// KeKi +// +// Created by 김초원 on 2023/01/29. +// + +import Foundation diff --git a/Podfile b/Podfile new file mode 100644 index 0000000..6104d63 --- /dev/null +++ b/Podfile @@ -0,0 +1,11 @@ +# Uncomment the next line to define a global platform for your project +# platform :ios, '9.0' + +target 'KeKi' do + # Comment the next line if you don't want to use dynamic frameworks + use_frameworks! + + # Pods for KeKi + pod 'IQKeyboardManagerSwift' + +end diff --git a/Podfile.lock b/Podfile.lock new file mode 100644 index 0000000..c8297f3 --- /dev/null +++ b/Podfile.lock @@ -0,0 +1,16 @@ +PODS: + - IQKeyboardManagerSwift (6.5.11) + +DEPENDENCIES: + - IQKeyboardManagerSwift + +SPEC REPOS: + trunk: + - IQKeyboardManagerSwift + +SPEC CHECKSUMS: + IQKeyboardManagerSwift: c7955c0bdbf7b2eb29bb7daaa44e3d90f55a9a85 + +PODFILE CHECKSUM: 4039b25daee2333fe4a89140b95737e7ce70b500 + +COCOAPODS: 1.11.3