Differences From Artifact [cc5f97ce78]:
- File iOS/Info.plist — part of check-in [d49bbec74c] at 2017-11-26 21:51:37 on branch trunk — iOS: Finish support for key files (user: js, size: 1254) [annotate] [blame] [check-ins using]
To Artifact [586d47c6dd]:
- File
iOS/Info.plist
— part of check-in
[8545f203d8]
at
2018-01-11 22:49:18
on branch trunk
— iOS: Add initial support for upload via browser
This only starts the HTTP server on 127.0.0.1 for now and does nothing
else yet. (user: js, size: 1254) [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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | - + - + + + - - | <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> <string>$(PRODUCT_NAME)</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> |