|
189 | 189 | B855485A2C47EEBB00EC67F6 /* UserProfileInfoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = B85548592C47EEBB00EC67F6 /* UserProfileInfoModel.swift */; }; |
190 | 190 | B855485D2C48026B00EC67F6 /* MyPageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B855485C2C48026B00EC67F6 /* MyPageView.swift */; }; |
191 | 191 | B855485F2C48027500EC67F6 /* MyPageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B855485E2C48027500EC67F6 /* MyPageViewController.swift */; }; |
192 | | - B86A67582C41166900CB90E5 /* FilterButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = B86A67572C41166800CB90E5 /* FilterButton.swift */; }; |
193 | 192 | B871D7232C3E8836008D78C2 /* JobCardModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = B871D7222C3E8835008D78C2 /* JobCardModel.swift */; }; |
194 | 193 | B871D7352C3ECF37008D78C2 /* UpcomingCard.swift in Sources */ = {isa = PBXBuildFile; fileRef = B871D7342C3ECF37008D78C2 /* UpcomingCard.swift */; }; |
195 | 194 | B8BE0E142C46D38700B3D298 /* UserFilteringInfoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8BE0E132C46D38700B3D298 /* UserFilteringInfoModel.swift */; }; |
196 | | - B8C5DB712C3F39B900865B1A /* FilteringSettingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8C5DB702C3F39B900865B1A /* FilteringSettingView.swift */; }; |
197 | | - B8C5DB732C3F39C700865B1A /* FilteringSettingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8C5DB722C3F39C700865B1A /* FilteringSettingViewController.swift */; }; |
198 | 195 | B8F503382C749309000D2A22 /* Config.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = B8F503372C749309000D2A22 /* Config.xcconfig */; }; |
199 | 196 | B8F5033A2C749315000D2A22 /* Config.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8F503392C749315000D2A22 /* Config.swift */; }; |
200 | 197 | /* End PBXBuildFile section */ |
|
370 | 367 | B85548592C47EEBB00EC67F6 /* UserProfileInfoModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserProfileInfoModel.swift; sourceTree = "<group>"; }; |
371 | 368 | B855485C2C48026B00EC67F6 /* MyPageView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyPageView.swift; sourceTree = "<group>"; }; |
372 | 369 | B855485E2C48027500EC67F6 /* MyPageViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyPageViewController.swift; sourceTree = "<group>"; }; |
373 | | - B86A67572C41166800CB90E5 /* FilterButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FilterButton.swift; sourceTree = "<group>"; }; |
374 | 370 | B871D7222C3E8835008D78C2 /* JobCardModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JobCardModel.swift; sourceTree = "<group>"; }; |
375 | 371 | B871D7342C3ECF37008D78C2 /* UpcomingCard.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UpcomingCard.swift; sourceTree = "<group>"; }; |
376 | 372 | B8BE0E132C46D38700B3D298 /* UserFilteringInfoModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserFilteringInfoModel.swift; sourceTree = "<group>"; }; |
377 | | - B8C5DB702C3F39B900865B1A /* FilteringSettingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FilteringSettingView.swift; sourceTree = "<group>"; }; |
378 | | - B8C5DB722C3F39C700865B1A /* FilteringSettingViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FilteringSettingViewController.swift; sourceTree = "<group>"; }; |
379 | 373 | B8F503372C749309000D2A22 /* Config.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Config.xcconfig; sourceTree = "<group>"; }; |
380 | 374 | B8F503392C749315000D2A22 /* Config.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Config.swift; sourceTree = "<group>"; }; |
381 | 375 | /* End PBXFileReference section */ |
|
1466 | 1460 | B8C5DB6F2C3F39A500865B1A /* FilteringSetting */ = { |
1467 | 1461 | isa = PBXGroup; |
1468 | 1462 | children = ( |
1469 | | - B86A67572C41166800CB90E5 /* FilterButton.swift */, |
1470 | | - B8C5DB702C3F39B900865B1A /* FilteringSettingView.swift */, |
1471 | 1463 | 2D74E5052D1F25F00018A56E /* FilteringView */, |
1472 | 1464 | 2D74E4FA2D1F1BFD0018A56E /* JobFiltering */, |
1473 | 1465 | 2D74E4FD2D1F1F670018A56E /* PlanFiltering */, |
1474 | | - B8C5DB722C3F39C700865B1A /* FilteringSettingViewController.swift */, |
1475 | 1466 | ); |
1476 | 1467 | path = FilteringSetting; |
1477 | 1468 | sourceTree = "<group>"; |
|
1630 | 1621 | 7121A1572C3EA4C10056DB8B /* LoadingIndicator.swift in Sources */, |
1631 | 1622 | 71E3C40F2C243B510026C4DD /* UIView+.swift in Sources */, |
1632 | 1623 | 2D4EE3A42C3E789200E3E95B /* ProfileView.swift in Sources */, |
1633 | | - B8C5DB712C3F39B900865B1A /* FilteringSettingView.swift in Sources */, |
1634 | 1624 | 2DC9860B2C46056300D46729 /* RecommendAnnouncementModel.swift in Sources */, |
1635 | 1625 | 7121A1432C3AE9C20056DB8B /* PaletteCell.swift in Sources */, |
1636 | 1626 | 71665AAC2C7C4A94008EB0D7 /* EventView.swift in Sources */, |
|
1724 | 1714 | 2DF2571A2C8DEF4E00B85843 /* LogoutViewModel.swift in Sources */, |
1725 | 1715 | 71780C522C45A4950073B731 /* SearchTargetType.swift in Sources */, |
1726 | 1716 | 71DE237A2C7C67890024ACED /* ScrapsService.swift in Sources */, |
1727 | | - B8C5DB732C3F39C700865B1A /* FilteringSettingViewController.swift in Sources */, |
1728 | 1717 | 2D8CCF112D110AD30030E8E5 /* PlanFilteringViewController.swift in Sources */, |
1729 | 1718 | 2DC9860D2C4605FC00D46729 /* AdvertisementsModel.swift in Sources */, |
1730 | 1719 | 71F8F8732D278C4700B822F3 /* HomeService.swift in Sources */, |
1731 | 1720 | 2D89C75D2C486DF7002B035F /* SortHeaderCell.swift in Sources */, |
1732 | | - B86A67582C41166900CB90E5 /* FilterButton.swift in Sources */, |
1733 | 1721 | 2DC985FE2C456FC300D46729 /* SearchView.swift in Sources */, |
1734 | 1722 | 2D4EE3A62C3E78A200E3E95B /* ProfileViewController.swift in Sources */, |
1735 | 1723 | 2D89C7512C47E99B002B035F /* ProfileImageView.swift in Sources */, |
|
1926 | 1914 | CODE_SIGN_ENTITLEMENTS = "Terning-iOS/Terning-iOS.entitlements"; |
1927 | 1915 | CODE_SIGN_IDENTITY = "Apple Development"; |
1928 | 1916 | CODE_SIGN_STYLE = Automatic; |
1929 | | - CURRENT_PROJECT_VERSION = 2025.0217.2354; |
| 1917 | + CURRENT_PROJECT_VERSION = 2025.0227.1744; |
1930 | 1918 | DEVELOPMENT_TEAM = 8Q4H7X3Q58; |
1931 | 1919 | ENABLE_USER_SCRIPT_SANDBOXING = NO; |
1932 | 1920 | GENERATE_INFOPLIST_FILE = YES; |
|
1943 | 1931 | "$(inherited)", |
1944 | 1932 | "@executable_path/Frameworks", |
1945 | 1933 | ); |
1946 | | - MARKETING_VERSION = 1.1.3; |
| 1934 | + MARKETING_VERSION = 1.1.4; |
1947 | 1935 | OTHER_LDFLAGS = ( |
1948 | 1936 | "-Xlinker", |
1949 | 1937 | "-interposable", |
|
1970 | 1958 | CODE_SIGN_ENTITLEMENTS = "Terning-iOS/Terning-iOS.entitlements"; |
1971 | 1959 | CODE_SIGN_IDENTITY = "Apple Development"; |
1972 | 1960 | CODE_SIGN_STYLE = Automatic; |
1973 | | - CURRENT_PROJECT_VERSION = 2025.0217.2354; |
| 1961 | + CURRENT_PROJECT_VERSION = 2025.0227.1744; |
1974 | 1962 | DEVELOPMENT_TEAM = 8Q4H7X3Q58; |
1975 | 1963 | ENABLE_USER_SCRIPT_SANDBOXING = NO; |
1976 | 1964 | GENERATE_INFOPLIST_FILE = YES; |
|
1987 | 1975 | "$(inherited)", |
1988 | 1976 | "@executable_path/Frameworks", |
1989 | 1977 | ); |
1990 | | - MARKETING_VERSION = 1.1.3; |
| 1978 | + MARKETING_VERSION = 1.1.4; |
1991 | 1979 | PRODUCT_BUNDLE_IDENTIFIER = "com.terning.Terning-iOS"; |
1992 | 1980 | PRODUCT_NAME = "$(TARGET_NAME)"; |
1993 | 1981 | PROVISIONING_PROFILE_SPECIFIER = ""; |
|
0 commit comments