|
100 | 100 | 7FF4DA192995192200AC04D7 /* SearchView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FF4DA182995192200AC04D7 /* SearchView.swift */; }; |
101 | 101 | C9A7B73D294353290051E644 /* mockData.json in Resources */ = {isa = PBXBuildFile; fileRef = C9A7B73C294353290051E644 /* mockData.json */; }; |
102 | 102 | D3BAB82DFC4CADBC9DF5A1CE /* Pods_MarketAppTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 78AB0C99A0B06EDFEE1C4A1C /* Pods_MarketAppTests.framework */; }; |
103 | | - EC451F6E290BBCD7008C88A7 /* InfoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC451F6D290BBCD7008C88A7 /* InfoView.swift */; }; |
| 103 | + EC451F6E290BBCD7008C88A7 /* DetailImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC451F6D290BBCD7008C88A7 /* DetailImageView.swift */; }; |
104 | 104 | EC892A9F2908189600D02F99 /* MarketAppApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC892A9E2908189600D02F99 /* MarketAppApp.swift */; }; |
105 | 105 | EC892AA12908189600D02F99 /* MainTabView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC892AA02908189600D02F99 /* MainTabView.swift */; }; |
106 | 106 | EC892AA32908189700D02F99 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EC892AA22908189700D02F99 /* Assets.xcassets */; }; |
|
233 | 233 | B8B1F400B0E00C4FA897EBD2 /* Pods-MarketApp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MarketApp.release.xcconfig"; path = "Target Support Files/Pods-MarketApp/Pods-MarketApp.release.xcconfig"; sourceTree = "<group>"; }; |
234 | 234 | C9A7B73C294353290051E644 /* mockData.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = mockData.json; sourceTree = "<group>"; }; |
235 | 235 | DAE05443C070FD4D365EBE21 /* Pods-MarketApp-MarketAppUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MarketApp-MarketAppUITests.debug.xcconfig"; path = "Target Support Files/Pods-MarketApp-MarketAppUITests/Pods-MarketApp-MarketAppUITests.debug.xcconfig"; sourceTree = "<group>"; }; |
236 | | - EC451F6D290BBCD7008C88A7 /* InfoView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InfoView.swift; sourceTree = "<group>"; }; |
| 236 | + EC451F6D290BBCD7008C88A7 /* DetailImageView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DetailImageView.swift; sourceTree = "<group>"; }; |
237 | 237 | EC892A9B2908189600D02F99 /* MarketApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MarketApp.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
238 | 238 | EC892A9E2908189600D02F99 /* MarketAppApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MarketAppApp.swift; sourceTree = "<group>"; }; |
239 | 239 | EC892AA02908189600D02F99 /* MainTabView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainTabView.swift; sourceTree = "<group>"; }; |
|
804 | 804 | EC892ABE2908214900D02F99 /* ProductView.swift */, |
805 | 805 | ECB2F1352909258B00E9F7D3 /* PopView.swift */, |
806 | 806 | 7F3E17C4299C6DF80095BB2F /* InfoViewModel.swift */, |
807 | | - EC451F6D290BBCD7008C88A7 /* InfoView.swift */, |
| 807 | + EC451F6D290BBCD7008C88A7 /* DetailImageView.swift */, |
808 | 808 | ECF5BE452914D01E0052655B /* ReviewView.swift */, |
809 | 809 | 7F40E25F29C6F01800EC8AB6 /* ProductInfoImage.swift */, |
810 | 810 | ); |
|
1255 | 1255 | 7FF4DA192995192200AC04D7 /* SearchView.swift in Sources */, |
1256 | 1256 | 7F0F1661296EF0B400FB4C30 /* SignManger.swift in Sources */, |
1257 | 1257 | 7F0F164929600AEF00FB4C30 /* CustomInputField.swift in Sources */, |
1258 | | - EC451F6E290BBCD7008C88A7 /* InfoView.swift in Sources */, |
| 1258 | + EC451F6E290BBCD7008C88A7 /* DetailImageView.swift in Sources */, |
1259 | 1259 | 7F0F163E2960033F00FB4C30 /* LoginView.swift in Sources */, |
1260 | 1260 | 7F6037AB297AB5FA0034CFF7 /* SignUPNickNameView.swift in Sources */, |
1261 | 1261 | 7F4B9627298D1758006AAF48 /* AppLifeCycleModifier.swift in Sources */, |
|
1327 | 1327 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; |
1328 | 1328 | CODE_SIGN_IDENTITY = "Apple Development"; |
1329 | 1329 | CODE_SIGN_STYLE = Automatic; |
1330 | | - CURRENT_PROJECT_VERSION = 51; |
| 1330 | + CURRENT_PROJECT_VERSION = 52; |
1331 | 1331 | DEBUG_INFORMATION_FORMAT = dwarf; |
1332 | 1332 | DEVELOPMENT_TEAM = N94CS4N6VR; |
1333 | 1333 | GENERATE_INFOPLIST_FILE = YES; |
|
1354 | 1354 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; |
1355 | 1355 | CODE_SIGN_IDENTITY = "Apple Development"; |
1356 | 1356 | CODE_SIGN_STYLE = Automatic; |
1357 | | - CURRENT_PROJECT_VERSION = 51; |
| 1357 | + CURRENT_PROJECT_VERSION = 52; |
1358 | 1358 | DEVELOPMENT_TEAM = N94CS4N6VR; |
1359 | 1359 | GENERATE_INFOPLIST_FILE = YES; |
1360 | 1360 | IPHONEOS_DEPLOYMENT_TARGET = 16.0; |
|
1379 | 1379 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; |
1380 | 1380 | CODE_SIGN_IDENTITY = "Apple Development"; |
1381 | 1381 | CODE_SIGN_STYLE = Automatic; |
1382 | | - CURRENT_PROJECT_VERSION = 51; |
| 1382 | + CURRENT_PROJECT_VERSION = 52; |
1383 | 1383 | DEBUG_INFORMATION_FORMAT = dwarf; |
1384 | 1384 | DEVELOPMENT_TEAM = N94CS4N6VR; |
1385 | 1385 | GENERATE_INFOPLIST_FILE = YES; |
|
1405 | 1405 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; |
1406 | 1406 | CODE_SIGN_IDENTITY = "Apple Development"; |
1407 | 1407 | CODE_SIGN_STYLE = Automatic; |
1408 | | - CURRENT_PROJECT_VERSION = 51; |
| 1408 | + CURRENT_PROJECT_VERSION = 52; |
1409 | 1409 | DEVELOPMENT_TEAM = N94CS4N6VR; |
1410 | 1410 | GENERATE_INFOPLIST_FILE = YES; |
1411 | 1411 | IPHONEOS_DEPLOYMENT_TARGET = 16.0; |
|
1550 | 1550 | CODE_SIGN_ENTITLEMENTS = MarketApp/MarketApp.entitlements; |
1551 | 1551 | CODE_SIGN_IDENTITY = "Apple Development"; |
1552 | 1552 | CODE_SIGN_STYLE = Automatic; |
1553 | | - CURRENT_PROJECT_VERSION = 51; |
| 1553 | + CURRENT_PROJECT_VERSION = 52; |
1554 | 1554 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
1555 | 1555 | DEVELOPMENT_ASSET_PATHS = "\"MarketApp/Preview Content\""; |
1556 | 1556 | DEVELOPMENT_TEAM = N94CS4N6VR; |
|
1594 | 1594 | CODE_SIGN_ENTITLEMENTS = MarketApp/MarketApp.entitlements; |
1595 | 1595 | CODE_SIGN_IDENTITY = "Apple Development"; |
1596 | 1596 | CODE_SIGN_STYLE = Automatic; |
1597 | | - CURRENT_PROJECT_VERSION = 51; |
| 1597 | + CURRENT_PROJECT_VERSION = 52; |
1598 | 1598 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
1599 | 1599 | DEVELOPMENT_ASSET_PATHS = "\"MarketApp/Preview Content\""; |
1600 | 1600 | DEVELOPMENT_TEAM = N94CS4N6VR; |
|
0 commit comments