-
-
Notifications
You must be signed in to change notification settings - Fork 109
Share builds on local network without Dropbox
Vineet Choudhary edited this page Jul 6, 2017
·
1 revision
- Open terminal.
- Navigate to the folder containing the build files (ipa/menifest).
python -m SimpleHTTPServer
- For python3
python3 -m http.server
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>items</key>
<array>
<dict>
<key>assets</key>
<array>
<dict>
<key>kind</key>
<string>software-package</string>
<key>url</key>
<string>http://192.168.22.81:8000/MOVV-28-06-2017-18-51-17/MOV.ipa</string>
</dict>
</array>
<key>metadata</key>
<dict>
<key>bundle-identifier</key>
<string>com.flip.MOV</string>
<key>bundle-version</key>
<string>2.6.1</string>
<key>kind</key>
<string>software</string>
<key>title</key>
<string>MOV</string>
</dict>
</dict>
</array>
</dict>
</plist>