|
43 | 43 | E91947B22000246A001362F8 /* AdamantError.swift in Sources */ = {isa = PBXBuildFile; fileRef = E91947B12000246A001362F8 /* AdamantError.swift */; };
|
44 | 44 | E91947B420002809001362F8 /* Account.swift in Sources */ = {isa = PBXBuildFile; fileRef = E91947B320002809001362F8 /* Account.swift */; };
|
45 | 45 | E91A063A209F05AA0018A102 /* NotificationsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E91A0639209F05AA0018A102 /* NotificationsViewController.swift */; };
|
| 46 | + E9204B5020C94C4A00F3B9AB /* Date+humanizedString.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9204B4F20C94C4A00F3B9AB /* Date+humanizedString.swift */; }; |
| 47 | + E9204B5220C9762400F3B9AB /* MessageStatus.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9204B5120C9762300F3B9AB /* MessageStatus.swift */; }; |
46 | 48 | E9215973206119FB0000CA5C /* ReachabilityMonitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9215972206119FB0000CA5C /* ReachabilityMonitor.swift */; };
|
47 | 49 | E921597520611A6A0000CA5C /* AdamantReachability.swift in Sources */ = {isa = PBXBuildFile; fileRef = E921597420611A6A0000CA5C /* AdamantReachability.swift */; };
|
48 | 50 | E921597B206503000000CA5C /* ButtonsStripeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E921597A206503000000CA5C /* ButtonsStripeView.swift */; };
|
|
231 | 233 | E91947B12000246A001362F8 /* AdamantError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AdamantError.swift; sourceTree = "<group>"; };
|
232 | 234 | E91947B320002809001362F8 /* Account.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Account.swift; sourceTree = "<group>"; };
|
233 | 235 | E91A0639209F05AA0018A102 /* NotificationsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationsViewController.swift; sourceTree = "<group>"; };
|
| 236 | + E9204B4F20C94C4A00F3B9AB /* Date+humanizedString.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Date+humanizedString.swift"; sourceTree = "<group>"; }; |
| 237 | + E9204B5120C9762300F3B9AB /* MessageStatus.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MessageStatus.swift; sourceTree = "<group>"; }; |
234 | 238 | E9215972206119FB0000CA5C /* ReachabilityMonitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReachabilityMonitor.swift; sourceTree = "<group>"; };
|
235 | 239 | E921597420611A6A0000CA5C /* AdamantReachability.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AdamantReachability.swift; sourceTree = "<group>"; };
|
236 | 240 | E921597A206503000000CA5C /* ButtonsStripeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ButtonsStripeView.swift; sourceTree = "<group>"; };
|
|
469 | 473 | isa = PBXGroup;
|
470 | 474 | children = (
|
471 | 475 | E91947B320002809001362F8 /* Account.swift */,
|
| 476 | + E9393FA92055D03300EE6F30 /* AdamantMessage.swift */, |
472 | 477 | E95F85862008FDBF0070534A /* ChatAsset.swift */,
|
473 | 478 | E95F8588200900B10070534A /* ChatType.swift */,
|
| 479 | + E9204B5120C9762300F3B9AB /* MessageStatus.swift */, |
| 480 | + E95F85682006AB9D0070534A /* NormalizedTransaction.swift */, |
474 | 481 | E965A53320B833A00041A3EA /* StateAsset.swift */,
|
475 | 482 | E965A53120B82C850041A3EA /* StateType.swift */,
|
476 |
| - E95F85682006AB9D0070534A /* NormalizedTransaction.swift */, |
477 | 483 | E9E7CDC920040CC200DFC4DB /* Transaction.swift */,
|
478 |
| - E9E7CDCB20040FDC00DFC4DB /* TransactionType.swift */, |
479 |
| - E9393FA92055D03300EE6F30 /* AdamantMessage.swift */, |
480 | 484 | E965A53520B8370C0041A3EA /* TransactionAsset.swift */,
|
| 485 | + E9E7CDCB20040FDC00DFC4DB /* TransactionType.swift */, |
481 | 486 | );
|
482 | 487 | path = Models;
|
483 | 488 | sourceTree = "<group>";
|
|
488 | 493 | E91947B12000246A001362F8 /* AdamantError.swift */,
|
489 | 494 | E9061B96207501E40011F104 /* AdamantUserInfoKey.swift */,
|
490 | 495 | E9FAE5D9203DBFEF008D3A6B /* Comparable+clamped.swift */,
|
| 496 | + E9204B4F20C94C4A00F3B9AB /* Date+humanizedString.swift */, |
491 | 497 | E9393FA72055C92700EE6F30 /* Decimal+adamant.swift */,
|
492 | 498 | E95F856420067A030070534A /* GlobalConstants.swift */,
|
493 | 499 | E95F856A200789450070534A /* JSModels.swift */,
|
|
763 | 769 | buildConfigurationList = E913C9001FFFA51E001A83F7 /* Build configuration list for PBXNativeTarget "Adamant" */;
|
764 | 770 | buildPhases = (
|
765 | 771 | E40A2E5936758D20792675C8 /* [CP] Check Pods Manifest.lock */,
|
| 772 | + E9204B4120C6C10000F3B9AB /* [ADAMANT] Set AppStore passphrase for KeychainStore */, |
766 | 773 | E913C8EA1FFFA51D001A83F7 /* Sources */,
|
767 | 774 | E913C8EB1FFFA51D001A83F7 /* Frameworks */,
|
768 | 775 | E913C8EC1FFFA51D001A83F7 /* Resources */,
|
769 | 776 | 1C93FABD2FEB3E73F76872C8 /* [CP] Embed Pods Frameworks */,
|
| 777 | + E9204B4420C6D80900F3B9AB /* [ADAMANT] Set Debug passphrase for KeychainStore */, |
770 | 778 | );
|
771 | 779 | buildRules = (
|
772 | 780 | );
|
|
906 | 914 | "${SRCROOT}/Pods/Target Support Files/Pods-Adamant/Pods-Adamant-frameworks.sh",
|
907 | 915 | "${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework",
|
908 | 916 | "${BUILT_PRODUCTS_DIR}/CryptoSwift/CryptoSwift.framework",
|
| 917 | + "${BUILT_PRODUCTS_DIR}/DateToolsSwift/DateToolsSwift.framework", |
909 | 918 | "${BUILT_PRODUCTS_DIR}/EFQRCode/EFQRCode.framework",
|
910 | 919 | "${BUILT_PRODUCTS_DIR}/Eureka/Eureka.framework",
|
911 | 920 | "${BUILT_PRODUCTS_DIR}/FTIndicator/FTIndicator.framework",
|
|
924 | 933 | outputPaths = (
|
925 | 934 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework",
|
926 | 935 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CryptoSwift.framework",
|
| 936 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DateToolsSwift.framework", |
927 | 937 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/EFQRCode.framework",
|
928 | 938 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Eureka.framework",
|
929 | 939 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FTIndicator.framework",
|
|
961 | 971 | shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
962 | 972 | showEnvVarsInLog = 0;
|
963 | 973 | };
|
| 974 | + E9204B4120C6C10000F3B9AB /* [ADAMANT] Set AppStore passphrase for KeychainStore */ = { |
| 975 | + isa = PBXShellScriptBuildPhase; |
| 976 | + buildActionMask = 2147483647; |
| 977 | + files = ( |
| 978 | + ); |
| 979 | + inputPaths = ( |
| 980 | + ); |
| 981 | + name = "[ADAMANT] Set AppStore passphrase for KeychainStore"; |
| 982 | + outputPaths = ( |
| 983 | + ); |
| 984 | + runOnlyForDeploymentPostprocessing = 0; |
| 985 | + shellPath = /bin/sh; |
| 986 | + shellScript = "if [ \"${CONFIGURATION}\" = \"Release\" ]; then\n ${SOURCE_ROOT}/keychain-toAppstore.sh\nfi"; |
| 987 | + }; |
| 988 | + E9204B4420C6D80900F3B9AB /* [ADAMANT] Set Debug passphrase for KeychainStore */ = { |
| 989 | + isa = PBXShellScriptBuildPhase; |
| 990 | + buildActionMask = 2147483647; |
| 991 | + files = ( |
| 992 | + ); |
| 993 | + inputPaths = ( |
| 994 | + ); |
| 995 | + name = "[ADAMANT] Set Debug passphrase for KeychainStore"; |
| 996 | + outputPaths = ( |
| 997 | + ); |
| 998 | + runOnlyForDeploymentPostprocessing = 0; |
| 999 | + shellPath = /bin/sh; |
| 1000 | + shellScript = "if [ \"${CONFIGURATION}\" = \"Release\" ]; then\n ${SOURCE_ROOT}/keychain-toDebug.sh\nfi"; |
| 1001 | + }; |
964 | 1002 | /* End PBXShellScriptBuildPhase section */
|
965 | 1003 |
|
966 | 1004 | /* Begin PBXSourcesBuildPhase section */
|
|
985 | 1023 | E9942B80203C058C00C163AF /* QRGeneratorViewController.swift in Sources */,
|
986 | 1024 | E921597520611A6A0000CA5C /* AdamantReachability.swift in Sources */,
|
987 | 1025 | E9150BA22066DA210065A985 /* ChatTransaction+CoreDataProperties.swift in Sources */,
|
| 1026 | + E9204B5020C94C4A00F3B9AB /* Date+humanizedString.swift in Sources */, |
988 | 1027 | E9E7CD9120026FA100DFC4DB /* SwinjectDependencies.swift in Sources */,
|
989 | 1028 | E9E7CD8B20026B0600DFC4DB /* AccountService.swift in Sources */,
|
990 | 1029 | E9150B992066DA210065A985 /* TransferTransaction+CoreDataClass.swift in Sources */,
|
|
1039 | 1078 | E913C90D1FFFA99B001A83F7 /* Keypair.swift in Sources */,
|
1040 | 1079 | E9150B802066861D0065A985 /* ChatViewController+MessageKit.swift in Sources */,
|
1041 | 1080 | E95CB464205D8BBA00A7218E /* EurekaAccountRow.swift in Sources */,
|
| 1081 | + E9204B5220C9762400F3B9AB /* MessageStatus.swift in Sources */, |
1042 | 1082 | E948E03B20235E2300975D6B /* SettingsRoutes.swift in Sources */,
|
1043 | 1083 | E9CAE8D82018ACA700345E76 /* AdamantApi+Transfers.swift in Sources */,
|
1044 | 1084 | E9E7CDCC20040FDC00DFC4DB /* TransactionType.swift in Sources */,
|
|
0 commit comments