Overview
Comment: | iOS: Allow all orientations |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1a367148417163c5f1f62d07e8d1ea6c |
User & Date: | js on 2017-10-21 20:07:42 |
Other Links: | manifest | tags |
Context
2017-11-26
| ||
15:01 | Add support for using a keyfile check-in: f13f84c5b9 user: js tags: trunk | |
2017-10-21
| ||
20:07 | iOS: Allow all orientations check-in: 1a36714841 user: js tags: trunk | |
20:04 | iOS: Get the length from the generator check-in: af661fbcc5 user: js tags: trunk | |
Changes
Modified iOS/Info.plist from [6d33f02795] to [b0d84f038e].
︙ | |||
13 14 15 16 17 18 19 | 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 | - + + | <key>CFBundleName</key> <string>$(PRODUCT_NAME)</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> <string>1.1</string> <key>CFBundleVersion</key> |