Differences From Artifact [0f293b7ec0]:
- File
iOS/Info.plist
— part of check-in
[62ffb58d53]
at
2017-10-15 18:04:33
on branch trunk
— Use static ObjFW
Using a shared library causes iTunes Connect to fail without any error
message. (user: js, size: 1152) [annotate] [blame] [check-ins using]
To Artifact [6d33f02795]:
- File iOS/Info.plist — part of check-in [d49f2910e7] at 2017-10-19 23:16:05 on branch trunk — Switch back to using frameworks now that it works (user: js, size: 1152) [annotate] [blame] [check-ins using]
︙ | |||
11 12 13 14 15 16 17 | 11 12 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> |
︙ |