github.com/ChicK00o/awgo@v0.29.4/util/build/testdata/info.plist (about)

     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>bundleid</key>
     6  	<string>net.deanishe.awgo</string>
     7  	<key>connections</key>
     8  	<dict/>
     9  	<key>createdby</key>
    10  	<string>Dean Jackson</string>
    11  	<key>description</key>
    12  	<string>AwGo sample info.plist</string>
    13  	<key>disabled</key>
    14  	<false/>
    15  	<key>name</key>
    16  	<string>AwGo</string>
    17  	<key>objects</key>
    18  	<array/>
    19  	<key>readme</key>
    20  	<string></string>
    21  	<key>uidata</key>
    22  	<dict/>
    23  	<key>webaddress</key>
    24  	<string>https://github.com/ChicK00o/awgo</string>
    25      <key>version</key>
    26      <string>1.2.0</string>
    27  	<key>variables</key>
    28  	<dict>
    29  		<key>exported_var</key>
    30  		<string>exported_value</string>
    31  		<key>unexported_var</key>
    32  		<string>unexported_value</string>
    33  	</dict>
    34  	<key>variablesdontexport</key>
    35  	<array>
    36  		<string>unexported_var</string>
    37  	</array>
    38  </dict>
    39  </plist>