Skip to content

Commit 5a707c9

Browse files
committed
More build-mac.py
1 parent 0ac31d8 commit 5a707c9

11 files changed

+178
-19
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SUBDIRS = include lib common daemon app doc python
22

33
DIST_SUBDIRS = include lib common app daemon doc python
44

5-
EXTRA_DIST = install-sh $(INTLTOOL) README.markdown scripts debian msi LICENSE.txt
5+
EXTRA_DIST = install-sh $(INTLTOOL) README.markdown scripts debian msi LICENSE.txt dmg
66

77
ACLOCAL_AMFLAGS = -I m4
88

75.9 KB
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

dmg/seafileLayout/Info.plist

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
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>content</key>
6+
<dict>
7+
<key>identifier</key>
8+
<string>Layout.B0B66CEF-E35C-48F3-8D66-172544C96704</string>
9+
<key>options</key>
10+
<dict>
11+
<key>backgroundImageName</key>
12+
<string>dmg_background.jpg</string>
13+
<key>fontSize</key>
14+
<integer>12</integer>
15+
<key>iconSize</key>
16+
<integer>128</integer>
17+
<key>layoutItems</key>
18+
<array>
19+
<dict>
20+
<key>identifier</key>
21+
<string>LayoutItem.7DCEB33C-3B26-463C-9D52-D2E99ADD0AD0</string>
22+
<key>name</key>
23+
<string>Applications</string>
24+
<key>position</key>
25+
<string>{426, 190}</string>
26+
<key>type</key>
27+
<string>file</string>
28+
</dict>
29+
<dict>
30+
<key>identifier</key>
31+
<string>LayoutItem.042D24CE-36D9-4328-A97F-BCF3DC524509</string>
32+
<key>name</key>
33+
<string>Seafile Client.app</string>
34+
<key>position</key>
35+
<string>{219, 190}</string>
36+
<key>type</key>
37+
<string>file</string>
38+
</dict>
39+
<dict>
40+
<key>identifier</key>
41+
<string>LayoutItem.CFA83A1B-E783-4354-88A9-255F0F623398</string>
42+
<key>name</key>
43+
<string>.Trashes</string>
44+
<key>position</key>
45+
<string>{128, 426}</string>
46+
<key>type</key>
47+
<string>file</string>
48+
</dict>
49+
<dict>
50+
<key>identifier</key>
51+
<string>LayoutItem.830478CF-49D6-4772-AC6C-3A56A329536F</string>
52+
<key>name</key>
53+
<string>.fseventsd</string>
54+
<key>position</key>
55+
<string>{336, 426}</string>
56+
<key>type</key>
57+
<string>file</string>
58+
</dict>
59+
<dict>
60+
<key>identifier</key>
61+
<string>LayoutItem.E417B39C-5B93-4D7D-AE5A-FC3B0CDFD9D7</string>
62+
<key>name</key>
63+
<string>.DropDMGBackground</string>
64+
<key>position</key>
65+
<string>{400, 426}</string>
66+
<key>type</key>
67+
<string>file</string>
68+
</dict>
69+
<dict>
70+
<key>identifier</key>
71+
<string>LayoutItem.209D5BB3-143C-4DB8-8FB9-F1175B8184F2</string>
72+
<key>name</key>
73+
<string>.DS_Store</string>
74+
<key>position</key>
75+
<string>{64, 426}</string>
76+
<key>type</key>
77+
<string>file</string>
78+
</dict>
79+
<dict>
80+
<key>identifier</key>
81+
<string>LayoutItem.D20D1139-FE25-445E-BBE3-E5374F90A06E</string>
82+
<key>position</key>
83+
<string>{340, 388}</string>
84+
<key>rtf</key>
85+
<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470
86+
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
87+
{\colortbl;\red255\green255\blue255;}
88+
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
89+
90+
\f0\fs24 \cf0 Drag Seafile Client to the Applications folder to install}</string>
91+
<key>size</key>
92+
<string>{282, 30}</string>
93+
<key>type</key>
94+
<string>text</string>
95+
</dict>
96+
</array>
97+
<key>windowOriginTopLeft</key>
98+
<string>{100, 100}</string>
99+
</dict>
100+
</dict>
101+
<key>documentCreator</key>
102+
<string>DropDMG 3.1.1</string>
103+
<key>documentType</key>
104+
<string>com.c-command.DropDMG.Layout</string>
105+
<key>formatVersion</key>
106+
<integer>1</integer>
107+
</dict>
108+
</plist>

dmg/seafileLayout/Preview.icns

4.17 KB
Binary file not shown.

0 commit comments

Comments
 (0)