Overview
Comment: | iOS: Adjust to ObjFW changes |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
604513acba904b54db0279d35290e075 |
User & Date: | js on 2021-03-14 00:16:15 |
Other Links: | manifest | tags |
Context
2021-03-14
| ||
00:17 | Update copyright check-in: a703cf8d62 user: js tags: trunk | |
00:16 | iOS: Adjust to ObjFW changes check-in: 604513acba user: js tags: trunk | |
00:05 | iOS: Restore the bundle identifier check-in: 5d6baa0a57 user: js tags: trunk | |
Changes
Modified iOS/CryptoPassphrase.xcodeproj/project.pbxproj from [8846ec3382] to [9516e197b1].
︙ | |||
374 375 376 377 378 379 380 | 374 375 376 377 378 379 380 381 382 383 384 385 386 387 | - | CLANG_ENABLE_OBJC_WEAK = YES; DEVELOPMENT_TEAM = MXKNFCKFL6; ENABLE_BITCODE = NO; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)/ObjFW/Frameworks", ); |
︙ | |||
400 401 402 403 404 405 406 | 399 400 401 402 403 404 405 406 407 408 409 410 411 412 | - | CLANG_ENABLE_OBJC_WEAK = YES; DEVELOPMENT_TEAM = MXKNFCKFL6; ENABLE_BITCODE = NO; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)/ObjFW/Frameworks", ); |
︙ |
Modified iOS/SiteStorage.swift from [c8498227d2] to [029ffcca74].
︙ | |||
41 42 43 44 45 46 47 | 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | - + + | } let path = userDataPath.appendingPathComponent( OFString(utf8String: "sites.msgpack")) var storage: [String: [NSNumber: AnyObject]]? = nil OFException.try({ |
︙ |