Skip to content

Commit 63feca1

Browse files
Add OS X application bundle.
Must copy the executable file, add_trackers.txt and remove_trackers.txt into the MacOS folder.
1 parent 28e5a58 commit 63feca1

File tree

4 files changed

+46
-0
lines changed

4 files changed

+46
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>English</string>
7+
<key>CFBundleExecutable</key>
8+
<string>trackereditor</string>
9+
<key>CFBundleName</key>
10+
<string>trackereditor</string>
11+
<key>CFBundleIdentifier</key>
12+
<string>com.company.trackereditor</string>
13+
<key>CFBundleInfoDictionaryVersion</key>
14+
<string>6.0</string>
15+
<key>CFBundlePackageType</key>
16+
<string>APPL</string>
17+
<key>CFBundleSignature</key>
18+
<string>trac</string>
19+
<key>CFBundleShortVersionString</key>
20+
<string>0.1</string>
21+
<key>CFBundleVersion</key>
22+
<string>1</string>
23+
<key>CSResourcesFileMapped</key>
24+
<true/>
25+
<key>CFBundleDocumentTypes</key>
26+
<array>
27+
<dict>
28+
<key>CFBundleTypeRole</key>
29+
<string>Viewer</string>
30+
<key>CFBundleTypeExtensions</key>
31+
<array>
32+
<string>*</string>
33+
</array>
34+
<key>CFBundleTypeOSTypes</key>
35+
<array>
36+
<string>fold</string>
37+
<string>disk</string>
38+
<string>****</string>
39+
</array>
40+
</dict>
41+
</array>
42+
<key>NSHighResolutionCapable</key>
43+
<true/>
44+
</dict>
45+
</plist>

enduser/trackereditor.app/Contents/MacOS/.gitkeep

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
APPL????

enduser/trackereditor.app/Contents/Resources/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)