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.
This commit is contained in:
Jonathan Schleifer 2018-01-11 23:49:18 +01:00
parent e5b90b856a
commit 02ed98041d
No known key found for this signature in database
GPG key ID: 28D65178B37F33E3
7 changed files with 142 additions and 7 deletions

View file

@ -15,11 +15,13 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1</string>
<string>1.2</string>
<key>CFBundleVersion</key>
<string>3</string>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIFileSharingEnabled</key>
<true/>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
@ -35,7 +37,5 @@
<string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
<key>UIFileSharingEnabled</key>
<true/>
</dict>
</plist>