Differences From Artifact [60cd019a28]:
- File iOS/Info.plist — part of check-in [eb35826d25] at 2019-06-16 17:26:34 on branch trunk — Rename project to CryptoPassphrase (user: js, size: 1321) [annotate] [blame] [check-ins using]
To Artifact [80aae73f38]:
- File
iOS/Info.plist
— 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: 1338) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
13 14 15 16 17 18 19 | <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> <string>$(PRODUCT_NAME)</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> | | | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> <string>$(PRODUCT_NAME)</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> <string>$(MARKETING_VERSION)</string> <key>CFBundleVersion</key> <string>1</string> <key>LSRequiresIPhoneOS</key> <true/> <key>UIFileSharingEnabled</key> <true/> <key>UILaunchStoryboardName</key> |
︙ | ︙ |