|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 4411402421C8B290703B13EB /* Pods_Adamant.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C107D5CB65B4D728B9D97C0F /* Pods_Adamant.framework */; };
|
| 11 | + 64D059FF20D3116B003AD655 /* NodesListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64D059FE20D3116A003AD655 /* NodesListViewController.swift */; }; |
11 | 12 | E905D39B2048A9BD00DDB504 /* KeychainStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = E905D39A2048A9BD00DDB504 /* KeychainStore.swift */; };
|
12 | 13 | E905D39D204C13B900DDB504 /* SecuredStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = E905D39C204C13B900DDB504 /* SecuredStore.swift */; };
|
13 | 14 | E905D39F204C281400DDB504 /* LoginViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E905D39E204C281400DDB504 /* LoginViewController.swift */; };
|
|
179 | 180 | /* End PBXContainerItemProxy section */
|
180 | 181 |
|
181 | 182 | /* Begin PBXFileReference section */
|
| 183 | + 64D059FE20D3116A003AD655 /* NodesListViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NodesListViewController.swift; sourceTree = "<group>"; }; |
182 | 184 | 871009461457F6B7B47D99C5 /* Pods-Adamant.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Adamant.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Adamant/Pods-Adamant.debug.xcconfig"; sourceTree = "<group>"; };
|
183 | 185 | 903AC078A8A55175A05E42D4 /* Pods-Adamant.testing.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Adamant.testing.xcconfig"; path = "Pods/Target Support Files/Pods-Adamant/Pods-Adamant.testing.xcconfig"; sourceTree = "<group>"; };
|
184 | 186 | C107D5CB65B4D728B9D97C0F /* Pods_Adamant.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Adamant.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
193 | 195 | E90A4944204C5F60009F6A65 /* PassphraseCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = PassphraseCell.xib; sourceTree = "<group>"; };
|
194 | 196 | E90A494A204D9EB8009F6A65 /* AdamantAuthentication.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AdamantAuthentication.swift; sourceTree = "<group>"; };
|
195 | 197 | E90A494C204DA932009F6A65 /* LocalAuthentication.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocalAuthentication.swift; sourceTree = "<group>"; };
|
| 198 | + E91319F820CEC4E100192A18 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = de; path = de.lproj/Localizable.stringsdict; sourceTree = "<group>"; }; |
| 199 | + E91319F920CEC4E200192A18 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; }; |
| 200 | + E91319FA20CEC4E200192A18 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/InfoPlist.strings; sourceTree = "<group>"; }; |
196 | 201 | E913C8EE1FFFA51D001A83F7 /* Adamant.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Adamant.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
197 | 202 | E913C8F11FFFA51D001A83F7 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
198 | 203 | E913C8F81FFFA51D001A83F7 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
647 | 652 | E982F69B20235B4D00566AC7 /* SettingsViewController.swift */,
|
648 | 653 | E93D7AC12052EE21005D19DC /* SettingsViewController+StayIn.swift */,
|
649 | 654 | E9942B7F203C058C00C163AF /* QRGeneratorViewController.swift */,
|
| 655 | + 64D059FE20D3116A003AD655 /* NodesListViewController.swift */, |
650 | 656 | E91A0639209F05AA0018A102 /* NotificationsViewController.swift */,
|
651 | 657 | );
|
652 | 658 | path = Settings;
|
|
839 | 845 | knownRegions = (
|
840 | 846 | en,
|
841 | 847 | ru,
|
| 848 | + de, |
842 | 849 | );
|
843 | 850 | mainGroup = E913C8E51FFFA51D001A83F7;
|
844 | 851 | productRefGroup = E913C8EF1FFFA51D001A83F7 /* Products */;
|
|
1086 | 1093 | E91947AC20001A9A001362F8 /* ApiService.swift in Sources */,
|
1087 | 1094 | E9150B9F2066DA210065A985 /* MessageTransaction+CoreDataClass.swift in Sources */,
|
1088 | 1095 | E965A53020B594120041A3EA /* AdamantApi+States.swift in Sources */,
|
| 1096 | + 64D059FF20D3116B003AD655 /* NodesListViewController.swift in Sources */, |
1089 | 1097 | E9150B982066DA210065A985 /* CoreDataAccount+CoreDataProperties.swift in Sources */,
|
1090 | 1098 | E9B3D3A1201FA26B0019EB36 /* AdamantAccountsProvider.swift in Sources */,
|
1091 | 1099 | E9FAE5DA203DBFEF008D3A6B /* Comparable+clamped.swift in Sources */,
|
|
1154 | 1162 | children = (
|
1155 | 1163 | E95CB452205D77B200A7218E /* en */,
|
1156 | 1164 | E95CB45A205D77DD00A7218E /* ru */,
|
| 1165 | + E91319FA20CEC4E200192A18 /* de */, |
1157 | 1166 | );
|
1158 | 1167 | name = InfoPlist.strings;
|
1159 | 1168 | sourceTree = "<group>";
|
|
1163 | 1172 | children = (
|
1164 | 1173 | E95CB457205D77B500A7218E /* en */,
|
1165 | 1174 | E95CB459205D77DC00A7218E /* ru */,
|
| 1175 | + E91319F920CEC4E200192A18 /* de */, |
1166 | 1176 | );
|
1167 | 1177 | name = Localizable.strings;
|
1168 | 1178 | sourceTree = "<group>";
|
|
1172 | 1182 | children = (
|
1173 | 1183 | E95CB45F205D7F9600A7218E /* en */,
|
1174 | 1184 | E95CB461205D7FD000A7218E /* ru */,
|
| 1185 | + E91319F820CEC4E100192A18 /* de */, |
1175 | 1186 | );
|
1176 | 1187 | name = Localizable.stringsdict;
|
1177 | 1188 | sourceTree = "<group>";
|
|
0 commit comments