younger_times
2023-04-26 945655d9f53293d7da9d2d11363b3230f6e53bbe
BrokerDriver.xcodeproj/project.pbxproj
@@ -60,6 +60,12 @@
      139F0F8529F68B90007D9EA4 /* BaseTCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 139F0F8429F68B90007D9EA4 /* BaseTCell.swift */; };
      13F536B229F7D0DF00A7937A /* NoteContentTCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13F536B029F7D0DF00A7937A /* NoteContentTCell.swift */; };
      13F536B329F7D0DF00A7937A /* NoteContentTCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13F536B129F7D0DF00A7937A /* NoteContentTCell.xib */; };
      13F536B729F7D6CF00A7937A /* Services.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13F536B529F7D6CF00A7937A /* Services.swift */; };
      13F536B829F7D6CF00A7937A /* NetworkRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13F536B629F7D6CF00A7937A /* NetworkRequest.swift */; };
      13F536BB29F8CC0500A7937A /* UserModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13F536BA29F8CC0500A7937A /* UserModel.swift */; };
      13F536BE29F8CECE00A7937A /* UserViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13F536BD29F8CECE00A7937A /* UserViewModel.swift */; };
      13F536C029F927E900A7937A /* OrderViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13F536BF29F927E900A7937A /* OrderViewModel.swift */; };
      13F536C229F927FC00A7937A /* OrderModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13F536C129F927FC00A7937A /* OrderModel.swift */; };
      656E15B4DAA88146F5E490CA /* Pods_BrokerDriver.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E99D0F4A48F512570D96537 /* Pods_BrokerDriver.framework */; };
/* End PBXBuildFile section */
@@ -119,6 +125,12 @@
      139F0F8429F68B90007D9EA4 /* BaseTCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseTCell.swift; sourceTree = "<group>"; };
      13F536B029F7D0DF00A7937A /* NoteContentTCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NoteContentTCell.swift; sourceTree = "<group>"; };
      13F536B129F7D0DF00A7937A /* NoteContentTCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = NoteContentTCell.xib; sourceTree = "<group>"; };
      13F536B529F7D6CF00A7937A /* Services.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Services.swift; sourceTree = "<group>"; };
      13F536B629F7D6CF00A7937A /* NetworkRequest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NetworkRequest.swift; sourceTree = "<group>"; };
      13F536BA29F8CC0500A7937A /* UserModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserModel.swift; sourceTree = "<group>"; };
      13F536BD29F8CECE00A7937A /* UserViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserViewModel.swift; sourceTree = "<group>"; };
      13F536BF29F927E900A7937A /* OrderViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrderViewModel.swift; sourceTree = "<group>"; };
      13F536C129F927FC00A7937A /* OrderModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrderModel.swift; sourceTree = "<group>"; };
      33DCC1D819EF0A04257FB4A8 /* Pods-BrokerDriver.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BrokerDriver.release.xcconfig"; path = "Target Support Files/Pods-BrokerDriver/Pods-BrokerDriver.release.xcconfig"; sourceTree = "<group>"; };
      36C7396011423ADA377B2856 /* Pods-BrokerDriver.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BrokerDriver.debug.xcconfig"; path = "Target Support Files/Pods-BrokerDriver/Pods-BrokerDriver.debug.xcconfig"; sourceTree = "<group>"; };
      8E99D0F4A48F512570D96537 /* Pods_BrokerDriver.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_BrokerDriver.framework; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -185,6 +197,9 @@
      138DA4B629F62F9500A71FE7 /* BrokerDriver */ = {
         isa = PBXGroup;
         children = (
            13F536B929F8CBF400A7937A /* Models */,
            13F536BC29F8CEC100A7937A /* ViewModels */,
            13F536B429F7D6CF00A7937A /* Network */,
            1309ADF629F77F5C00F5FA26 /* Resouses */,
            13941CE029F7638600AB569F /* Profile */,
            138DA4B729F62F9500A71FE7 /* AppDelegate.swift */,
@@ -309,6 +324,33 @@
            13F536B129F7D0DF00A7937A /* NoteContentTCell.xib */,
         );
         path = TCell;
         sourceTree = "<group>";
      };
      13F536B429F7D6CF00A7937A /* Network */ = {
         isa = PBXGroup;
         children = (
            13F536B529F7D6CF00A7937A /* Services.swift */,
            13F536B629F7D6CF00A7937A /* NetworkRequest.swift */,
         );
         path = Network;
         sourceTree = "<group>";
      };
      13F536B929F8CBF400A7937A /* Models */ = {
         isa = PBXGroup;
         children = (
            13F536BA29F8CC0500A7937A /* UserModel.swift */,
            13F536C129F927FC00A7937A /* OrderModel.swift */,
         );
         path = Models;
         sourceTree = "<group>";
      };
      13F536BC29F8CEC100A7937A /* ViewModels */ = {
         isa = PBXGroup;
         children = (
            13F536BD29F8CECE00A7937A /* UserViewModel.swift */,
            13F536BF29F927E900A7937A /* OrderViewModel.swift */,
         );
         path = ViewModels;
         sourceTree = "<group>";
      };
      489CFEB74E41CC03BD0818E7 /* Pods */ = {
@@ -469,14 +511,19 @@
            138DA4D829F6305600A71FE7 /* Colors+Exception.swift in Sources */,
            13941CDF29F6901D00AB569F /* BaseTableView.swift in Sources */,
            1309AE0A29F78D9200F5FA26 /* HomeDetailMapVC.swift in Sources */,
            13F536C029F927E900A7937A /* OrderViewModel.swift in Sources */,
            139F0F7829F6589F007D9EA4 /* HomeVC.swift in Sources */,
            130F4EEC29F7B6C100937687 /* CargoInfoTCell.swift in Sources */,
            1309AE1129F7919900F5FA26 /* HomeDetailAttachVC.swift in Sources */,
            139F0F7A29F66EB7007D9EA4 /* HomeHeaderVC.swift in Sources */,
            138DA4D929F6305600A71FE7 /* LoginVC.swift in Sources */,
            13F536B829F7D6CF00A7937A /* NetworkRequest.swift in Sources */,
            13F536C229F927FC00A7937A /* OrderModel.swift in Sources */,
            13F536B229F7D0DF00A7937A /* NoteContentTCell.swift in Sources */,
            139F0F8529F68B90007D9EA4 /* BaseTCell.swift in Sources */,
            13941CEE29F77A7F00AB569F /* PersonalWalletVC.swift in Sources */,
            13F536BB29F8CC0500A7937A /* UserModel.swift in Sources */,
            13F536B729F7D6CF00A7937A /* Services.swift in Sources */,
            138DA4D629F6305600A71FE7 /* BaseViewController.swift in Sources */,
            1309AE0329F788D900F5FA26 /* PersonalDataVC.swift in Sources */,
            1309ADFB29F7840500F5FA26 /* Currency+Exception.swift in Sources */,
@@ -485,6 +532,7 @@
            13045E7C29F7C4D9004E10BE /* AttachTCell.swift in Sources */,
            139F0F8229F689F9007D9EA4 /* HomeItemTCell.swift in Sources */,
            1309AE1529F791BA00F5FA26 /* HomeDetailNoteVC.swift in Sources */,
            13F536BE29F8CECE00A7937A /* UserViewModel.swift in Sources */,
            13941CEB29F7728300AB569F /* TapButton.swift in Sources */,
            130F4EF029F7B81A00937687 /* CargoTableHeaderView.swift in Sources */,
            138DA4BA29F62F9500A71FE7 /* SceneDelegate.swift in Sources */,