Overview
Comment: | iOS: Update to recent changes |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
496f11bd4b7d18ad38653da99426f050 |
User & Date: | js on 2020-01-03 00:19:45 |
Other Links: | manifest | tags |
Context
2020-06-24
| ||
17:23 | Adjust to ObjFW changes check-in: 6de67efc1d user: js tags: trunk | |
2020-01-03
| ||
00:19 | iOS: Update to recent changes check-in: 496f11bd4b user: js tags: trunk | |
00:03 | Use non-swappable memory check-in: d5ba7b8a87 user: js tags: trunk | |
Changes
Modified iOS/ShowDetailsController.swift from [3b6682d3d0] to [768edd5da6].
︙ | |||
147 148 149 150 151 152 153 | 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 | - - + + + + + + + - - + - - - - + - - - - - - + - | let keyFilePath = documentDirectory.ofObject.appending(keyFile.ofObject) generator.keyFile = OFMutableData(contentsOfFile: keyFilePath) } let passphraseText = (passphraseField?.text ?? "") as NSString |
︙ |