Overview
| Comment: | Copy serialization.xml to iOS host. |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
c36c369395966e5c277316f68c7b0f24 |
| User & Date: | js on 2011-06-26 00:40:51 |
| Other Links: | manifest | tags |
Context
|
2011-06-26
| ||
| 00:45 | Handle q length modifier in of_asprintf on iOS. (check-in: 58f7af5290 user: js tags: trunk) | |
| 00:40 | Copy serialization.xml to iOS host. (check-in: c36c369395 user: js tags: trunk) | |
| 00:32 | Use TEST_LAUNCHER on remote host in target run-on-ios. (check-in: 1b62412349 user: js tags: trunk) | |
Changes
Modified tests/Makefile from [86c9690d56] to [c4d15c1c62].
| ︙ | |||
66 67 68 69 70 71 72 | 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | - + |
echo "Please set IOS_HOST to the hostname of your iOS host!"; \
exit 1; \
fi
echo "Uploading files to iOS device ${IOS_HOST} at ${IOS_TMP}..."
ssh ${IOS_USER}@${IOS_HOST} \
'rm -fr ${IOS_TMP} && mkdir -p ${IOS_TMP}/plugin'
scp -q ../src/libobjfw.dylib tests testfile.bin testfile.txt \
|
| ︙ |