|
187 | 187 | 41CA598C29A0D84F002BFDE4 /* TaskManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CA598B29A0D84F002BFDE4 /* TaskManager.swift */; }; |
188 | 188 | 41CE153A297FF98200CC9254 /* Web3Swift+Adamant.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CE1539297FF98200CC9254 /* Web3Swift+Adamant.swift */; }; |
189 | 189 | 41E3C9CC2A0E20F500AF0985 /* AdamantCoinTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41E3C9CB2A0E20F500AF0985 /* AdamantCoinTools.swift */; }; |
| 190 | + 48B0285D2E70790200191086 /* EthBlockResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48B0285C2E70790200191086 /* EthBlockResponse.swift */; }; |
190 | 191 | 4E9EE86F28CE793D008359F7 /* SafeDecimalRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E9EE86E28CE793D008359F7 /* SafeDecimalRow.swift */; }; |
191 | 192 | 551F66E628959A5300DE5D69 /* LoadingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 551F66E528959A5200DE5D69 /* LoadingView.swift */; }; |
192 | 193 | 551F66E82895B3DA00DE5D69 /* AdamantHealthCheckServiceTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 551F66E72895B3DA00DE5D69 /* AdamantHealthCheckServiceTests.swift */; }; |
|
866 | 867 | 41CA598B29A0D84F002BFDE4 /* TaskManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TaskManager.swift; sourceTree = "<group>"; }; |
867 | 868 | 41CE1539297FF98200CC9254 /* Web3Swift+Adamant.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Web3Swift+Adamant.swift"; sourceTree = "<group>"; }; |
868 | 869 | 41E3C9CB2A0E20F500AF0985 /* AdamantCoinTools.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AdamantCoinTools.swift; sourceTree = "<group>"; }; |
| 870 | + 48B0285C2E70790200191086 /* EthBlockResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EthBlockResponse.swift; sourceTree = "<group>"; }; |
869 | 871 | 4A4D67BD3DC89C07D1351248 /* Pods-AdmCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AdmCore.release.xcconfig"; path = "Target Support Files/Pods-AdmCore/Pods-AdmCore.release.xcconfig"; sourceTree = "<group>"; }; |
870 | 872 | 4E9EE86E28CE793D008359F7 /* SafeDecimalRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SafeDecimalRow.swift; sourceTree = "<group>"; }; |
871 | 873 | 551F66E528959A5200DE5D69 /* LoadingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoadingView.swift; sourceTree = "<group>"; }; |
|
2376 | 2378 | 3A7BD0112AA9BD5A0045AAB0 /* AdamantVibroType.swift */, |
2377 | 2379 | 3A33F9F92A7A53DA002B8003 /* EmojiUpdateType.swift */, |
2378 | 2380 | 3A53BD452C6B7AF100BB1EE6 /* DownloadPolicy.swift */, |
| 2381 | + 48B0285C2E70790200191086 /* EthBlockResponse.swift */, |
2379 | 2382 | ); |
2380 | 2383 | path = Models; |
2381 | 2384 | sourceTree = "<group>"; |
|
2862 | 2865 | isa = PBXNativeTarget; |
2863 | 2866 | buildConfigurationList = E913C9001FFFA51E001A83F7 /* Build configuration list for PBXNativeTarget "Adamant" */; |
2864 | 2867 | buildPhases = ( |
2865 | | - 9372E0412C9BC178006DF0B3 /* Run Script - Git Data */, |
2866 | 2868 | 47866E9AB7D201F2CED0064C /* [CP] Check Pods Manifest.lock */, |
| 2869 | + 9372E0412C9BC178006DF0B3 /* Run Script - Git Data */, |
2867 | 2870 | E913C8EA1FFFA51D001A83F7 /* Sources */, |
2868 | 2871 | E913C8EB1FFFA51D001A83F7 /* Frameworks */, |
2869 | 2872 | E913C8EC1FFFA51D001A83F7 /* Resources */, |
|
3321 | 3324 | 6414C18E217DF43100373FA6 /* String+adamant.swift in Sources */, |
3322 | 3325 | 93A118532993241D00E144CC /* ChatMessagesListFactory.swift in Sources */, |
3323 | 3326 | E908472A2196FEA80095825D /* RichMessageTransaction+CoreDataClass.swift in Sources */, |
| 3327 | + 48B0285D2E70790200191086 /* EthBlockResponse.swift in Sources */, |
3324 | 3328 | 4E9EE86F28CE793D008359F7 /* SafeDecimalRow.swift in Sources */, |
3325 | 3329 | 93ADE0732ACA66AF008ED641 /* VibrationSelectionFactory.swift in Sources */, |
3326 | 3330 | 3AFE7E522B1F6B3400718739 /* WalletServiceProtocol.swift in Sources */, |
|
4111 | 4115 | "$(inherited)", |
4112 | 4116 | "@executable_path/Frameworks", |
4113 | 4117 | ); |
4114 | | - MARKETING_VERSION = 3.10.0; |
| 4118 | + MARKETING_VERSION = 3.10.1; |
4115 | 4119 | PRODUCT_BUNDLE_IDENTIFIER = "im.adamant.adamant-messenger-dev"; |
4116 | 4120 | PRODUCT_NAME = "$(TARGET_NAME)"; |
4117 | 4121 | PROVISIONING_PROFILE_SPECIFIER = ""; |
|
4142 | 4146 | "$(inherited)", |
4143 | 4147 | "@executable_path/Frameworks", |
4144 | 4148 | ); |
4145 | | - MARKETING_VERSION = 3.10.0; |
| 4149 | + MARKETING_VERSION = 3.10.1; |
4146 | 4150 | PRODUCT_BUNDLE_IDENTIFIER = "im.adamant.adamant-messenger"; |
4147 | 4151 | PRODUCT_NAME = "$(TARGET_NAME)"; |
4148 | 4152 | PROVISIONING_PROFILE_SPECIFIER = ""; |
|
0 commit comments