|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 4411402421C8B290703B13EB /* Pods_Adamant.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C107D5CB65B4D728B9D97C0F /* Pods_Adamant.framework */; };
|
| 11 | + 6406D74A21C7F06000196713 /* SearchResultsViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6406D74821C7F06000196713 /* SearchResultsViewController.xib */; }; |
11 | 12 | 6406D74D21CE3AC100196713 /* KeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6406D74C21CE3AC100196713 /* KeyboardManager.swift */; };
|
12 | 13 | 6414C18E217DF43100373FA6 /* String+adamant.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6414C18D217DF43100373FA6 /* String+adamant.swift */; };
|
13 | 14 | 6416B19D21AD7B92006089AC /* LskWalletRoutes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6416B19C21AD7B92006089AC /* LskWalletRoutes.swift */; };
|
|
31 | 32 | 6455E9F121075D3600B2E94C /* AddressBookService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6455E9F021075D3600B2E94C /* AddressBookService.swift */; };
|
32 | 33 | 6455E9F321075D8000B2E94C /* AdamantAddressBookService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6455E9F221075D8000B2E94C /* AdamantAddressBookService.swift */; };
|
33 | 34 | 6458548C211B3AB1004C5909 /* WelcomeViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6458548A211B3AB1004C5909 /* WelcomeViewController.xib */; };
|
| 35 | + 645AE06621E67D3300AD3623 /* UITextField+adamant.swift in Sources */ = {isa = PBXBuildFile; fileRef = 645AE06521E67D3300AD3623 /* UITextField+adamant.swift */; }; |
34 | 36 | 645E7B062111DF3A006CC9FD /* Crypto.swift in Sources */ = {isa = PBXBuildFile; fileRef = 645E7B052111DF3A006CC9FD /* Crypto.swift */; };
|
35 | 37 | 645FEB34213E72C100D6BA2D /* OnboardViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 645FEB32213E72C100D6BA2D /* OnboardViewController.swift */; };
|
36 | 38 | 645FEB35213E72C100D6BA2D /* OnboardViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 645FEB33213E72C100D6BA2D /* OnboardViewController.xib */; };
|
|
39 | 41 | 649D6BE821B95DB7009E727B /* LskWalletService+RichMessageProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 649D6BE721B95DB7009E727B /* LskWalletService+RichMessageProvider.swift */; };
|
40 | 42 | 649D6BEA21B9627B009E727B /* LskWalletService+RichMessageProviderWithStatusCheck.swift in Sources */ = {isa = PBXBuildFile; fileRef = 649D6BE921B9627B009E727B /* LskWalletService+RichMessageProviderWithStatusCheck.swift */; };
|
41 | 43 | 649D6BEC21BD5A53009E727B /* UISuffixTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 649D6BEB21BD5A53009E727B /* UISuffixTextField.swift */; };
|
| 44 | + 649D6BF021BFF481009E727B /* AdamantChatsProvider+search.swift in Sources */ = {isa = PBXBuildFile; fileRef = 649D6BEF21BFF481009E727B /* AdamantChatsProvider+search.swift */; }; |
| 45 | + 649D6BF221C27D5C009E727B /* SearchResultsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 649D6BF121C27D5C009E727B /* SearchResultsViewController.swift */; }; |
42 | 46 | 649E9A152111B3C200686B01 /* Mnemonic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 649E9A142111B3C200686B01 /* Mnemonic.swift */; };
|
43 | 47 | 64A223D620F760BB005157CB /* Localization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64A223D520F760BB005157CB /* Localization.swift */; };
|
44 | 48 | 64A223D820F7A08E005157CB /* LskApiService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64A223D720F7A08E005157CB /* LskApiService.swift */; };
|
|
299 | 303 | /* End PBXContainerItemProxy section */
|
300 | 304 |
|
301 | 305 | /* Begin PBXFileReference section */
|
| 306 | + 6406D74821C7F06000196713 /* SearchResultsViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SearchResultsViewController.xib; sourceTree = "<group>"; }; |
302 | 307 | 6406D74C21CE3AC100196713 /* KeyboardManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardManager.swift; sourceTree = "<group>"; };
|
303 | 308 | 6414C18D217DF43100373FA6 /* String+adamant.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+adamant.swift"; sourceTree = "<group>"; };
|
304 | 309 | 6416B19C21AD7B92006089AC /* LskWalletRoutes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LskWalletRoutes.swift; sourceTree = "<group>"; };
|
|
322 | 327 | 6455E9F021075D3600B2E94C /* AddressBookService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddressBookService.swift; sourceTree = "<group>"; };
|
323 | 328 | 6455E9F221075D8000B2E94C /* AdamantAddressBookService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AdamantAddressBookService.swift; sourceTree = "<group>"; };
|
324 | 329 | 6458548A211B3AB1004C5909 /* WelcomeViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = WelcomeViewController.xib; sourceTree = "<group>"; };
|
| 330 | + 645AE06521E67D3300AD3623 /* UITextField+adamant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UITextField+adamant.swift"; sourceTree = "<group>"; }; |
325 | 331 | 645E7B052111DF3A006CC9FD /* Crypto.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Crypto.swift; sourceTree = "<group>"; };
|
326 | 332 | 645FEB32213E72C100D6BA2D /* OnboardViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnboardViewController.swift; sourceTree = "<group>"; };
|
327 | 333 | 645FEB33213E72C100D6BA2D /* OnboardViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = OnboardViewController.xib; sourceTree = "<group>"; };
|
|
330 | 336 | 649D6BE721B95DB7009E727B /* LskWalletService+RichMessageProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "LskWalletService+RichMessageProvider.swift"; sourceTree = "<group>"; };
|
331 | 337 | 649D6BE921B9627B009E727B /* LskWalletService+RichMessageProviderWithStatusCheck.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "LskWalletService+RichMessageProviderWithStatusCheck.swift"; sourceTree = "<group>"; };
|
332 | 338 | 649D6BEB21BD5A53009E727B /* UISuffixTextField.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UISuffixTextField.swift; sourceTree = "<group>"; };
|
| 339 | + 649D6BEF21BFF481009E727B /* AdamantChatsProvider+search.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AdamantChatsProvider+search.swift"; sourceTree = "<group>"; }; |
| 340 | + 649D6BF121C27D5C009E727B /* SearchResultsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchResultsViewController.swift; sourceTree = "<group>"; }; |
333 | 341 | 649E9A142111B3C200686B01 /* Mnemonic.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Mnemonic.swift; sourceTree = "<group>"; };
|
334 | 342 | 64A223D520F760BB005157CB /* Localization.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Localization.swift; sourceTree = "<group>"; };
|
335 | 343 | 64A223D720F7A08E005157CB /* LskApiService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LskApiService.swift; sourceTree = "<group>"; };
|
|
798 | 806 | E927171D20C04613002BB9A6 /* UIColor+hex.swift */,
|
799 | 807 | E98FC34320F920BD00032D65 /* UIFont+adamant.swift */,
|
800 | 808 | E9D1BE19211DA25300E86B72 /* UIView+constraints.swift */,
|
| 809 | + 645AE06521E67D3300AD3623 /* UITextField+adamant.swift */, |
801 | 810 | );
|
802 | 811 | path = Helpers;
|
803 | 812 | sourceTree = "<group>";
|
|
1013 | 1022 | E95F85C6200A9B070070534A /* ChatTableViewCell.xib */,
|
1014 | 1023 | E974D167215D033C003AD7E8 /* ChatCell.swift */,
|
1015 | 1024 | E9240BF8215D813A00187B09 /* CustomCellDeleage.swift */,
|
| 1025 | + 649D6BF121C27D5C009E727B /* SearchResultsViewController.swift */, |
| 1026 | + 6406D74821C7F06000196713 /* SearchResultsViewController.xib */, |
1016 | 1027 | );
|
1017 | 1028 | path = Chats;
|
1018 | 1029 | sourceTree = "<group>";
|
|
1090 | 1101 | E93B0D752028B28E00126346 /* AdamantChatsProvider.swift */,
|
1091 | 1102 | E9A174B62057F1B3003667CD /* AdamantChatsProvider+backgroundFetch.swift */,
|
1092 | 1103 | E987024820C2B1F700E393F4 /* AdamantChatsProvider+fakeMessages.swift */,
|
| 1104 | + 649D6BEF21BFF481009E727B /* AdamantChatsProvider+search.swift */, |
1093 | 1105 | E9B3D3A8202082450019EB36 /* AdamantTransfersProvider.swift */,
|
1094 | 1106 | E9A174B42057EDCE003667CD /* AdamantTransfersProvider+backgroundFetch.swift */,
|
1095 | 1107 | E9722067201F42CC004F2AAD /* InMemoryCoreDataStack.swift */,
|
|
1324 | 1336 | E9EC3416200524CA00C0E546 /* Exo+2_300_normal.ttf in Resources */,
|
1325 | 1337 | E9EC341C200524CA00C0E546 /* Roboto_400_italic.ttf in Resources */,
|
1326 | 1338 | E94E7B0C205D5E4A0042B639 /* TransactionsListViewControllerBase.xib in Resources */,
|
| 1339 | + 6406D74A21C7F06000196713 /* SearchResultsViewController.xib in Resources */, |
1327 | 1340 | E9EC3415200524CA00C0E546 /* Exo+2_100_normal.ttf in Resources */,
|
1328 | 1341 | E9EC341A200524CA00C0E546 /* Exo+2_700_normal.ttf in Resources */,
|
1329 | 1342 | E95CB456205D77B500A7218E /* Localizable.strings in Resources */,
|
|
1374 | 1387 | "${BUILT_PRODUCTS_DIR}/Eureka/Eureka.framework",
|
1375 | 1388 | "${BUILT_PRODUCTS_DIR}/FTIndicator/FTIndicator.framework",
|
1376 | 1389 | "${BUILT_PRODUCTS_DIR}/FreakingSimpleRoundImageView/FreakingSimpleRoundImageView.framework",
|
1377 |
| - "${BUILT_PRODUCTS_DIR}/Haring/Haring.framework", |
1378 | 1390 | "${BUILT_PRODUCTS_DIR}/KeychainAccess/KeychainAccess.framework",
|
1379 | 1391 | "${BUILT_PRODUCTS_DIR}/Lisk/Lisk.framework",
|
| 1392 | + "${BUILT_PRODUCTS_DIR}/MarkdownKit/MarkdownKit.framework", |
1380 | 1393 | "${BUILT_PRODUCTS_DIR}/MessageInputBar/MessageInputBar.framework",
|
1381 | 1394 | "${BUILT_PRODUCTS_DIR}/MessageKit/MessageKit.framework",
|
1382 | 1395 | "${BUILT_PRODUCTS_DIR}/MyLittlePinpad/MyLittlePinpad.framework",
|
|
1409 | 1422 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Eureka.framework",
|
1410 | 1423 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FTIndicator.framework",
|
1411 | 1424 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FreakingSimpleRoundImageView.framework",
|
1412 |
| - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Haring.framework", |
1413 | 1425 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/KeychainAccess.framework",
|
1414 | 1426 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Lisk.framework",
|
| 1427 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MarkdownKit.framework", |
1415 | 1428 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MessageInputBar.framework",
|
1416 | 1429 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MessageKit.framework",
|
1417 | 1430 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MyLittlePinpad.framework",
|
|
1511 | 1524 | E91947B020002393001362F8 /* AdamantApiService.swift in Sources */,
|
1512 | 1525 | E921597B206503000000CA5C /* ButtonsStripeView.swift in Sources */,
|
1513 | 1526 | E9A03FD820DC0ABA007653A1 /* AdamantNodesSource.swift in Sources */,
|
| 1527 | + 649D6BF221C27D5C009E727B /* SearchResultsViewController.swift in Sources */, |
1514 | 1528 | E9E7CD8D20026B6600DFC4DB /* DialogService.swift in Sources */,
|
1515 | 1529 | E9E7CDB72003994E00DFC4DB /* AdamantUtilities.swift in Sources */,
|
1516 | 1530 | E9147B6320505C7500145913 /* QRCodeReader+adamant.swift in Sources */,
|
|
1612 | 1626 | E9150B802066861D0065A985 /* ChatViewController+MessageKit.swift in Sources */,
|
1613 | 1627 | E90055F920ECD86800D0CB2D /* SecurityViewController+StayIn.swift in Sources */,
|
1614 | 1628 | E90847322196FEA80095825D /* TransferTransaction+CoreDataClass.swift in Sources */,
|
| 1629 | + 645AE06621E67D3300AD3623 /* UITextField+adamant.swift in Sources */, |
1615 | 1630 | E90847392196FEF50095825D /* BaseTransaction+TransactionDetails.swift in Sources */,
|
| 1631 | + 649D6BF021BFF481009E727B /* AdamantChatsProvider+search.swift in Sources */, |
1616 | 1632 | E908473B219707200095825D /* AccountViewController+StayIn.swift in Sources */,
|
1617 | 1633 | E9204B5220C9762400F3B9AB /* MessageStatus.swift in Sources */,
|
1618 | 1634 | E993302421369B8A00CD5200 /* RichMessage.swift in Sources */,
|
|
0 commit comments