Differences From Artifact [65ce5beb52]:
- File iOS/CryptoPassphrase.xcodeproj/project.pbxproj — part of check-in [d2a6d7d9f2] at 2020-06-24 17:32:15 on branch trunk — Update Xcode project (user: js, size: 21753) [annotate] [blame] [check-ins using]
To Artifact [8846ec3382]:
- File
iOS/CryptoPassphrase.xcodeproj/project.pbxproj
— part of check-in
[5d6baa0a57]
at
2021-03-14 00:05:48
on branch trunk
— iOS: Restore the bundle identifier
This should not have been changed, as that would result in a new app on
the store. (user: js, size: 21807) [annotate] [blame] [check-ins using]
︙ | |||
377 378 379 380 381 382 383 | 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 | + - + | FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)/ObjFW/Frameworks", ); HEADER_SEARCH_PATHS = ObjFW/include; INFOPLIST_FILE = Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; MARKETING_VERSION = 1.3; |
︙ | |||
402 403 404 405 406 407 408 | 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 | + - + | FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)/ObjFW/Frameworks", ); HEADER_SEARCH_PATHS = ObjFW/include; INFOPLIST_FILE = Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; MARKETING_VERSION = 1.3; |
︙ |