Skip to content

Commit 72ca15b

Browse files
authored
Update to v1.1
Bug fixes. (WOOOO ╰(*°▽°*)╯)
1 parent 5f79c30 commit 72ca15b

File tree

14 files changed

+1599
-0
lines changed

14 files changed

+1599
-0
lines changed
Binary file not shown.
Binary file not shown.
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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>CFBundleIdentifier</key>
6+
<string>com.maximcoppieters.appleHardwareTestFinder.source.pkg</string>
7+
<key>CFBundleShortVersionString</key>
8+
<string>1.1</string>
9+
<key>IFMajorVersion</key>
10+
<integer>1</integer>
11+
<key>IFMinorVersion</key>
12+
<integer>1</integer>
13+
<key>IFPkgFlagAllowBackRev</key>
14+
<false/>
15+
<key>IFPkgFlagAuthorizationAction</key>
16+
<string>RootAuthorization</string>
17+
<key>IFPkgFlagDefaultLocation</key>
18+
<string>/Applications/AHTFinder/</string>
19+
<key>IFPkgFlagFollowLinks</key>
20+
<true/>
21+
<key>IFPkgFlagInstallFat</key>
22+
<false/>
23+
<key>IFPkgFlagInstalledSize</key>
24+
<integer>36</integer>
25+
<key>IFPkgFlagIsRequired</key>
26+
<false/>
27+
<key>IFPkgFlagOverwritePermissions</key>
28+
<false/>
29+
<key>IFPkgFlagRelocatable</key>
30+
<false/>
31+
<key>IFPkgFlagRestartAction</key>
32+
<string>None</string>
33+
<key>IFPkgFlagRootVolumeOnly</key>
34+
<true/>
35+
<key>IFPkgFlagUpdateInstalledLanguages</key>
36+
<false/>
37+
<key>IFPkgFormatVersion</key>
38+
<real>0.10000000149011612</real>
39+
</dict>
40+
</plist>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pmkrpkg1
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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>IFPkgDescriptionDescription</key>
6+
<string></string>
7+
<key>IFPkgDescriptionTitle</key>
8+
<string>source</string>
9+
</dict>
10+
</plist>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
major: 1
2+
minor: 1

0 commit comments

Comments
 (0)