1229 lines
78 KiB
Plaintext
1229 lines
78 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 51;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
EE07A45021E23E43006031C8 /* MainVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE07A44F21E23E43006031C8 /* MainVC.swift */; };
|
|
EE07A45221E23E92006031C8 /* MainVCDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE07A45121E23E92006031C8 /* MainVCDelegate.swift */; };
|
|
EE07A45521E24FDD006031C8 /* Localization.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE07A45421E24FDD006031C8 /* Localization.swift */; };
|
|
EE07A45721E26E88006031C8 /* IocContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE07A45621E26E88006031C8 /* IocContainer.swift */; };
|
|
EE07A46521E279A8006031C8 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = EE07A46721E279A8006031C8 /* InfoPlist.strings */; };
|
|
EE07A46A21E29B6F006031C8 /* AppCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE07A46921E29B6F006031C8 /* AppCoordinator.swift */; };
|
|
EE07A46C21E29EA4006031C8 /* BaseCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE07A46B21E29EA4006031C8 /* BaseCoordinator.swift */; };
|
|
EE07A46E21E3E71B006031C8 /* OnboardingCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE07A46D21E3E71B006031C8 /* OnboardingCoordinator.swift */; };
|
|
EE07A47221E3EACE006031C8 /* OnboardingCoordinator.Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE07A47121E3EACE006031C8 /* OnboardingCoordinator.Delegate.swift */; };
|
|
EE18769F221611E6004853A7 /* ReviewVCDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE18769E221611E6004853A7 /* ReviewVCDelegate.swift */; };
|
|
EE1876A1221612AE004853A7 /* ReviewVCViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE1876A0221612AE004853A7 /* ReviewVCViewModel.swift */; };
|
|
EE1876A322161632004853A7 /* ReviewTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE1876A222161632004853A7 /* ReviewTableViewCell.swift */; };
|
|
EE1876A52219DD99004853A7 /* AmountVCViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE1876A42219DD99004853A7 /* AmountVCViewModel.swift */; };
|
|
EE1876A72219FA15004853A7 /* Wallet.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE1876A62219FA15004853A7 /* Wallet.swift */; };
|
|
EE1876A9221EE0B2004853A7 /* Payment.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE1876A8221EE0B2004853A7 /* Payment.swift */; };
|
|
EE1876AB221F4CD0004853A7 /* MemoVCViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE1876AA221F4CD0004853A7 /* MemoVCViewModel.swift */; };
|
|
EE21434D22298F8900F3902D /* UINavigationController-Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE21434C22298F8900F3902D /* UINavigationController-Extension.swift */; };
|
|
EE377EB321E5303E00138385 /* ViewFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE377EB221E5303D00138385 /* ViewFactory.swift */; };
|
|
EE377EB521E6821F00138385 /* CreateNewWalletCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE377EB421E6821F00138385 /* CreateNewWalletCoordinator.swift */; };
|
|
EE377EB721E6831E00138385 /* CreateNewWalletCoordinator.Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE377EB621E6831E00138385 /* CreateNewWalletCoordinator.Delegate.swift */; };
|
|
EE377EBC21E68AB000138385 /* PinVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE377EBB21E68AB000138385 /* PinVC.swift */; };
|
|
EE377EBE21E68C0B00138385 /* PinVCDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE377EBD21E68C0B00138385 /* PinVCDelegate.swift */; };
|
|
EE377EC021E7D92200138385 /* PinEntryMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE377EBF21E7D92200138385 /* PinEntryMode.swift */; };
|
|
EE377EC221E7DFD200138385 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE377EC121E7DFD200138385 /* Constants.swift */; };
|
|
EE377EC521E8F47100138385 /* PassphraseVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE377EC421E8F47100138385 /* PassphraseVC.swift */; };
|
|
EE377EC921E8F67000138385 /* PassphraseVCDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE377EC821E8F67000138385 /* PassphraseVCDelegate.swift */; };
|
|
EE377ECB21E8F71700138385 /* PassphraseEntryMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE377ECA21E8F71700138385 /* PassphraseEntryMode.swift */; };
|
|
EE377ECC21EB4A6800138385 /* Passphrase.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EE96916F21D561BE00BE1289 /* Passphrase.storyboard */; };
|
|
EE377ECF21EB56AD00138385 /* ZWKeyboardLayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE377ECE21EB56AD00138385 /* ZWKeyboardLayoutConstraint.swift */; };
|
|
EE377ED221F47E1400138385 /* HomeVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE377ED121F47E1400138385 /* HomeVC.swift */; };
|
|
EE377ED421F4827500138385 /* HomeTrxTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE377ED321F4827500138385 /* HomeTrxTableViewCell.swift */; };
|
|
EE377ED621F4835F00138385 /* HomeVCDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE377ED521F4835F00138385 /* HomeVCDelegate.swift */; };
|
|
EE377ED821F485FB00138385 /* HomeCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE377ED721F485FB00138385 /* HomeCoordinator.swift */; };
|
|
EE377EDA21F4BE5500138385 /* TrxHistoryProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE377ED921F4BE5500138385 /* TrxHistoryProvider.swift */; };
|
|
EE377EDF21F4C45A00138385 /* TrxHistoryProviderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE377EDE21F4C45A00138385 /* TrxHistoryProviderTests.swift */; };
|
|
EE377EE221F4F18700138385 /* TrxDirection.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE377EE121F4F18700138385 /* TrxDirection.swift */; };
|
|
EE377EE421F4F1A100138385 /* TrxDetails.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE377EE321F4F1A100138385 /* TrxDetails.swift */; };
|
|
EE377EE621F4F1C400138385 /* TrxHistoryObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE377EE521F4F1C400138385 /* TrxHistoryObservable.swift */; };
|
|
EE377EE921F7A76500138385 /* TrxDetailsVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE377EE821F7A76500138385 /* TrxDetailsVC.swift */; };
|
|
EE377EEB21F7AF3C00138385 /* TrxDetailTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE377EEA21F7AF3C00138385 /* TrxDetailTableViewCell.swift */; };
|
|
EE377EED21F7B02600138385 /* TrxMemoTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE377EEC21F7B02600138385 /* TrxMemoTableViewCell.swift */; };
|
|
EE377EEF21FDE64400138385 /* TrxDetails.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EE07A44B21E206D7006031C8 /* TrxDetails.storyboard */; };
|
|
EE377EF121FDEE3F00138385 /* ZEC.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE377EF021FDEE3F00138385 /* ZEC.swift */; };
|
|
EE377EF321FE181000138385 /* Date-Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE377EF221FE181000138385 /* Date-Extension.swift */; };
|
|
EE4AFAAD226652E500997CE3 /* AddressVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE4AFAAC226652E500997CE3 /* AddressVC.swift */; };
|
|
EE4AFAAF2266554100997CE3 /* AddressVCDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE4AFAAE2266554100997CE3 /* AddressVCDelegate.swift */; };
|
|
EE4AFAB1226657CD00997CE3 /* AddressVCViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE4AFAB0226657CD00997CE3 /* AddressVCViewModel.swift */; };
|
|
EE4AFAB222665DA900997CE3 /* Address.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EE4AFAAA2266519E00997CE3 /* Address.storyboard */; };
|
|
EE576FFE21CFCC5500433CAB /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE576FFD21CFCC5500433CAB /* AppDelegate.swift */; };
|
|
EE57700321CFCC5500433CAB /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EE57700121CFCC5500433CAB /* Main.storyboard */; };
|
|
EE57700521CFCC5600433CAB /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EE57700421CFCC5600433CAB /* Assets.xcassets */; };
|
|
EE57700821CFCC5600433CAB /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EE57700621CFCC5600433CAB /* LaunchScreen.storyboard */; };
|
|
EE57702621CFFDDB00433CAB /* ZWButtom.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE57702521CFFDDB00433CAB /* ZWButtom.swift */; };
|
|
EE57702921D0011400433CAB /* Colors.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE57702821D0011400433CAB /* Colors.swift */; };
|
|
EE57702B21D0230C00433CAB /* ZWProgressBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE57702A21D0230C00433CAB /* ZWProgressBar.swift */; };
|
|
EE57702D21D38A8200433CAB /* Pin.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EE57702C21D38A8200433CAB /* Pin.storyboard */; };
|
|
EE57702F21D38BAD00433CAB /* ZWPinDotView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE57702E21D38BAD00433CAB /* ZWPinDotView.swift */; };
|
|
EE73BAD82260EC6C00A6C82C /* PaymentParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE73BAD72260EC6C00A6C82C /* PaymentParser.swift */; };
|
|
EE73BADA2260ED6F00A6C82C /* InvalidPaymentUri.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE73BAD92260ED6F00A6C82C /* InvalidPaymentUri.swift */; };
|
|
EE76B84221D7EC3F0093571F /* Home.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EE76B84121D7EC3F0093571F /* Home.storyboard */; };
|
|
EE76B85321D8D1930093571F /* SourceSansPro-BlackItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE76B84621D8D1930093571F /* SourceSansPro-BlackItalic.ttf */; };
|
|
EE76B85421D8D1930093571F /* SourceSansPro-SemiBoldItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE76B84721D8D1930093571F /* SourceSansPro-SemiBoldItalic.ttf */; };
|
|
EE76B85521D8D1930093571F /* SourceSansPro-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE76B84821D8D1930093571F /* SourceSansPro-Regular.ttf */; };
|
|
EE76B85621D8D1930093571F /* SourceSansPro-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE76B84921D8D1930093571F /* SourceSansPro-Bold.ttf */; };
|
|
EE76B85721D8D1930093571F /* SourceSansPro-LightItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE76B84A21D8D1930093571F /* SourceSansPro-LightItalic.ttf */; };
|
|
EE76B85821D8D1930093571F /* SourceSansPro-Light.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE76B84B21D8D1930093571F /* SourceSansPro-Light.ttf */; };
|
|
EE76B85921D8D1930093571F /* SourceSansPro-Black.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE76B84C21D8D1930093571F /* SourceSansPro-Black.ttf */; };
|
|
EE76B85A21D8D1930093571F /* OFL.txt in Resources */ = {isa = PBXBuildFile; fileRef = EE76B84D21D8D1930093571F /* OFL.txt */; };
|
|
EE76B85B21D8D1930093571F /* SourceSansPro-ExtraLight.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE76B84E21D8D1930093571F /* SourceSansPro-ExtraLight.ttf */; };
|
|
EE76B85C21D8D1930093571F /* SourceSansPro-BoldItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE76B84F21D8D1930093571F /* SourceSansPro-BoldItalic.ttf */; };
|
|
EE76B85D21D8D1930093571F /* SourceSansPro-SemiBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE76B85021D8D1930093571F /* SourceSansPro-SemiBold.ttf */; };
|
|
EE76B85E21D8D1930093571F /* SourceSansPro-ExtraLightItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE76B85121D8D1930093571F /* SourceSansPro-ExtraLightItalic.ttf */; };
|
|
EE76B85F21D8D1930093571F /* SourceSansPro-Italic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE76B85221D8D1930093571F /* SourceSansPro-Italic.ttf */; };
|
|
EE927CC3222567960059DADD /* TrxHistory.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE927CC2222567960059DADD /* TrxHistory.swift */; };
|
|
EE927CC722256C2E0059DADD /* TrxHistoryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE927CC622256C2E0059DADD /* TrxHistoryTests.swift */; };
|
|
EE927CC822256C850059DADD /* TrxHistory.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE927CC2222567960059DADD /* TrxHistory.swift */; };
|
|
EE927CC922256DA60059DADD /* TrxDetails.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE377EE321F4F1A100138385 /* TrxDetails.swift */; };
|
|
EE927CCA22256DB50059DADD /* TrxDirection.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE377EE121F4F18700138385 /* TrxDirection.swift */; };
|
|
EE927CCB22256F800059DADD /* Wallet.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE1876A62219FA15004853A7 /* Wallet.swift */; };
|
|
EE927CCC22256F890059DADD /* Payment.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE1876A8221EE0B2004853A7 /* Payment.swift */; };
|
|
EE927CCD22256FB00059DADD /* TrxHistoryProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE377ED921F4BE5500138385 /* TrxHistoryProvider.swift */; };
|
|
EE927CCE22256FBD0059DADD /* TrxHistoryObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE377EE521F4F1C400138385 /* TrxHistoryObservable.swift */; };
|
|
EE927CD02226E7190059DADD /* Date-ExtensionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE927CCF2226E7190059DADD /* Date-ExtensionTests.swift */; };
|
|
EE94A74C22135B7200882BB1 /* TrxDetailsVCDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE94A74B22135B7200882BB1 /* TrxDetailsVCDelegate.swift */; };
|
|
EE94A7502214B52900882BB1 /* ReviewVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE94A74F2214B52900882BB1 /* ReviewVC.swift */; };
|
|
EE94A7512214B6C500882BB1 /* Review.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EE94A74D2214AA2100882BB1 /* Review.storyboard */; };
|
|
EEBEBB7521FF8DC800A6BD18 /* RecipientAddressVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEBEBB7421FF8DC800A6BD18 /* RecipientAddressVC.swift */; };
|
|
EEBEBB7721FF91B700A6BD18 /* RecipientAddressDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEBEBB7621FF91B700A6BD18 /* RecipientAddressDelegate.swift */; };
|
|
EEBEBB7821FF97AC00A6BD18 /* RecipientAddress.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EEBEBB7221FF8B6D00A6BD18 /* RecipientAddress.storyboard */; };
|
|
EEBEBB7B2200DFC000A6BD18 /* ScanVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEBEBB7A2200DFC000A6BD18 /* ScanVC.swift */; };
|
|
EEBEBB7D2200E10B00A6BD18 /* ScanVCDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEBEBB7C2200E10B00A6BD18 /* ScanVCDelegate.swift */; };
|
|
EEBEBB7F2200E41D00A6BD18 /* Scan.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EEBEBB7E2200E41D00A6BD18 /* Scan.storyboard */; };
|
|
EEBEBB812206F81F00A6BD18 /* Amount.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EEBEBB802206F80300A6BD18 /* Amount.storyboard */; };
|
|
EEBEBB862206FE1000A6BD18 /* AmountVCDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEBEBB852206FE1000A6BD18 /* AmountVCDelegate.swift */; };
|
|
EEBEBB882207061300A6BD18 /* String-Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEBEBB872207061300A6BD18 /* String-Extension.swift */; };
|
|
EEBEBB8B2207073900A6BD18 /* String-ExtensionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEBEBB8A2207073900A6BD18 /* String-ExtensionTests.swift */; };
|
|
EEBEBB8C220707FC00A6BD18 /* String-Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEBEBB872207061300A6BD18 /* String-Extension.swift */; };
|
|
EEBEBB90220728E000A6BD18 /* ZEC.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE377EF021FDEE3F00138385 /* ZEC.swift */; };
|
|
EEBEBB922207290A00A6BD18 /* ZECTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEBEBB912207290A00A6BD18 /* ZECTests.swift */; };
|
|
EEBEBB9322073A4500A6BD18 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE377EC121E7DFD200138385 /* Constants.swift */; };
|
|
EEBEBB952207425500A6BD18 /* SendCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEBEBB942207425500A6BD18 /* SendCoordinator.swift */; };
|
|
EEBEBB972207477100A6BD18 /* SendCoordinator.Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEBEBB962207477100A6BD18 /* SendCoordinator.Delegate.swift */; };
|
|
EEBEBB9E2208D64C00A6BD18 /* AmountVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEBEBB9D2208D64C00A6BD18 /* AmountVC.swift */; };
|
|
EEBEBBA02208D75600A6BD18 /* MemoVCDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEBEBB9F2208D66600A6BD18 /* MemoVCDelegate.swift */; };
|
|
EEBEBBA12208D75A00A6BD18 /* MemoVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEBEBB9C2208D60100A6BD18 /* MemoVC.swift */; };
|
|
EEBEBBA22208D76200A6BD18 /* Memo.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EEBEBB9A2208D4FD00A6BD18 /* Memo.storyboard */; };
|
|
EECB178A2275A7CB002964A4 /* Language.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EECB17892275A7B4002964A4 /* Language.storyboard */; };
|
|
EECB178D2275A836002964A4 /* LanguageVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = EECB178C2275A836002964A4 /* LanguageVC.swift */; };
|
|
EECB178F2275AA4D002964A4 /* Fiat.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EECB178E2275AA4D002964A4 /* Fiat.storyboard */; };
|
|
EECB17922275ACB3002964A4 /* FiatVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = EECB17912275ACB3002964A4 /* FiatVC.swift */; };
|
|
EECB17942275E5D4002964A4 /* FiatIndexTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = EECB17932275E5D4002964A4 /* FiatIndexTableViewCell.swift */; };
|
|
EECB17962275E601002964A4 /* FiatCurrencyTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = EECB17952275E601002964A4 /* FiatCurrencyTableViewCell.swift */; };
|
|
EECB17982275E7B5002964A4 /* FiatVCDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EECB17972275E7B5002964A4 /* FiatVCDelegate.swift */; };
|
|
EECB179A2275E894002964A4 /* FiatVCViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = EECB17992275E894002964A4 /* FiatVCViewModel.swift */; };
|
|
EECB179C22760EAB002964A4 /* Currencies.swift in Sources */ = {isa = PBXBuildFile; fileRef = EECB179B22760EAB002964A4 /* Currencies.swift */; };
|
|
EECB179E22777ADE002964A4 /* PropertyStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = EECB179D22777ADE002964A4 /* PropertyStore.swift */; };
|
|
EECB17A022777D6A002964A4 /* Languages.swift in Sources */ = {isa = PBXBuildFile; fileRef = EECB179F22777D6A002964A4 /* Languages.swift */; };
|
|
EEE15B0A2270DA23008231B6 /* QRC.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EEE15B092270D93B008231B6 /* QRC.storyboard */; };
|
|
EEE15B0D2270E736008231B6 /* QrcVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEE15B0C2270E736008231B6 /* QrcVC.swift */; };
|
|
EEE15B0F2270E89F008231B6 /* QrcVCDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEE15B0E2270E89F008231B6 /* QrcVCDelegate.swift */; };
|
|
EEE15B112270E903008231B6 /* QrcVCViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEE15B102270E903008231B6 /* QrcVCViewModel.swift */; };
|
|
EEE15B132270ECE8008231B6 /* QrcGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEE15B122270ECE8008231B6 /* QrcGenerator.swift */; };
|
|
EEE15B1522722C77008231B6 /* SettingsCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEE15B1422722C77008231B6 /* SettingsCoordinator.swift */; };
|
|
EEE15B192272305C008231B6 /* SettingsVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEE15B182272305C008231B6 /* SettingsVC.swift */; };
|
|
EEE15B1B22723179008231B6 /* SettingsVCDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEE15B1A22723179008231B6 /* SettingsVCDelegate.swift */; };
|
|
EEE15B1D227231F0008231B6 /* SettingsVCViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEE15B1C227231F0008231B6 /* SettingsVCViewModel.swift */; };
|
|
EEE15B1F22723478008231B6 /* SettingsCoordinator.Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEE15B1E22723478008231B6 /* SettingsCoordinator.Delegate.swift */; };
|
|
EEE15B20227238FF008231B6 /* Settings.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EEE15B1622722CEE008231B6 /* Settings.storyboard */; };
|
|
EEE15B222273B6C5008231B6 /* SettingsTwoLabelsTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEE15B212273B6C5008231B6 /* SettingsTwoLabelsTableViewCell.swift */; };
|
|
EEE15B242273B701008231B6 /* SettingsOneLabelTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEE15B232273B701008231B6 /* SettingsOneLabelTableViewCell.swift */; };
|
|
EEE15B262273B721008231B6 /* SettingsSwitchTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEE15B252273B721008231B6 /* SettingsSwitchTableViewCell.swift */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
EE57700F21CFCC5600433CAB /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = EE576FF221CFCC5500433CAB /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = EE576FF921CFCC5500433CAB;
|
|
remoteInfo = ZWallet;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
EE07A44B21E206D7006031C8 /* TrxDetails.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = TrxDetails.storyboard; sourceTree = "<group>"; };
|
|
EE07A44F21E23E43006031C8 /* MainVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainVC.swift; sourceTree = "<group>"; };
|
|
EE07A45121E23E92006031C8 /* MainVCDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainVCDelegate.swift; sourceTree = "<group>"; };
|
|
EE07A45421E24FDD006031C8 /* Localization.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Localization.swift; sourceTree = "<group>"; };
|
|
EE07A45621E26E88006031C8 /* IocContainer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IocContainer.swift; sourceTree = "<group>"; };
|
|
EE07A46621E279A8006031C8 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
EE07A46821E27B55006031C8 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
EE07A46921E29B6F006031C8 /* AppCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppCoordinator.swift; sourceTree = "<group>"; };
|
|
EE07A46B21E29EA4006031C8 /* BaseCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseCoordinator.swift; sourceTree = "<group>"; };
|
|
EE07A46D21E3E71B006031C8 /* OnboardingCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnboardingCoordinator.swift; sourceTree = "<group>"; };
|
|
EE07A47121E3EACE006031C8 /* OnboardingCoordinator.Delegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnboardingCoordinator.Delegate.swift; sourceTree = "<group>"; };
|
|
EE18769E221611E6004853A7 /* ReviewVCDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReviewVCDelegate.swift; sourceTree = "<group>"; };
|
|
EE1876A0221612AE004853A7 /* ReviewVCViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReviewVCViewModel.swift; sourceTree = "<group>"; };
|
|
EE1876A222161632004853A7 /* ReviewTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReviewTableViewCell.swift; sourceTree = "<group>"; };
|
|
EE1876A42219DD99004853A7 /* AmountVCViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AmountVCViewModel.swift; sourceTree = "<group>"; };
|
|
EE1876A62219FA15004853A7 /* Wallet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Wallet.swift; sourceTree = "<group>"; };
|
|
EE1876A8221EE0B2004853A7 /* Payment.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Payment.swift; sourceTree = "<group>"; };
|
|
EE1876AA221F4CD0004853A7 /* MemoVCViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MemoVCViewModel.swift; sourceTree = "<group>"; };
|
|
EE21434C22298F8900F3902D /* UINavigationController-Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UINavigationController-Extension.swift"; sourceTree = "<group>"; };
|
|
EE377EB221E5303D00138385 /* ViewFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewFactory.swift; sourceTree = "<group>"; };
|
|
EE377EB421E6821F00138385 /* CreateNewWalletCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CreateNewWalletCoordinator.swift; sourceTree = "<group>"; };
|
|
EE377EB621E6831E00138385 /* CreateNewWalletCoordinator.Delegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CreateNewWalletCoordinator.Delegate.swift; sourceTree = "<group>"; };
|
|
EE377EBB21E68AB000138385 /* PinVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PinVC.swift; sourceTree = "<group>"; };
|
|
EE377EBD21E68C0B00138385 /* PinVCDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PinVCDelegate.swift; sourceTree = "<group>"; };
|
|
EE377EBF21E7D92200138385 /* PinEntryMode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PinEntryMode.swift; sourceTree = "<group>"; };
|
|
EE377EC121E7DFD200138385 /* Constants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; };
|
|
EE377EC421E8F47100138385 /* PassphraseVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PassphraseVC.swift; sourceTree = "<group>"; };
|
|
EE377EC821E8F67000138385 /* PassphraseVCDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PassphraseVCDelegate.swift; sourceTree = "<group>"; };
|
|
EE377ECA21E8F71700138385 /* PassphraseEntryMode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PassphraseEntryMode.swift; sourceTree = "<group>"; };
|
|
EE377ECE21EB56AD00138385 /* ZWKeyboardLayoutConstraint.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZWKeyboardLayoutConstraint.swift; sourceTree = "<group>"; };
|
|
EE377ED121F47E1400138385 /* HomeVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeVC.swift; sourceTree = "<group>"; };
|
|
EE377ED321F4827500138385 /* HomeTrxTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeTrxTableViewCell.swift; sourceTree = "<group>"; };
|
|
EE377ED521F4835F00138385 /* HomeVCDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeVCDelegate.swift; sourceTree = "<group>"; };
|
|
EE377ED721F485FB00138385 /* HomeCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeCoordinator.swift; sourceTree = "<group>"; };
|
|
EE377ED921F4BE5500138385 /* TrxHistoryProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TrxHistoryProvider.swift; sourceTree = "<group>"; };
|
|
EE377EDE21F4C45A00138385 /* TrxHistoryProviderTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TrxHistoryProviderTests.swift; sourceTree = "<group>"; };
|
|
EE377EE121F4F18700138385 /* TrxDirection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TrxDirection.swift; sourceTree = "<group>"; };
|
|
EE377EE321F4F1A100138385 /* TrxDetails.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TrxDetails.swift; sourceTree = "<group>"; };
|
|
EE377EE521F4F1C400138385 /* TrxHistoryObservable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TrxHistoryObservable.swift; sourceTree = "<group>"; };
|
|
EE377EE821F7A76500138385 /* TrxDetailsVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TrxDetailsVC.swift; sourceTree = "<group>"; };
|
|
EE377EEA21F7AF3C00138385 /* TrxDetailTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TrxDetailTableViewCell.swift; sourceTree = "<group>"; };
|
|
EE377EEC21F7B02600138385 /* TrxMemoTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TrxMemoTableViewCell.swift; sourceTree = "<group>"; };
|
|
EE377EEE21F9013800138385 /* ___TODO.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "___TODO.md"; sourceTree = "<group>"; };
|
|
EE377EF021FDEE3F00138385 /* ZEC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZEC.swift; sourceTree = "<group>"; };
|
|
EE377EF221FE181000138385 /* Date-Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Date-Extension.swift"; sourceTree = "<group>"; };
|
|
EE4AFAAA2266519E00997CE3 /* Address.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Address.storyboard; sourceTree = "<group>"; };
|
|
EE4AFAAC226652E500997CE3 /* AddressVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddressVC.swift; sourceTree = "<group>"; };
|
|
EE4AFAAE2266554100997CE3 /* AddressVCDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddressVCDelegate.swift; sourceTree = "<group>"; };
|
|
EE4AFAB0226657CD00997CE3 /* AddressVCViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddressVCViewModel.swift; sourceTree = "<group>"; };
|
|
EE576FFA21CFCC5500433CAB /* ZWallet.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ZWallet.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
EE576FFD21CFCC5500433CAB /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
EE57700221CFCC5500433CAB /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
|
EE57700421CFCC5600433CAB /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
EE57700721CFCC5600433CAB /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
EE57700921CFCC5600433CAB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
EE57700E21CFCC5600433CAB /* ZWalletTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ZWalletTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
EE57701421CFCC5600433CAB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
EE57702521CFFDDB00433CAB /* ZWButtom.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZWButtom.swift; sourceTree = "<group>"; };
|
|
EE57702821D0011400433CAB /* Colors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Colors.swift; sourceTree = "<group>"; };
|
|
EE57702A21D0230C00433CAB /* ZWProgressBar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZWProgressBar.swift; sourceTree = "<group>"; };
|
|
EE57702C21D38A8200433CAB /* Pin.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Pin.storyboard; sourceTree = "<group>"; };
|
|
EE57702E21D38BAD00433CAB /* ZWPinDotView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZWPinDotView.swift; sourceTree = "<group>"; };
|
|
EE73BAD72260EC6C00A6C82C /* PaymentParser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PaymentParser.swift; sourceTree = "<group>"; };
|
|
EE73BAD92260ED6F00A6C82C /* InvalidPaymentUri.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InvalidPaymentUri.swift; sourceTree = "<group>"; };
|
|
EE76B84121D7EC3F0093571F /* Home.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Home.storyboard; sourceTree = "<group>"; };
|
|
EE76B84621D8D1930093571F /* SourceSansPro-BlackItalic.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SourceSansPro-BlackItalic.ttf"; sourceTree = "<group>"; };
|
|
EE76B84721D8D1930093571F /* SourceSansPro-SemiBoldItalic.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SourceSansPro-SemiBoldItalic.ttf"; sourceTree = "<group>"; };
|
|
EE76B84821D8D1930093571F /* SourceSansPro-Regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SourceSansPro-Regular.ttf"; sourceTree = "<group>"; };
|
|
EE76B84921D8D1930093571F /* SourceSansPro-Bold.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SourceSansPro-Bold.ttf"; sourceTree = "<group>"; };
|
|
EE76B84A21D8D1930093571F /* SourceSansPro-LightItalic.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SourceSansPro-LightItalic.ttf"; sourceTree = "<group>"; };
|
|
EE76B84B21D8D1930093571F /* SourceSansPro-Light.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SourceSansPro-Light.ttf"; sourceTree = "<group>"; };
|
|
EE76B84C21D8D1930093571F /* SourceSansPro-Black.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SourceSansPro-Black.ttf"; sourceTree = "<group>"; };
|
|
EE76B84D21D8D1930093571F /* OFL.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = OFL.txt; sourceTree = "<group>"; };
|
|
EE76B84E21D8D1930093571F /* SourceSansPro-ExtraLight.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SourceSansPro-ExtraLight.ttf"; sourceTree = "<group>"; };
|
|
EE76B84F21D8D1930093571F /* SourceSansPro-BoldItalic.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SourceSansPro-BoldItalic.ttf"; sourceTree = "<group>"; };
|
|
EE76B85021D8D1930093571F /* SourceSansPro-SemiBold.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SourceSansPro-SemiBold.ttf"; sourceTree = "<group>"; };
|
|
EE76B85121D8D1930093571F /* SourceSansPro-ExtraLightItalic.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SourceSansPro-ExtraLightItalic.ttf"; sourceTree = "<group>"; };
|
|
EE76B85221D8D1930093571F /* SourceSansPro-Italic.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SourceSansPro-Italic.ttf"; sourceTree = "<group>"; };
|
|
EE927CC2222567960059DADD /* TrxHistory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TrxHistory.swift; sourceTree = "<group>"; };
|
|
EE927CC622256C2E0059DADD /* TrxHistoryTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TrxHistoryTests.swift; sourceTree = "<group>"; };
|
|
EE927CCF2226E7190059DADD /* Date-ExtensionTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Date-ExtensionTests.swift"; sourceTree = "<group>"; };
|
|
EE94A74B22135B7200882BB1 /* TrxDetailsVCDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TrxDetailsVCDelegate.swift; sourceTree = "<group>"; };
|
|
EE94A74D2214AA2100882BB1 /* Review.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Review.storyboard; sourceTree = "<group>"; };
|
|
EE94A74F2214B52900882BB1 /* ReviewVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReviewVC.swift; sourceTree = "<group>"; };
|
|
EE96916F21D561BE00BE1289 /* Passphrase.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Passphrase.storyboard; sourceTree = "<group>"; };
|
|
EEBEBB7221FF8B6D00A6BD18 /* RecipientAddress.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = RecipientAddress.storyboard; sourceTree = "<group>"; };
|
|
EEBEBB7421FF8DC800A6BD18 /* RecipientAddressVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecipientAddressVC.swift; sourceTree = "<group>"; };
|
|
EEBEBB7621FF91B700A6BD18 /* RecipientAddressDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecipientAddressDelegate.swift; sourceTree = "<group>"; };
|
|
EEBEBB7A2200DFC000A6BD18 /* ScanVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScanVC.swift; sourceTree = "<group>"; };
|
|
EEBEBB7C2200E10B00A6BD18 /* ScanVCDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScanVCDelegate.swift; sourceTree = "<group>"; };
|
|
EEBEBB7E2200E41D00A6BD18 /* Scan.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Scan.storyboard; sourceTree = "<group>"; };
|
|
EEBEBB802206F80300A6BD18 /* Amount.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Amount.storyboard; sourceTree = "<group>"; };
|
|
EEBEBB852206FE1000A6BD18 /* AmountVCDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AmountVCDelegate.swift; sourceTree = "<group>"; };
|
|
EEBEBB872207061300A6BD18 /* String-Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String-Extension.swift"; sourceTree = "<group>"; };
|
|
EEBEBB8A2207073900A6BD18 /* String-ExtensionTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String-ExtensionTests.swift"; sourceTree = "<group>"; };
|
|
EEBEBB912207290A00A6BD18 /* ZECTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZECTests.swift; sourceTree = "<group>"; };
|
|
EEBEBB942207425500A6BD18 /* SendCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendCoordinator.swift; sourceTree = "<group>"; };
|
|
EEBEBB962207477100A6BD18 /* SendCoordinator.Delegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendCoordinator.Delegate.swift; sourceTree = "<group>"; };
|
|
EEBEBB9A2208D4FD00A6BD18 /* Memo.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Memo.storyboard; sourceTree = "<group>"; };
|
|
EEBEBB9C2208D60100A6BD18 /* MemoVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MemoVC.swift; sourceTree = "<group>"; };
|
|
EEBEBB9D2208D64C00A6BD18 /* AmountVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AmountVC.swift; sourceTree = "<group>"; };
|
|
EEBEBB9F2208D66600A6BD18 /* MemoVCDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MemoVCDelegate.swift; sourceTree = "<group>"; };
|
|
EECB17892275A7B4002964A4 /* Language.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Language.storyboard; sourceTree = "<group>"; };
|
|
EECB178C2275A836002964A4 /* LanguageVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LanguageVC.swift; sourceTree = "<group>"; };
|
|
EECB178E2275AA4D002964A4 /* Fiat.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Fiat.storyboard; sourceTree = "<group>"; };
|
|
EECB17912275ACB3002964A4 /* FiatVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FiatVC.swift; sourceTree = "<group>"; };
|
|
EECB17932275E5D4002964A4 /* FiatIndexTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FiatIndexTableViewCell.swift; sourceTree = "<group>"; };
|
|
EECB17952275E601002964A4 /* FiatCurrencyTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FiatCurrencyTableViewCell.swift; sourceTree = "<group>"; };
|
|
EECB17972275E7B5002964A4 /* FiatVCDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FiatVCDelegate.swift; sourceTree = "<group>"; };
|
|
EECB17992275E894002964A4 /* FiatVCViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FiatVCViewModel.swift; sourceTree = "<group>"; };
|
|
EECB179B22760EAB002964A4 /* Currencies.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Currencies.swift; sourceTree = "<group>"; };
|
|
EECB179D22777ADE002964A4 /* PropertyStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PropertyStore.swift; sourceTree = "<group>"; };
|
|
EECB179F22777D6A002964A4 /* Languages.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Languages.swift; sourceTree = "<group>"; };
|
|
EEE15B092270D93B008231B6 /* QRC.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = QRC.storyboard; sourceTree = "<group>"; };
|
|
EEE15B0C2270E736008231B6 /* QrcVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QrcVC.swift; sourceTree = "<group>"; };
|
|
EEE15B0E2270E89F008231B6 /* QrcVCDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QrcVCDelegate.swift; sourceTree = "<group>"; };
|
|
EEE15B102270E903008231B6 /* QrcVCViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QrcVCViewModel.swift; sourceTree = "<group>"; };
|
|
EEE15B122270ECE8008231B6 /* QrcGenerator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QrcGenerator.swift; sourceTree = "<group>"; };
|
|
EEE15B1422722C77008231B6 /* SettingsCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsCoordinator.swift; sourceTree = "<group>"; };
|
|
EEE15B1622722CEE008231B6 /* Settings.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Settings.storyboard; sourceTree = "<group>"; };
|
|
EEE15B182272305C008231B6 /* SettingsVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsVC.swift; sourceTree = "<group>"; };
|
|
EEE15B1A22723179008231B6 /* SettingsVCDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsVCDelegate.swift; sourceTree = "<group>"; };
|
|
EEE15B1C227231F0008231B6 /* SettingsVCViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsVCViewModel.swift; sourceTree = "<group>"; };
|
|
EEE15B1E22723478008231B6 /* SettingsCoordinator.Delegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsCoordinator.Delegate.swift; sourceTree = "<group>"; };
|
|
EEE15B212273B6C5008231B6 /* SettingsTwoLabelsTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsTwoLabelsTableViewCell.swift; sourceTree = "<group>"; };
|
|
EEE15B232273B701008231B6 /* SettingsOneLabelTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsOneLabelTableViewCell.swift; sourceTree = "<group>"; };
|
|
EEE15B252273B721008231B6 /* SettingsSwitchTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsSwitchTableViewCell.swift; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
EE576FF721CFCC5500433CAB /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
EE57700B21CFCC5600433CAB /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
EE07A44E21E217E0006031C8 /* Main */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EE07A44F21E23E43006031C8 /* MainVC.swift */,
|
|
EE07A45121E23E92006031C8 /* MainVCDelegate.swift */,
|
|
);
|
|
path = Main;
|
|
sourceTree = "<group>";
|
|
};
|
|
EE07A45321E2498D006031C8 /* Infrastructure */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EE57700921CFCC5600433CAB /* Info.plist */,
|
|
EE07A46721E279A8006031C8 /* InfoPlist.strings */,
|
|
EE07A45621E26E88006031C8 /* IocContainer.swift */,
|
|
EE07A45421E24FDD006031C8 /* Localization.swift */,
|
|
EECB179D22777ADE002964A4 /* PropertyStore.swift */,
|
|
);
|
|
path = Infrastructure;
|
|
sourceTree = "<group>";
|
|
};
|
|
EE377EB121E5300400138385 /* Services */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EE377EB221E5303D00138385 /* ViewFactory.swift */,
|
|
EE377ED921F4BE5500138385 /* TrxHistoryProvider.swift */,
|
|
EE73BAD72260EC6C00A6C82C /* PaymentParser.swift */,
|
|
EEE15B122270ECE8008231B6 /* QrcGenerator.swift */,
|
|
);
|
|
path = Services;
|
|
sourceTree = "<group>";
|
|
};
|
|
EE377EBA21E68A6600138385 /* Pin */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EE377EBF21E7D92200138385 /* PinEntryMode.swift */,
|
|
EE377EBB21E68AB000138385 /* PinVC.swift */,
|
|
EE377EBD21E68C0B00138385 /* PinVCDelegate.swift */,
|
|
);
|
|
path = Pin;
|
|
sourceTree = "<group>";
|
|
};
|
|
EE377EC321E8F44C00138385 /* Passphrase */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EE377ECA21E8F71700138385 /* PassphraseEntryMode.swift */,
|
|
EE377EC421E8F47100138385 /* PassphraseVC.swift */,
|
|
EE377EC821E8F67000138385 /* PassphraseVCDelegate.swift */,
|
|
);
|
|
path = Passphrase;
|
|
sourceTree = "<group>";
|
|
};
|
|
EE377ECD21EB567400138385 /* Extensions */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EE377ECE21EB56AD00138385 /* ZWKeyboardLayoutConstraint.swift */,
|
|
EE377EF221FE181000138385 /* Date-Extension.swift */,
|
|
EEBEBB872207061300A6BD18 /* String-Extension.swift */,
|
|
EE21434C22298F8900F3902D /* UINavigationController-Extension.swift */,
|
|
);
|
|
path = Extensions;
|
|
sourceTree = "<group>";
|
|
};
|
|
EE377ED021F47D5200138385 /* Home */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EE377ED321F4827500138385 /* HomeTrxTableViewCell.swift */,
|
|
EE377ED121F47E1400138385 /* HomeVC.swift */,
|
|
EE377ED521F4835F00138385 /* HomeVCDelegate.swift */,
|
|
);
|
|
path = Home;
|
|
sourceTree = "<group>";
|
|
};
|
|
EE377EDB21F4C40900138385 /* Services */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EE377EDE21F4C45A00138385 /* TrxHistoryProviderTests.swift */,
|
|
);
|
|
path = Services;
|
|
sourceTree = "<group>";
|
|
};
|
|
EE377EE021F4F16100138385 /* Types */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EE1876A62219FA15004853A7 /* Wallet.swift */,
|
|
EE377EE321F4F1A100138385 /* TrxDetails.swift */,
|
|
EE377EE121F4F18700138385 /* TrxDirection.swift */,
|
|
EE377EE521F4F1C400138385 /* TrxHistoryObservable.swift */,
|
|
EE377EF021FDEE3F00138385 /* ZEC.swift */,
|
|
EE1876A8221EE0B2004853A7 /* Payment.swift */,
|
|
EE927CC2222567960059DADD /* TrxHistory.swift */,
|
|
EE73BAD92260ED6F00A6C82C /* InvalidPaymentUri.swift */,
|
|
);
|
|
path = Types;
|
|
sourceTree = "<group>";
|
|
};
|
|
EE377EE721F7A71A00138385 /* TrxDetails */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EE377EEA21F7AF3C00138385 /* TrxDetailTableViewCell.swift */,
|
|
EE377EE821F7A76500138385 /* TrxDetailsVC.swift */,
|
|
EE94A74B22135B7200882BB1 /* TrxDetailsVCDelegate.swift */,
|
|
EE377EEC21F7B02600138385 /* TrxMemoTableViewCell.swift */,
|
|
);
|
|
path = TrxDetails;
|
|
sourceTree = "<group>";
|
|
};
|
|
EE4AFAAB2266528700997CE3 /* Address */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EE4AFAAC226652E500997CE3 /* AddressVC.swift */,
|
|
EE4AFAAE2266554100997CE3 /* AddressVCDelegate.swift */,
|
|
EE4AFAB0226657CD00997CE3 /* AddressVCViewModel.swift */,
|
|
);
|
|
path = Address;
|
|
sourceTree = "<group>";
|
|
};
|
|
EE576FF121CFCC5500433CAB = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EE576FFC21CFCC5500433CAB /* ZWallet */,
|
|
EE57701121CFCC5600433CAB /* ZWalletTests */,
|
|
EE576FFB21CFCC5500433CAB /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
EE576FFB21CFCC5500433CAB /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EE576FFA21CFCC5500433CAB /* ZWallet.app */,
|
|
EE57700E21CFCC5600433CAB /* ZWalletTests.xctest */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
EE576FFC21CFCC5500433CAB /* ZWallet */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EE377EEE21F9013800138385 /* ___TODO.md */,
|
|
EE57701E21CFCFCE00433CAB /* _Assets */,
|
|
EE57701D21CFCFB000433CAB /* _Main */,
|
|
EE57702721D000EE00433CAB /* Definitions */,
|
|
EE377ECD21EB567400138385 /* Extensions */,
|
|
EE76B84321D8D1350093571F /* Externals */,
|
|
EE07A45321E2498D006031C8 /* Infrastructure */,
|
|
EE377EB121E5300400138385 /* Services */,
|
|
EE57701F21CFD00100433CAB /* Storyboards */,
|
|
EE377EE021F4F16100138385 /* Types */,
|
|
EE57702421CFFDB700433CAB /* UIElements */,
|
|
EE57702021CFD02900433CAB /* ViewCoordinators */,
|
|
EE57702121CFD03500433CAB /* Views */,
|
|
);
|
|
path = ZWallet;
|
|
sourceTree = "<group>";
|
|
};
|
|
EE57701121CFCC5600433CAB /* ZWalletTests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EEBEBB892207071300A6BD18 /* ExtensionsTests */,
|
|
EE57701421CFCC5600433CAB /* Info.plist */,
|
|
EE377EDB21F4C40900138385 /* Services */,
|
|
EEBEBB8D2207286100A6BD18 /* Types */,
|
|
);
|
|
path = ZWalletTests;
|
|
sourceTree = "<group>";
|
|
};
|
|
EE57701D21CFCFB000433CAB /* _Main */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EE576FFD21CFCC5500433CAB /* AppDelegate.swift */,
|
|
);
|
|
path = _Main;
|
|
sourceTree = "<group>";
|
|
};
|
|
EE57701E21CFCFCE00433CAB /* _Assets */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EE57700421CFCC5600433CAB /* Assets.xcassets */,
|
|
);
|
|
path = _Assets;
|
|
sourceTree = "<group>";
|
|
};
|
|
EE57701F21CFD00100433CAB /* Storyboards */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EE4AFAAA2266519E00997CE3 /* Address.storyboard */,
|
|
EEBEBB802206F80300A6BD18 /* Amount.storyboard */,
|
|
EECB178E2275AA4D002964A4 /* Fiat.storyboard */,
|
|
EE76B84121D7EC3F0093571F /* Home.storyboard */,
|
|
EECB17892275A7B4002964A4 /* Language.storyboard */,
|
|
EE57700621CFCC5600433CAB /* LaunchScreen.storyboard */,
|
|
EE57700121CFCC5500433CAB /* Main.storyboard */,
|
|
EEBEBB9A2208D4FD00A6BD18 /* Memo.storyboard */,
|
|
EE96916F21D561BE00BE1289 /* Passphrase.storyboard */,
|
|
EE57702C21D38A8200433CAB /* Pin.storyboard */,
|
|
EEE15B092270D93B008231B6 /* QRC.storyboard */,
|
|
EEBEBB7221FF8B6D00A6BD18 /* RecipientAddress.storyboard */,
|
|
EE94A74D2214AA2100882BB1 /* Review.storyboard */,
|
|
EEBEBB7E2200E41D00A6BD18 /* Scan.storyboard */,
|
|
EEE15B1622722CEE008231B6 /* Settings.storyboard */,
|
|
EE07A44B21E206D7006031C8 /* TrxDetails.storyboard */,
|
|
);
|
|
path = Storyboards;
|
|
sourceTree = "<group>";
|
|
};
|
|
EE57702021CFD02900433CAB /* ViewCoordinators */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EE07A46921E29B6F006031C8 /* AppCoordinator.swift */,
|
|
EE07A46B21E29EA4006031C8 /* BaseCoordinator.swift */,
|
|
EE377EB621E6831E00138385 /* CreateNewWalletCoordinator.Delegate.swift */,
|
|
EE377EB421E6821F00138385 /* CreateNewWalletCoordinator.swift */,
|
|
EE377ED721F485FB00138385 /* HomeCoordinator.swift */,
|
|
EE07A47121E3EACE006031C8 /* OnboardingCoordinator.Delegate.swift */,
|
|
EE07A46D21E3E71B006031C8 /* OnboardingCoordinator.swift */,
|
|
EEBEBB942207425500A6BD18 /* SendCoordinator.swift */,
|
|
EEBEBB962207477100A6BD18 /* SendCoordinator.Delegate.swift */,
|
|
EEE15B1422722C77008231B6 /* SettingsCoordinator.swift */,
|
|
EEE15B1E22723478008231B6 /* SettingsCoordinator.Delegate.swift */,
|
|
);
|
|
path = ViewCoordinators;
|
|
sourceTree = "<group>";
|
|
};
|
|
EE57702121CFD03500433CAB /* Views */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EE4AFAAB2266528700997CE3 /* Address */,
|
|
EEBEBB822206FB3200A6BD18 /* Amount */,
|
|
EECB17902275AC78002964A4 /* Fiat */,
|
|
EE377ED021F47D5200138385 /* Home */,
|
|
EECB178B2275A814002964A4 /* Language */,
|
|
EE07A44E21E217E0006031C8 /* Main */,
|
|
EEBEBB9B2208D5E700A6BD18 /* Memo */,
|
|
EE377EC321E8F44C00138385 /* Passphrase */,
|
|
EE377EBA21E68A6600138385 /* Pin */,
|
|
EEE15B0B2270E541008231B6 /* QRC */,
|
|
EEBEBB7321FF8D9C00A6BD18 /* RecipientAddress */,
|
|
EE94A74E2214B50A00882BB1 /* Review */,
|
|
EEBEBB792200DF9900A6BD18 /* Scan */,
|
|
EEE15B1722723028008231B6 /* Settings */,
|
|
EE377EE721F7A71A00138385 /* TrxDetails */,
|
|
);
|
|
path = Views;
|
|
sourceTree = "<group>";
|
|
};
|
|
EE57702421CFFDB700433CAB /* UIElements */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EE57702521CFFDDB00433CAB /* ZWButtom.swift */,
|
|
EE57702E21D38BAD00433CAB /* ZWPinDotView.swift */,
|
|
EE57702A21D0230C00433CAB /* ZWProgressBar.swift */,
|
|
);
|
|
path = UIElements;
|
|
sourceTree = "<group>";
|
|
};
|
|
EE57702721D000EE00433CAB /* Definitions */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EE57702821D0011400433CAB /* Colors.swift */,
|
|
EE377EC121E7DFD200138385 /* Constants.swift */,
|
|
EECB179B22760EAB002964A4 /* Currencies.swift */,
|
|
EECB179F22777D6A002964A4 /* Languages.swift */,
|
|
);
|
|
path = Definitions;
|
|
sourceTree = "<group>";
|
|
};
|
|
EE76B84321D8D1350093571F /* Externals */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EE76B84421D8D16D0093571F /* Fonts */,
|
|
);
|
|
path = Externals;
|
|
sourceTree = "<group>";
|
|
};
|
|
EE76B84421D8D16D0093571F /* Fonts */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EE76B84521D8D1930093571F /* Source_Sans_Pro */,
|
|
);
|
|
path = Fonts;
|
|
sourceTree = "<group>";
|
|
};
|
|
EE76B84521D8D1930093571F /* Source_Sans_Pro */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EE76B84621D8D1930093571F /* SourceSansPro-BlackItalic.ttf */,
|
|
EE76B84721D8D1930093571F /* SourceSansPro-SemiBoldItalic.ttf */,
|
|
EE76B84821D8D1930093571F /* SourceSansPro-Regular.ttf */,
|
|
EE76B84921D8D1930093571F /* SourceSansPro-Bold.ttf */,
|
|
EE76B84A21D8D1930093571F /* SourceSansPro-LightItalic.ttf */,
|
|
EE76B84B21D8D1930093571F /* SourceSansPro-Light.ttf */,
|
|
EE76B84C21D8D1930093571F /* SourceSansPro-Black.ttf */,
|
|
EE76B84D21D8D1930093571F /* OFL.txt */,
|
|
EE76B84E21D8D1930093571F /* SourceSansPro-ExtraLight.ttf */,
|
|
EE76B84F21D8D1930093571F /* SourceSansPro-BoldItalic.ttf */,
|
|
EE76B85021D8D1930093571F /* SourceSansPro-SemiBold.ttf */,
|
|
EE76B85121D8D1930093571F /* SourceSansPro-ExtraLightItalic.ttf */,
|
|
EE76B85221D8D1930093571F /* SourceSansPro-Italic.ttf */,
|
|
);
|
|
path = Source_Sans_Pro;
|
|
sourceTree = "<group>";
|
|
};
|
|
EE94A74E2214B50A00882BB1 /* Review */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EE1876A222161632004853A7 /* ReviewTableViewCell.swift */,
|
|
EE94A74F2214B52900882BB1 /* ReviewVC.swift */,
|
|
EE18769E221611E6004853A7 /* ReviewVCDelegate.swift */,
|
|
EE1876A0221612AE004853A7 /* ReviewVCViewModel.swift */,
|
|
);
|
|
path = Review;
|
|
sourceTree = "<group>";
|
|
};
|
|
EEBEBB7321FF8D9C00A6BD18 /* RecipientAddress */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EEBEBB7621FF91B700A6BD18 /* RecipientAddressDelegate.swift */,
|
|
EEBEBB7421FF8DC800A6BD18 /* RecipientAddressVC.swift */,
|
|
);
|
|
path = RecipientAddress;
|
|
sourceTree = "<group>";
|
|
};
|
|
EEBEBB792200DF9900A6BD18 /* Scan */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EEBEBB7A2200DFC000A6BD18 /* ScanVC.swift */,
|
|
EEBEBB7C2200E10B00A6BD18 /* ScanVCDelegate.swift */,
|
|
);
|
|
path = Scan;
|
|
sourceTree = "<group>";
|
|
};
|
|
EEBEBB822206FB3200A6BD18 /* Amount */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EEBEBB9D2208D64C00A6BD18 /* AmountVC.swift */,
|
|
EE1876A42219DD99004853A7 /* AmountVCViewModel.swift */,
|
|
EEBEBB852206FE1000A6BD18 /* AmountVCDelegate.swift */,
|
|
);
|
|
path = Amount;
|
|
sourceTree = "<group>";
|
|
};
|
|
EEBEBB892207071300A6BD18 /* ExtensionsTests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EE927CCF2226E7190059DADD /* Date-ExtensionTests.swift */,
|
|
EEBEBB8A2207073900A6BD18 /* String-ExtensionTests.swift */,
|
|
);
|
|
path = ExtensionsTests;
|
|
sourceTree = "<group>";
|
|
};
|
|
EEBEBB8D2207286100A6BD18 /* Types */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EEBEBB912207290A00A6BD18 /* ZECTests.swift */,
|
|
EE927CC622256C2E0059DADD /* TrxHistoryTests.swift */,
|
|
);
|
|
path = Types;
|
|
sourceTree = "<group>";
|
|
};
|
|
EEBEBB9B2208D5E700A6BD18 /* Memo */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EEBEBB9C2208D60100A6BD18 /* MemoVC.swift */,
|
|
EEBEBB9F2208D66600A6BD18 /* MemoVCDelegate.swift */,
|
|
EE1876AA221F4CD0004853A7 /* MemoVCViewModel.swift */,
|
|
);
|
|
path = Memo;
|
|
sourceTree = "<group>";
|
|
};
|
|
EECB178B2275A814002964A4 /* Language */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EECB178C2275A836002964A4 /* LanguageVC.swift */,
|
|
);
|
|
path = Language;
|
|
sourceTree = "<group>";
|
|
};
|
|
EECB17902275AC78002964A4 /* Fiat */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EECB17952275E601002964A4 /* FiatCurrencyTableViewCell.swift */,
|
|
EECB17932275E5D4002964A4 /* FiatIndexTableViewCell.swift */,
|
|
EECB17912275ACB3002964A4 /* FiatVC.swift */,
|
|
EECB17972275E7B5002964A4 /* FiatVCDelegate.swift */,
|
|
EECB17992275E894002964A4 /* FiatVCViewModel.swift */,
|
|
);
|
|
path = Fiat;
|
|
sourceTree = "<group>";
|
|
};
|
|
EEE15B0B2270E541008231B6 /* QRC */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EEE15B0C2270E736008231B6 /* QrcVC.swift */,
|
|
EEE15B0E2270E89F008231B6 /* QrcVCDelegate.swift */,
|
|
EEE15B102270E903008231B6 /* QrcVCViewModel.swift */,
|
|
);
|
|
path = QRC;
|
|
sourceTree = "<group>";
|
|
};
|
|
EEE15B1722723028008231B6 /* Settings */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EEE15B182272305C008231B6 /* SettingsVC.swift */,
|
|
EEE15B1A22723179008231B6 /* SettingsVCDelegate.swift */,
|
|
EEE15B1C227231F0008231B6 /* SettingsVCViewModel.swift */,
|
|
EEE15B212273B6C5008231B6 /* SettingsTwoLabelsTableViewCell.swift */,
|
|
EEE15B232273B701008231B6 /* SettingsOneLabelTableViewCell.swift */,
|
|
EEE15B252273B721008231B6 /* SettingsSwitchTableViewCell.swift */,
|
|
);
|
|
path = Settings;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
EE576FF921CFCC5500433CAB /* ZWallet */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = EE57701721CFCC5600433CAB /* Build configuration list for PBXNativeTarget "ZWallet" */;
|
|
buildPhases = (
|
|
EE576FF621CFCC5500433CAB /* Sources */,
|
|
EE576FF721CFCC5500433CAB /* Frameworks */,
|
|
EE576FF821CFCC5500433CAB /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = ZWallet;
|
|
productName = ZWallet;
|
|
productReference = EE576FFA21CFCC5500433CAB /* ZWallet.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
EE57700D21CFCC5600433CAB /* ZWalletTests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = EE57701A21CFCC5600433CAB /* Build configuration list for PBXNativeTarget "ZWalletTests" */;
|
|
buildPhases = (
|
|
EE57700A21CFCC5600433CAB /* Sources */,
|
|
EE57700B21CFCC5600433CAB /* Frameworks */,
|
|
EE57700C21CFCC5600433CAB /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
EE57701021CFCC5600433CAB /* PBXTargetDependency */,
|
|
);
|
|
name = ZWalletTests;
|
|
productName = ZWalletTests;
|
|
productReference = EE57700E21CFCC5600433CAB /* ZWalletTests.xctest */;
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
EE576FF221CFCC5500433CAB /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastSwiftUpdateCheck = 1010;
|
|
LastUpgradeCheck = 1010;
|
|
ORGANIZATIONNAME = "XMR Systems LLC";
|
|
TargetAttributes = {
|
|
EE576FF921CFCC5500433CAB = {
|
|
CreatedOnToolsVersion = 10.1;
|
|
LastSwiftMigration = 1020;
|
|
};
|
|
EE57700D21CFCC5600433CAB = {
|
|
CreatedOnToolsVersion = 10.1;
|
|
LastSwiftMigration = 1020;
|
|
TestTargetID = EE576FF921CFCC5500433CAB;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = EE576FF521CFCC5500433CAB /* Build configuration list for PBXProject "ZWallet" */;
|
|
compatibilityVersion = "Xcode 10.0";
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
de,
|
|
);
|
|
mainGroup = EE576FF121CFCC5500433CAB;
|
|
productRefGroup = EE576FFB21CFCC5500433CAB /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
EE576FF921CFCC5500433CAB /* ZWallet */,
|
|
EE57700D21CFCC5600433CAB /* ZWalletTests */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
EE576FF821CFCC5500433CAB /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
EE76B85421D8D1930093571F /* SourceSansPro-SemiBoldItalic.ttf in Resources */,
|
|
EE76B85C21D8D1930093571F /* SourceSansPro-BoldItalic.ttf in Resources */,
|
|
EE94A7512214B6C500882BB1 /* Review.storyboard in Resources */,
|
|
EE377ECC21EB4A6800138385 /* Passphrase.storyboard in Resources */,
|
|
EEE15B20227238FF008231B6 /* Settings.storyboard in Resources */,
|
|
EEBEBB7821FF97AC00A6BD18 /* RecipientAddress.storyboard in Resources */,
|
|
EE76B85321D8D1930093571F /* SourceSansPro-BlackItalic.ttf in Resources */,
|
|
EE377EEF21FDE64400138385 /* TrxDetails.storyboard in Resources */,
|
|
EE76B85821D8D1930093571F /* SourceSansPro-Light.ttf in Resources */,
|
|
EE76B85621D8D1930093571F /* SourceSansPro-Bold.ttf in Resources */,
|
|
EE76B85921D8D1930093571F /* SourceSansPro-Black.ttf in Resources */,
|
|
EE57702D21D38A8200433CAB /* Pin.storyboard in Resources */,
|
|
EE76B85521D8D1930093571F /* SourceSansPro-Regular.ttf in Resources */,
|
|
EE76B85721D8D1930093571F /* SourceSansPro-LightItalic.ttf in Resources */,
|
|
EE4AFAB222665DA900997CE3 /* Address.storyboard in Resources */,
|
|
EEBEBB7F2200E41D00A6BD18 /* Scan.storyboard in Resources */,
|
|
EE76B85D21D8D1930093571F /* SourceSansPro-SemiBold.ttf in Resources */,
|
|
EE07A46521E279A8006031C8 /* InfoPlist.strings in Resources */,
|
|
EE76B85F21D8D1930093571F /* SourceSansPro-Italic.ttf in Resources */,
|
|
EE76B85B21D8D1930093571F /* SourceSansPro-ExtraLight.ttf in Resources */,
|
|
EE76B85A21D8D1930093571F /* OFL.txt in Resources */,
|
|
EEBEBBA22208D76200A6BD18 /* Memo.storyboard in Resources */,
|
|
EE76B84221D7EC3F0093571F /* Home.storyboard in Resources */,
|
|
EECB178A2275A7CB002964A4 /* Language.storyboard in Resources */,
|
|
EE57700821CFCC5600433CAB /* LaunchScreen.storyboard in Resources */,
|
|
EEE15B0A2270DA23008231B6 /* QRC.storyboard in Resources */,
|
|
EEBEBB812206F81F00A6BD18 /* Amount.storyboard in Resources */,
|
|
EECB178F2275AA4D002964A4 /* Fiat.storyboard in Resources */,
|
|
EE76B85E21D8D1930093571F /* SourceSansPro-ExtraLightItalic.ttf in Resources */,
|
|
EE57700521CFCC5600433CAB /* Assets.xcassets in Resources */,
|
|
EE57700321CFCC5500433CAB /* Main.storyboard in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
EE57700C21CFCC5600433CAB /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
EE576FF621CFCC5500433CAB /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
EEBEBB862206FE1000A6BD18 /* AmountVCDelegate.swift in Sources */,
|
|
EE377EE221F4F18700138385 /* TrxDirection.swift in Sources */,
|
|
EE07A46A21E29B6F006031C8 /* AppCoordinator.swift in Sources */,
|
|
EE07A45221E23E92006031C8 /* MainVCDelegate.swift in Sources */,
|
|
EECB17922275ACB3002964A4 /* FiatVC.swift in Sources */,
|
|
EE377EC521E8F47100138385 /* PassphraseVC.swift in Sources */,
|
|
EEBEBB952207425500A6BD18 /* SendCoordinator.swift in Sources */,
|
|
EE1876A1221612AE004853A7 /* ReviewVCViewModel.swift in Sources */,
|
|
EE18769F221611E6004853A7 /* ReviewVCDelegate.swift in Sources */,
|
|
EE57702621CFFDDB00433CAB /* ZWButtom.swift in Sources */,
|
|
EE1876A322161632004853A7 /* ReviewTableViewCell.swift in Sources */,
|
|
EE377EEB21F7AF3C00138385 /* TrxDetailTableViewCell.swift in Sources */,
|
|
EE377EDA21F4BE5500138385 /* TrxHistoryProvider.swift in Sources */,
|
|
EE07A46E21E3E71B006031C8 /* OnboardingCoordinator.swift in Sources */,
|
|
EE927CC3222567960059DADD /* TrxHistory.swift in Sources */,
|
|
EE377ED821F485FB00138385 /* HomeCoordinator.swift in Sources */,
|
|
EE07A46C21E29EA4006031C8 /* BaseCoordinator.swift in Sources */,
|
|
EEE15B1B22723179008231B6 /* SettingsVCDelegate.swift in Sources */,
|
|
EE57702B21D0230C00433CAB /* ZWProgressBar.swift in Sources */,
|
|
EECB17A022777D6A002964A4 /* Languages.swift in Sources */,
|
|
EE377EED21F7B02600138385 /* TrxMemoTableViewCell.swift in Sources */,
|
|
EECB17942275E5D4002964A4 /* FiatIndexTableViewCell.swift in Sources */,
|
|
EE57702921D0011400433CAB /* Colors.swift in Sources */,
|
|
EE377EE621F4F1C400138385 /* TrxHistoryObservable.swift in Sources */,
|
|
EECB179A2275E894002964A4 /* FiatVCViewModel.swift in Sources */,
|
|
EECB179E22777ADE002964A4 /* PropertyStore.swift in Sources */,
|
|
EEBEBBA02208D75600A6BD18 /* MemoVCDelegate.swift in Sources */,
|
|
EE377EE421F4F1A100138385 /* TrxDetails.swift in Sources */,
|
|
EE377ECB21E8F71700138385 /* PassphraseEntryMode.swift in Sources */,
|
|
EEBEBB882207061300A6BD18 /* String-Extension.swift in Sources */,
|
|
EEE15B242273B701008231B6 /* SettingsOneLabelTableViewCell.swift in Sources */,
|
|
EE377EB321E5303E00138385 /* ViewFactory.swift in Sources */,
|
|
EE07A47221E3EACE006031C8 /* OnboardingCoordinator.Delegate.swift in Sources */,
|
|
EE1876A72219FA15004853A7 /* Wallet.swift in Sources */,
|
|
EE377EF321FE181000138385 /* Date-Extension.swift in Sources */,
|
|
EE07A45521E24FDD006031C8 /* Localization.swift in Sources */,
|
|
EE73BAD82260EC6C00A6C82C /* PaymentParser.swift in Sources */,
|
|
EE4AFAB1226657CD00997CE3 /* AddressVCViewModel.swift in Sources */,
|
|
EE377EE921F7A76500138385 /* TrxDetailsVC.swift in Sources */,
|
|
EEBEBB7B2200DFC000A6BD18 /* ScanVC.swift in Sources */,
|
|
EEE15B1D227231F0008231B6 /* SettingsVCViewModel.swift in Sources */,
|
|
EE1876A9221EE0B2004853A7 /* Payment.swift in Sources */,
|
|
EECB178D2275A836002964A4 /* LanguageVC.swift in Sources */,
|
|
EEE15B1522722C77008231B6 /* SettingsCoordinator.swift in Sources */,
|
|
EE576FFE21CFCC5500433CAB /* AppDelegate.swift in Sources */,
|
|
EE94A74C22135B7200882BB1 /* TrxDetailsVCDelegate.swift in Sources */,
|
|
EEE15B0F2270E89F008231B6 /* QrcVCDelegate.swift in Sources */,
|
|
EE377EC021E7D92200138385 /* PinEntryMode.swift in Sources */,
|
|
EEE15B262273B721008231B6 /* SettingsSwitchTableViewCell.swift in Sources */,
|
|
EE21434D22298F8900F3902D /* UINavigationController-Extension.swift in Sources */,
|
|
EE377EB721E6831E00138385 /* CreateNewWalletCoordinator.Delegate.swift in Sources */,
|
|
EEBEBB7D2200E10B00A6BD18 /* ScanVCDelegate.swift in Sources */,
|
|
EE377ED421F4827500138385 /* HomeTrxTableViewCell.swift in Sources */,
|
|
EEE15B132270ECE8008231B6 /* QrcGenerator.swift in Sources */,
|
|
EECB179C22760EAB002964A4 /* Currencies.swift in Sources */,
|
|
EE377EB521E6821F00138385 /* CreateNewWalletCoordinator.swift in Sources */,
|
|
EE377ECF21EB56AD00138385 /* ZWKeyboardLayoutConstraint.swift in Sources */,
|
|
EEBEBB7521FF8DC800A6BD18 /* RecipientAddressVC.swift in Sources */,
|
|
EEE15B1F22723478008231B6 /* SettingsCoordinator.Delegate.swift in Sources */,
|
|
EE377EBC21E68AB000138385 /* PinVC.swift in Sources */,
|
|
EE4AFAAF2266554100997CE3 /* AddressVCDelegate.swift in Sources */,
|
|
EEE15B0D2270E736008231B6 /* QrcVC.swift in Sources */,
|
|
EE94A7502214B52900882BB1 /* ReviewVC.swift in Sources */,
|
|
EE377EC221E7DFD200138385 /* Constants.swift in Sources */,
|
|
EE377EC921E8F67000138385 /* PassphraseVCDelegate.swift in Sources */,
|
|
EEBEBB9E2208D64C00A6BD18 /* AmountVC.swift in Sources */,
|
|
EE07A45721E26E88006031C8 /* IocContainer.swift in Sources */,
|
|
EE73BADA2260ED6F00A6C82C /* InvalidPaymentUri.swift in Sources */,
|
|
EE377EF121FDEE3F00138385 /* ZEC.swift in Sources */,
|
|
EEBEBB972207477100A6BD18 /* SendCoordinator.Delegate.swift in Sources */,
|
|
EE377ED221F47E1400138385 /* HomeVC.swift in Sources */,
|
|
EECB17982275E7B5002964A4 /* FiatVCDelegate.swift in Sources */,
|
|
EEE15B222273B6C5008231B6 /* SettingsTwoLabelsTableViewCell.swift in Sources */,
|
|
EE377ED621F4835F00138385 /* HomeVCDelegate.swift in Sources */,
|
|
EE377EBE21E68C0B00138385 /* PinVCDelegate.swift in Sources */,
|
|
EE1876A52219DD99004853A7 /* AmountVCViewModel.swift in Sources */,
|
|
EE57702F21D38BAD00433CAB /* ZWPinDotView.swift in Sources */,
|
|
EE1876AB221F4CD0004853A7 /* MemoVCViewModel.swift in Sources */,
|
|
EEBEBB7721FF91B700A6BD18 /* RecipientAddressDelegate.swift in Sources */,
|
|
EEE15B112270E903008231B6 /* QrcVCViewModel.swift in Sources */,
|
|
EE4AFAAD226652E500997CE3 /* AddressVC.swift in Sources */,
|
|
EECB17962275E601002964A4 /* FiatCurrencyTableViewCell.swift in Sources */,
|
|
EEBEBBA12208D75A00A6BD18 /* MemoVC.swift in Sources */,
|
|
EE07A45021E23E43006031C8 /* MainVC.swift in Sources */,
|
|
EEE15B192272305C008231B6 /* SettingsVC.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
EE57700A21CFCC5600433CAB /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
EE927CCE22256FBD0059DADD /* TrxHistoryObservable.swift in Sources */,
|
|
EE927CCD22256FB00059DADD /* TrxHistoryProvider.swift in Sources */,
|
|
EE927CCA22256DB50059DADD /* TrxDirection.swift in Sources */,
|
|
EEBEBB8B2207073900A6BD18 /* String-ExtensionTests.swift in Sources */,
|
|
EE377EDF21F4C45A00138385 /* TrxHistoryProviderTests.swift in Sources */,
|
|
EE927CCB22256F800059DADD /* Wallet.swift in Sources */,
|
|
EE927CD02226E7190059DADD /* Date-ExtensionTests.swift in Sources */,
|
|
EEBEBB8C220707FC00A6BD18 /* String-Extension.swift in Sources */,
|
|
EE927CC822256C850059DADD /* TrxHistory.swift in Sources */,
|
|
EE927CC922256DA60059DADD /* TrxDetails.swift in Sources */,
|
|
EEBEBB90220728E000A6BD18 /* ZEC.swift in Sources */,
|
|
EE927CC722256C2E0059DADD /* TrxHistoryTests.swift in Sources */,
|
|
EEBEBB922207290A00A6BD18 /* ZECTests.swift in Sources */,
|
|
EE927CCC22256F890059DADD /* Payment.swift in Sources */,
|
|
EEBEBB9322073A4500A6BD18 /* Constants.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
EE57701021CFCC5600433CAB /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = EE576FF921CFCC5500433CAB /* ZWallet */;
|
|
targetProxy = EE57700F21CFCC5600433CAB /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
EE07A46721E279A8006031C8 /* InfoPlist.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
EE07A46621E279A8006031C8 /* en */,
|
|
EE07A46821E27B55006031C8 /* de */,
|
|
);
|
|
name = InfoPlist.strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
EE57700121CFCC5500433CAB /* Main.storyboard */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
EE57700221CFCC5500433CAB /* Base */,
|
|
);
|
|
name = Main.storyboard;
|
|
sourceTree = "<group>";
|
|
};
|
|
EE57700621CFCC5600433CAB /* LaunchScreen.storyboard */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
EE57700721CFCC5600433CAB /* Base */,
|
|
);
|
|
name = LaunchScreen.storyboard;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
EE57701521CFCC5600433CAB /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_COMMA = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
ENABLE_TESTABILITY = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 12.2;
|
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
MTL_FAST_MATH = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = iphoneos;
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
};
|
|
name = Debug;
|
|
};
|
|
EE57701621CFCC5600433CAB /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_COMMA = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 12.2;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
MTL_FAST_MATH = YES;
|
|
SDKROOT = iphoneos;
|
|
SWIFT_COMPILATION_MODE = wholemodule;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
|
VALIDATE_PRODUCT = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
EE57701821CFCC5600433CAB /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEVELOPMENT_TEAM = H6QW9ES945;
|
|
INFOPLIST_FILE = ZWallet/Infrastructure/Info.plist;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 12.2;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
);
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.XMRSystemsLLC.ZECWallet;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Debug;
|
|
};
|
|
EE57701921CFCC5600433CAB /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEVELOPMENT_TEAM = H6QW9ES945;
|
|
INFOPLIST_FILE = ZWallet/Infrastructure/Info.plist;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 12.2;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
);
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.XMRSystemsLLC.ZECWallet;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Release;
|
|
};
|
|
EE57701B21CFCC5600433CAB /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEVELOPMENT_TEAM = H6QW9ES945;
|
|
INFOPLIST_FILE = ZWalletTests/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
"@loader_path/Frameworks",
|
|
);
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.XMRSystemsLLC.ZWalletTests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ZWallet.app/ZWallet";
|
|
};
|
|
name = Debug;
|
|
};
|
|
EE57701C21CFCC5600433CAB /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEVELOPMENT_TEAM = H6QW9ES945;
|
|
INFOPLIST_FILE = ZWalletTests/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
"@loader_path/Frameworks",
|
|
);
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.XMRSystemsLLC.ZWalletTests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ZWallet.app/ZWallet";
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
EE576FF521CFCC5500433CAB /* Build configuration list for PBXProject "ZWallet" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
EE57701521CFCC5600433CAB /* Debug */,
|
|
EE57701621CFCC5600433CAB /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
EE57701721CFCC5600433CAB /* Build configuration list for PBXNativeTarget "ZWallet" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
EE57701821CFCC5600433CAB /* Debug */,
|
|
EE57701921CFCC5600433CAB /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
EE57701A21CFCC5600433CAB /* Build configuration list for PBXNativeTarget "ZWalletTests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
EE57701B21CFCC5600433CAB /* Debug */,
|
|
EE57701C21CFCC5600433CAB /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = EE576FF221CFCC5500433CAB /* Project object */;
|
|
}
|