tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

BuildInfo.plist (481B)


      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>DTCompiler</key>
      6   <string>${GCC_VERSION}</string>
      7   <key>DTSDKBuild</key>
      8   <string>${MAC_SDK_BUILD}</string>
      9   <key>DTSDKName</key>
     10   <string>${MAC_SDK_NAME}</string>
     11   <key>DTXcode</key>
     12   <string>${XCODE_VERSION}</string>
     13   <key>DTXcodeBuild</key>
     14   <string>${XCODE_BUILD}</string>
     15 </dict>
     16 </plist>