Differences From 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]
To Artifact [9516e197b1]:
- File iOS/CryptoPassphrase.xcodeproj/project.pbxproj — part of check-in [604513acba] at 2021-03-14 00:16:15 on branch trunk — iOS: Adjust to ObjFW changes (user: js, size: 21725) [annotate] [blame] [check-ins using]
︙ | |||
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", ); |
︙ |