Overview
Comment: | iOS: Restore the correct bundle identifier |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
65177d5465e48523b61018497ddcf768 |
User & Date: | js on 2021-03-14 00:39:03 |
Other Links: | manifest | tags |
Context
2021-03-21
| ||
11:03 | Allow swappable memory check-in: 007bd9985e user: js tags: trunk | |
2021-03-14
| ||
00:39 | iOS: Restore the correct bundle identifier check-in: 65177d5465 user: js tags: trunk | |
00:21 | iOS: Disable upload button until feature is ready check-in: 88fb8285a5 user: js tags: trunk | |
Changes
Modified iOS/CryptoPassphrase.xcodeproj/project.pbxproj from [9516e197b1] to [1e3c9c75a6].
︙ | |||
377 378 379 380 381 382 383 | 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 | - + | FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)/ObjFW/Frameworks", ); INFOPLIST_FILE = Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; MARKETING_VERSION = 1.3; |
︙ | |||
402 403 404 405 406 407 408 | 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 | - + | FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)/ObjFW/Frameworks", ); INFOPLIST_FILE = Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; MARKETING_VERSION = 1.3; |
︙ |