|
67 | 67 | F0F6B166299139D900F8835D /* AccountSettingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0F6B164299139D900F8835D /* AccountSettingViewController.swift */; }; |
68 | 68 | F0F6B167299139D900F8835D /* MyPageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0F6B165299139D900F8835D /* MyPageViewController.swift */; }; |
69 | 69 | F0F6B16A29913ADB00F8835D /* UserApiModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0F6B16929913ADB00F8835D /* UserApiModel.swift */; }; |
| 70 | + F51C6FF529991E8800048DEE /* RankViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F51C6FF429991E8800048DEE /* RankViewController.swift */; }; |
| 71 | + F51C6FF729991EA600048DEE /* RankViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F51C6FF629991EA600048DEE /* RankViewCell.swift */; }; |
| 72 | + F51C6FF92999207000048DEE /* RankingModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = F51C6FF82999207000048DEE /* RankingModel.swift */; }; |
| 73 | + F51C6FFC299A55A300048DEE /* MarqueeLabel in Frameworks */ = {isa = PBXBuildFile; productRef = F51C6FFB299A55A300048DEE /* MarqueeLabel */; }; |
70 | 74 | F5DAEC00298AD1FA0098A11A /* login.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5DAEBFF298AD1FA0098A11A /* login.swift */; }; |
71 | 75 | F5DAEC02298AD2050098A11A /* email.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5DAEC01298AD2050098A11A /* email.swift */; }; |
72 | 76 | F5DAEC04298AD20E0098A11A /* join.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5DAEC03298AD20E0098A11A /* join.swift */; }; |
|
159 | 163 | F0F6B164299139D900F8835D /* AccountSettingViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AccountSettingViewController.swift; sourceTree = "<group>"; }; |
160 | 164 | F0F6B165299139D900F8835D /* MyPageViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MyPageViewController.swift; sourceTree = "<group>"; }; |
161 | 165 | F0F6B16929913ADB00F8835D /* UserApiModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserApiModel.swift; sourceTree = "<group>"; }; |
| 166 | + F51C6FF429991E8800048DEE /* RankViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RankViewController.swift; sourceTree = "<group>"; }; |
| 167 | + F51C6FF629991EA600048DEE /* RankViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RankViewCell.swift; sourceTree = "<group>"; }; |
| 168 | + F51C6FF82999207000048DEE /* RankingModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RankingModel.swift; sourceTree = "<group>"; }; |
162 | 169 | F5DAEBFF298AD1FA0098A11A /* login.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = login.swift; sourceTree = "<group>"; }; |
163 | 170 | F5DAEC01298AD2050098A11A /* email.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = email.swift; sourceTree = "<group>"; }; |
164 | 171 | F5DAEC03298AD20E0098A11A /* join.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = join.swift; sourceTree = "<group>"; }; |
|
193 | 200 | isa = PBXFrameworksBuildPhase; |
194 | 201 | buildActionMask = 2147483647; |
195 | 202 | files = ( |
| 203 | + F51C6FFC299A55A300048DEE /* MarqueeLabel in Frameworks */, |
196 | 204 | 07120DF3296EDF6E00ABF98F /* Alamofire in Frameworks */, |
197 | 205 | 07120DF6296EDF7A00ABF98F /* SnapKit in Frameworks */, |
198 | 206 | 8E910354CAD5238FB38C267D /* Pods_LGHTSG.framework in Frameworks */, |
|
285 | 293 | F0F6B15D2991310000F8835D /* UserRoeModel.swift */, |
286 | 294 | 078401C1298A486300CDE061 /* EstatePriceModel.swift */, |
287 | 295 | 07F0D8872993D6D300D3C186 /* TopViewModel.swift */, |
| 296 | + F51C6FF82999207000048DEE /* RankingModel.swift */, |
288 | 297 | ); |
289 | 298 | path = ViewModel; |
290 | 299 | sourceTree = "<group>"; |
|
305 | 314 | 078401CA298A49D500CDE061 /* EstateDetailCell.swift */, |
306 | 315 | 075BBA39298ACF1D00710F44 /* EstateSaleCell.swift */, |
307 | 316 | 0764F26A298642EF00F446CB /* SearchItemCell.swift */, |
| 317 | + F51C6FF629991EA600048DEE /* RankViewCell.swift */, |
308 | 318 | 0764F284298959C600F446CB /* TopViewCell.swift */, |
309 | 319 | F5DAEC1B298AD2F70098A11A /* LoginView.swift */, |
310 | 320 | 078401D0298A49E200CDE061 /* ChartMarker.swift */, |
|
337 | 347 | 078401B3298A484800CDE061 /* HomeViewController.swift */, |
338 | 348 | 078401AE298A484800CDE061 /* MainTabController.swift */, |
339 | 349 | 078401B0298A484800CDE061 /* StockChartViewController.swift */, |
| 350 | + F51C6FF429991E8800048DEE /* RankViewController.swift */, |
340 | 351 | ); |
341 | 352 | path = Controller; |
342 | 353 | sourceTree = "<group>"; |
|
486 | 497 | packageProductDependencies = ( |
487 | 498 | 07120DF2296EDF6E00ABF98F /* Alamofire */, |
488 | 499 | 07120DF5296EDF7A00ABF98F /* SnapKit */, |
| 500 | + F51C6FFB299A55A300048DEE /* MarqueeLabel */, |
489 | 501 | ); |
490 | 502 | productName = LGHTSG; |
491 | 503 | productReference = 071E053D296BB7B50020282F /* LGHTSG.app */; |
|
518 | 530 | packageReferences = ( |
519 | 531 | 07120DF1296EDF6E00ABF98F /* XCRemoteSwiftPackageReference "Alamofire" */, |
520 | 532 | 07120DF4296EDF7A00ABF98F /* XCRemoteSwiftPackageReference "SnapKit" */, |
| 533 | + F51C6FFA299A55A300048DEE /* XCRemoteSwiftPackageReference "MarqueeLabel" */, |
521 | 534 | ); |
522 | 535 | productRefGroup = 071E053E296BB7B50020282F /* Products */; |
523 | 536 | projectDirPath = ""; |
|
620 | 633 | F5DAEC04298AD20E0098A11A /* join.swift in Sources */, |
621 | 634 | 078401DD298A49E300CDE061 /* StockDateSegmentControl.swift in Sources */, |
622 | 635 | F5DAEC00298AD1FA0098A11A /* login.swift in Sources */, |
| 636 | + F51C6FF529991E8800048DEE /* RankViewController.swift in Sources */, |
623 | 637 | F5DAEC06298AD2180098A11A /* changePw.swift in Sources */, |
624 | 638 | 078401BD298A484800CDE061 /* ExploreViewController.swift in Sources */, |
625 | 639 | F5DAEC3B298AD46B0098A11A /* CheckPageServiceController.swift in Sources */, |
|
636 | 650 | F5DAEC14298AD2A30098A11A /* CheckAgreeView.swift in Sources */, |
637 | 651 | F5DAEC20298AD31E0098A11A /* FindPwView.swift in Sources */, |
638 | 652 | F5DAEC1C298AD2F70098A11A /* LoginView.swift in Sources */, |
| 653 | + F51C6FF729991EA600048DEE /* RankViewCell.swift in Sources */, |
639 | 654 | 075BBA3A298ACF1D00710F44 /* EstateSaleCell.swift in Sources */, |
640 | 655 | 075BBA30298A78FC00710F44 /* EstateController.swift in Sources */, |
641 | 656 | 07F0D88C2995F3AA00D3C186 /* PasswordApiModel.swift in Sources */, |
642 | 657 | F5DAEC0A298AD23D0098A11A /* LoginResultModel.swift in Sources */, |
| 658 | + F51C6FF92999207000048DEE /* RankingModel.swift in Sources */, |
643 | 659 | F5DAEC1E298AD3080098A11A /* StartView.swift in Sources */, |
644 | 660 | 078401E7298A4B2D00CDE061 /* TableCellModel.swift in Sources */, |
645 | 661 | 078401E9298A4C2600CDE061 /* TopViewController.swift in Sources */, |
|
797 | 813 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
798 | 814 | CODE_SIGN_STYLE = Automatic; |
799 | 815 | CURRENT_PROJECT_VERSION = 1; |
800 | | - DEVELOPMENT_TEAM = 9KQS6UJ9YX; |
| 816 | + DEVELOPMENT_TEAM = NG2NLR2Z86; |
801 | 817 | GENERATE_INFOPLIST_FILE = YES; |
802 | 818 | INFOPLIST_FILE = LGHTSG/Info.plist; |
803 | 819 | INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "위치 정보 제공을 허용합니까?"; |
804 | 820 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
805 | | - INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; |
| 821 | + INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen.storyboard; |
806 | 822 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
807 | 823 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
| 824 | + INFOPLIST_KEY_UIUserInterfaceStyle = Light; |
808 | 825 | IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
809 | 826 | LD_RUNPATH_SEARCH_PATHS = ( |
810 | 827 | "$(inherited)", |
811 | 828 | "@executable_path/Frameworks", |
812 | 829 | ); |
813 | 830 | MARKETING_VERSION = 1.0; |
814 | | - PRODUCT_BUNDLE_IDENTIFIER = com.kry.LGHTSG; |
| 831 | + PRODUCT_BUNDLE_IDENTIFIER = com.sunho11.LGHTSG; |
815 | 832 | PRODUCT_NAME = "$(TARGET_NAME)"; |
816 | 833 | SWIFT_EMIT_LOC_STRINGS = YES; |
817 | 834 | SWIFT_VERSION = 5.0; |
|
827 | 844 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
828 | 845 | CODE_SIGN_STYLE = Automatic; |
829 | 846 | CURRENT_PROJECT_VERSION = 1; |
830 | | - DEVELOPMENT_TEAM = 9KQS6UJ9YX; |
| 847 | + DEVELOPMENT_TEAM = NG2NLR2Z86; |
831 | 848 | GENERATE_INFOPLIST_FILE = YES; |
832 | 849 | INFOPLIST_FILE = LGHTSG/Info.plist; |
833 | 850 | INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "위치 정보 제공을 허용합니까?"; |
834 | 851 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
835 | | - INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; |
| 852 | + INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen.storyboard; |
836 | 853 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
837 | 854 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
| 855 | + INFOPLIST_KEY_UIUserInterfaceStyle = Light; |
838 | 856 | IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
839 | 857 | LD_RUNPATH_SEARCH_PATHS = ( |
840 | 858 | "$(inherited)", |
841 | 859 | "@executable_path/Frameworks", |
842 | 860 | ); |
843 | 861 | MARKETING_VERSION = 1.0; |
844 | | - PRODUCT_BUNDLE_IDENTIFIER = com.kry.LGHTSG; |
| 862 | + PRODUCT_BUNDLE_IDENTIFIER = com.sunho11.LGHTSG; |
845 | 863 | PRODUCT_NAME = "$(TARGET_NAME)"; |
846 | 864 | SWIFT_EMIT_LOC_STRINGS = YES; |
847 | 865 | SWIFT_VERSION = 5.0; |
|
889 | 907 | kind = branch; |
890 | 908 | }; |
891 | 909 | }; |
| 910 | + F51C6FFA299A55A300048DEE /* XCRemoteSwiftPackageReference "MarqueeLabel" */ = { |
| 911 | + isa = XCRemoteSwiftPackageReference; |
| 912 | + repositoryURL = "https://github.com/cbpowell/MarqueeLabel"; |
| 913 | + requirement = { |
| 914 | + kind = upToNextMajorVersion; |
| 915 | + minimumVersion = 4.0.0; |
| 916 | + }; |
| 917 | + }; |
892 | 918 | /* End XCRemoteSwiftPackageReference section */ |
893 | 919 |
|
894 | 920 | /* Begin XCSwiftPackageProductDependency section */ |
|
902 | 928 | package = 07120DF4296EDF7A00ABF98F /* XCRemoteSwiftPackageReference "SnapKit" */; |
903 | 929 | productName = SnapKit; |
904 | 930 | }; |
| 931 | + F51C6FFB299A55A300048DEE /* MarqueeLabel */ = { |
| 932 | + isa = XCSwiftPackageProductDependency; |
| 933 | + package = F51C6FFA299A55A300048DEE /* XCRemoteSwiftPackageReference "MarqueeLabel" */; |
| 934 | + productName = MarqueeLabel; |
| 935 | + }; |
905 | 936 | /* End XCSwiftPackageProductDependency section */ |
906 | 937 | }; |
907 | 938 | rootObject = 071E0535296BB7B50020282F /* Project object */; |
|
0 commit comments