mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 04:32:32 +00:00
25 lines
582 B
XML
25 lines
582 B
XML
<?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>compileBitcode</key>
|
|
<true/>
|
|
<key>method</key>
|
|
<string>development</string>
|
|
<key>signingStyle</key>
|
|
<string>automatic</string>
|
|
<key>stripSwiftSymbols</key>
|
|
<true/>
|
|
<!--
|
|
WHAT YOU SHOULD EDIT BELOW
|
|
-->
|
|
<key>teamID</key>
|
|
<string>INSERT-YOUR-TEAMID-HERE</string>
|
|
<!--
|
|
WHAT YOU SHOULD EDIT ABOVE
|
|
-->
|
|
<key>thinning</key>
|
|
<string><none></string>
|
|
</dict>
|
|
</plist>
|