Add an "export options" plist for providing .ipa archives

Change-Id: If8309bf2548290ef9e4edd15eea2287253ffde17
feature/jsdialogs
Tor Lillqvist 2020-05-15 13:56:04 +03:00
parent ef2304b8e0
commit ee99423387
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- Mode: nXML; tab-width: 8; indent-tabs-mode: nil; nxml-child-indent:2; fill-column: 100 -*- -->
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>teamID</key>
<string>J4FQ687VJK</string>
</dict>
</plist>