|
72 | 72 | 363F1A102C9B10BA007527E2 /* LogoutDTO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 363F1A0F2C9B10BA007527E2 /* LogoutDTO.swift */; };
|
73 | 73 | 363F1A122C9B1638007527E2 /* UserAccountDTO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 363F1A112C9B1638007527E2 /* UserAccountDTO.swift */; };
|
74 | 74 | 363F1A182C9CA04F007527E2 /* Amplitude in Frameworks */ = {isa = PBXBuildFile; productRef = 363F1A172C9CA04F007527E2 /* Amplitude */; };
|
| 75 | + 363F1A1A2C9EE9EB007527E2 /* AccountAddViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 363F1A192C9EE9EB007527E2 /* AccountAddViewController.swift */; }; |
| 76 | + 363F1A1C2C9EF029007527E2 /* AccountAddCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 363F1A1B2C9EF029007527E2 /* AccountAddCell.swift */; }; |
| 77 | + 363F1A1E2C9F072F007527E2 /* UserAccountRequestDTO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 363F1A1D2C9F072F007527E2 /* UserAccountRequestDTO.swift */; }; |
| 78 | + 363F1A232C9F15EB007527E2 /* RxGesture in Frameworks */ = {isa = PBXBuildFile; productRef = 363F1A222C9F15EB007527E2 /* RxGesture */; }; |
| 79 | + 363F1A252C9F1BE2007527E2 /* BankList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 363F1A242C9F1BE2007527E2 /* BankList.swift */; }; |
| 80 | + 363F1A272C9F57D4007527E2 /* CustomAlertView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 363F1A262C9F57D4007527E2 /* CustomAlertView.swift */; }; |
| 81 | + 363F1A292CA067C7007527E2 /* RefreshTokenRequestDTO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 363F1A282CA067C7007527E2 /* RefreshTokenRequestDTO.swift */; }; |
75 | 82 | 3648954E2C6281BB00AAA8E2 /* HomeItemsResponseDTO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3648954D2C6281BB00AAA8E2 /* HomeItemsResponseDTO.swift */; };
|
76 | 83 | 364895502C62822200AAA8E2 /* ProductDetailResponseDTO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3648954F2C62822200AAA8E2 /* ProductDetailResponseDTO.swift */; };
|
77 | 84 | 364895522C62826200AAA8E2 /* SearchItemsResponseDTO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 364895512C62826200AAA8E2 /* SearchItemsResponseDTO.swift */; };
|
|
306 | 313 | 363F1A0D2C9B10AF007527E2 /* WithDrawDTO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WithDrawDTO.swift; sourceTree = "<group>"; };
|
307 | 314 | 363F1A0F2C9B10BA007527E2 /* LogoutDTO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LogoutDTO.swift; sourceTree = "<group>"; };
|
308 | 315 | 363F1A112C9B1638007527E2 /* UserAccountDTO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserAccountDTO.swift; sourceTree = "<group>"; };
|
| 316 | + 363F1A192C9EE9EB007527E2 /* AccountAddViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccountAddViewController.swift; sourceTree = "<group>"; }; |
| 317 | + 363F1A1B2C9EF029007527E2 /* AccountAddCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccountAddCell.swift; sourceTree = "<group>"; }; |
| 318 | + 363F1A1D2C9F072F007527E2 /* UserAccountRequestDTO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserAccountRequestDTO.swift; sourceTree = "<group>"; }; |
| 319 | + 363F1A242C9F1BE2007527E2 /* BankList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BankList.swift; sourceTree = "<group>"; }; |
| 320 | + 363F1A262C9F57D4007527E2 /* CustomAlertView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomAlertView.swift; sourceTree = "<group>"; }; |
| 321 | + 363F1A282CA067C7007527E2 /* RefreshTokenRequestDTO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RefreshTokenRequestDTO.swift; sourceTree = "<group>"; }; |
309 | 322 | 3648954D2C6281BB00AAA8E2 /* HomeItemsResponseDTO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeItemsResponseDTO.swift; sourceTree = "<group>"; };
|
310 | 323 | 3648954F2C62822200AAA8E2 /* ProductDetailResponseDTO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductDetailResponseDTO.swift; sourceTree = "<group>"; };
|
311 | 324 | 364895512C62826200AAA8E2 /* SearchItemsResponseDTO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchItemsResponseDTO.swift; sourceTree = "<group>"; };
|
|
464 | 477 | 36B744F92C6C50D3002892C4 /* RxKakaoSDKCommon in Frameworks */,
|
465 | 478 | 36B744F22C6C4CD2002892C4 /* KakaoSDKCommon in Frameworks */,
|
466 | 479 | 3664CFDA2C6E2179007FB5DF /* Lottie in Frameworks */,
|
| 480 | + 363F1A232C9F15EB007527E2 /* RxGesture in Frameworks */, |
467 | 481 | 368E36A82C4A3BBE003FA911 /* RxDataSources in Frameworks */,
|
468 | 482 | 368E36992C4A3B55003FA911 /* Moya in Frameworks */,
|
469 | 483 | 363C243C2C6619950097FCB7 /* Kingfisher in Frameworks */,
|
|
528 | 542 | 363152802C35EAF400DF689E /* DdanziButton.swift */,
|
529 | 543 | 363C24282C6520DD0097FCB7 /* DdanziChipButton.swift */,
|
530 | 544 | 36A5947D2C87F90C0097DE70 /* DdanziLoadingView.swift */,
|
| 545 | + 363F1A262C9F57D4007527E2 /* CustomAlertView.swift */, |
531 | 546 | );
|
532 | 547 | path = ReusableView;
|
533 | 548 | sourceTree = "<group>";
|
|
538 | 553 | 3631528A2C3D120400DF689E /* PurchaseSectionModel.swift */,
|
539 | 554 | 363C24202C6512E60097FCB7 /* UserInfoModel.swift */,
|
540 | 555 | 363C242C2C6529500097FCB7 /* UserAddressModel.swift */,
|
| 556 | + 363F1A242C9F1BE2007527E2 /* BankList.swift */, |
541 | 557 | );
|
542 | 558 | path = Model;
|
543 | 559 | sourceTree = "<group>";
|
|
653 | 669 | 3648955D2C6284D000AAA8E2 /* UserSaleResponseDTO.swift */,
|
654 | 670 | 3648955F2C62850200AAA8E2 /* UserInterestResponesDTO.swift */,
|
655 | 671 | 363F1A112C9B1638007527E2 /* UserAccountDTO.swift */,
|
| 672 | + 363F1A1D2C9F072F007527E2 /* UserAccountRequestDTO.swift */, |
656 | 673 | );
|
657 | 674 | path = Mypage;
|
658 | 675 | sourceTree = "<group>";
|
|
764 | 781 | 36542E802C308ED000D5BFEB /* BankAccountViewController.swift */,
|
765 | 782 | 363152F22C44F8BE00DF689E /* AddressSettingViewController.swift */,
|
766 | 783 | 36BE65B02C4510FE00CD4511 /* AccountViewController.swift */,
|
| 784 | + 363F1A192C9EE9EB007527E2 /* AccountAddViewController.swift */, |
| 785 | + 363F1A1B2C9EF029007527E2 /* AccountAddCell.swift */, |
767 | 786 | 363C242E2C6537840097FCB7 /* KakaoPostCodeViewController.swift */,
|
768 | 787 | );
|
769 | 788 | path = Info;
|
|
1179 | 1198 | 363F1A0B2C9ADD22007527E2 /* RefreshTokenDTO.swift */,
|
1180 | 1199 | 363F1A0D2C9B10AF007527E2 /* WithDrawDTO.swift */,
|
1181 | 1200 | 363F1A0F2C9B10BA007527E2 /* LogoutDTO.swift */,
|
| 1201 | + 363F1A282CA067C7007527E2 /* RefreshTokenRequestDTO.swift */, |
1182 | 1202 | );
|
1183 | 1203 | path = Auth;
|
1184 | 1204 | sourceTree = "<group>";
|
|
1368 | 1388 | 3664CFD92C6E2179007FB5DF /* Lottie */,
|
1369 | 1389 | 36130D032C92B0F90028CF3A /* FirebaseMessaging */,
|
1370 | 1390 | 363F1A172C9CA04F007527E2 /* Amplitude */,
|
| 1391 | + 363F1A222C9F15EB007527E2 /* RxGesture */, |
1371 | 1392 | );
|
1372 | 1393 | productName = DDANZI_iOS;
|
1373 | 1394 | productReference = 369C63872C1A7A240021E2E0 /* DDANZI_iOS.app */;
|
|
1455 | 1476 | 3664CFD82C6E2179007FB5DF /* XCRemoteSwiftPackageReference "lottie-ios" */,
|
1456 | 1477 | 36130D022C92B0F90028CF3A /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */,
|
1457 | 1478 | 363F1A162C9CA04F007527E2 /* XCRemoteSwiftPackageReference "Amplitude-iOS" */,
|
| 1479 | + 363F1A212C9F15EB007527E2 /* XCRemoteSwiftPackageReference "RxGesture" */, |
1458 | 1480 | );
|
1459 | 1481 | productRefGroup = 369C63882C1A7A240021E2E0 /* Products */;
|
1460 | 1482 | projectDirPath = "";
|
|
1543 | 1565 | 368E36842C4936AB003FA911 /* APIConstants.swift in Sources */,
|
1544 | 1566 | 363C24332C6607080097FCB7 /* HomeRepository.swift in Sources */,
|
1545 | 1567 | 369C63E52C1A95280021E2E0 /* UIButton+.swift in Sources */,
|
| 1568 | + 363F1A1C2C9EF029007527E2 /* AccountAddCell.swift in Sources */, |
1546 | 1569 | 3648954E2C6281BB00AAA8E2 /* HomeItemsResponseDTO.swift in Sources */,
|
1547 | 1570 | 36BE65C62C4591F500CD4511 /* PurchaseHeaderView.swift in Sources */,
|
1548 | 1571 | 362864D72C8EBEAB00029452 /* ItemEndpoint.swift in Sources */,
|
|
1554 | 1577 | 363152F12C44F80900DF689E /* SalesDetailViewController.swift in Sources */,
|
1555 | 1578 | 363C242F2C6537840097FCB7 /* KakaoPostCodeViewController.swift in Sources */,
|
1556 | 1579 | 363C242D2C6529500097FCB7 /* UserAddressModel.swift in Sources */,
|
| 1580 | + 363F1A1E2C9F072F007527E2 /* UserAccountRequestDTO.swift in Sources */, |
1557 | 1581 | 36BE65C22C458FA600CD4511 /* TermsTableViewCell.swift in Sources */,
|
1558 | 1582 | 363152AB2C3DC57800DF689E /* PurchaseModel.swift in Sources */,
|
1559 | 1583 | 36B745052C6C5AC2002892C4 /* UserDefaltManager.swift in Sources */,
|
|
1592 | 1616 | 364895542C62829200AAA8E2 /* SearchResultResponseDTO.swift in Sources */,
|
1593 | 1617 | 363C24252C651E620097FCB7 /* AddressFormViewController.swift in Sources */,
|
1594 | 1618 | 364895662C6285C900AAA8E2 /* UserAddressRequestDTO.swift in Sources */,
|
| 1619 | + 363F1A272C9F57D4007527E2 /* CustomAlertView.swift in Sources */, |
1595 | 1620 | 3648DB802C93E134003EA6BE /* PushViewController.swift in Sources */,
|
1596 | 1621 | 36B833EC2C5CDCE4009C2C3E /* AuthEndpoint.swift in Sources */,
|
1597 | 1622 | 362864CE2C8EBC2C00029452 /* PickerManager.swift in Sources */,
|
|
1643 | 1668 | 36EB5FA82C1ED6B600FAF995 /* ProductModel.swift in Sources */,
|
1644 | 1669 | 363152A52C3DBE9500DF689E /* TotalPriceFooterView.swift in Sources */,
|
1645 | 1670 | 368833AA2C20A9B7000F3A45 /* String.swift in Sources */,
|
| 1671 | + 363F1A252C9F1BE2007527E2 /* BankList.swift in Sources */, |
1646 | 1672 | 363152902C3DB37000DF689E /* PurchaseDetailViewController.swift in Sources */,
|
1647 | 1673 | 36774A682C466E4000F32637 /* CompleteCollectionViewCell.swift in Sources */,
|
1648 | 1674 | 36B833EE2C5CDCFB009C2C3E /* HomeEndpoint.swift in Sources */,
|
1649 | 1675 | 36542E732C2E88F500D5BFEB /* SellListViewController.swift in Sources */,
|
1650 | 1676 | 362864E72C8EDF0000029452 /* SellDetailDTO.swift in Sources */,
|
1651 | 1677 | 362864CC2C8EA7B700029452 /* CheckItemViewController.swift in Sources */,
|
| 1678 | + 363F1A292CA067C7007527E2 /* RefreshTokenRequestDTO.swift in Sources */, |
1652 | 1679 | 36EB5FA52C1ECDED00FAF995 /* String+.swift in Sources */,
|
1653 | 1680 | 362864CA2C8E985400029452 /* LandingViewController.swift in Sources */,
|
1654 | 1681 | 36542E792C2E892500D5BFEB /* CsCenterViewController.swift in Sources */,
|
| 1682 | + 363F1A1A2C9EE9EB007527E2 /* AccountAddViewController.swift in Sources */, |
1655 | 1683 | 363152A12C3DBA0B00DF689E /* InfoCollectionViewCell.swift in Sources */,
|
1656 | 1684 | 363C24292C6520DD0097FCB7 /* DdanziChipButton.swift in Sources */,
|
1657 | 1685 | 362864E52C8EDE6700029452 /* RegisteItemDTO.swift in Sources */,
|
|
1850 | 1878 | 369C63B22C1A7A270021E2E0 /* Debug */ = {
|
1851 | 1879 | isa = XCBuildConfiguration;
|
1852 | 1880 | buildSettings = {
|
1853 |
| - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 1881 | + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon_dev; |
1854 | 1882 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
1855 | 1883 | ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
|
1856 | 1884 | CODE_SIGN_ENTITLEMENTS = DDANZI_iOS/DDANZI_iOS.entitlements;
|
|
1859 | 1887 | DEVELOPMENT_TEAM = 65NSM7Z327;
|
1860 | 1888 | GENERATE_INFOPLIST_FILE = YES;
|
1861 | 1889 | INFOPLIST_FILE = DDANZI_iOS/Application/Info.plist;
|
1862 |
| - INFOPLIST_KEY_CFBundleDisplayName = "딴지"; |
| 1890 | + INFOPLIST_KEY_CFBundleDisplayName = "딴지(DEV)"; |
1863 | 1891 | INFOPLIST_KEY_LSApplicationCategoryType = "";
|
1864 | 1892 | INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "상품 캡처본을 위해 접근이 필요합니다. ";
|
1865 | 1893 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
1872 | 1900 | "@executable_path/Frameworks",
|
1873 | 1901 | );
|
1874 | 1902 | MARKETING_VERSION = 1.0;
|
1875 |
| - PRODUCT_BUNDLE_IDENTIFIER = "com.orangeCo.DDANZI-iOS"; |
| 1903 | + PRODUCT_BUNDLE_IDENTIFIER = "com.orangeCo.DDANZI-iOS.dev"; |
1876 | 1904 | PRODUCT_NAME = "$(TARGET_NAME)";
|
1877 | 1905 | SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
1878 | 1906 | SUPPORTS_MACCATALYST = NO;
|
|
2063 | 2091 | kind = branch;
|
2064 | 2092 | };
|
2065 | 2093 | };
|
| 2094 | + 363F1A212C9F15EB007527E2 /* XCRemoteSwiftPackageReference "RxGesture" */ = { |
| 2095 | + isa = XCRemoteSwiftPackageReference; |
| 2096 | + repositoryURL = "https://github.com/RxSwiftCommunity/RxGesture"; |
| 2097 | + requirement = { |
| 2098 | + kind = upToNextMajorVersion; |
| 2099 | + minimumVersion = 4.0.4; |
| 2100 | + }; |
| 2101 | + }; |
2066 | 2102 | 3664CFD82C6E2179007FB5DF /* XCRemoteSwiftPackageReference "lottie-ios" */ = {
|
2067 | 2103 | isa = XCRemoteSwiftPackageReference;
|
2068 | 2104 | repositoryURL = "https://github.com/airbnb/lottie-ios";
|
|
2161 | 2197 | package = 363F1A162C9CA04F007527E2 /* XCRemoteSwiftPackageReference "Amplitude-iOS" */;
|
2162 | 2198 | productName = Amplitude;
|
2163 | 2199 | };
|
| 2200 | + 363F1A222C9F15EB007527E2 /* RxGesture */ = { |
| 2201 | + isa = XCSwiftPackageProductDependency; |
| 2202 | + package = 363F1A212C9F15EB007527E2 /* XCRemoteSwiftPackageReference "RxGesture" */; |
| 2203 | + productName = RxGesture; |
| 2204 | + }; |
2164 | 2205 | 3664CFD92C6E2179007FB5DF /* Lottie */ = {
|
2165 | 2206 | isa = XCSwiftPackageProductDependency;
|
2166 | 2207 | package = 3664CFD82C6E2179007FB5DF /* XCRemoteSwiftPackageReference "lottie-ios" */;
|
|
0 commit comments