Post-fastlane cleanup. Remove unnecessary plist files.

This functionality is handled in `fastlane/Fastfile` now.

Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
This commit is contained in:
Igor Mandrigin 2018-08-14 18:38:21 +02:00
parent e3aa8a598d
commit 43263a9abe
No known key found for this signature in database
GPG Key ID: 4A0EDDE26E66BC8B
2 changed files with 0 additions and 26 deletions

View File

@ -1,10 +0,0 @@
<?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>teamID</key>
<string>DTX7Z4U3YA</string>
<key>method</key>
<string>development</string>
</dict>
</plist>

View File

@ -1,16 +0,0 @@
<?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>teamID</key>
<string>DTX7Z4U3YA</string>
<key>method</key>
<string>app-store</string>
<key>uploadBitcode</key>
<false/>
<key>compileBitcode</key>
<true/>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
</dict>
</plist>