"Fossies" - the Fresh Open Source Software Archive

Member "jitsi-meet-7312/ios/ci/build-ipa.plist.template" (1 Jun 2023, 480 Bytes) of package /linux/misc/jitsi-meet-7312.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) XML source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 <?xml version="1.0" encoding="UTF-8"?>
    2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    3 <plist version="1.0">
    4 <dict>
    5   <key>compileBitcode</key>
    6   <false/>
    7   <key>method</key>
    8   <string>development</string>
    9   <key>signingStyle</key>
   10   <string>automatic</string>
   11   <key>stripSwiftSymbols</key>
   12   <true/>
   13   <key>teamID</key>
   14   <string>YOUR_TEAM_ID</string>
   15   <key>thinning</key>
   16   <string>&lt;none&gt;</string>
   17 </dict>
   18 </plist>