File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >1.0.2 </string >
20
+ <string >1.0.3 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
24
- <string >1.0.2 </string >
24
+ <string >1.0.3 </string >
25
25
<key >LSMinimumSystemVersion </key >
26
26
<string >${MACOSX_DEPLOYMENT_TARGET} </string >
27
27
<key >NSMainNibFile </key >
Original file line number Diff line number Diff line change 13
13
<key >CFBundlePackageType </key >
14
14
<string >BNDL </string >
15
15
<key >CFBundleShortVersionString </key >
16
- <string >1.0.2 </string >
16
+ <string >1.0.3 </string >
17
17
<key >CFBundleSignature </key >
18
18
<string >???? </string >
19
19
<key >CFBundleVersion </key >
20
- <string >1.0.2 </string >
20
+ <string >1.0.3 </string >
21
21
</dict >
22
22
</plist >
Original file line number Diff line number Diff line change 10
10
<key >CFBundleIdentifier </key >
11
11
<string >com.aoren.DeathToDSStore.injector </string >
12
12
<key >CFBundleShortVersionString </key >
13
- <string >1.0.2 </string >
13
+ <string >1.0.3 </string >
14
14
<key >CFBundleVersion </key >
15
- <string >1.0.2 </string >
15
+ <string >1.0.3 </string >
16
16
</dict >
17
17
</plist >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if [ $1 != "/Library/Application Support/Aoren/DeathToDSStore.app" ]; then
8
8
9
9
cp -R $1 " /Library/Application Support/Aoren/DeathToDSStore.app"
10
10
chgrp procmod " /Library/Application Support/Aoren/DeathToDSStore.app/Contents/Resources/injector"
11
- chmod 2755 " /Library/Application Support/Aoren/DeathToDSStore.app/Contents/Resources/injector"
11
+ chmod 6755 " /Library/Application Support/Aoren/DeathToDSStore.app/Contents/Resources/injector"
12
12
fi
13
13
14
14
rm -f " /Library/LaunchAgents/com.aoren.DeathToDSStore.plist"
You can’t perform that action at this time.
0 commit comments