🚀 First version
This commit is contained in:
@@ -8,21 +8,113 @@
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
524FA6002BCACDCE00133747 /* AlloVictorApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 524FA5FF2BCACDCE00133747 /* AlloVictorApp.swift */; };
|
||||
524FA6022BCACDCE00133747 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 524FA6012BCACDCE00133747 /* ContentView.swift */; };
|
||||
524FA6022BCACDCE00133747 /* OffersListScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 524FA6012BCACDCE00133747 /* OffersListScreen.swift */; };
|
||||
524FA6042BCACDCF00133747 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 524FA6032BCACDCF00133747 /* Assets.xcassets */; };
|
||||
524FA6072BCACDCF00133747 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 524FA6062BCACDCF00133747 /* Preview Assets.xcassets */; };
|
||||
524FA60F2BCACF0500133747 /* Screen1.json in Resources */ = {isa = PBXBuildFile; fileRef = 524FA60E2BCACF0500133747 /* Screen1.json */; };
|
||||
524FA6112BCACF3A00133747 /* Screen2.json in Resources */ = {isa = PBXBuildFile; fileRef = 524FA6102BCACF3A00133747 /* Screen2.json */; };
|
||||
524FA61B2BCAD04B00133747 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 524FA61A2BCAD04B00133747 /* Constants.swift */; };
|
||||
524FA61D2BCAD0F100133747 /* OfferListResponseDTO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 524FA61C2BCAD0F100133747 /* OfferListResponseDTO.swift */; };
|
||||
524FA61F2BCAD0FD00133747 /* OfferDetailsResponseDTO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 524FA61E2BCAD0FD00133747 /* OfferDetailsResponseDTO.swift */; };
|
||||
524FA6212BCAD22D00133747 /* HTTPClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 524FA6202BCAD22D00133747 /* HTTPClient.swift */; };
|
||||
524FA6232BCAD29000133747 /* AlloVictorViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 524FA6222BCAD29000133747 /* AlloVictorViewModel.swift */; };
|
||||
524FA6252BCAD58400133747 /* AppState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 524FA6242BCAD58400133747 /* AppState.swift */; };
|
||||
524FA6272BCAE1C500133747 /* OfferListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 524FA6262BCAE1C500133747 /* OfferListView.swift */; };
|
||||
524FA62A2BCAEC0B00133747 /* CachedAsyncImage in Frameworks */ = {isa = PBXBuildFile; productRef = 524FA6292BCAEC0B00133747 /* CachedAsyncImage */; };
|
||||
524FA62C2BCAF2CF00133747 /* AlloFlashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 524FA62B2BCAF2CF00133747 /* AlloFlashView.swift */; };
|
||||
524FA63D2BCBF4C300133747 /* tt_chocolates_light.otf in Resources */ = {isa = PBXBuildFile; fileRef = 524FA62F2BCBF4C300133747 /* tt_chocolates_light.otf */; };
|
||||
524FA63E2BCBF4C300133747 /* tt_chocolates_extralight.otf in Resources */ = {isa = PBXBuildFile; fileRef = 524FA6302BCBF4C300133747 /* tt_chocolates_extralight.otf */; };
|
||||
524FA63F2BCBF4C300133747 /* tt_chocolates_regular.otf in Resources */ = {isa = PBXBuildFile; fileRef = 524FA6312BCBF4C300133747 /* tt_chocolates_regular.otf */; };
|
||||
524FA6412BCBF4C300133747 /* tt_chocolates_demibold.otf in Resources */ = {isa = PBXBuildFile; fileRef = 524FA6332BCBF4C300133747 /* tt_chocolates_demibold.otf */; };
|
||||
524FA6442BCBF4C300133747 /* tt_chocolates_extrabold.otf in Resources */ = {isa = PBXBuildFile; fileRef = 524FA6362BCBF4C300133747 /* tt_chocolates_extrabold.otf */; };
|
||||
524FA6452BCBF4C300133747 /* tt_chocolates_bold.otf in Resources */ = {isa = PBXBuildFile; fileRef = 524FA6372BCBF4C300133747 /* tt_chocolates_bold.otf */; };
|
||||
524FA6492BCBF4C300133747 /* tt_chocolates_medium.otf in Resources */ = {isa = PBXBuildFile; fileRef = 524FA63B2BCBF4C300133747 /* tt_chocolates_medium.otf */; };
|
||||
524FA64D2BCBFA3000133747 /* TextModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 524FA64C2BCBFA3000133747 /* TextModifier.swift */; };
|
||||
524FA64F2BCC0AA100133747 /* OfferDetailsScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 524FA64E2BCC0AA100133747 /* OfferDetailsScreen.swift */; };
|
||||
524FA6512BCC115B00133747 /* OffererUserView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 524FA6502BCC115B00133747 /* OffererUserView.swift */; };
|
||||
524FA6532BCC326500133747 /* ShareView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 524FA6522BCC326500133747 /* ShareView.swift */; };
|
||||
524FA6552BCC339A00133747 /* OfferDetailsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 524FA6542BCC339A00133747 /* OfferDetailsView.swift */; };
|
||||
524FA6572BCC34E900133747 /* OfferSocialView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 524FA6562BCC34E800133747 /* OfferSocialView.swift */; };
|
||||
525ED7342BCD257C00FE6109 /* AvatarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 525ED7332BCD257C00FE6109 /* AvatarView.swift */; };
|
||||
52B222022BD1492600B55575 /* ShowFullPictureScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52B222012BD1492600B55575 /* ShowFullPictureScreen.swift */; };
|
||||
52B222112BD1631600B55575 /* NotFoundScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52B222102BD1631600B55575 /* NotFoundScreen.swift */; };
|
||||
52B222132BD16DC800B55575 /* OfferDetailsBodyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52B222122BD16DC800B55575 /* OfferDetailsBodyView.swift */; };
|
||||
52B222172BD1737500B55575 /* Extension+View.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52B222162BD1737500B55575 /* Extension+View.swift */; };
|
||||
52B222192BD173FF00B55575 /* OffererUserRatingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52B222182BD173FF00B55575 /* OffererUserRatingView.swift */; };
|
||||
52B2221B2BD1749E00B55575 /* OffererUserInfos.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52B2221A2BD1749E00B55575 /* OffererUserInfos.swift */; };
|
||||
52B2221D2BD1756100B55575 /* OffererUserProStatusView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52B2221C2BD1756100B55575 /* OffererUserProStatusView.swift */; };
|
||||
52B2221F2BD175E300B55575 /* OffererUserGallery.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52B2221E2BD175E300B55575 /* OffererUserGallery.swift */; };
|
||||
52B222232BD1782700B55575 /* OfferHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52B222222BD1782700B55575 /* OfferHeaderView.swift */; };
|
||||
52B222252BD178D000B55575 /* OfferBodyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52B222242BD178D000B55575 /* OfferBodyView.swift */; };
|
||||
52B222292BD17A6300B55575 /* Offer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52B222282BD17A6300B55575 /* Offer.swift */; };
|
||||
52B2222B2BD17A7F00B55575 /* Relationships.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52B2222A2BD17A7F00B55575 /* Relationships.swift */; };
|
||||
52B2222D2BD17A9100B55575 /* Leaseholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52B2222C2BD17A9100B55575 /* Leaseholder.swift */; };
|
||||
52B2222F2BD17AA100B55575 /* Social.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52B2222E2BD17AA100B55575 /* Social.swift */; };
|
||||
52B222312BD17ACB00B55575 /* OfferPicture.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52B222302BD17ACB00B55575 /* OfferPicture.swift */; };
|
||||
52B222332BD17ADC00B55575 /* OfferPictureUrls.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52B222322BD17ADC00B55575 /* OfferPictureUrls.swift */; };
|
||||
52B222352BD17AEB00B55575 /* OfferersUser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52B222342BD17AEB00B55575 /* OfferersUser.swift */; };
|
||||
52B222372BD17B0100B55575 /* OfferersUserMeta.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52B222362BD17B0100B55575 /* OfferersUserMeta.swift */; };
|
||||
52B222392BD17B1200B55575 /* GalleryPicture.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52B222382BD17B1200B55575 /* GalleryPicture.swift */; };
|
||||
52B2223B2BD17BD100B55575 /* OfferDetailsAwnserCountView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52B2223A2BD17BD100B55575 /* OfferDetailsAwnserCountView.swift */; };
|
||||
52B2223F2BD17D5800B55575 /* OfferDetailsGalleryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52B2223E2BD17D5800B55575 /* OfferDetailsGalleryView.swift */; };
|
||||
52B222412BD17DF100B55575 /* OfferDetailsLeaseholderInfosView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52B222402BD17DF100B55575 /* OfferDetailsLeaseholderInfosView.swift */; };
|
||||
52B222432BD1864100B55575 /* OfferDetailsMapView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52B222422BD1864100B55575 /* OfferDetailsMapView.swift */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
524FA5FC2BCACDCE00133747 /* AlloVictor.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AlloVictor.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
524FA5FF2BCACDCE00133747 /* AlloVictorApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlloVictorApp.swift; sourceTree = "<group>"; };
|
||||
524FA6012BCACDCE00133747 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
||||
524FA6012BCACDCE00133747 /* OffersListScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OffersListScreen.swift; sourceTree = "<group>"; };
|
||||
524FA6032BCACDCF00133747 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
||||
524FA6062BCACDCF00133747 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
||||
524FA60E2BCACF0500133747 /* Screen1.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = Screen1.json; sourceTree = "<group>"; };
|
||||
524FA6102BCACF3A00133747 /* Screen2.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = Screen2.json; sourceTree = "<group>"; };
|
||||
524FA61A2BCAD04B00133747 /* Constants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; };
|
||||
524FA61C2BCAD0F100133747 /* OfferListResponseDTO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OfferListResponseDTO.swift; sourceTree = "<group>"; };
|
||||
524FA61E2BCAD0FD00133747 /* OfferDetailsResponseDTO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OfferDetailsResponseDTO.swift; sourceTree = "<group>"; };
|
||||
524FA6202BCAD22D00133747 /* HTTPClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPClient.swift; sourceTree = "<group>"; };
|
||||
524FA6222BCAD29000133747 /* AlloVictorViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlloVictorViewModel.swift; sourceTree = "<group>"; };
|
||||
524FA6242BCAD58400133747 /* AppState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppState.swift; sourceTree = "<group>"; };
|
||||
524FA6262BCAE1C500133747 /* OfferListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OfferListView.swift; sourceTree = "<group>"; };
|
||||
524FA62B2BCAF2CF00133747 /* AlloFlashView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlloFlashView.swift; sourceTree = "<group>"; };
|
||||
524FA62F2BCBF4C300133747 /* tt_chocolates_light.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = tt_chocolates_light.otf; sourceTree = "<group>"; };
|
||||
524FA6302BCBF4C300133747 /* tt_chocolates_extralight.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = tt_chocolates_extralight.otf; sourceTree = "<group>"; };
|
||||
524FA6312BCBF4C300133747 /* tt_chocolates_regular.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = tt_chocolates_regular.otf; sourceTree = "<group>"; };
|
||||
524FA6332BCBF4C300133747 /* tt_chocolates_demibold.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = tt_chocolates_demibold.otf; sourceTree = "<group>"; };
|
||||
524FA6362BCBF4C300133747 /* tt_chocolates_extrabold.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = tt_chocolates_extrabold.otf; sourceTree = "<group>"; };
|
||||
524FA6372BCBF4C300133747 /* tt_chocolates_bold.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = tt_chocolates_bold.otf; sourceTree = "<group>"; };
|
||||
524FA63B2BCBF4C300133747 /* tt_chocolates_medium.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = tt_chocolates_medium.otf; sourceTree = "<group>"; };
|
||||
524FA64A2BCBF78200133747 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
|
||||
524FA64C2BCBFA3000133747 /* TextModifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextModifier.swift; sourceTree = "<group>"; };
|
||||
524FA64E2BCC0AA100133747 /* OfferDetailsScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OfferDetailsScreen.swift; sourceTree = "<group>"; };
|
||||
524FA6502BCC115B00133747 /* OffererUserView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OffererUserView.swift; sourceTree = "<group>"; };
|
||||
524FA6522BCC326500133747 /* ShareView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShareView.swift; sourceTree = "<group>"; };
|
||||
524FA6542BCC339A00133747 /* OfferDetailsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OfferDetailsView.swift; sourceTree = "<group>"; };
|
||||
524FA6562BCC34E800133747 /* OfferSocialView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OfferSocialView.swift; sourceTree = "<group>"; };
|
||||
525ED7332BCD257C00FE6109 /* AvatarView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AvatarView.swift; sourceTree = "<group>"; };
|
||||
52B222012BD1492600B55575 /* ShowFullPictureScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShowFullPictureScreen.swift; sourceTree = "<group>"; };
|
||||
52B222102BD1631600B55575 /* NotFoundScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotFoundScreen.swift; sourceTree = "<group>"; };
|
||||
52B222122BD16DC800B55575 /* OfferDetailsBodyView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OfferDetailsBodyView.swift; sourceTree = "<group>"; };
|
||||
52B222162BD1737500B55575 /* Extension+View.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Extension+View.swift"; sourceTree = "<group>"; };
|
||||
52B222182BD173FF00B55575 /* OffererUserRatingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OffererUserRatingView.swift; sourceTree = "<group>"; };
|
||||
52B2221A2BD1749E00B55575 /* OffererUserInfos.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OffererUserInfos.swift; sourceTree = "<group>"; };
|
||||
52B2221C2BD1756100B55575 /* OffererUserProStatusView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OffererUserProStatusView.swift; sourceTree = "<group>"; };
|
||||
52B2221E2BD175E300B55575 /* OffererUserGallery.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OffererUserGallery.swift; sourceTree = "<group>"; };
|
||||
52B222222BD1782700B55575 /* OfferHeaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OfferHeaderView.swift; sourceTree = "<group>"; };
|
||||
52B222242BD178D000B55575 /* OfferBodyView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OfferBodyView.swift; sourceTree = "<group>"; };
|
||||
52B222282BD17A6300B55575 /* Offer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Offer.swift; sourceTree = "<group>"; };
|
||||
52B2222A2BD17A7F00B55575 /* Relationships.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Relationships.swift; sourceTree = "<group>"; };
|
||||
52B2222C2BD17A9100B55575 /* Leaseholder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Leaseholder.swift; sourceTree = "<group>"; };
|
||||
52B2222E2BD17AA100B55575 /* Social.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Social.swift; sourceTree = "<group>"; };
|
||||
52B222302BD17ACB00B55575 /* OfferPicture.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OfferPicture.swift; sourceTree = "<group>"; };
|
||||
52B222322BD17ADC00B55575 /* OfferPictureUrls.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OfferPictureUrls.swift; sourceTree = "<group>"; };
|
||||
52B222342BD17AEB00B55575 /* OfferersUser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OfferersUser.swift; sourceTree = "<group>"; };
|
||||
52B222362BD17B0100B55575 /* OfferersUserMeta.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OfferersUserMeta.swift; sourceTree = "<group>"; };
|
||||
52B222382BD17B1200B55575 /* GalleryPicture.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GalleryPicture.swift; sourceTree = "<group>"; };
|
||||
52B2223A2BD17BD100B55575 /* OfferDetailsAwnserCountView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OfferDetailsAwnserCountView.swift; sourceTree = "<group>"; };
|
||||
52B2223E2BD17D5800B55575 /* OfferDetailsGalleryView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OfferDetailsGalleryView.swift; sourceTree = "<group>"; };
|
||||
52B222402BD17DF100B55575 /* OfferDetailsLeaseholderInfosView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OfferDetailsLeaseholderInfosView.swift; sourceTree = "<group>"; };
|
||||
52B222422BD1864100B55575 /* OfferDetailsMapView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OfferDetailsMapView.swift; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
@@ -30,6 +122,7 @@
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
524FA62A2BCAEC0B00133747 /* CachedAsyncImage in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@@ -55,9 +148,17 @@
|
||||
524FA5FE2BCACDCE00133747 /* AlloVictor */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
524FA64A2BCBF78200133747 /* Info.plist */,
|
||||
52B222152BD1735F00B55575 /* Extensions */,
|
||||
52B222272BD17A5000B55575 /* Models */,
|
||||
524FA6192BCAD03600133747 /* DTO */,
|
||||
524FA6182BCAD02E00133747 /* Screens */,
|
||||
524FA6172BCAD02600133747 /* Utils */,
|
||||
524FA6162BCAD01E00133747 /* Views */,
|
||||
524FA6152BCAD01700133747 /* ViewModels */,
|
||||
524FA60D2BCACE9400133747 /* Resources */,
|
||||
524FA6242BCAD58400133747 /* AppState.swift */,
|
||||
524FA5FF2BCACDCE00133747 /* AlloVictorApp.swift */,
|
||||
524FA6012BCACDCE00133747 /* ContentView.swift */,
|
||||
524FA6032BCACDCF00133747 /* Assets.xcassets */,
|
||||
524FA6052BCACDCF00133747 /* Preview Content */,
|
||||
);
|
||||
@@ -75,12 +176,154 @@
|
||||
524FA60D2BCACE9400133747 /* Resources */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
524FA62D2BCBF4AD00133747 /* Fonts */,
|
||||
524FA60E2BCACF0500133747 /* Screen1.json */,
|
||||
524FA6102BCACF3A00133747 /* Screen2.json */,
|
||||
);
|
||||
path = Resources;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
524FA6152BCAD01700133747 /* ViewModels */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
524FA6222BCAD29000133747 /* AlloVictorViewModel.swift */,
|
||||
);
|
||||
path = ViewModels;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
524FA6162BCAD01E00133747 /* Views */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
52B222142BD16E5200B55575 /* Components */,
|
||||
524FA64B2BCBFA1900133747 /* Modifiers */,
|
||||
524FA62B2BCAF2CF00133747 /* AlloFlashView.swift */,
|
||||
524FA6262BCAE1C500133747 /* OfferListView.swift */,
|
||||
524FA6542BCC339A00133747 /* OfferDetailsView.swift */,
|
||||
524FA6502BCC115B00133747 /* OffererUserView.swift */,
|
||||
);
|
||||
path = Views;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
524FA6172BCAD02600133747 /* Utils */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
524FA61A2BCAD04B00133747 /* Constants.swift */,
|
||||
524FA6202BCAD22D00133747 /* HTTPClient.swift */,
|
||||
);
|
||||
path = Utils;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
524FA6182BCAD02E00133747 /* Screens */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
52B222102BD1631600B55575 /* NotFoundScreen.swift */,
|
||||
524FA64E2BCC0AA100133747 /* OfferDetailsScreen.swift */,
|
||||
524FA6012BCACDCE00133747 /* OffersListScreen.swift */,
|
||||
52B222012BD1492600B55575 /* ShowFullPictureScreen.swift */,
|
||||
);
|
||||
path = Screens;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
524FA6192BCAD03600133747 /* DTO */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
524FA61E2BCAD0FD00133747 /* OfferDetailsResponseDTO.swift */,
|
||||
524FA61C2BCAD0F100133747 /* OfferListResponseDTO.swift */,
|
||||
);
|
||||
path = DTO;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
524FA62D2BCBF4AD00133747 /* Fonts */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
524FA6372BCBF4C300133747 /* tt_chocolates_bold.otf */,
|
||||
524FA6332BCBF4C300133747 /* tt_chocolates_demibold.otf */,
|
||||
524FA6362BCBF4C300133747 /* tt_chocolates_extrabold.otf */,
|
||||
524FA6302BCBF4C300133747 /* tt_chocolates_extralight.otf */,
|
||||
524FA62F2BCBF4C300133747 /* tt_chocolates_light.otf */,
|
||||
524FA63B2BCBF4C300133747 /* tt_chocolates_medium.otf */,
|
||||
524FA6312BCBF4C300133747 /* tt_chocolates_regular.otf */,
|
||||
);
|
||||
path = Fonts;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
524FA64B2BCBFA1900133747 /* Modifiers */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
524FA64C2BCBFA3000133747 /* TextModifier.swift */,
|
||||
);
|
||||
path = Modifiers;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
52B222142BD16E5200B55575 /* Components */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
52B222212BD1780F00B55575 /* Offer */,
|
||||
52B222262BD17A1A00B55575 /* OfferDetails */,
|
||||
52B222202BD1766E00B55575 /* OffererUser */,
|
||||
525ED7332BCD257C00FE6109 /* AvatarView.swift */,
|
||||
524FA6522BCC326500133747 /* ShareView.swift */,
|
||||
);
|
||||
path = Components;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
52B222152BD1735F00B55575 /* Extensions */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
52B222162BD1737500B55575 /* Extension+View.swift */,
|
||||
);
|
||||
path = Extensions;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
52B222202BD1766E00B55575 /* OffererUser */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
52B2221E2BD175E300B55575 /* OffererUserGallery.swift */,
|
||||
52B2221A2BD1749E00B55575 /* OffererUserInfos.swift */,
|
||||
52B2221C2BD1756100B55575 /* OffererUserProStatusView.swift */,
|
||||
52B222182BD173FF00B55575 /* OffererUserRatingView.swift */,
|
||||
);
|
||||
path = OffererUser;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
52B222212BD1780F00B55575 /* Offer */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
52B222242BD178D000B55575 /* OfferBodyView.swift */,
|
||||
52B222222BD1782700B55575 /* OfferHeaderView.swift */,
|
||||
524FA6562BCC34E800133747 /* OfferSocialView.swift */,
|
||||
);
|
||||
path = Offer;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
52B222262BD17A1A00B55575 /* OfferDetails */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
52B222122BD16DC800B55575 /* OfferDetailsBodyView.swift */,
|
||||
52B2223A2BD17BD100B55575 /* OfferDetailsAwnserCountView.swift */,
|
||||
52B2223E2BD17D5800B55575 /* OfferDetailsGalleryView.swift */,
|
||||
52B222402BD17DF100B55575 /* OfferDetailsLeaseholderInfosView.swift */,
|
||||
52B222422BD1864100B55575 /* OfferDetailsMapView.swift */,
|
||||
);
|
||||
path = OfferDetails;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
52B222272BD17A5000B55575 /* Models */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
52B222382BD17B1200B55575 /* GalleryPicture.swift */,
|
||||
52B2222C2BD17A9100B55575 /* Leaseholder.swift */,
|
||||
52B222282BD17A6300B55575 /* Offer.swift */,
|
||||
52B222342BD17AEB00B55575 /* OfferersUser.swift */,
|
||||
52B222362BD17B0100B55575 /* OfferersUserMeta.swift */,
|
||||
52B222302BD17ACB00B55575 /* OfferPicture.swift */,
|
||||
52B222322BD17ADC00B55575 /* OfferPictureUrls.swift */,
|
||||
52B2222A2BD17A7F00B55575 /* Relationships.swift */,
|
||||
52B2222E2BD17AA100B55575 /* Social.swift */,
|
||||
);
|
||||
path = Models;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
@@ -97,6 +340,9 @@
|
||||
dependencies = (
|
||||
);
|
||||
name = AlloVictor;
|
||||
packageProductDependencies = (
|
||||
524FA6292BCAEC0B00133747 /* CachedAsyncImage */,
|
||||
);
|
||||
productName = AlloVictor;
|
||||
productReference = 524FA5FC2BCACDCE00133747 /* AlloVictor.app */;
|
||||
productType = "com.apple.product-type.application";
|
||||
@@ -125,6 +371,9 @@
|
||||
Base,
|
||||
);
|
||||
mainGroup = 524FA5F32BCACDCE00133747;
|
||||
packageReferences = (
|
||||
524FA6282BCAEC0B00133747 /* XCRemoteSwiftPackageReference "swiftui-cached-async-image" */,
|
||||
);
|
||||
productRefGroup = 524FA5FD2BCACDCE00133747 /* Products */;
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
@@ -139,8 +388,15 @@
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
524FA63E2BCBF4C300133747 /* tt_chocolates_extralight.otf in Resources */,
|
||||
524FA60F2BCACF0500133747 /* Screen1.json in Resources */,
|
||||
524FA6412BCBF4C300133747 /* tt_chocolates_demibold.otf in Resources */,
|
||||
524FA6072BCACDCF00133747 /* Preview Assets.xcassets in Resources */,
|
||||
524FA6452BCBF4C300133747 /* tt_chocolates_bold.otf in Resources */,
|
||||
524FA6492BCBF4C300133747 /* tt_chocolates_medium.otf in Resources */,
|
||||
524FA6442BCBF4C300133747 /* tt_chocolates_extrabold.otf in Resources */,
|
||||
524FA63D2BCBF4C300133747 /* tt_chocolates_light.otf in Resources */,
|
||||
524FA63F2BCBF4C300133747 /* tt_chocolates_regular.otf in Resources */,
|
||||
524FA6112BCACF3A00133747 /* Screen2.json in Resources */,
|
||||
524FA6042BCACDCF00133747 /* Assets.xcassets in Resources */,
|
||||
);
|
||||
@@ -153,8 +409,46 @@
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
524FA6022BCACDCE00133747 /* ContentView.swift in Sources */,
|
||||
52B222252BD178D000B55575 /* OfferBodyView.swift in Sources */,
|
||||
52B222332BD17ADC00B55575 /* OfferPictureUrls.swift in Sources */,
|
||||
524FA6022BCACDCE00133747 /* OffersListScreen.swift in Sources */,
|
||||
52B222172BD1737500B55575 /* Extension+View.swift in Sources */,
|
||||
524FA61F2BCAD0FD00133747 /* OfferDetailsResponseDTO.swift in Sources */,
|
||||
52B222432BD1864100B55575 /* OfferDetailsMapView.swift in Sources */,
|
||||
52B2221D2BD1756100B55575 /* OffererUserProStatusView.swift in Sources */,
|
||||
52B2222B2BD17A7F00B55575 /* Relationships.swift in Sources */,
|
||||
52B2221B2BD1749E00B55575 /* OffererUserInfos.swift in Sources */,
|
||||
524FA6212BCAD22D00133747 /* HTTPClient.swift in Sources */,
|
||||
524FA64F2BCC0AA100133747 /* OfferDetailsScreen.swift in Sources */,
|
||||
524FA6272BCAE1C500133747 /* OfferListView.swift in Sources */,
|
||||
524FA6252BCAD58400133747 /* AppState.swift in Sources */,
|
||||
524FA6512BCC115B00133747 /* OffererUserView.swift in Sources */,
|
||||
52B2221F2BD175E300B55575 /* OffererUserGallery.swift in Sources */,
|
||||
52B222412BD17DF100B55575 /* OfferDetailsLeaseholderInfosView.swift in Sources */,
|
||||
524FA6002BCACDCE00133747 /* AlloVictorApp.swift in Sources */,
|
||||
524FA6572BCC34E900133747 /* OfferSocialView.swift in Sources */,
|
||||
52B2222F2BD17AA100B55575 /* Social.swift in Sources */,
|
||||
524FA64D2BCBFA3000133747 /* TextModifier.swift in Sources */,
|
||||
52B222352BD17AEB00B55575 /* OfferersUser.swift in Sources */,
|
||||
524FA6552BCC339A00133747 /* OfferDetailsView.swift in Sources */,
|
||||
52B222192BD173FF00B55575 /* OffererUserRatingView.swift in Sources */,
|
||||
52B222392BD17B1200B55575 /* GalleryPicture.swift in Sources */,
|
||||
52B2222D2BD17A9100B55575 /* Leaseholder.swift in Sources */,
|
||||
52B222232BD1782700B55575 /* OfferHeaderView.swift in Sources */,
|
||||
524FA61D2BCAD0F100133747 /* OfferListResponseDTO.swift in Sources */,
|
||||
52B2223F2BD17D5800B55575 /* OfferDetailsGalleryView.swift in Sources */,
|
||||
52B222132BD16DC800B55575 /* OfferDetailsBodyView.swift in Sources */,
|
||||
524FA6532BCC326500133747 /* ShareView.swift in Sources */,
|
||||
524FA62C2BCAF2CF00133747 /* AlloFlashView.swift in Sources */,
|
||||
52B222292BD17A6300B55575 /* Offer.swift in Sources */,
|
||||
52B222022BD1492600B55575 /* ShowFullPictureScreen.swift in Sources */,
|
||||
52B222112BD1631600B55575 /* NotFoundScreen.swift in Sources */,
|
||||
524FA6232BCAD29000133747 /* AlloVictorViewModel.swift in Sources */,
|
||||
52B222372BD17B0100B55575 /* OfferersUserMeta.swift in Sources */,
|
||||
52B222312BD17ACB00B55575 /* OfferPicture.swift in Sources */,
|
||||
525ED7342BCD257C00FE6109 /* AvatarView.swift in Sources */,
|
||||
52B2223B2BD17BD100B55575 /* OfferDetailsAwnserCountView.swift in Sources */,
|
||||
524FA61B2BCAD04B00133747 /* Constants.swift in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@@ -291,11 +585,13 @@
|
||||
DEVELOPMENT_TEAM = WVH3Y23X7X;
|
||||
ENABLE_PREVIEWS = YES;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
INFOPLIST_FILE = AlloVictor/Info.plist;
|
||||
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
|
||||
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
||||
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
|
||||
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
||||
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
||||
INFOPLIST_KEY_UIUserInterfaceStyle = Light;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
@@ -320,11 +616,13 @@
|
||||
DEVELOPMENT_TEAM = WVH3Y23X7X;
|
||||
ENABLE_PREVIEWS = YES;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
INFOPLIST_FILE = AlloVictor/Info.plist;
|
||||
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
|
||||
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
||||
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
|
||||
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
||||
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
||||
INFOPLIST_KEY_UIUserInterfaceStyle = Light;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
@@ -360,6 +658,25 @@
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
/* Begin XCRemoteSwiftPackageReference section */
|
||||
524FA6282BCAEC0B00133747 /* XCRemoteSwiftPackageReference "swiftui-cached-async-image" */ = {
|
||||
isa = XCRemoteSwiftPackageReference;
|
||||
repositoryURL = "https://github.com/lorenzofiamingo/swiftui-cached-async-image";
|
||||
requirement = {
|
||||
kind = upToNextMajorVersion;
|
||||
minimumVersion = 2.1.1;
|
||||
};
|
||||
};
|
||||
/* End XCRemoteSwiftPackageReference section */
|
||||
|
||||
/* Begin XCSwiftPackageProductDependency section */
|
||||
524FA6292BCAEC0B00133747 /* CachedAsyncImage */ = {
|
||||
isa = XCSwiftPackageProductDependency;
|
||||
package = 524FA6282BCAEC0B00133747 /* XCRemoteSwiftPackageReference "swiftui-cached-async-image" */;
|
||||
productName = CachedAsyncImage;
|
||||
};
|
||||
/* End XCSwiftPackageProductDependency section */
|
||||
};
|
||||
rootObject = 524FA5F42BCACDCE00133747 /* Project object */;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"pins" : [
|
||||
{
|
||||
"identity" : "swiftui-cached-async-image",
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/lorenzofiamingo/swiftui-cached-async-image",
|
||||
"state" : {
|
||||
"revision" : "467a3d17479887943ab917a379e62bbaff60ac8a",
|
||||
"version" : "2.1.1"
|
||||
}
|
||||
}
|
||||
],
|
||||
"version" : 2
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Bucket
|
||||
uuid = "8EB8DC43-4882-4D9C-87F9-B19F0F620F8C"
|
||||
type = "1"
|
||||
version = "2.0">
|
||||
</Bucket>
|
||||
Reference in New Issue
Block a user