Browse Source

table picker added

pull/1/head
gme_2 6 years ago
parent
commit
1d35db24f3
  1. 32
      GMERemittance.xcodeproj/project.pbxproj

32
GMERemittance.xcodeproj/project.pbxproj

@ -224,6 +224,10 @@
A2FD3AEF2052568900404EA9 /* NotificationViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2FD3AEE2052568900404EA9 /* NotificationViewModel.swift */; };
D907AB9B212AA96A00915A87 /* ExchangeRateViewControllerV2.swift in Sources */ = {isa = PBXBuildFile; fileRef = D907AB9A212AA96A00915A87 /* ExchangeRateViewControllerV2.swift */; };
D907AB9D212AA97500915A87 /* ExchangeRate.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D907AB9C212AA97500915A87 /* ExchangeRate.storyboard */; };
D9622307212BD65000B7A115 /* TablePickerTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9622303212BD64F00B7A115 /* TablePickerTableViewCell.swift */; };
D9622308212BD65000B7A115 /* TableViewPicker.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D9622304212BD64F00B7A115 /* TableViewPicker.storyboard */; };
D9622309212BD65000B7A115 /* TableViewPickerCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9622305212BD64F00B7A115 /* TableViewPickerCell.swift */; };
D962230A212BD65000B7A115 /* TablePickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9622306212BD65000B7A115 /* TablePickerViewController.swift */; };
EBFC1719B80F43F88EB01F69 /* Pods_GMERemittanceTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0380AEB198AADC0BC4394515 /* Pods_GMERemittanceTests.framework */; };
FF29296C212B8DFE00FF5BAC /* ExchangeRateCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF29296B212B8DFE00FF5BAC /* ExchangeRateCollectionViewCell.swift */; };
FFD19C7C2112E8F20073689F /* Pods_GMERemittance.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FFD19C7B2112E8F20073689F /* Pods_GMERemittance.framework */; };
@ -479,6 +483,10 @@
D4CDE25CCDD693C2B892BB26 /* Pods-GMERemittanceUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GMERemittanceUITests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-GMERemittanceUITests/Pods-GMERemittanceUITests.debug.xcconfig"; sourceTree = "<group>"; };
D907AB9A212AA96A00915A87 /* ExchangeRateViewControllerV2.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExchangeRateViewControllerV2.swift; sourceTree = "<group>"; };
D907AB9C212AA97500915A87 /* ExchangeRate.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = ExchangeRate.storyboard; sourceTree = "<group>"; };
D9622303212BD64F00B7A115 /* TablePickerTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TablePickerTableViewCell.swift; path = ../../../../../Desktop/TablePickerView/TablePickerTableViewCell.swift; sourceTree = "<group>"; };
D9622304212BD64F00B7A115 /* TableViewPicker.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = TableViewPicker.storyboard; path = ../../../../../Desktop/TablePickerView/TableViewPicker.storyboard; sourceTree = "<group>"; };
D9622305212BD64F00B7A115 /* TableViewPickerCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TableViewPickerCell.swift; path = ../../../../../Desktop/TablePickerView/TableViewPickerCell.swift; sourceTree = "<group>"; };
D9622306212BD65000B7A115 /* TablePickerViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TablePickerViewController.swift; path = ../../../../../Desktop/TablePickerView/TablePickerViewController.swift; sourceTree = "<group>"; };
E4028C5A57499BB54764190C /* Pods_GMERemittanceUITests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_GMERemittanceUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
FF29296B212B8DFE00FF5BAC /* ExchangeRateCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExchangeRateCollectionViewCell.swift; sourceTree = "<group>"; };
FFD19C7B2112E8F20073689F /* Pods_GMERemittance.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Pods_GMERemittance.framework; sourceTree = BUILT_PRODUCTS_DIR; };
@ -870,6 +878,7 @@
9FD260F61FD00458007A511D /* GMERemittance */ = {
isa = PBXGroup;
children = (
D96222FF212BD5E700B7A115 /* Library */,
D907AB96212AA8A300915A87 /* Module */,
8430C7512109E1FF00279191 /* Base */,
044F5B1A20A3002B00E3584C /* index.html */,
@ -1017,6 +1026,25 @@
path = Module;
sourceTree = "<group>";
};
D96222FF212BD5E700B7A115 /* Library */ = {
isa = PBXGroup;
children = (
D9622302212BD62F00B7A115 /* TablePicker */,
);
path = Library;
sourceTree = "<group>";
};
D9622302212BD62F00B7A115 /* TablePicker */ = {
isa = PBXGroup;
children = (
D9622303212BD64F00B7A115 /* TablePickerTableViewCell.swift */,
D9622306212BD65000B7A115 /* TablePickerViewController.swift */,
D9622304212BD64F00B7A115 /* TableViewPicker.storyboard */,
D9622305212BD64F00B7A115 /* TableViewPickerCell.swift */,
);
path = TablePicker;
sourceTree = "<group>";
};
FF29296A212B8DE600FF5BAC /* Cell */ = {
isa = PBXGroup;
children = (
@ -1182,6 +1210,7 @@
5565FF221FE275E5002934E9 /* SanFranciscoDisplay-Light.otf in Resources */,
041AEACE1FF4F081004FEF06 /* Savings.xib in Resources */,
5565FF271FE275E5002934E9 /* README.md in Resources */,
D9622308212BD65000B7A115 /* TableViewPicker.storyboard in Resources */,
5565FF2C1FE275E5002934E9 /* SanFranciscoText-Medium.otf in Resources */,
5565FF311FE275E5002934E9 /* SanFranciscoDisplay-Medium.otf in Resources */,
9F8FEF101FEE2D9F00CE550F /* RecipientListViewController.storyboard in Resources */,
@ -1488,6 +1517,7 @@
A25A6C092029ADA80024CDFB /* TranscationStatementViewController.swift in Sources */,
046CE0651FFCABD700CA63B8 /* Recipient.swift in Sources */,
A2637C5820395B8F006EA9AA /* NotificationTableViewCell.swift in Sources */,
D962230A212BD65000B7A115 /* TablePickerViewController.swift in Sources */,
046DE21F2011BEA600B85CBA /* ReviewViewModel.swift in Sources */,
04B51003206B6E3100B28DFF /* Like.swift in Sources */,
9F02058F20171BBF00F7AE23 /* KYCenum.swift in Sources */,
@ -1530,6 +1560,7 @@
04F6C2EA20109B8600C59431 /* Bank.swift in Sources */,
A2266A5D2028451700E890A6 /* AgentViewModel.swift in Sources */,
04BED13A2015BC6300B4CEB7 /* CDDenum.swift in Sources */,
D9622309212BD65000B7A115 /* TableViewPickerCell.swift in Sources */,
0496B84F1FE7DFCD0044810E /* StringExtension.swift in Sources */,
A2E3379720483C84002DB015 /* InviteViewModel.swift in Sources */,
0448C2A11FF34D9C001FEA77 /* RecipientViewModel.swift in Sources */,
@ -1558,6 +1589,7 @@
A2D2C5902032ACDA001FC8E5 /* TransactionSearchTableViewCell.swift in Sources */,
A25A6C0B2029BBCE0024CDFB /* TranscationTableViewCell.swift in Sources */,
FF29296C212B8DFE00FF5BAC /* ExchangeRateCollectionViewCell.swift in Sources */,
D9622307212BD65000B7A115 /* TablePickerTableViewCell.swift in Sources */,
A2E3379B20484DD2002DB015 /* EarnedTableViewCell.swift in Sources */,
043BE857204CF10B00221D12 /* MoneyRequestViewModel.swift in Sources */,
041AEAD01FF5EECE004FEF06 /* PopUpSavingViewController.swift in Sources */,

Loading…
Cancel
Save