|
27 | 27 | E93EFE13200D1156000BB482 /* ChatViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E93EFE12200D1156000BB482 /* ChatViewController.swift */; };
|
28 | 28 | E948E03B20235E2300975D6B /* SettingsRoutes.swift in Sources */ = {isa = PBXBuildFile; fileRef = E948E03A20235E2300975D6B /* SettingsRoutes.swift */; };
|
29 | 29 | E948E0482024F02700975D6B /* Footer.xib in Resources */ = {isa = PBXBuildFile; fileRef = E948E0472024F02700975D6B /* Footer.xib */; };
|
| 30 | + E948E04A2027673400975D6B /* ExportTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = E948E0492027673400975D6B /* ExportTools.swift */; }; |
| 31 | + E948E04C2027679300975D6B /* AdamantExportTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = E948E04B2027679300975D6B /* AdamantExportTools.swift */; }; |
| 32 | + E948E04E20278D5600975D6B /* SettingsDependencies.swift in Sources */ = {isa = PBXBuildFile; fileRef = E948E04D20278D5600975D6B /* SettingsDependencies.swift */; }; |
30 | 33 | E95F856520067A030070534A /* GlobalConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = E95F856420067A030070534A /* GlobalConstants.swift */; };
|
31 | 34 | E95F85692006AB9D0070534A /* NormalizedTransaction.swift in Sources */ = {isa = PBXBuildFile; fileRef = E95F85682006AB9D0070534A /* NormalizedTransaction.swift */; };
|
32 | 35 | E95F856B200789450070534A /* JSModels.swift in Sources */ = {isa = PBXBuildFile; fileRef = E95F856A200789450070534A /* JSModels.swift */; };
|
|
165 | 168 | E93EFE12200D1156000BB482 /* ChatViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatViewController.swift; sourceTree = "<group>"; };
|
166 | 169 | E948E03A20235E2300975D6B /* SettingsRoutes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsRoutes.swift; sourceTree = "<group>"; };
|
167 | 170 | E948E0472024F02700975D6B /* Footer.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = Footer.xib; sourceTree = "<group>"; };
|
| 171 | + E948E0492027673400975D6B /* ExportTools.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExportTools.swift; sourceTree = "<group>"; }; |
| 172 | + E948E04B2027679300975D6B /* AdamantExportTools.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AdamantExportTools.swift; sourceTree = "<group>"; }; |
| 173 | + E948E04D20278D5600975D6B /* SettingsDependencies.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsDependencies.swift; sourceTree = "<group>"; }; |
168 | 174 | E95F856420067A030070534A /* GlobalConstants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GlobalConstants.swift; sourceTree = "<group>"; };
|
169 | 175 | E95F85682006AB9D0070534A /* NormalizedTransaction.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NormalizedTransaction.swift; sourceTree = "<group>"; };
|
170 | 176 | E95F856A200789450070534A /* JSModels.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSModels.swift; sourceTree = "<group>"; };
|
|
334 | 340 | E95F858D20093F940070534A /* ChatDataProvider.swift */,
|
335 | 341 | E93580DA20160BC10057FC2E /* ContactsService.swift */,
|
336 | 342 | E9E7CD8C20026B6600DFC4DB /* DialogService.swift */,
|
| 343 | + E948E0492027673400975D6B /* ExportTools.swift */, |
337 | 344 | E9C51ECA200E2AA100385EB7 /* FeeCalculator.swift */,
|
338 | 345 | E9E7CDAE2002B8A100DFC4DB /* Router.swift */,
|
339 | 346 | );
|
|
352 | 359 | E913C9161FFFAF76001A83F7 /* JSAdamantCore.swift */,
|
353 | 360 | E93580DC20160BD30057FC2E /* KnownContactsService.swift */,
|
354 | 361 | E9E7CDB42002BA6900DFC4DB /* SwinjectedRouter.swift */,
|
| 362 | + E948E04B2027679300975D6B /* AdamantExportTools.swift */, |
355 | 363 | );
|
356 | 364 | path = Services;
|
357 | 365 | sourceTree = "<group>";
|
|
470 | 478 | isa = PBXGroup;
|
471 | 479 | children = (
|
472 | 480 | E982F69920235B1300566AC7 /* Settings.storyboard */,
|
| 481 | + E948E04D20278D5600975D6B /* SettingsDependencies.swift */, |
473 | 482 | E948E03A20235E2300975D6B /* SettingsRoutes.swift */,
|
474 | 483 | E982F69B20235B4D00566AC7 /* SettingsTableViewController.swift */,
|
475 | 484 | );
|
|
791 | 800 | E9E7CDBB2003AAA700DFC4DB /* RoundAvatarTableViewCell.swift in Sources */,
|
792 | 801 | E9E7CDAF2002B8A100DFC4DB /* Router.swift in Sources */,
|
793 | 802 | E9E7CDC72003F6D200DFC4DB /* TransactionTableViewCell.swift in Sources */,
|
| 803 | + E948E04E20278D5600975D6B /* SettingsDependencies.swift in Sources */, |
794 | 804 | E9C51ECD200E2BF900385EB7 /* HardFeeCalculator.swift in Sources */,
|
795 | 805 | E9E7CDB32002B9FB00DFC4DB /* LoginRoutes.swift in Sources */,
|
796 | 806 | E95F85B0200952AF0070534A /* Chatroom+CoreDataProperties.swift in Sources */,
|
797 | 807 | E91947B22000246A001362F8 /* AdamantError.swift in Sources */,
|
798 | 808 | E95F85802008C8D70070534A /* ChatsRoutes.swift in Sources */,
|
| 809 | + E948E04A2027673400975D6B /* ExportTools.swift in Sources */, |
799 | 810 | E95F85AF200952AF0070534A /* Chatroom+CoreDataClass.swift in Sources */,
|
800 | 811 | E93EFE13200D1156000BB482 /* ChatViewController.swift in Sources */,
|
801 | 812 | E9E7CDC02003AF6D00DFC4DB /* AdamantCellFactory.swift in Sources */,
|
|
825 | 836 | E913C9081FFFA943001A83F7 /* AdamantCore.swift in Sources */,
|
826 | 837 | E9EC342120052ABB00C0E546 /* TransferViewController.swift in Sources */,
|
827 | 838 | E9EC34142005178500C0E546 /* TransactionDetailsViewController.swift in Sources */,
|
| 839 | + E948E04C2027679300975D6B /* AdamantExportTools.swift in Sources */, |
828 | 840 | E93580DD20160BD30057FC2E /* KnownContactsService.swift in Sources */,
|
829 | 841 | E9E7CDB12002B97B00DFC4DB /* AccountRoutes.swift in Sources */,
|
830 | 842 | E95F856B200789450070534A /* JSModels.swift in Sources */,
|
|
993 | 1005 | DEVELOPMENT_TEAM = J2L77FMN46;
|
994 | 1006 | DISPLAY_NAME = ADM.Dev;
|
995 | 1007 | INFOPLIST_FILE = Adamant/Info.plist;
|
| 1008 | + IPHONEOS_DEPLOYMENT_TARGET = 10.0; |
996 | 1009 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
997 | 1010 | PRODUCT_BUNDLE_IDENTIFIER = "im.adamant.adamant-messenger-dev";
|
998 | 1011 | PRODUCT_NAME = "$(TARGET_NAME)";
|
|
1012 | 1025 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
|
1013 | 1026 | CODE_SIGN_STYLE = Manual;
|
1014 | 1027 | DEVELOPMENT_TEAM = J2L77FMN46;
|
1015 |
| - DISPLAY_NAME = ADAMANT; |
| 1028 | + DISPLAY_NAME = Adamant; |
1016 | 1029 | INFOPLIST_FILE = Adamant/Info.plist;
|
| 1030 | + IPHONEOS_DEPLOYMENT_TARGET = 10.0; |
1017 | 1031 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
1018 | 1032 | PRODUCT_BUNDLE_IDENTIFIER = "im.adamant.adamant-messenger";
|
1019 | 1033 | PRODUCT_NAME = "$(TARGET_NAME)";
|
|
1089 | 1103 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
1090 | 1104 | CODE_SIGN_STYLE = Manual;
|
1091 | 1105 | DEVELOPMENT_TEAM = J2L77FMN46;
|
1092 |
| - DISPLAY_NAME = ADAMANT; |
| 1106 | + DISPLAY_NAME = Adamant; |
1093 | 1107 | INFOPLIST_FILE = Adamant/Info.plist;
|
| 1108 | + IPHONEOS_DEPLOYMENT_TARGET = 10.0; |
1094 | 1109 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
1095 | 1110 | PRODUCT_BUNDLE_IDENTIFIER = "im.adamant.adamant-messenger-qa";
|
1096 | 1111 | PRODUCT_NAME = "$(TARGET_NAME)";
|
|
0 commit comments