summary refs log tree commit diff stats
path: root/win32/copy/copy.vcxproj
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-25 21:08:26 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-25 21:08:26 +0200
commit215325c0589927882389c22761af2db8beb985cd (patch)
tree66d43eda651ea6dd3d1685f49aae7a87eedd7377 /win32/copy/copy.vcxproj
parentf50a1bf1dd622e81b12b985a5388df386bf2bcfc (diff)
Move SASL passphrase generation code to utils
Diffstat (limited to 'win32/copy/copy.vcxproj')
0 files changed, 0 insertions, 0 deletions
6 -0500 committer TingPing <tingping@tingping.se> 2014-01-14 22:38:44 -0500 Add gtk-mac-bundler files' href='/git-repos/torxchat.git/commit/osx/Info.plist?h=feature/fork-branding&id=8af9727937480d26ff39a7eeb96668073f846d9f'>8af97279 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30








                                                                                                               
                              








                                            
                              


                                
                              





                                       
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>CFBundleDevelopmentRegion</key>
    <string>English</string>
    <key>CFBundleExecutable</key>
    <string>HexChat</string>
    <key>CFBundleGetInfoString</key>
    <string>@VERSION@</string>
    <key>CFBundleIconFile</key>
    <string>hexchat.icns</string>
    <key>CFBundleIdentifier</key>
    <string>org.hexchat</string>
    <key>CFBundleInfoDictionaryVersion</key>
    <string>6.0</string>
    <key>CFBundlePackageType</key>
    <string>APPL</string>
    <key>CFBundleShortVersionString</key>
    <string>@VERSION@</string>
    <key>CFBundleSignature</key>
    <string>????</string>
    <key>CFBundleVersion</key>
    <string>@VERSION@</string>
    <key>NSHumanReadableCopyright</key>
    <string></string>
    <key>LSMinimumSystemVersion</key>
    <string>10.4</string>
</dict>
</plist>